Click here to Skip to main content
16,005,241 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CRecordSet::Update() or ::Edit() Pin
3-Jan-02 9:23
suss3-Jan-02 9:23 
GeneralRe: CRecordSet::Update() or ::Edit() Pin
Carlos Antollini3-Jan-02 9:37
Carlos Antollini3-Jan-02 9:37 
GeneralRe: CRecordSet::Update() or ::Edit() Pin
5-Jan-02 9:23
suss5-Jan-02 9:23 
Generalcreating an array from a variable? (CString mystring[variable] ) Pin
Kuniva3-Jan-02 6:41
Kuniva3-Jan-02 6:41 
GeneralRe: creating an array from a variable? (CString mystring[variable] ) Pin
Nemanja Trifunovic3-Jan-02 7:55
Nemanja Trifunovic3-Jan-02 7:55 
GeneralSendMessege() Pin
Ever12343-Jan-02 6:17
Ever12343-Jan-02 6:17 
GeneralRe: SendMessege() Pin
Ravi Bhavnani3-Jan-02 6:31
professionalRavi Bhavnani3-Jan-02 6:31 
GeneralRe: SendMessege() Pin
Kuniva3-Jan-02 6:35
Kuniva3-Jan-02 6:35 
uh, i dont know all about it but i believe it is just a function to send certain messages to a window like this:
<br />
SendMessage(WM_CLOSE,0,0);<br />


This for instance would send a WM_CLOSE message to your window and if that window has a handler for the message to close it, the window will be closed. There's all sorts of messages (see winuser.h). WM means its a window message, you also have messages for buttons and other objects, for instance, button messages start with "BN".
The two 0's are the wParam and the lParam, these are optional parameters, for example if a window receives a WM_COMMAND message it means someone pressed a button or did another command, then you can find what command by looking at the wParam.

Kuniva
GeneralConnect to internet using standard windows connecting "system" Pin
Rickard Andersson203-Jan-02 6:01
Rickard Andersson203-Jan-02 6:01 
GeneralRe: Connect to internet using standard windows connecting "system" Pin
Not Active3-Jan-02 7:03
mentorNot Active3-Jan-02 7:03 
GeneralRe: Connect to internet using standard windows connecting "system" Pin
Vladimir Georgiev4-Jan-02 10:26
Vladimir Georgiev4-Jan-02 10:26 
QuestionHow to Edit Recordset? Pin
Mazdak3-Jan-02 5:28
Mazdak3-Jan-02 5:28 
GeneralPassing a CListBox to a function Pin
Kuniva3-Jan-02 5:14
Kuniva3-Jan-02 5:14 
GeneralRe: Passing a CListBox to a function Pin
l a u r e n3-Jan-02 8:02
l a u r e n3-Jan-02 8:02 
GeneralRe: Passing a CListBox to a function Pin
Kuniva3-Jan-02 8:06
Kuniva3-Jan-02 8:06 
GeneralRe: Passing a CListBox to a function Pin
Michael Dunn3-Jan-02 8:40
sitebuilderMichael Dunn3-Jan-02 8:40 
GeneralRe: Passing a CListBox to a function Pin
Ravi Bhavnani3-Jan-02 8:51
professionalRavi Bhavnani3-Jan-02 8:51 
GeneralPassing a CListBox to a function Pin
Kuniva3-Jan-02 5:04
Kuniva3-Jan-02 5:04 
GeneralRe: Passing a CListBox to a function Pin
Philip Patrick3-Jan-02 5:09
professionalPhilip Patrick3-Jan-02 5:09 
GeneralRe: Passing a CListBox to a function Pin
Nemanja Trifunovic3-Jan-02 5:12
Nemanja Trifunovic3-Jan-02 5:12 
GeneralRe: Passing a CListBox to a function Pin
Philip Patrick3-Jan-02 5:22
professionalPhilip Patrick3-Jan-02 5:22 
GeneralRe: Passing a CListBox to a function Pin
Nemanja Trifunovic3-Jan-02 5:10
Nemanja Trifunovic3-Jan-02 5:10 
Generallol thanks guys Pin
Kuniva3-Jan-02 6:38
Kuniva3-Jan-02 6:38 
Generalnamed pipes & createevent Pin
Darren Schroeder3-Jan-02 4:41
Darren Schroeder3-Jan-02 4:41 
GeneralRe: named pipes & createevent Pin
Philip Patrick3-Jan-02 5:06
professionalPhilip Patrick3-Jan-02 5:06 

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.