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 gkittelson 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. dukeyukon

    Running a visual c++ program question

    I'm learning Visual Studio .Net and just recently created a program that calls the ShellExecute API. The problem is when I click on the executable, a black screen pops up, opens a file, and then disappears. How do I make it so that the screen does not show up and just let the program run in the...
  2. dukeyukon

    Opening Word/Excel files from Javascript problem

    I have a javascript function to open up a file based on its extension. If .txt, then open_prog("Notepad", "..absolute path.."). Or if .doc, then open_prog("Word", "..absolute path.."). Problem arises when the folder or file name has a space in it, then the Excel or Word programs won't be able to...

Part and Inventory Search

Back
Top