Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > C++ > create a console program to simply enter text into a blank notepad session

Reply
Thread Tools

create a console program to simply enter text into a blank notepad session

 
 
prodigyofqnz1@aol.com
Guest
Posts: n/a
 
      12-27-2004
Hi, I'm trying to do basically what my subject says, create a console
program to simply enter text into a blank notepad session. I'm trying
to do a windows enumeration search and send the string to the
appropriate window. Can anyone help me out?

 
Reply With Quote
 
 
 
 
Kurt Krueckeberg
Guest
Posts: n/a
 
      12-27-2004

<> wrote in message
news: ups.com...
> Hi, I'm trying to do basically what my subject says, create a console
> program to simply enter text into a blank notepad session. I'm trying
> to do a windows enumeration search and send the string to the
> appropriate window. Can anyone help me out?
>

Try your question at microsoft.public.vc.language would (which is on the
news server msnews.microsoft.com, or access using
http://mdsn.microsoft.com )


 
Reply With Quote
 
 
 
 
L1quid
Guest
Posts: n/a
 
      12-28-2004
just do a findwindow on the notepad window, then get the child window
edit and set the text.

pretty simple! check FindWindow at msdn.microsoft.com for more info
heh.

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to make send key ([tab] [tab]Text [Enter]) in some program (Internet Explorer or Notepad)? max Perl Misc 2 04-01-2007 10:12 AM
capturing from text area Shft+Enter, Control+Enter, Alt+Enter and browser issue. HopfZ Javascript 0 08-28-2006 10:11 AM
How to simply create an Eclipse project and add some existing java source files ? Gunter Hansen Java 10 04-03-2006 07:58 AM
Users paste text from notepad (ANSI) into jsp form, not give UTF-8 PhuWong Java 0 02-25-2006 07:13 PM
Preventing the console window from closing when writing a console program in C++ Miktor C++ 7 08-09-2005 09:22 PM



Advertisments