Click here to Skip to main content
15,914,221 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Problem with fopen Pin
codeII24-Jul-07 0:17
codeII24-Jul-07 0:17 
AnswerRe: Problem with fopen Pin
David Crow24-Jul-07 3:22
David Crow24-Jul-07 3:22 
QuestionPrinting problem for GDI+ in HIMETRIC mode Pin
Md. Ali Naser Khan24-Jul-07 0:03
Md. Ali Naser Khan24-Jul-07 0:03 
AnswerRe: Printing problem for GDI+ in HIMETRIC mode Pin
bob1697224-Jul-07 3:18
bob1697224-Jul-07 3:18 
GeneralRe: Printing problem for GDI+ in HIMETRIC mode Pin
Md. Ali Naser Khan27-Jul-07 1:02
Md. Ali Naser Khan27-Jul-07 1:02 
Questionconnection problem Pin
p_23-Jul-07 23:45
p_23-Jul-07 23:45 
AnswerRe: connection problem Pin
Rage24-Jul-07 1:41
professionalRage24-Jul-07 1:41 
GeneralRe: connection problem Pin
p_24-Jul-07 1:55
p_24-Jul-07 1:55 
if(!mysql_query(myDB,"SELECT passowrd from login WHERE user= \'" + user + "\'")
res=mysql_store_result(myDB);
if (!res)
{
MessageBox("Could not run query");
}
row = mysql_fetch_row(res);
{
i = (int) mysql_num_rows( res );
if (i != 1)
{
MessageBox("WRONG LOGIN PLEASE TRY AGAIN"," pop. ",MB_ICONASTERISK);
mysql_free_result( res ) ;

the problem is that data is not fetched
and i think exception is due to no value in res


hi

GeneralRe: connection problem Pin
David Crow24-Jul-07 3:24
David Crow24-Jul-07 3:24 
QuestionDiff. between DestroyWindow() and EndDialog() Pin
Abhijeet Pathak23-Jul-07 23:13
Abhijeet Pathak23-Jul-07 23:13 
AnswerRe: Diff. between DestroyWindow() and EndDialog() Pin
Rage23-Jul-07 23:26
professionalRage23-Jul-07 23:26 
AnswerRe: Diff. between DestroyWindow() and EndDialog() Pin
nitin323-Jul-07 23:52
nitin323-Jul-07 23:52 
AnswerRe: Diff. between DestroyWindow() and EndDialog() Pin
Rajkumar R23-Jul-07 23:56
Rajkumar R23-Jul-07 23:56 
AnswerRe: Diff. between DestroyWindow() and EndDialog() Pin
Mark Salsbery24-Jul-07 5:19
Mark Salsbery24-Jul-07 5:19 
GeneralRe: Diff. between DestroyWindow() and EndDialog() Pin
Abhijeet Pathak24-Jul-07 6:20
Abhijeet Pathak24-Jul-07 6:20 
GeneralRe: Diff. between DestroyWindow() and EndDialog() Pin
Mark Salsbery24-Jul-07 6:23
Mark Salsbery24-Jul-07 6:23 
QuestionWindows Media Encoder Pin
Chikanok23-Jul-07 23:04
Chikanok23-Jul-07 23:04 
QuestionHow to get press enter key message from combobox control? Pin
hanlei000000000923-Jul-07 22:21
hanlei000000000923-Jul-07 22:21 
AnswerRe: How to get press enter key message from combobox control? Pin
Rajkumar R23-Jul-07 22:56
Rajkumar R23-Jul-07 22:56 
QuestionOverlapped I/O with I/O Completion Ports Pin
Zerox MXI23-Jul-07 22:14
Zerox MXI23-Jul-07 22:14 
AnswerRe: Overlapped I/O with I/O Completion Ports Pin
Mark Salsbery24-Jul-07 5:37
Mark Salsbery24-Jul-07 5:37 
GeneralRe: Overlapped I/O with I/O Completion Ports Pin
Zerox MXI25-Jul-07 16:17
Zerox MXI25-Jul-07 16:17 
Questionzooming progam for dialog window Pin
Rokini23-Jul-07 22:11
Rokini23-Jul-07 22:11 
AnswerRe: zooming progam for dialog window Pin
Arman S.24-Jul-07 1:58
Arman S.24-Jul-07 1:58 
QuestionRe: zooming progam for dialog window Pin
David Crow24-Jul-07 3:26
David Crow24-Jul-07 3:26 

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.