Click here to Skip to main content
15,891,833 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Error Spawning rc.exe Pin
T.RATHA KRISHNAN16-Dec-07 19:00
T.RATHA KRISHNAN16-Dec-07 19:00 
GeneralRe: Error Spawning rc.exe Pin
Naveen16-Dec-07 19:09
Naveen16-Dec-07 19:09 
QuestionRe: Error Spawning rc.exe Pin
T.RATHA KRISHNAN16-Dec-07 19:28
T.RATHA KRISHNAN16-Dec-07 19:28 
GeneralRe: Error Spawning rc.exe Pin
Naveen16-Dec-07 19:45
Naveen16-Dec-07 19:45 
Questionerror:'IWebBrowser2' : illegal use of this type as an expression ?? Pin
s196675m16-Dec-07 17:49
s196675m16-Dec-07 17:49 
AnswerRe: error:'IWebBrowser2' : illegal use of this type as an expression ?? Pin
Stephen Hewitt16-Dec-07 19:22
Stephen Hewitt16-Dec-07 19:22 
QuestionWhere to find the source code of CFontDialog's constructor? Pin
fantasy121516-Dec-07 16:31
fantasy121516-Dec-07 16:31 
GeneralRe: Where to find the source code of CFontDialog's constructor? Pin
Naveen16-Dec-07 16:56
Naveen16-Dec-07 16:56 
the implementation of the CFont can be found in the file. "Microsoft Visual Studio 8\VC\atlmfc\src\mfc\dlgfnt.cpp".

You can find the source code by user self using the follwoing technique. Suppose you have written code like

CFontDialog Dlg;

put a break point in this line and when the break point hits while running, press F11( step in ) so that the controls go to the constructor of the CFontDialog.

GeneralNonblock wait for signal thread Pin
LiYS16-Dec-07 15:26
LiYS16-Dec-07 15:26 
GeneralRe: Nonblock wait for signal thread Pin
Luc Pattyn16-Dec-07 16:09
sitebuilderLuc Pattyn16-Dec-07 16:09 
GeneralRe: Nonblock wait for signal thread Pin
LiYS16-Dec-07 17:13
LiYS16-Dec-07 17:13 
GeneralRe: Nonblock wait for signal thread Pin
Naveen16-Dec-07 17:06
Naveen16-Dec-07 17:06 
GeneralRe: Nonblock wait for signal thread Pin
LiYS16-Dec-07 17:15
LiYS16-Dec-07 17:15 
GeneralRe: Nonblock wait for signal thread Pin
Stephen Hewitt16-Dec-07 19:25
Stephen Hewitt16-Dec-07 19:25 
QuestionFormView position Pin
ltallman16-Dec-07 12:43
ltallman16-Dec-07 12:43 
GeneralRe: FormView position Pin
Mark Salsbery17-Dec-07 7:18
Mark Salsbery17-Dec-07 7:18 
GeneralLNK2019 Error Pin
james_dixon_200816-Dec-07 8:15
james_dixon_200816-Dec-07 8:15 
GeneralRe: LNK2019 Error Pin
BhawnaA16-Dec-07 17:26
BhawnaA16-Dec-07 17:26 
GeneralGDI+ ::new Graphics VS new Graphics , any difference in release version? [modified] Pin
followait16-Dec-07 6:27
followait16-Dec-07 6:27 
QuestionRe: GDI+ ::new Graphics VS new Graphics , any difference in release version? Pin
CPallini16-Dec-07 7:15
mveCPallini16-Dec-07 7:15 
GeneralRe: GDI+ ::new Graphics VS new Graphics , any difference in release version? [modified] Pin
Mark Salsbery16-Dec-07 7:50
Mark Salsbery16-Dec-07 7:50 
GeneralReading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
Anthony Appleyard16-Dec-07 5:07
Anthony Appleyard16-Dec-07 5:07 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
CPallini16-Dec-07 5:30
mveCPallini16-Dec-07 5:30 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
Anthony Appleyard16-Dec-07 6:50
Anthony Appleyard16-Dec-07 6:50 
GeneralRe: Reading and writing JPG images using Windows with Visual C++ 2008 free download version Pin
Anthony Appleyard16-Dec-07 6:53
Anthony Appleyard16-Dec-07 6:53 

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.