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 strongm 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. Camouflage

    Closing External App

    Ok it runs now, but don't think it's working. I've got the exact name of the program from the title bar entered and when the vb prog is run it doesn't bring up the msg box, saying the prog can't be found - so it has found it - but just can't close it.
  2. Camouflage

    Closing External App

    It says the FindWindow function/sub isn't defined. Any ideas? Thanks
  3. Camouflage

    .pcx Files

    Ok I've got them now - thanks. Just had to install Imaging included on the 98 cd.
  4. Camouflage

    .pcx Files

    Win 98 SE It's definetely not in the list of components in VB6.
  5. Camouflage

    .pcx Files

    Nah it's not there. I've done a search on the web and can't seem to come across it for download either.
  6. Camouflage

    .pcx Files

    How can I get .pcx files to open in VB? PcxView only half does the job - only gray scale and doesn't open up all pcx file types. http://www.pcsoftware.co.nz/code.htm Anybody have any suggestions? Thanks
  7. Camouflage

    How to temporarily disable logons/connections

    Configure & Manage A Web Server
  8. Camouflage

    How to temporarily disable logons/connections

    I need to put this into 500 words: http://support.microsoft.com/support/kb/articles/Q143/1/37.asp?LN=EN-US&SD=gn&FR=0 Sounds silly, but true. Has anyone got any ideas, or anything else to add? Thanks
  9. Camouflage

    Format Time

    Thanks for taking the time to answer that, but this is all to hard for me, lmao. I've thrown c++ out the window and grabbed a copy of VB - it's much easier on my stress levels :)
  10. Camouflage

    Required Dlls

    Lmao ok got it worked out now thanks to a friend. Simply start a project with statically linked library - not shared dlls. Now you'd think that would have been mentioned when you build your 1st project.
  11. Camouflage

    Required Dlls

    http://msdn.microsoft.com/library/en-us/dnvc60/html/redistribvc6.asp This explains it for v6.0 - it says use Depends.exe, but I'm using 5.0. Can you build them in with the program somehow? Basically any file I've made during the 1st week of the c++ in 21 days tutorial can't even be used by...
  12. Camouflage

    Required Dlls

    I've made a very simple application and sent it over to somebody else to try out and use. However they required 3 .dlls files to use it. I already had these in my Windows/System dir, but he didn't. I'm using 98se and his using ME. How can I tell what .dll files are required by the application...
  13. Camouflage

    Format Time

    I am using the timer code from c++ in 21 days, which is basically the following: CTime curTime = CTime::GetCurrentTime(); m_sTime.Format("%d:%d:%d", curTime.GetHour(), curTime.GetMinute(), curTime.GetSecond()); But if it is 3minutes & 9seconds past 9, I would like it to read...

Part and Inventory Search

Back
Top