Click here to Skip to main content
15,918,243 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Build a chm file? Pin
Rajkumar R27-Feb-08 21:04
Rajkumar R27-Feb-08 21:04 
QuestionRe: Build a chm file? Pin
David Crow28-Feb-08 2:34
David Crow28-Feb-08 2:34 
QuestionIE7/COM problems ? Pin
Christian Graus27-Feb-08 18:40
protectorChristian Graus27-Feb-08 18:40 
AnswerRe: IE7/COM problems ? Pin
Stephen Hewitt27-Feb-08 20:41
Stephen Hewitt27-Feb-08 20:41 
GeneralRe: IE7/COM problems ? Pin
Christian Graus27-Feb-08 21:13
protectorChristian Graus27-Feb-08 21:13 
GeneralRe: IE7/COM problems ? Pin
Stephen Hewitt28-Feb-08 13:04
Stephen Hewitt28-Feb-08 13:04 
QuestionException Pin
T.RATHA KRISHNAN27-Feb-08 18:20
T.RATHA KRISHNAN27-Feb-08 18:20 
GeneralRe: Exception Pin
Maxwell Chen27-Feb-08 18:41
Maxwell Chen27-Feb-08 18:41 
Use some message boxes during runtime (not debugging) to approach what line throws the exception. And then maybe you will know the solution, or you can post that code snippet here!

For example:
// Put many of this everywhere.
CString sTxt;
sTxt.Format("%s (%d)", __FILE__, __LINE__);
AfxMessageBox(sTxt);


  Maxwell Chen

QuestionRe: Exception Pin
T.RATHA KRISHNAN27-Feb-08 18:57
T.RATHA KRISHNAN27-Feb-08 18:57 
QuestionRe: Exception Pin
Rajkumar R28-Feb-08 2:50
Rajkumar R28-Feb-08 2:50 
GeneralRe: Exception Pin
Michael Dunn28-Feb-08 13:17
sitebuilderMichael Dunn28-Feb-08 13:17 
GeneralDisplay only the screen Pin
Chandrasekharan P27-Feb-08 17:05
Chandrasekharan P27-Feb-08 17:05 
AnswerRe: Display only the screen Pin
Rajkumar R27-Feb-08 18:25
Rajkumar R27-Feb-08 18:25 
GeneralRe: Display only the screen [modified] Pin
Chandrasekharan P27-Feb-08 18:49
Chandrasekharan P27-Feb-08 18:49 
AnswerRe: Display only the screen [modified] Pin
Rajkumar R27-Feb-08 19:28
Rajkumar R27-Feb-08 19:28 
GeneralRe: Display only the screen Pin
Chandrasekharan P27-Feb-08 20:28
Chandrasekharan P27-Feb-08 20:28 
GeneralRe: Display only the screen Pin
Rajkumar R28-Feb-08 2:57
Rajkumar R28-Feb-08 2:57 
QuestionRe: Display only the screen Pin
Chandrasekharan P28-Feb-08 18:51
Chandrasekharan P28-Feb-08 18:51 
GeneralRe: Display only the screen Pin
Chandrasekharan P28-Feb-08 22:06
Chandrasekharan P28-Feb-08 22:06 
GeneralRe: Display only the screen Pin
Rajkumar R5-Mar-08 19:28
Rajkumar R5-Mar-08 19:28 
GeneralBluetooth DUN and PPP Pin
PSLoh27-Feb-08 15:42
PSLoh27-Feb-08 15:42 
GeneralRe: Bluetooth DUN and PPP Pin
Alexander M.,27-Feb-08 22:12
Alexander M.,27-Feb-08 22:12 
GeneralRe: Bluetooth DUN and PPP Pin
PSLoh27-Feb-08 22:21
PSLoh27-Feb-08 22:21 
GeneralRe: Bluetooth DUN and PPP Pin
Alexander M.,28-Feb-08 4:28
Alexander M.,28-Feb-08 4:28 
Questionhow to format our code in editor Pin
gentleguy27-Feb-08 15:12
gentleguy27-Feb-08 15:12 

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.