Click here to Skip to main content
15,899,669 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Visual Studio .net interfaces Pin
Anonymous31-Aug-02 1:34
Anonymous31-Aug-02 1:34 
GeneralRe: Visual Studio .net interfaces Pin
Anonymous31-Aug-02 5:15
Anonymous31-Aug-02 5:15 
GeneralCTabCtl message routing Pin
Anonymous30-Aug-02 20:44
Anonymous30-Aug-02 20:44 
GeneralArchive and STL map question. Pin
Stumped on STL and Archive30-Aug-02 20:00
sussStumped on STL and Archive30-Aug-02 20:00 
GeneralRe: Archive and STL map question. Pin
Todd Smith30-Aug-02 20:17
Todd Smith30-Aug-02 20:17 
GeneralRe: Archive and STL map question. Pin
Anonymous31-Aug-02 2:23
Anonymous31-Aug-02 2:23 
Generalmfc programming with SQL database support Pin
bppotato30-Aug-02 19:29
bppotato30-Aug-02 19:29 
GeneralRe: mfc programming with SQL database support Pin
Masaaki Onishi30-Aug-02 20:00
Masaaki Onishi30-Aug-02 20:00 
Hello, the codegurus around the world.;)

Basically, it depends on the customer requirement about SDI or Dialog based
application.
I think that ADO is easier to access SQL server (even Access database),
and ADO doesn't matter which GUI we use.

When we connect SQL Server?
When we check the client application of SQL Server, the menu has "Connect"
menu to access SQL Server. So, it is OK if we didn't show the login dialog
before SDI shows.
However, if the customer wants to do this, we have to do this.
We can put CMyDialog.DoModal() in the following functions before SDI shows.
//CMyApp is derived from CWinApp
BOOL CMyApp::InitInstance()
{
    CMyLoginDlg(NULL);
    CMyLoginDlg.DoModal();
    .......
}


Please, don't send me your email about your questions directly.
Have a nice day!
Sonork - 100.10571:vcdeveloper Wink | ;)

-Masaaki Onishi-


GeneralRe: mfc programming with SQL database support Pin
Renjith Ramachandran30-Aug-02 20:10
Renjith Ramachandran30-Aug-02 20:10 
GeneralRe: mfc programming with SQL database support Pin
Michael P Butler30-Aug-02 22:12
Michael P Butler30-Aug-02 22:12 
GeneralRe: mfc programming with SQL database support Pin
Vagif Abilov30-Aug-02 22:40
professionalVagif Abilov30-Aug-02 22:40 
GeneralA question about #define Pin
George Ma30-Aug-02 18:35
George Ma30-Aug-02 18:35 
GeneralRe: A question about #define Pin
Renjith Ramachandran30-Aug-02 19:48
Renjith Ramachandran30-Aug-02 19:48 
GeneralRe: A question about #define Pin
George Ma30-Aug-02 21:17
George Ma30-Aug-02 21:17 
GeneralRe: A question about #define Pin
Todd Smith30-Aug-02 20:32
Todd Smith30-Aug-02 20:32 
GeneralRe: A question about #define Pin
George Ma30-Aug-02 21:20
George Ma30-Aug-02 21:20 
GeneralDialog Bars and Buttons Pin
Chun Te, Ewe30-Aug-02 13:18
Chun Te, Ewe30-Aug-02 13:18 
GeneralI'm sorry but other question about Carlos Antollini ADO classes ! Pin
Hadi Rezaee30-Aug-02 12:49
Hadi Rezaee30-Aug-02 12:49 
Generalsound output Pin
Nnamdi Onyeyiri30-Aug-02 12:12
Nnamdi Onyeyiri30-Aug-02 12:12 
GeneralRe: sound output Pin
Anders Molin30-Aug-02 12:27
professionalAnders Molin30-Aug-02 12:27 
GeneralRe: sound output Pin
Nnamdi Onyeyiri30-Aug-02 23:28
Nnamdi Onyeyiri30-Aug-02 23:28 
GeneralWriting app to tell others what game server I am connected to. Need advice. Pin
Raskolnikov30-Aug-02 12:13
Raskolnikov30-Aug-02 12:13 
GeneralRe: Writing app to tell others what game server I am connected to. Need advice. Pin
Michael P Butler30-Aug-02 22:15
Michael P Butler30-Aug-02 22:15 
Generaltree Pin
yaser30-Aug-02 11:16
yaser30-Aug-02 11:16 
GeneralRe: tree Pin
Pole30-Aug-02 21:50
Pole30-Aug-02 21:50 

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.