Click here to Skip to main content
15,906,569 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionimport VB ocx to VC++? Pin
Michael Flood23-Jan-05 12:34
Michael Flood23-Jan-05 12:34 
AnswerRe: import VB ocx to VC++? Pin
Mircea Puiu25-Jan-05 7:21
Mircea Puiu25-Jan-05 7:21 
GeneralRe: import VB ocx to VC++? Pin
Anonymous25-Jan-05 14:17
Anonymous25-Jan-05 14:17 
GeneralNetwork-wide file based locking (never mind) Pin
Ravi Bhavnani23-Jan-05 11:53
professionalRavi Bhavnani23-Jan-05 11:53 
GeneralDoh! Pin
Ravi Bhavnani23-Jan-05 12:49
professionalRavi Bhavnani23-Jan-05 12:49 
GeneralMFC closing a dialog Pin
tordyvel23-Jan-05 11:29
tordyvel23-Jan-05 11:29 
GeneralRe: MFC closing a dialog Pin
Ravi Bhavnani23-Jan-05 11:54
professionalRavi Bhavnani23-Jan-05 11:54 
GeneralRe: MFC closing a dialog Pin
toxcct23-Jan-05 22:18
toxcct23-Jan-05 22:18 
ravi's right.

call OnOK() if you want you program to behave as if OK button where pushed (or the button with IDOK id if OK is not its name),
call OnCancel() do close the dialog as if IDCANCEL id's button were pushed.

you can also call EndDialog() to close the Dialog without calling one of the two functions below...


TOXCCT >>> GEII power
[toxcct][VisualCalc]
Questionwhat is the "external definition model" of VC++ ?? Pin
Tomas joy23-Jan-05 9:36
Tomas joy23-Jan-05 9:36 
AnswerRe: what is the "external definition model" of VC++ ?? Pin
David Crow24-Jan-05 7:21
David Crow24-Jan-05 7:21 
QuestionAnybody with DDK experience here? Pin
s.connery23-Jan-05 8:07
s.connery23-Jan-05 8:07 
Generalsearch engine Pin
jinshi23-Jan-05 5:40
jinshi23-Jan-05 5:40 
QuestionDLL PostMessage() --> how to evaluate in another application? Pin
nne-vitamin23-Jan-05 5:20
nne-vitamin23-Jan-05 5:20 
AnswerRe: DLL PostMessage() --> how to evaluate in another application? Pin
PJ Arends23-Jan-05 10:05
professionalPJ Arends23-Jan-05 10:05 
GeneralWhen is download complete Pin
tony777777723-Jan-05 4:52
tony777777723-Jan-05 4:52 
GeneralCRecordset and ATL COM Pin
xcavin23-Jan-05 3:36
xcavin23-Jan-05 3:36 
GeneralBlinking CStatic Control Pin
A_Fa23-Jan-05 2:51
A_Fa23-Jan-05 2:51 
GeneralRe: Blinking CStatic Control Pin
rbid23-Jan-05 3:58
rbid23-Jan-05 3:58 
GeneralTopics in MFC Programming Pin
phijophlip23-Jan-05 2:45
phijophlip23-Jan-05 2:45 
GeneralRe: Topics in MFC Programming Pin
Maximilien23-Jan-05 9:14
Maximilien23-Jan-05 9:14 
GeneralFatal error LNK1103: debugging information corrupt; recompile module Pin
Behzad Ebrahimi23-Jan-05 2:10
Behzad Ebrahimi23-Jan-05 2:10 
GeneralRe: Fatal error LNK1103: debugging information corrupt; recompile module Pin
Ryan Binns23-Jan-05 17:49
Ryan Binns23-Jan-05 17:49 
GeneralRe: Fatal error LNK1103: debugging information corrupt; recompile module Pin
Behzad Ebrahimi24-Jan-05 1:31
Behzad Ebrahimi24-Jan-05 1:31 
QuestionHow to dump NT hashes from local machine? Pin
sfirouza23-Jan-05 1:25
sfirouza23-Jan-05 1:25 
GeneralProblem in calling lapack in Matlab MEX program Pin
tttyip22-Jan-05 23:29
tttyip22-Jan-05 23:29 

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.