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: Baral
  • Order by date
  1. Baral

    CreateProcess and EnumChildWindows()

    Hi, I want to place the cursor(text) in a specific line of a file in the Notepad, when i will click on a button from some other application. For that i am using CreateProcess(); Then I am getting the window using FindWindow(); Then i am proceesing the child of the Notepad which is of CEdit...
  2. Baral

    Placing Cursor using CreateProcess

    Hi, From a VC ++ application when i am clicking on a button it is opening a text file in the notepad.(e.g. a.txt in notepad.exe).For this i am using the CreateProcess() as follows. CreateProcess(NULL,"notepad.exe a.txt", NULL, NULL, TRUE, 0, NULL, "c:\\winnt", &StartupInfo...

Part and Inventory Search

Back
Top