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

C / C++ / MFC

 
GeneralRe: SHBrowseForFolder Pin
Ryan Binns11-Jan-04 20:47
Ryan Binns11-Jan-04 20:47 
GeneralRe: SHBrowseForFolder Pin
murali_utr11-Jan-04 21:55
murali_utr11-Jan-04 21:55 
GeneralCreateProcess Pin
SiddharthAtw11-Jan-04 19:22
SiddharthAtw11-Jan-04 19:22 
GeneralRe: CreateProcess Pin
Jijo.Raj11-Jan-04 19:49
Jijo.Raj11-Jan-04 19:49 
GeneralRe: CreateProcess Pin
Selvam R11-Jan-04 19:52
professionalSelvam R11-Jan-04 19:52 
GeneralCOleServerDoc Pin
kevcs211-Jan-04 18:52
kevcs211-Jan-04 18:52 
GeneralOpenDocument Pin
kevcs211-Jan-04 18:41
kevcs211-Jan-04 18:41 
GeneralRe: OpenDocument Pin
Roger Allen11-Jan-04 23:58
Roger Allen11-Jan-04 23:58 
Have you tried setting a breakpoint on the varaibles to see if its being changed anywhere?

To do this, get the address of your m_bBool and enter it into the Breakpoints Data page as

*(int*)(0xaddress)

Set the elements to 1, and you shoudl get a BP set when the varaible is changed.

Roger Allen - Sonork 100.10016
Roger Wright: Remember to buckle up, please, and encourage your friends to do the same. It's not just about saving your life, but saving the quality of life for those you may leave behind...
Generalload bitmapfile on dialog at runtime.. Pin
swarnamanoo11-Jan-04 18:22
swarnamanoo11-Jan-04 18:22 
GeneralRe: load bitmapfile on dialog at runtime.. Pin
Jijo.Raj11-Jan-04 18:45
Jijo.Raj11-Jan-04 18:45 
GeneralRe: load bitmapfile on dialog at runtime.. Pin
swarnamanoo11-Jan-04 20:08
swarnamanoo11-Jan-04 20:08 
GeneralRe: load bitmapfile on dialog at runtime.. Pin
Ryan Binns11-Jan-04 20:49
Ryan Binns11-Jan-04 20:49 
GeneralRe: load bitmapfile on dialog at runtime.. Pin
Jijo.Raj11-Jan-04 20:55
Jijo.Raj11-Jan-04 20:55 
GeneralRe: load bitmapfile on dialog at runtime.. Pin
swarnamanoo12-Jan-04 0:37
swarnamanoo12-Jan-04 0:37 
Generalclose window explorer by my application Pin
Member 80599911-Jan-04 16:48
Member 80599911-Jan-04 16:48 
GeneralRe: close window explorer by my application Pin
SiddharthAtw11-Jan-04 19:15
SiddharthAtw11-Jan-04 19:15 
GeneralRe: close window explorer by my application Pin
Jijo.Raj11-Jan-04 19:21
Jijo.Raj11-Jan-04 19:21 
Generalconverting from a string to an int/float using Win32 locale functions Pin
Jim Crafton11-Jan-04 14:49
Jim Crafton11-Jan-04 14:49 
GeneralRe: converting from a string to an int/float using Win32 locale functions Pin
bryce11-Jan-04 15:28
bryce11-Jan-04 15:28 
GeneralRe: converting from a string to an int/float using Win32 locale functions Pin
Christian Graus11-Jan-04 15:50
protectorChristian Graus11-Jan-04 15:50 
GeneralRe: converting from a string to an int/float using Win32 locale functions Pin
l a u r e n11-Jan-04 16:10
l a u r e n11-Jan-04 16:10 
GeneralRe: converting from a string to an int/float using Win32 locale functions Pin
Christian Graus11-Jan-04 16:13
protectorChristian Graus11-Jan-04 16:13 
GeneralRe: converting from a string to an int/float using Win32 locale functions Pin
Jim Crafton11-Jan-04 16:22
Jim Crafton11-Jan-04 16:22 
GeneralRe: converting from a string to an int/float using Win32 locale functions Pin
Christian Graus11-Jan-04 16:39
protectorChristian Graus11-Jan-04 16:39 
GeneralRe: converting from a string to an int/float using Win32 locale functions Pin
Jim Crafton11-Jan-04 16:59
Jim Crafton11-Jan-04 16:59 

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.