Click here to Skip to main content
15,897,315 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to enlarge Bitmap object Pin
lisoft29-Nov-04 15:43
lisoft29-Nov-04 15:43 
AnswerRe: How to enlarge Bitmap object Pin
ThatsAlok29-Nov-04 17:09
ThatsAlok29-Nov-04 17:09 
GeneralCreating custom control in dialog at run time Pin
bohrium29-Nov-04 15:42
bohrium29-Nov-04 15:42 
GeneralRe: Creating custom control in dialog at run time Pin
Iain Clarke, Warrior Programmer30-Nov-04 0:55
Iain Clarke, Warrior Programmer30-Nov-04 0:55 
QuestionHow to get the File System Format Pin
ytod29-Nov-04 15:16
ytod29-Nov-04 15:16 
AnswerRe: How to get the File System Format Pin
ytod29-Nov-04 16:50
ytod29-Nov-04 16:50 
GeneralPlease HELPPP Pin
Chandara29-Nov-04 14:22
Chandara29-Nov-04 14:22 
GeneralRe: Please HELPPP Pin
lisoft29-Nov-04 15:52
lisoft29-Nov-04 15:52 
You should get a data source object by creating ODBC data source in Windows control panel and then use CDatabase::Open function to open it.

That is to say the name of your 'table' is not specified in your program but in Windows control panel, Your MFC ODBC Program can only open the data source you have created.

And then you can coutinue with your CRecordset recset( &database );
GeneralRe: Please HELPPP Pin
Chandara29-Nov-04 23:20
Chandara29-Nov-04 23:20 
GeneralRe: Please HELPPP Pin
lisoft30-Nov-04 0:25
lisoft30-Nov-04 0:25 
GeneralGreat:!! Pin
Chandara30-Nov-04 6:12
Chandara30-Nov-04 6:12 
GeneralEvent handling Pin
scandrew29-Nov-04 12:20
scandrew29-Nov-04 12:20 
GeneralRe: Event handling Pin
Rob Catterall30-Nov-04 1:48
Rob Catterall30-Nov-04 1:48 
GeneralRe: Event handling Pin
scandrew30-Nov-04 13:01
scandrew30-Nov-04 13:01 
GeneralCComboBox inactive items Pin
john john mackey29-Nov-04 12:19
john john mackey29-Nov-04 12:19 
GeneralRe: CComboBox inactive items Pin
Iain Clarke, Warrior Programmer29-Nov-04 23:40
Iain Clarke, Warrior Programmer29-Nov-04 23:40 
GeneralProblem tu use fmode function Pin
CHEICKNA TRAORE29-Nov-04 11:42
CHEICKNA TRAORE29-Nov-04 11:42 
QuestionHow to resize controls with flicker-free ? Pin
Cyrus Dang29-Nov-04 11:29
Cyrus Dang29-Nov-04 11:29 
AnswerRe: How to resize controls with flicker-free ? Pin
PJ Arends29-Nov-04 11:45
professionalPJ Arends29-Nov-04 11:45 
GeneralRe: How to resize controls with flicker-free ? Pin
Cyrus Dang29-Nov-04 11:52
Cyrus Dang29-Nov-04 11:52 
AnswerRe: How to resize controls with flicker-free ? Pin
Iain Clarke, Warrior Programmer30-Nov-04 0:16
Iain Clarke, Warrior Programmer30-Nov-04 0:16 
QuestionHow to tell if application is running Pin
Anonymous29-Nov-04 9:18
Anonymous29-Nov-04 9:18 
AnswerRe: How to tell if application is running Pin
Blake Miller29-Nov-04 9:55
Blake Miller29-Nov-04 9:55 
AnswerRe: How to tell if application is running Pin
ThatsAlok29-Nov-04 17:12
ThatsAlok29-Nov-04 17:12 
Generali am building dialoge based app and i want to use while loop in it Pin
syaks29-Nov-04 9:02
syaks29-Nov-04 9:02 

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.