Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by easytiger

  1. easytiger

    Flash MX + webservices library

    Is it possible to use the webservices library OR webservice connector component with Flash MX 2004 - (NOT Flash MX professional 2004)?
  2. easytiger

    How would I go about persisting a S

    How would I go about persisting a Server Controls viewstate when a page refreshes? eg. Dropdownlist gets selected on second item. Any other server controls postbacks do not alter the selected item in the Dropdownlist. But when I refresh or client-script a 'document.location' back to the same...
  3. easytiger

    viewstate .NET

    I have a DropDownList in control.aspx EnableViewState = True AutoPostBack = True When the page refreshes or other server-controls on the page are posted, the DropDownList holds it's value. But when a new page on the same site is loaded and then we reload the control.aspx page the DropDownList...
  4. easytiger

    Multiple window render

    I'm rendering to 2 different sized windows,(one small the other much larger, both at different aspect ratios). Is it possible to render the image to both from the same device but, ensure that the image is in proportion with it's window?
  5. easytiger

    Display settings, Font sizes

    When I alter the appearnce on the display (right click on Desktop). My app.'s form alter in width and height. No change is made to Screen.TwipsperPixelX / Y. What is effecting the forms?
  6. easytiger

    3D glasses

    Does anyone know if you can create effects for 3D spectacles using DirectX API?
  7. easytiger

    loading files from WEB

    I've created a 3Dviewing ActiveX control that views .x models from a local address. I want to be able to load in .x models from a web address such as http://www.whatever.com/whatever.x ... Or better still make it so that it works like Macromedia's Flashplayer. Have you seen any examples of this?
  8. easytiger

    Part of my control disapears

    I was aware of that. It seems to rectify the problem if I set the controls background to Transparent. Anyone know why? Thanks anyway.
  9. easytiger

    Part of my control disapears

    I've created an activex control and all is working as it should, until I resize it. Only somtimes, when the control is resized to a larger size will part of the control not show. If it is resized smaller all is well. I've added a usercontrol.refresh after but no joy to be had there.
  10. easytiger

    OCX on web

    Cheers! Anyone know how to run Regsvr32 on a webServer if you don't have physical access to it ???
  11. easytiger

    OCX on web

    What do I have to upload to the web server to make my ActiveX control download and display within IExplorer? I tried uploading: text.ocx test.htm ( which had the <object id=&quot;DX&quot; width=470 height=330 classid=&quot;clsid:CC771012-9D8A-11D5-BF0F-F057FDA25358&quot;> Tag in tit ) But that...
  12. easytiger

    Registerig .dlls

    It's more the question of getting to the systems registy to run Regsvr32, can it be run remotely ? without the need of administrator privileges. Say, I bought some web space and wanted to register a .dll what do I need to do? Thanks
  13. easytiger

    Registerig .dlls

    I've been doing a bit of work on Intranet sites recently using the PWS and now the company I work for wish to expand there application to a Web Server. Previously I'd been able to command line: Regsvr32 ***.dll on the Intranet server, but can anyone explain how I go about registering a .dll on...
  14. easytiger

    Saving .x files using VB

    I've managed to import .x files into Direct3D using DirectX8.DirectXFileCreate and all that jargon... But when it comes to exporting them again it's not so easy. I've got as far as DirectXFile.RegisterTemplates and didn't have a clue what to put in as parameters. Has anyone covered this well...
  15. easytiger

    DirectX8 with VB

    I'm creating a 3d viewer using DirectX8 within Visual Basic and having some success. But some of the rendering is coming out a little Flat. Having looked at the SDK helpfiles, it seems that altering the Renderstate constants will have an effect on the overall quality of the images produced. I...

Part and Inventory Search

Back
Top