Click here to Skip to main content
15,890,579 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do I open file excel in VC++. Pin
Vu Ngoc Quyen8-Jun-06 23:35
Vu Ngoc Quyen8-Jun-06 23:35 
AnswerRe: How do I open file excel in VC++. Pin
raghuji.rao8-Jun-06 23:42
raghuji.rao8-Jun-06 23:42 
GeneralRe: How do I open file excel in VC++. Pin
XalanXalan9-Jun-06 1:30
XalanXalan9-Jun-06 1:30 
GeneralRe: How do I open file excel in VC++. Pin
raghuji.rao9-Jun-06 22:18
raghuji.rao9-Jun-06 22:18 
QuestionRe: How do I open file excel in VC++. Pin
David Crow9-Jun-06 3:39
David Crow9-Jun-06 3:39 
AnswerRe: How do I open file excel in VC++. Pin
ThatsAlok11-Jun-06 22:04
ThatsAlok11-Jun-06 22:04 
QuestionLogin program problem Pin
yogendra kaushik8-Jun-06 23:22
yogendra kaushik8-Jun-06 23:22 
AnswerRe: Login program problem [modified] Pin
_AnsHUMAN_ 8-Jun-06 23:28
_AnsHUMAN_ 8-Jun-06 23:28 
But what is your problem.
Is the application crashing at some point. or are you not able to verify the user login and password.....


From a look at your code what I feel is there is something wrong in the conditions . given here with the goto exit_here statements ie if the we are not connected to the database you are checking the password.
if ( mysql_select_db( myDB, "login") < 0 )
{
SetDlgItemText(IDC_STATIC, "Can't select the database !\nTry later.") ;
goto exit_here;
}
}
else
{
SetDlgItemText(IDC_STATIC, "Can't connect to the mysql server !\nPlease try later.") ;
goto exit_here;
}

in ti
Somethings seem HARD to do, until we know how to do them.
Wink | ;-)
_AnShUmAn_


-- modified at 5:29 Friday 9th June, 2006
GeneralRe: Login program problem [modified] Pin
yogendra kaushik8-Jun-06 23:38
yogendra kaushik8-Jun-06 23:38 
QuestionImprove Performance of CRecordset Pin
Leonard8-Jun-06 23:07
Leonard8-Jun-06 23:07 
QuestionKeyboard focus to ActiveX control Pin
Andrew Hoole8-Jun-06 23:02
Andrew Hoole8-Jun-06 23:02 
AnswerRe: Keyboard focus to ActiveX control Pin
Stephen Hewitt8-Jun-06 23:17
Stephen Hewitt8-Jun-06 23:17 
GeneralRe: Keyboard focus to ActiveX control Pin
Andrew Hoole9-Jun-06 0:45
Andrew Hoole9-Jun-06 0:45 
QuestionRe: Keyboard focus to ActiveX control Pin
Viorel.8-Jun-06 23:33
Viorel.8-Jun-06 23:33 
AnswerRe: Keyboard focus to ActiveX control Pin
Andrew Hoole9-Jun-06 0:48
Andrew Hoole9-Jun-06 0:48 
AnswerRe: Keyboard focus to ActiveX control Pin
Andrew Hoole9-Jun-06 0:43
Andrew Hoole9-Jun-06 0:43 
Questiondate fetch problem Pin
yogendra kaushik8-Jun-06 22:59
yogendra kaushik8-Jun-06 22:59 
AnswerRe: date fetch problem Pin
Cedric Moonen8-Jun-06 23:02
Cedric Moonen8-Jun-06 23:02 
GeneralRe: date fetch problem Pin
yogendra kaushik8-Jun-06 23:14
yogendra kaushik8-Jun-06 23:14 
AnswerRe: date fetch problem Pin
_AnsHUMAN_ 8-Jun-06 23:05
_AnsHUMAN_ 8-Jun-06 23:05 
AnswerRe: date fetch problem Pin
yogendra kaushik8-Jun-06 23:24
yogendra kaushik8-Jun-06 23:24 
AnswerRe: date fetch problem Pin
Laxman Auti9-Jun-06 0:04
Laxman Auti9-Jun-06 0:04 
Questionneed help in subclass a non MFC control Pin
Haitham Khedre8-Jun-06 22:35
Haitham Khedre8-Jun-06 22:35 
QuestionHow can I append LPTSTR to CStirng Pin
NoName II8-Jun-06 22:22
NoName II8-Jun-06 22:22 
AnswerRe: How can I append LPTSTR to CStirng [modified] Pin
Christian Graus8-Jun-06 22:24
protectorChristian Graus8-Jun-06 22:24 

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.