Click here to Skip to main content
15,898,931 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Changing an application's taskbar icon *on the fly* Pin
Trollslayer3-Nov-05 6:33
mentorTrollslayer3-Nov-05 6:33 
QuestionHow to select full row-window in ListView Pin
arkebuzy2-Nov-05 21:54
arkebuzy2-Nov-05 21:54 
QuestionProblem in using GDI+ in VC++ Pin
maharaja pandian2-Nov-05 19:58
maharaja pandian2-Nov-05 19:58 
AnswerRe: Problem in using GDI+ in VC++ Pin
PJ Arends2-Nov-05 21:32
professionalPJ Arends2-Nov-05 21:32 
GeneralRe: Problem in using GDI+ in VC++ Pin
maharaja pandian5-Nov-05 18:49
maharaja pandian5-Nov-05 18:49 
GeneralRe: Problem in using GDI+ in VC++ Pin
PJ Arends6-Nov-05 6:33
professionalPJ Arends6-Nov-05 6:33 
QuestionMySQl Connectivity problem with MFC... Pin
asifrogers2-Nov-05 19:33
asifrogers2-Nov-05 19:33 
AnswerRe: MySQl Connectivity problem with MFC... Pin
PJ Arends2-Nov-05 21:48
professionalPJ Arends2-Nov-05 21:48 
Have you added the LibMySQL.lib file to your list of libraries to be linked to your project? Try placing this in your file:
#include "MySql.h"
#pragma comment(lib, "LibMySQL.lib")
It's been a while since I have played with MySQL, so I may be off base here.



"You're obviously a superstar." - Christian Graus about me - 12 Feb '03

"Obviously ???  You're definitely a superstar!!!" - mYkel - 21 Jun '04

"There's not enough blatant self-congratulatory backslapping in the world today..." - HumblePie - 21 Jun '05

Within you lies the power for good - Use it!
Questionhow to capture the screen as a Jpeg image Pin
plowstar2-Nov-05 19:14
plowstar2-Nov-05 19:14 
AnswerRe: how to capture the screen as a Jpeg image Pin
Prakash Nadar2-Nov-05 19:36
Prakash Nadar2-Nov-05 19:36 
QuestionHooking LogOff button on the alternate desktop Pin
Chintoo7232-Nov-05 18:18
Chintoo7232-Nov-05 18:18 
QuestionSetEvent? Pin
MCA2-Nov-05 17:32
MCA2-Nov-05 17:32 
AnswerRe: SetEvent? Pin
Renjith Ramachandran2-Nov-05 18:28
Renjith Ramachandran2-Nov-05 18:28 
AnswerRe: SetEvent? Pin
S. Senthil Kumar2-Nov-05 19:10
S. Senthil Kumar2-Nov-05 19:10 
AnswerRe: SetEvent? Pin
Bob Ciora3-Nov-05 1:32
Bob Ciora3-Nov-05 1:32 
GeneralRe: SetEvent? Pin
MCA3-Nov-05 3:06
MCA3-Nov-05 3:06 
QuestionFrame menu enabled! Pin
LiYS2-Nov-05 16:47
LiYS2-Nov-05 16:47 
QuestionShow WMF Pin
Nishad S2-Nov-05 16:47
Nishad S2-Nov-05 16:47 
QuestionHow to set a special tooltips of a slider control? Pin
CoolStarLee2-Nov-05 14:50
CoolStarLee2-Nov-05 14:50 
QuestionOnPaintBackground() isn't getting called Pin
OlliesDad2-Nov-05 12:22
OlliesDad2-Nov-05 12:22 
AnswerRe: OnPaintBackground() isn't getting called Pin
OlliesDad2-Nov-05 13:22
OlliesDad2-Nov-05 13:22 
QuestionXML Docs supported for C++ in 2003 or 2005? Pin
Todd Smith2-Nov-05 11:53
Todd Smith2-Nov-05 11:53 
QuestionLoad testing & performance monitoring Pin
Todd Smith2-Nov-05 11:33
Todd Smith2-Nov-05 11:33 
Questionthe memory leak Pin
valerie992-Nov-05 11:22
valerie992-Nov-05 11:22 
AnswerRe: the memory leak Pin
Christian Graus2-Nov-05 11:53
protectorChristian Graus2-Nov-05 11:53 

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.