Click here to Skip to main content
15,905,563 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Can I handle click events on a static control [modified] Pin
sashoalm10-Jan-09 6:59
sashoalm10-Jan-09 6:59 
GeneralRe: Can I handle click events on a static control Pin
sashoalm10-Jan-09 7:32
sashoalm10-Jan-09 7:32 
GeneralRe: Can I handle click events on a static control Pin
Randor 10-Jan-09 7:35
professional Randor 10-Jan-09 7:35 
GeneralRe: Can I handle click events on a static control Pin
Jijo.Raj10-Jan-09 6:57
Jijo.Raj10-Jan-09 6:57 
GeneralRe: Can I handle click events on a static control Pin
sashoalm10-Jan-09 7:04
sashoalm10-Jan-09 7:04 
QuestionLayoutRTL creating issues in displaying image data Pin
Alex@9C10-Jan-09 0:17
Alex@9C10-Jan-09 0:17 
QuestionCFile::sharingViolation exception? Pin
AnayKulkarni10-Jan-09 0:05
AnayKulkarni10-Jan-09 0:05 
AnswerRe: CFile::sharingViolation exception? Pin
Stuart Dootson10-Jan-09 0:12
professionalStuart Dootson10-Jan-09 0:12 
Maybe you have a race condition, where the USB handler has opened the file and then the serial handler tries to open it as well?

If I were you, I hold the file open through the life of the program (make the CFile variable a member of CMainFrame and open it in CMainFrame::Create, close it when the CMainFrame closes). Then there's no worry about the file needing to be shareable, as you won't be trying to open it more than once.
Questionhow to deal with HTTP message in Chtmlview(MFC) Pin
maoxintt9-Jan-09 22:56
maoxintt9-Jan-09 22:56 
AnswerRe: how to deal with HTTP message in Chtmlview(MFC) Pin
Stuart Dootson10-Jan-09 0:06
professionalStuart Dootson10-Jan-09 0:06 
GeneralRe: how to deal with HTTP message in Chtmlview(MFC) Pin
maoxintt11-Jan-09 1:59
maoxintt11-Jan-09 1:59 
GeneralRe: how to deal with HTTP message in Chtmlview(MFC) Pin
Stuart Dootson11-Jan-09 2:14
professionalStuart Dootson11-Jan-09 2:14 
GeneralRe: how to deal with HTTP message in Chtmlview(MFC) Pin
maoxintt11-Jan-09 14:51
maoxintt11-Jan-09 14:51 
Questionwork VB project on VC++ MFC exe Pin
Member 46265689-Jan-09 22:13
Member 46265689-Jan-09 22:13 
AnswerRe: work VB project on VC++ MFC exe Pin
Stuart Dootson9-Jan-09 22:34
professionalStuart Dootson9-Jan-09 22:34 
AnswerRe: work VB project on VC++ MFC exe Pin
Hamid_RT9-Jan-09 23:45
Hamid_RT9-Jan-09 23:45 
QuestionPrint preview list control Pin
Member 23588019-Jan-09 21:07
Member 23588019-Jan-09 21:07 
AnswerRe: Print preview list control Pin
Stuart Dootson9-Jan-09 22:32
professionalStuart Dootson9-Jan-09 22:32 
AnswerRe: Print preview list control Pin
Hamid_RT9-Jan-09 23:46
Hamid_RT9-Jan-09 23:46 
Questionview in a childframe Pin
Taruni9-Jan-09 18:47
Taruni9-Jan-09 18:47 
AnswerRe: view in a childframe Pin
Stuart Dootson9-Jan-09 22:41
professionalStuart Dootson9-Jan-09 22:41 
QuestionHow to set RTL layout for a CPropertySheet. Pin
Alex@9C9-Jan-09 17:50
Alex@9C9-Jan-09 17:50 
AnswerRe: How to set RTL layout for a CPropertySheet. Pin
Stuart Dootson9-Jan-09 22:30
professionalStuart Dootson9-Jan-09 22:30 
GeneralRe: How to set RTL layout for a CPropertySheet. Pin
Alex@9C9-Jan-09 23:15
Alex@9C9-Jan-09 23:15 
GeneralRe: How to set RTL layout for a CPropertySheet. Pin
Stuart Dootson9-Jan-09 23:52
professionalStuart Dootson9-Jan-09 23:52 

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.