Click here to Skip to main content
15,892,161 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: input/change/delete array elements Pin
valikac10-Jul-03 7:49
valikac10-Jul-03 7:49 
GeneralRe: input/change/delete array elements Pin
David Crow10-Jul-03 9:06
David Crow10-Jul-03 9:06 
GeneralRe: input/change/delete array elements Pin
DaveE9th10-Jul-03 22:05
DaveE9th10-Jul-03 22:05 
QuestionHow do you save work or settings with a dialog in a diffrent file and opening it? Pin
Snyp10-Jul-03 7:23
Snyp10-Jul-03 7:23 
AnswerRe: How do you save work or settings with a dialog in a diffrent file and opening it? Pin
valikac10-Jul-03 7:50
valikac10-Jul-03 7:50 
GeneralRe: How do you save work or settings with a dialog in a diffrent file and opening it? Pin
Snyp10-Jul-03 16:58
Snyp10-Jul-03 16:58 
AnswerRe: How do you save work or settings with a dialog in a diffrent file and opening it? Pin
Terry O'Nolley10-Jul-03 8:58
Terry O'Nolley10-Jul-03 8:58 
QuestionHow do you populate a combobox from a remote datasource? Pin
Terry O'Nolley10-Jul-03 7:17
Terry O'Nolley10-Jul-03 7:17 
I've blown up this project 4 times by adding all sorts of ActiveX components that I thought would allow me to populate a combobox from a remote datasource but nothing worked.

I have currently kluged a solution that is so horrific I shudder whenever I see it.

My workaround is to create an InternetSession, send an HTTP request to a cold fusion page on my webserver that queries the database and the output is sent back to the buffer that is filled by the CHttpFile* read operation.

I then use character parsing to search for the field delimiters and move the parsed strings into the combobox.

UGLY!!!!!!!!!

For the ActiveX controls I dropped into the project I can't even get a compile. I see vague mention of my needing to create a wrapper class and yada yada.

Is there a prebuilt C++ class that I can just include in my project that will allow me to specify the IP address or name of my server, the ODBC DSN, the SQL query and the Combobox ID and have it populate it for me?

I have successfully added a great directory tree and the Victor Image Library into my project and it all works great, but I need to dynamically populate those comboboxes from a remote datasource.

PLEASE HELP!!!!!!!!

I'm going to live forever or die trying!
AnswerRe: How do you populate a combobox from a remote datasource? Pin
David Crow10-Jul-03 9:08
David Crow10-Jul-03 9:08 
GeneralRe: How do you populate a combobox from a remote datasource? Pin
Terry O'Nolley10-Jul-03 10:07
Terry O'Nolley10-Jul-03 10:07 
GeneralRe: How do you populate a combobox from a remote datasource? Pin
David Crow10-Jul-03 10:30
David Crow10-Jul-03 10:30 
GeneralRe: How do you populate a combobox from a remote datasource? Pin
Terry O'Nolley10-Jul-03 10:37
Terry O'Nolley10-Jul-03 10:37 
GeneralDll and PreTranslateMessage Pin
Daishy10-Jul-03 7:11
Daishy10-Jul-03 7:11 
GeneralMS Visual C++ 6.0 problem Pin
djordj10-Jul-03 5:16
djordj10-Jul-03 5:16 
GeneralRe: MS Visual C++ 6.0 problem Pin
John M. Drescher10-Jul-03 5:18
John M. Drescher10-Jul-03 5:18 
GeneralRe: MS Visual C++ 6.0 problem Pin
Joan M10-Jul-03 7:15
professionalJoan M10-Jul-03 7:15 
GeneralRe: MS Visual C++ 6.0 problem Pin
djordj10-Jul-03 21:17
djordj10-Jul-03 21:17 
GeneralRe: MS Visual C++ 6.0 problem Pin
Joan M10-Jul-03 21:20
professionalJoan M10-Jul-03 21:20 
GeneralRookie VC++ Winsock with ASP Question Pin
Eta_Beta_Pi10-Jul-03 5:06
Eta_Beta_Pi10-Jul-03 5:06 
GeneralRe: Rookie VC++ Winsock with ASP Question Pin
valikac10-Jul-03 6:16
valikac10-Jul-03 6:16 
GeneralRe: Rookie VC++ Winsock with ASP Question Pin
Eta_Beta_Pi10-Jul-03 8:24
Eta_Beta_Pi10-Jul-03 8:24 
GeneralRe: Rookie VC++ Winsock with ASP Question Pin
jan larsen11-Jul-03 0:39
jan larsen11-Jul-03 0:39 
GeneralUsing Com Port Pin
Nuehli10-Jul-03 3:52
Nuehli10-Jul-03 3:52 
GeneralRe: Using Com Port Pin
Nuehli10-Jul-03 4:06
Nuehli10-Jul-03 4:06 
GeneralRe: Using Com Port Pin
Cedric Moonen10-Jul-03 4:11
Cedric Moonen10-Jul-03 4:11 

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.