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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. wazoo69

    Play video using DirectDraw and VB.NET

    IIRC there's a sample in the DX8/9 SDK which shows you how to play a video stream as a texture on the side of a cube. *checks SDK* Okay so it's not a cube, but a cylindrical cone thing. Anyways, it's the "Texture3D" sample in the DirectShow samples area The sample uses an .AVI (i...
  2. wazoo69

    Workaround for IE6.0 slowdown?

    LOL But isn't the window.open call the same in VBScript? I don't see how it would make a difference...
  3. wazoo69

    Loading alpha channels

    You might not like the answer. The DirectDraw interfaces/drivers don't support alpha-channels on the textures/images themselves. You'd have to use Direct3D to do that. If you want to combo DirectDraw and Direct3D, you can do so (up to Direct3D8 I believe), but you STILL won't be able to use...
  4. wazoo69

    Question on Installing my own app.

    Kinda late now, but you should check out NSIS.org...it's the nullsoft install scripting engine that WinAmp (and a bunch of others) use to package up their installs. Apart from that, just make sure your binaries and any related resources to your executable is packaged up (ie. any additional...
  5. wazoo69

    How do I uninstall directX 9.0a from Windows XP.

    Hi GLorenzo, You can also try out the directxbuster website..it might be the best option to try out before you rebuild your system to dump on the DirectX8.1 runtimes.. I think it's something like www.directxbuster.de or something (do a google) hth,
  6. wazoo69

    Workaround for IE6.0 slowdown?

    Hi gang, Just experiencing this problem: http://support.microsoft.com/default.aspx?scid=kb;en-us;815323 and was wondering if anyone's come across a workaround for this? thanks!

Part and Inventory Search

Back
Top