Click here to Skip to main content
15,912,400 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Chat - Using Threads? Pin
DKT_25-Apr-05 8:46
DKT_25-Apr-05 8:46 
GeneralText display on a vertical tab control with owner draw enabled Pin
Asha Udupa22-Apr-05 1:06
Asha Udupa22-Apr-05 1:06 
GeneralRe: Text display on a vertical tab control with owner draw enabled Pin
Ravi Bhavnani22-Apr-05 11:50
professionalRavi Bhavnani22-Apr-05 11:50 
GeneralRe: Text display on a vertical tab control with owner draw enabled Pin
Asha Udupa24-Apr-05 19:56
Asha Udupa24-Apr-05 19:56 
GeneralRe: Text display on a vertical tab control with owner draw enabled Pin
Ravi Bhavnani25-Apr-05 2:01
professionalRavi Bhavnani25-Apr-05 2:01 
GeneralRemoving char from a string Pin
si_6921-Apr-05 23:05
si_6921-Apr-05 23:05 
GeneralRe: Removing char from a string Pin
22491722-Apr-05 0:28
22491722-Apr-05 0:28 
GeneralRe: Removing char from a string Pin
Juha Silmujarvi22-Apr-05 0:31
Juha Silmujarvi22-Apr-05 0:31 
Try escape sequence -> mystr.Remove('\'');

Rather basic issues when operating with strings. e.g. if you want to put filename (with path) into string, you should do it like this:

char szFile[_MAX_PATH]="C:\\Myfolder\\Myfile.txt";

Generalproblem using mailslot writeFile function on windows 2000. Pin
Member 176234321-Apr-05 22:56
Member 176234321-Apr-05 22:56 
GeneralRe: problem using mailslot writeFile function on windows 2000. Pin
22491722-Apr-05 0:35
22491722-Apr-05 0:35 
GeneralRe: problem using mailslot writeFile function on windows 2000. Pin
Member 176234322-Apr-05 1:55
Member 176234322-Apr-05 1:55 
GeneralRe: problem using mailslot writeFile function on windows 2000. Pin
22491722-Apr-05 2:06
22491722-Apr-05 2:06 
GeneralWM_KILLFOCUS Pin
Anonymous21-Apr-05 22:38
Anonymous21-Apr-05 22:38 
GeneralRe: WM_KILLFOCUS Pin
stolid_rock22-Apr-05 2:37
stolid_rock22-Apr-05 2:37 
GeneralRe: WM_KILLFOCUS Pin
David Crow22-Apr-05 2:40
David Crow22-Apr-05 2:40 
GeneralRe: WM_KILLFOCUS Pin
namaskaaram22-Apr-05 4:53
namaskaaram22-Apr-05 4:53 
Questionoutlook write contact with COleDispatchDriver/InvokeHelper? Pin
ThinkingPrometheus21-Apr-05 22:09
ThinkingPrometheus21-Apr-05 22:09 
QuestionEmail functions in MFC Aplications, SMTP? Pin
bosfan21-Apr-05 21:10
bosfan21-Apr-05 21:10 
AnswerRe: Email functions in MFC Aplications, SMTP? Pin
22491721-Apr-05 21:23
22491721-Apr-05 21:23 
GeneralRe: Email functions in MFC Aplications, SMTP? Pin
bosfan21-Apr-05 22:01
bosfan21-Apr-05 22:01 
GeneralRe: Email functions in MFC Aplications, SMTP? Pin
22491721-Apr-05 22:35
22491721-Apr-05 22:35 
QuestionUsing Dialog's from different projects in the same solution? Pin
jammin PPP21-Apr-05 20:53
jammin PPP21-Apr-05 20:53 
AnswerRe: Using Dialog's from different projects in the same solution? Pin
22491721-Apr-05 21:31
22491721-Apr-05 21:31 
AnswerRe: Using Dialog's from different projects in the same solution? Pin
wts77091922-Apr-05 1:59
wts77091922-Apr-05 1:59 
GeneralAccessing Ms Access database through a password using VC++ (ODBC) Pin
Shanmuga Sundar21-Apr-05 19:57
Shanmuga Sundar21-Apr-05 19:57 

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.