Click here to Skip to main content
16,006,605 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRead/Write a monochrome image to/from a .bmp file Pin
Neha3-Jul-03 3:22
Neha3-Jul-03 3:22 
GeneralRe: Read/Write a monochrome image to/from a .bmp file Pin
Rage3-Jul-03 5:50
professionalRage3-Jul-03 5:50 
GeneralGetting data into combo boxes Pin
keegan3-Jul-03 2:25
keegan3-Jul-03 2:25 
GeneralRe: Getting data into combo boxes Pin
Cedric Moonen3-Jul-03 2:39
Cedric Moonen3-Jul-03 2:39 
GeneralRe: Getting data into combo boxes Pin
David Crow3-Jul-03 2:59
David Crow3-Jul-03 2:59 
GeneralRe: Getting data into combo boxes Pin
Rage3-Jul-03 3:02
professionalRage3-Jul-03 3:02 
GeneralRe: Getting data into combo boxes Pin
keegan3-Jul-03 3:25
keegan3-Jul-03 3:25 
GeneralRe: Getting data into combo boxes Pin
Cedric Moonen3-Jul-03 3:39
Cedric Moonen3-Jul-03 3:39 
Eek! | :eek: Eek! | :eek: What do you want to do there ?? You cannot declare a class within itself !


Just declare a new_dialog_edit variable like this:

class New_dialog_box: public CDialog<br />
{<br />
<br />
public:<br />
int new_dialog_edit;<br />


Then initialize it at 0 in the constructor:

New_dialog_box::New_dialog_box()<br />
{<br />
new_dialog_edit = 0;<br />
...

GeneralRe: Getting data into combo boxes Pin
keegan3-Jul-03 3:56
keegan3-Jul-03 3:56 
Generalobject drawing Pin
jotham3-Jul-03 2:09
jotham3-Jul-03 2:09 
GeneralRe: object drawing Pin
Member 4242593-Jul-03 2:52
Member 4242593-Jul-03 2:52 
GeneralRe: object drawing Pin
basementman3-Jul-03 4:42
basementman3-Jul-03 4:42 
QuestionHow to detect Internet connection Pin
HemantR...3-Jul-03 1:44
HemantR...3-Jul-03 1:44 
AnswerRe: How to detect Internet connection Pin
Ryan Binns3-Jul-03 1:50
Ryan Binns3-Jul-03 1:50 
AnswerRe: How to detect Internet connection Pin
David Crow3-Jul-03 3:00
David Crow3-Jul-03 3:00 
AnswerRe: How to detect Internet connection Pin
Ravi Bhavnani3-Jul-03 3:08
professionalRavi Bhavnani3-Jul-03 3:08 
GeneralRe: How to detect Internet connection Pin
Ryan Binns3-Jul-03 4:10
Ryan Binns3-Jul-03 4:10 
GeneralReal Time performance problem Pin
Anonymous3-Jul-03 0:40
Anonymous3-Jul-03 0:40 
GeneralRe: Real Time performance problem Pin
Ryan Binns3-Jul-03 1:17
Ryan Binns3-Jul-03 1:17 
GeneralRe: Real Time performance problem Pin
Valeria Bogdevich3-Jul-03 1:27
Valeria Bogdevich3-Jul-03 1:27 
Generaltrap a-z keys!!! Pin
xxhimanshu2-Jul-03 23:18
xxhimanshu2-Jul-03 23:18 
GeneralRe: trap a-z keys!!! Pin
Mil102-Jul-03 23:37
Mil102-Jul-03 23:37 
GeneralRe: trap a-z keys!!! Pin
Mathias S.3-Jul-03 0:26
Mathias S.3-Jul-03 0:26 
GeneralIAccessible Pin
anshumanshinde2-Jul-03 21:01
anshumanshinde2-Jul-03 21:01 
GeneralIn-proc to out-of-proc Pin
In-At2-Jul-03 20:27
In-At2-Jul-03 20:27 

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.