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 Mike Lewis 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: Hazor
  • Order by date
  1. Hazor

    How do you add innitial text from a text document into an edit box?

    What file do i need to #include?
  2. Hazor

    How do you add innitial text from a text document into an edit box?

    What would be the syntax for the edit box to update every 60,000 ms for a text file located in say... C:\\folder\\file.txt
  3. Hazor

    How do you add innitial text from a text document into an edit box?

    How on earth would you go about adding innital text into an edit box from a text file (file.txt)... This text file is constantly updating i know how to add text into edit box using variable (e.g. m_strEditBox = ("TEXT GOES HERE"); but how to have innital text from an updating text document...
  4. Hazor

    ShellExecute(…) ?

    HINSTANCE hReturn; hReturn = ShellExecute( HWND_DESKTOP, "open", "IEXPLORE.EXE", "www.ceco.se", "C:\\Program Files\\Internet Explorer\\IEXPLORE.EXE", SW_SHOWNORMAL );
  5. Hazor

    Using ShellExecute

    I used the shell execute command in a program i just made lol! the file you need to include is: #include "shellapi.h" and an example shell execute syntax is: void CNTACCOUNTFINDERDlg::OnEditpass() { HINSTANCE hReturn; hReturn = ShellExecute( HWND_DESKTOP, "open", "ipc_pass.dic", ""...

Part and Inventory Search

Back
Top