Click here to Skip to main content
15,898,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem on DataBase Update Pin
Tara1419-Jul-06 22:37
Tara1419-Jul-06 22:37 
Questionhow can I call a .exe in c++ Pin
mwolf12219-Jul-06 2:16
mwolf12219-Jul-06 2:16 
AnswerRe: how can I call a .exe in c++ Pin
Anilkumar K V19-Jul-06 2:18
Anilkumar K V19-Jul-06 2:18 
AnswerRe: how can I call a .exe in c++ Pin
Cedric Moonen19-Jul-06 2:19
Cedric Moonen19-Jul-06 2:19 
AnswerRe: how can I call a .exe in c++ Pin
Hamid_RT19-Jul-06 2:31
Hamid_RT19-Jul-06 2:31 
GeneralRe: how can I call a .exe in c++ Pin
mwolf12219-Jul-06 21:36
mwolf12219-Jul-06 21:36 
QuestionSetTimer, nIDEvent and timer identification Pin
Dimitris Vikeloudas19-Jul-06 1:41
Dimitris Vikeloudas19-Jul-06 1:41 
AnswerRe: SetTimer, nIDEvent and timer identification Pin
Kurt _B19-Jul-06 2:57
Kurt _B19-Jul-06 2:57 
i. If you do "this->SetTimer(100, 2000, NULL)" inside your CScrollView class it will use the handle for your view.

ii. It is unique to your view. How many timers are you planning on using? If just one declare a constant.

iii. Yes if some sends the WM_TIMER message to that view. Really shouldn't happen though.

iv. How do you know it's failing?
GeneralRe: SetTimer, nIDEvent and timer identification Pin
Dimitris Vikeloudas19-Jul-06 3:17
Dimitris Vikeloudas19-Jul-06 3:17 
GeneralRe: SetTimer, nIDEvent and timer identification [modified] Pin
bosfan19-Jul-06 4:06
bosfan19-Jul-06 4:06 
QuestionMenus Disable when Switch from One View to Another View. [modified] Pin
Uday Janaswamy19-Jul-06 1:30
Uday Janaswamy19-Jul-06 1:30 
AnswerRe: Menus Disable when Switch from One View to Another View. Pin
Steve S19-Jul-06 1:49
Steve S19-Jul-06 1:49 
GeneralRe: Menus Disable when Switch from One View to Another View. Pin
Uday Janaswamy19-Jul-06 1:57
Uday Janaswamy19-Jul-06 1:57 
GeneralRe: Menus Disable when Switch from One View to Another View. Pin
Steve S19-Jul-06 6:34
Steve S19-Jul-06 6:34 
QuestionTAB CONTROL [modified] Pin
ashish dogra19-Jul-06 0:38
ashish dogra19-Jul-06 0:38 
AnswerRe: TAB CONTROL Pin
Hamid_RT19-Jul-06 2:27
Hamid_RT19-Jul-06 2:27 
Questiondouble to CString and back Pin
Desmo1619-Jul-06 0:29
Desmo1619-Jul-06 0:29 
AnswerRe: double to CString and back Pin
see me19-Jul-06 0:48
see me19-Jul-06 0:48 
AnswerRe: double to CString and back Pin
Roland Pibinger19-Jul-06 8:28
Roland Pibinger19-Jul-06 8:28 
AnswerRe: double to CString and back Pin
Naveen19-Jul-06 0:48
Naveen19-Jul-06 0:48 
AnswerRe: double to CString and back Pin
Ștefan-Mihai MOGA19-Jul-06 0:50
professionalȘtefan-Mihai MOGA19-Jul-06 0:50 
AnswerRe: double to CString and back Pin
Hamid_RT19-Jul-06 2:37
Hamid_RT19-Jul-06 2:37 
GeneralRe: double to CString and back Pin
Desmo1619-Jul-06 3:39
Desmo1619-Jul-06 3:39 
GeneralRe: double to CString and back [modified] Pin
toxcct19-Jul-06 3:40
toxcct19-Jul-06 3:40 
GeneralRe: double to CString and back Pin
Zac Howland19-Jul-06 4:32
Zac Howland19-Jul-06 4:32 

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.