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 Wanet Telecoms Ltd 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: *

  • Users: discoking
  • Content: Threads
  • Order by date
  1. discoking

    GetBaseURL()

    Is there any function in C++/MFC/WinSDK that I can get the base URL of a HTML page? ie. if I try and load index.htm can I find out its in http://somesite.com/documents??? BTW the problem has arisen because I've just shoehorned my code into an ActiveX control and now the working directory of the...
  2. discoking

    Container Working Directory

    Does anyone know how I can get my activeX control to automatically get the path name of the web page that it's embedded in?
  3. discoking

    booting windows from something other than a hard drive

    Hi, I'm interested in finding out about booting Windows from some sort of solid state device and not a hard drive. Does anyone know anything about this? Someone asked me if I could build an arcade machine for them and I said I'd have a think. I want to use off the shelf components so it's...
  4. discoking

    Assertion on killing thread

    I have a UI thread derived from CWinThread. I allocate the memory, call CreateThread() and it runs fine. I call AfxEndThread() to finish using an event and the thread closes down. The problem is that when it comes to the lines if(m_bAutoDelete) delete this; it crashes on me. Ok so I...
  5. discoking

    Windows Media Technologies

    I want to encode the output from my games engine into an ASF. Is the only format I can provide raw frame data to the encoder 24bit 320x200x24 at 15fps?? Or can I specify the format myself?? Cheers Greg
  6. discoking

    ActiveX with DirectX

    I have stuck my 3D game engine in an activeX control but am having trouble getting activeX to provide the functionality I need to get it running properly. 1]There's no OnIdle() so I can't get the engine to render automatically - I am currently using a timer to get it to render but this means...

Part and Inventory Search

Back
Top