Click here to Skip to main content
15,885,978 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: focusing problem on windows 2000 Pin
Nish Nishant27-Feb-02 23:48
sitebuilderNish Nishant27-Feb-02 23:48 
GeneralRe: focusing problem on windows 2000 Pin
Tim Smith28-Feb-02 2:11
Tim Smith28-Feb-02 2:11 
GeneralRe: focusing problem on windows 2000 Pin
28-Feb-02 4:49
suss28-Feb-02 4:49 
GeneralLarge executables when using STL Pin
Travis D. Mathison27-Feb-02 21:32
Travis D. Mathison27-Feb-02 21:32 
GeneralRe: Large executables when using STL Pin
Jon Hulatt28-Feb-02 1:14
Jon Hulatt28-Feb-02 1:14 
GeneralSerial Port Class Pin
Mark Donkers27-Feb-02 15:04
Mark Donkers27-Feb-02 15:04 
GeneralRe: Serial Port Class Pin
Joaquín M López Muñoz27-Feb-02 19:46
Joaquín M López Muñoz27-Feb-02 19:46 
GeneralSendMessage(param1, WM_SETTEXT.. Pin
Alan Blakely27-Feb-02 13:52
Alan Blakely27-Feb-02 13:52 
I'm trying to get my program to send text to the edit box of another window.
I have no probelm getting the window's handle, and according to my "if" statements, its working.
this is what I have set up for my code while winvar is the variable for the window im sending text to:


::SendMessage(winvar, WM_SETTEXT, 0, (LPARAM)_T("text"));


Nothing appears in the windows edit box when I run the function, and it should be working according to my if statements.
GeneralRe: SendMessage(param1, WM_SETTEXT.. Pin
Nish Nishant27-Feb-02 14:06
sitebuilderNish Nishant27-Feb-02 14:06 
GeneralRe: SendMessage(param1, WM_SETTEXT.. Pin
Alan Blakely27-Feb-02 14:17
Alan Blakely27-Feb-02 14:17 
GeneralRe: SendMessage(param1, WM_SETTEXT.. Pin
Nish Nishant27-Feb-02 14:52
sitebuilderNish Nishant27-Feb-02 14:52 
GeneralRe: SendMessage(param1, WM_SETTEXT.. Pin
Alan Blakely27-Feb-02 15:09
Alan Blakely27-Feb-02 15:09 
QuestionGetting logon status?? Pin
Coremn27-Feb-02 13:46
Coremn27-Feb-02 13:46 
GeneralMFC Proxy woes Pin
27-Feb-02 13:14
suss27-Feb-02 13:14 
GeneralRe: MFC Proxy woes Pin
Joaquín M López Muñoz27-Feb-02 19:51
Joaquín M López Muñoz27-Feb-02 19:51 
GeneralRe: MFC Proxy woes Pin
eXplodus1-Mar-02 11:11
eXplodus1-Mar-02 11:11 
QuestionAssigning a New File Format? Pin
Steven Richardson27-Feb-02 12:36
Steven Richardson27-Feb-02 12:36 
AnswerRe: Assigning a New File Format? Pin
Nish Nishant27-Feb-02 13:18
sitebuilderNish Nishant27-Feb-02 13:18 
GeneralCPropertySheet::DoModal() removing the std buttons Pin
fabs27-Feb-02 11:27
fabs27-Feb-02 11:27 
GeneralRe: CPropertySheet::DoModal() removing the std buttons Pin
fabs27-Feb-02 12:04
fabs27-Feb-02 12:04 
QuestionEvent Handler Wizard in VC++ 7? Pin
Matt Newman27-Feb-02 11:01
Matt Newman27-Feb-02 11:01 
GeneralQuestion about C++ Pin
Loli1027-Feb-02 10:06
Loli1027-Feb-02 10:06 
GeneralRe: Question about C++ Pin
Chris Losinger27-Feb-02 10:14
professionalChris Losinger27-Feb-02 10:14 
GeneralRe: Question about C++ Pin
Carlos Antollini27-Feb-02 10:19
Carlos Antollini27-Feb-02 10:19 
GeneralRe: Question about C++ Pin
Roger Wright27-Feb-02 13:13
professionalRoger Wright27-Feb-02 13:13 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.