Click here to Skip to main content
15,913,487 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCoordinates of OnMouseMove and OnMouseWheel Pin
Anonymous20-Jan-05 4:54
Anonymous20-Jan-05 4:54 
GeneralRe: Coordinates of onmousemove and OnMouseWheel Pin
Blake Miller20-Jan-05 5:48
Blake Miller20-Jan-05 5:48 
GeneralRe: Coordinates of onmousemove and OnMouseWheel Pin
Anonymous20-Jan-05 7:54
Anonymous20-Jan-05 7:54 
GeneralRe: Coordinates of onmousemove and OnMouseWheel Pin
Anonymous20-Jan-05 8:11
Anonymous20-Jan-05 8:11 
GeneralRe: Coordinates of onmousemove and OnMouseWheel Pin
Blake Miller20-Jan-05 8:18
Blake Miller20-Jan-05 8:18 
GeneralMaintain data in Clipboard Pin
dorutzu20-Jan-05 4:34
dorutzu20-Jan-05 4:34 
GeneralRe: Maintain data in Clipboard Pin
Shog920-Jan-05 13:28
sitebuilderShog920-Jan-05 13:28 
GeneralRe: search Pin
David Crow20-Jan-05 4:55
David Crow20-Jan-05 4:55 
This is a rather vague question so my answer may not be totally applicable. Use AppWixard to create a dialog-based application. On the dialog template, put an edit box and a button. Use ClassWizard to assign member variables, CEdit and CButton respectively, to these controls. Provide a handler function for the button. In that function, obtain the search text from the edit control by using CEdit::GetWindowText(). Once you get this far, we can then discuss how to search a database.


"Opinions are neither right nor wrong. I cannot change your opinion. I can, however, change what influences your opinion." - David Crow


GeneralRe: search Pin
toxcct20-Jan-05 6:10
toxcct20-Jan-05 6:10 
GeneralRe: search Pin
David Crow20-Jan-05 6:57
David Crow20-Jan-05 6:57 
GeneralRe: search Pin
toxcct20-Jan-05 7:08
toxcct20-Jan-05 7:08 
GeneralRe: connecting database Pin
David Crow20-Jan-05 5:37
David Crow20-Jan-05 5:37 
GeneralAutomatically close message box Pin
sandhyanp20-Jan-05 3:37
sandhyanp20-Jan-05 3:37 
GeneralRe: Automatically close message box Pin
RaajaOfSelf20-Jan-05 9:37
RaajaOfSelf20-Jan-05 9:37 
QuestionHow do I insert a new line in a window? Pin
hugPW20-Jan-05 3:33
hugPW20-Jan-05 3:33 
AnswerRe: How do I insert a new line in a window? Pin
toxcct20-Jan-05 3:40
toxcct20-Jan-05 3:40 
GeneralRe: How do I insert a new line in a window? Pin
hugPW20-Jan-05 5:56
hugPW20-Jan-05 5:56 
GeneralTest Program in VC++....need HELP !!! Pin
kritharan20-Jan-05 3:23
kritharan20-Jan-05 3:23 
GeneralRe: Test Program in VC++....need HELP !!! Pin
toxcct20-Jan-05 3:39
toxcct20-Jan-05 3:39 
GeneralComboBox XP Style Pin
rashan20-Jan-05 3:11
rashan20-Jan-05 3:11 
GeneralRe: ComboBox XP Style Pin
Mr. Accident22-Jan-05 17:13
Mr. Accident22-Jan-05 17:13 
GeneralDrawing for a pathfinding test program Pin
Serrrix20-Jan-05 2:49
Serrrix20-Jan-05 2:49 
QuestionWhere I can store my informations? Pin
pearlfromindiaaaa20-Jan-05 0:52
pearlfromindiaaaa20-Jan-05 0:52 
AnswerRe: Where I can store my informations? Pin
toxcct20-Jan-05 2:16
toxcct20-Jan-05 2:16 
GeneralRe: Where I can store my informations? Pin
Anonymous20-Jan-05 2:37
Anonymous20-Jan-05 2:37 

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.