Click here to Skip to main content
15,905,508 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralAbout ftp Pin
Scozturk28-Jul-03 22:32
professionalScozturk28-Jul-03 22:32 
GeneralRe: About ftp Pin
David Crow29-Jul-03 2:35
David Crow29-Jul-03 2:35 
GeneralOnAfterPrint Event Pin
Keith Worden28-Jul-03 22:25
Keith Worden28-Jul-03 22:25 
Questionhow I show *.mdb table on a dialog ? Pin
Emre Zorlu28-Jul-03 21:02
Emre Zorlu28-Jul-03 21:02 
AnswerRe: how I show *.mdb table on a dialog ? Pin
Exceter28-Jul-03 21:46
Exceter28-Jul-03 21:46 
GeneralRe: how I show *.mdb table on a dialog ? Pin
Emre Zorlu28-Jul-03 22:27
Emre Zorlu28-Jul-03 22:27 
GeneralRe: how I show *.mdb table on a dialog ? Pin
Cheickna28-Jul-03 23:31
Cheickna28-Jul-03 23:31 
AnswerRe: how I show *.mdb table on a dialog ? Pin
Toni7829-Jul-03 15:42
Toni7829-Jul-03 15:42 
The simple way to incorporate ADO into your application is through the use of ActiveX controls. You can add the ADO data control to your Visual C++ project, just like any other ActiveX control. Once you add the ADO control to your project, and place it on a window, you’ll need to
specify the data connection in the control properties. You’ll also need to specify the source for the records that will be retrieved by the control.
To use the ADO control efficiently, you’ll also want to use data-bound controls that are ADO-enabled, such as the Microsoft DataGrid control. When you add these controls to
the window with the ADO control, you’ll specify the ADO control as the data source for the control. If the control is designed to only provide access to a single field in a record set, you’ll also need to specify which field is to be used for the control. Once you add all these controls to the window and configure them, you can run your
application and have full database access through ADO without having written a single line of code.

If you cannot follow all the steps then you should try to read something about ActiveX controls (how to add them to your application).

// Afterall, I realized that even my comment lines have bugs

When one cannot invent, one must at least improve (in bed).-My latest fortune cookie
QuestionHow to use GridCtrl Pin
Kanghongyuan28-Jul-03 20:00
Kanghongyuan28-Jul-03 20:00 
GeneralProblem with MFC code with ActiveX Pin
harinath28-Jul-03 19:24
professionalharinath28-Jul-03 19:24 
GeneralRe: Problem with MFC code with ActiveX Pin
Cedric Moonen28-Jul-03 20:06
Cedric Moonen28-Jul-03 20:06 
GeneralRe: Problem with MFC code with ActiveX Pin
harinath28-Jul-03 23:09
professionalharinath28-Jul-03 23:09 
GeneralSetting Image to ClistCtrl Pin
modular28-Jul-03 18:39
modular28-Jul-03 18:39 
GeneralRe: Setting Image to ClistCtrl Pin
Michael Dunn28-Jul-03 18:45
sitebuilderMichael Dunn28-Jul-03 18:45 
GeneralRe: Setting Image to ClistCtrl Pin
modular29-Jul-03 2:54
modular29-Jul-03 2:54 
GeneralRe: Setting Image to ClistCtrl Pin
modular29-Jul-03 3:23
modular29-Jul-03 3:23 
GeneralRe: Setting Image to ClistCtrl Pin
Arjan Schouten29-Jul-03 3:54
Arjan Schouten29-Jul-03 3:54 
GeneralRe: Maybe some hints how to realise it !?? Pin
wb28-Jul-03 23:36
wb28-Jul-03 23:36 
GeneralRe: Maybe some hints how to realise it !?? Pin
Bob Stanneveld29-Jul-03 1:07
Bob Stanneveld29-Jul-03 1:07 
GeneralRe: Maybe some hints how to realise it !?? Pin
Bob Stanneveld29-Jul-03 1:26
Bob Stanneveld29-Jul-03 1:26 
GeneralRe: Maybe some hints how to realise it !?? Pin
Bob Stanneveld29-Jul-03 1:39
Bob Stanneveld29-Jul-03 1:39 
GeneralRe: Maybe some hints how to realise it !?? Pin
Bob Stanneveld29-Jul-03 2:39
Bob Stanneveld29-Jul-03 2:39 
GeneralRe: Maybe some hints how to realise it !?? Pin
Toni7829-Jul-03 15:50
Toni7829-Jul-03 15:50 
GeneralDraw bitmap runtime Pin
vadimpl28-Jul-03 18:01
vadimpl28-Jul-03 18:01 
GeneralRe: Draw bitmap runtime Pin
Eugene Pustovoyt28-Jul-03 18:34
Eugene Pustovoyt28-Jul-03 18:34 

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.