Click here to Skip to main content
15,916,693 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Generalenumerating pins in direct show Pin
Zizilamoroso21-Aug-02 13:46
Zizilamoroso21-Aug-02 13:46 
GeneralRe: enumerating pins in direct show Pin
Zizilamoroso21-Aug-02 14:00
Zizilamoroso21-Aug-02 14:00 
GeneralReal-time monitoring of processes Pin
Jon Sagara21-Aug-02 12:40
Jon Sagara21-Aug-02 12:40 
GeneralPriority Queue :: C++ Pin
valikac21-Aug-02 12:23
valikac21-Aug-02 12:23 
GeneralRe: Priority Queue :: C++ Pin
Paul M Watt21-Aug-02 17:14
mentorPaul M Watt21-Aug-02 17:14 
GeneralRe: Priority Queue :: C++ Pin
valikac21-Aug-02 17:29
valikac21-Aug-02 17:29 
QuestionHow can I get ListBox items from an Access table? Pin
Manuel Perez21-Aug-02 12:05
Manuel Perez21-Aug-02 12:05 
AnswerRe: How can I get ListBox items from an Access table? Pin
Ranjan Banerji21-Aug-02 15:15
Ranjan Banerji21-Aug-02 15:15 
Hmmmm. This can be a lengthy answer so let me point you toi the right direction. I am assuming you are using VC++ 6.0 and by form you mean a dialog of some kind. Even if you are using .Net my answer will not change much.

There is no direct way of populating a list box or any windows control for that matter with information in a database. There are few controls that you can get out there which will accept a recordset as an input. But thats a different story.

To populate a windows control with information in a database, you need to connect to the database, get the data, and provide it to the control. CodeProject is full of examples on how to connect to databases. You should read one of the turorials on ADO and then move on from there.

Hope this helps.
GeneralC++ Exception Question Pin
Michael_Petrov21-Aug-02 10:43
sussMichael_Petrov21-Aug-02 10:43 
GeneralRe: C++ Exception Question Pin
Tomasz Sowinski21-Aug-02 10:51
Tomasz Sowinski21-Aug-02 10:51 
GeneralError during CryptAquireContext() - using wincrypt.h Pin
esapp42021-Aug-02 9:58
esapp42021-Aug-02 9:58 
GeneralRe: Error during CryptAquireContext() - using wincrypt.h Pin
Le centriste21-Aug-02 11:16
Le centriste21-Aug-02 11:16 
GeneralRe: Error during CryptAquireContext() - using wincrypt.h Pin
esapp42022-Aug-02 4:20
esapp42022-Aug-02 4:20 
GeneralRe: Error during CryptAquireContext() - using wincrypt.h Pin
Le centriste22-Aug-02 9:07
Le centriste22-Aug-02 9:07 
GeneralCDialogBar Pin
Gary Kirkham21-Aug-02 9:29
Gary Kirkham21-Aug-02 9:29 
GeneralRe: CDialogBar Pin
Ernest Laurentin21-Aug-02 9:36
Ernest Laurentin21-Aug-02 9:36 
Generalmenu newbie, please help ... Pin
includeh1021-Aug-02 8:46
includeh1021-Aug-02 8:46 
Generallooks dangerous, used no problem, need suggestion... Pin
includeh1021-Aug-02 8:42
includeh1021-Aug-02 8:42 
GeneralRe: looks dangerous, used no problem, need suggestion... Pin
Mustafa Demirhan21-Aug-02 9:22
Mustafa Demirhan21-Aug-02 9:22 
GeneralRe: looks dangerous, used no problem, need suggestion... Pin
Ernest Laurentin21-Aug-02 9:32
Ernest Laurentin21-Aug-02 9:32 
GeneralRe: looks dangerous, used no problem, need suggestion... Pin
Daniel Lohmann23-Aug-02 11:28
Daniel Lohmann23-Aug-02 11:28 
GeneralWin CE && ADO Pin
Like2Byte21-Aug-02 8:14
Like2Byte21-Aug-02 8:14 
GeneralSetModifiedFlag(); Pin
Garry White21-Aug-02 7:42
sussGarry White21-Aug-02 7:42 
GeneralRe: SetModifiedFlag(); Pin
Chris Richardson21-Aug-02 7:46
Chris Richardson21-Aug-02 7:46 
GeneralRe: SetModifiedFlag(); Pin
G. White21-Aug-02 8:25
G. White21-Aug-02 8:25 

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.