Click here to Skip to main content
16,012,223 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralYour thoughts on this singleton implementation Pin
Anonymous17-Jun-03 10:59
Anonymous17-Jun-03 10:59 
GeneralRe: Your thoughts on this singleton implementation Pin
AlexO18-Jun-03 3:31
AlexO18-Jun-03 3:31 
GeneralRe: Your thoughts on this singleton implementation Pin
Anonymous18-Jun-03 3:56
Anonymous18-Jun-03 3:56 
GeneralRe: Your thoughts on this singleton implementation Pin
AlexO18-Jun-03 4:13
AlexO18-Jun-03 4:13 
GeneralSetting a radio button as the default choice Pin
Jay Hova17-Jun-03 9:41
Jay Hova17-Jun-03 9:41 
GeneralRe: Setting a radio button as the default choice Pin
valikac17-Jun-03 10:02
valikac17-Jun-03 10:02 
GeneralRe: Setting a radio button as the default choice Pin
David Crow17-Jun-03 10:51
David Crow17-Jun-03 10:51 
GeneralRe: Setting a radio button as the default choice Pin
Ryan Binns17-Jun-03 16:18
Ryan Binns17-Jun-03 16:18 
Use ClassWizard to add a member variable tied to the first radio button in the group. The variable will be of type int. In the dialog box class's constructor, you will see that the variable is set to -1. This means that none of the radio buttons are selected. Set this to 0 (for the first radio button in the group), 1 (for the second in the group) etc.

Hope this helps

Ryan

Being little and getting pushed around by big guys all my life I guess I compensate by pushing electrons and holes around. What a bully I am, but I do enjoy making subatomic particles hop at my bidding - Roger Wright (2nd April 2003, The Lounge)

Punctuality is only a virtue for those who aren't smart enough to think of good excuses for being late - John Nichol "Point Of Impact"

GeneralRe: Setting a radio button as the default choice Pin
Jay Hova18-Jun-03 4:16
Jay Hova18-Jun-03 4:16 
QuestionHow do you create new object using <vector>? Pin
kleft17-Jun-03 9:06
kleft17-Jun-03 9:06 
AnswerRe: How do you create new object using ? Pin
AlexO17-Jun-03 9:14
AlexO17-Jun-03 9:14 
Generalusing SP_DRVINFO_DATA_V2 instead of SP_DRVINFO_DATA_V1 Pin
tessierjf17-Jun-03 8:28
tessierjf17-Jun-03 8:28 
Generalstoring data in Memory and accessing it for playback Pin
johnstonsk17-Jun-03 7:58
johnstonsk17-Jun-03 7:58 
GeneralRe: storing data in Memory and accessing it for playback Pin
AlexO17-Jun-03 8:39
AlexO17-Jun-03 8:39 
GeneralRe: storing data in Memory and accessing it for playback Pin
AlexO17-Jun-03 8:47
AlexO17-Jun-03 8:47 
GeneralRe: storing data in Memory and accessing it for playback Pin
johnstonsk17-Jun-03 8:47
johnstonsk17-Jun-03 8:47 
GeneralActiveX control stock property issue. Pin
Marion2817-Jun-03 7:30
Marion2817-Jun-03 7:30 
GeneralFunction to pass an CArray or Structure.. Pin
RobJones17-Jun-03 6:58
RobJones17-Jun-03 6:58 
GeneralRe: Function to pass an CArray or Structure.. Pin
basementman17-Jun-03 7:05
basementman17-Jun-03 7:05 
GeneralRe: Function to pass an CArray or Structure.. Pin
RobJones17-Jun-03 7:12
RobJones17-Jun-03 7:12 
GeneralRe: Function to pass an CArray or Structure.. Pin
peterchen17-Jun-03 7:12
peterchen17-Jun-03 7:12 
Generalnon-blocking mode in sockets Pin
User 988517-Jun-03 6:33
User 988517-Jun-03 6:33 
GeneralRe: non-blocking mode in sockets Pin
David Crow17-Jun-03 6:51
David Crow17-Jun-03 6:51 
GeneralRe: non-blocking mode in sockets Pin
User 988517-Jun-03 7:04
User 988517-Jun-03 7:04 
GeneralRe: non-blocking mode in sockets Pin
valikac17-Jun-03 7:46
valikac17-Jun-03 7:46 

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.