Click here to Skip to main content
15,903,012 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: control in View Pin
Stephen Hewitt31-Jan-06 16:15
Stephen Hewitt31-Jan-06 16:15 
Questiontemplate classes & dlls Pin
Themis31-Jan-06 13:54
Themis31-Jan-06 13:54 
QuestionRemoving Min/Max buttons from an application Pin
rentzk31-Jan-06 13:50
rentzk31-Jan-06 13:50 
AnswerRe: Removing Min/Max buttons from an application Pin
Owner drawn31-Jan-06 16:56
Owner drawn31-Jan-06 16:56 
GeneralRe: Removing Min/Max buttons from an application Pin
rentzk1-Feb-06 6:41
rentzk1-Feb-06 6:41 
GeneralRe: Removing Min/Max buttons from an application Pin
Owner drawn1-Feb-06 16:38
Owner drawn1-Feb-06 16:38 
Questiondatabase connection Pin
dli_98031-Jan-06 13:31
dli_98031-Jan-06 13:31 
AnswerRe: database connection Pin
_AnsHUMAN_ 31-Jan-06 17:02
_AnsHUMAN_ 31-Jan-06 17:02 
HI Your first part of the question is not that clear.What do you want to do . What I figured is that you want to add Maximized button to the dialog????

As far as Database connection is considered :

Derive a class from CRecordSet
Override method GetDefaultConnect , GetDefaultSQL.

Now include this derived class into your project , Create an object of CDatabaseX(if this is the class that you derived from CRecordSet) and use its function.

You need to know the details of the driver and how are you going to connect through it.(DSN etc...)

Wishes.

Anshuman Dandekar

Dare to Dream,
Care to Achieve.............
AnswerRe: database connection Pin
dli_9802-Feb-06 10:08
dli_9802-Feb-06 10:08 
QuestionAbout interface Pin
dli_98031-Jan-06 13:26
dli_98031-Jan-06 13:26 
AnswerRe: About interface Pin
Ryan Binns31-Jan-06 17:15
Ryan Binns31-Jan-06 17:15 
Questionstatusbar - caps lock,num lock, scroll lock Pin
locoone31-Jan-06 13:19
locoone31-Jan-06 13:19 
AnswerRe: statusbar - caps lock,num lock, scroll lock Pin
Ryan Binns31-Jan-06 17:19
Ryan Binns31-Jan-06 17:19 
GeneralRe: statusbar - caps lock,num lock, scroll lock Pin
locoone1-Feb-06 8:15
locoone1-Feb-06 8:15 
QuestionBugs Porting MFC6 to MFC8 Pin
J Yates31-Jan-06 11:28
J Yates31-Jan-06 11:28 
AnswerRe: Bugs Porting MFC6 to MFC8 Pin
Jack Puppy31-Jan-06 13:53
Jack Puppy31-Jan-06 13:53 
AnswerRe: Bugs Porting MFC6 to MFC8 Pin
Ryan Binns31-Jan-06 17:25
Ryan Binns31-Jan-06 17:25 
GeneralRe: Bugs Porting MFC6 to MFC8 Pin
J Yates1-Feb-06 5:15
J Yates1-Feb-06 5:15 
GeneralRe: Bugs Porting MFC6 to MFC8 Pin
Ryan Binns1-Feb-06 12:24
Ryan Binns1-Feb-06 12:24 
GeneralRe: Bugs Porting MFC6 to MFC8 Pin
J Yates1-Feb-06 13:27
J Yates1-Feb-06 13:27 
QuestionTab Controls Pin
BuckBrown31-Jan-06 11:23
BuckBrown31-Jan-06 11:23 
AnswerRe: Tab Controls Pin
Stephen Hewitt31-Jan-06 11:47
Stephen Hewitt31-Jan-06 11:47 
GeneralRe: Tab Controls Pin
_anil_31-Jan-06 17:28
_anil_31-Jan-06 17:28 
GeneralRe: Tab Controls Pin
Stephen Hewitt31-Jan-06 17:30
Stephen Hewitt31-Jan-06 17:30 
GeneralRe: Tab Controls Pin
_anil_31-Jan-06 18:41
_anil_31-Jan-06 18:41 

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.