Click here to Skip to main content
15,922,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow do you drag & drop an icon in VC++6? Pin
Damien McGauley26-Feb-03 1:03
Damien McGauley26-Feb-03 1:03 
GeneralWM_MOUSEHOVER Pin
zeki yugnak25-Feb-03 23:48
zeki yugnak25-Feb-03 23:48 
GeneralRe: WM_MOUSEHOVER Pin
vikramlinux26-Feb-03 0:00
vikramlinux26-Feb-03 0:00 
GeneralRe: WM_MOUSEHOVER Pin
vikramlinux26-Feb-03 0:02
vikramlinux26-Feb-03 0:02 
GeneralRe: WM_MOUSEHOVER Pin
zeki yugnak26-Feb-03 1:18
zeki yugnak26-Feb-03 1:18 
GeneralRe: WM_MOUSEHOVER Pin
vikramlinux26-Feb-03 18:10
vikramlinux26-Feb-03 18:10 
GeneralRe: WM_MOUSEHOVER Pin
zeki yugnak27-Feb-03 8:30
zeki yugnak27-Feb-03 8:30 
GeneralProblem of "\r\n" Pin
adapterJohn25-Feb-03 22:49
adapterJohn25-Feb-03 22:49 
Hello, I am writing a very small function to display the status of my application. Every time I get a new status I want to change to a new line and display it, that's why Status+="\r\n" is there. But strangely the program doesn't change to new line, instead, it display a "II" so all my message are showing in the same line.
Can someone help me to figure out the problem?
Many thanks in advance,



void CAPIDlg::DisplayStatus(CString aCString){
Status+=aCString;
Status+="\r\n";
m_Status.SetWindowText(Status);

}

aCS
GeneralRe: Problem of "\r\n" Pin
peterchen25-Feb-03 23:05
peterchen25-Feb-03 23:05 
GeneralRe: Problem of "\r\n" Pin
KarstenK25-Feb-03 23:08
mveKarstenK25-Feb-03 23:08 
GeneralRe: Problem of "\r\n" Pin
adapterJohn26-Feb-03 0:07
adapterJohn26-Feb-03 0:07 
GeneralRe: Problem of "\r\n" Pin
mediamaster4026-Feb-03 2:56
mediamaster4026-Feb-03 2:56 
General-T("") Pin
Anonymous25-Feb-03 22:17
Anonymous25-Feb-03 22:17 
GeneralRe: -T("") Pin
berndg25-Feb-03 22:26
berndg25-Feb-03 22:26 
GeneralRe: -T("") Pin
Anonymous25-Feb-03 22:36
Anonymous25-Feb-03 22:36 
GeneralRe: -T("") Pin
berndg26-Feb-03 3:30
berndg26-Feb-03 3:30 
GeneralRe: -T("") Pin
peterchen25-Feb-03 23:08
peterchen25-Feb-03 23:08 
GeneralRe: -T("") Pin
Anonymous25-Feb-03 23:36
Anonymous25-Feb-03 23:36 
GeneralAPC time overhead Pin
peterchen25-Feb-03 22:16
peterchen25-Feb-03 22:16 
GeneralRe: APC time overhead Pin
KarstenK25-Feb-03 23:16
mveKarstenK25-Feb-03 23:16 
GeneralRe: APC time overhead Pin
peterchen26-Feb-03 4:29
peterchen26-Feb-03 4:29 
Generalevent for internet connection Pin
Captain Kirk25-Feb-03 22:01
Captain Kirk25-Feb-03 22:01 
GeneralRe: event for internet connection Pin
HENDRIK R25-Feb-03 22:56
HENDRIK R25-Feb-03 22:56 
Generalcalling modal message dialog from external dll Pin
lob25-Feb-03 21:31
lob25-Feb-03 21:31 
GeneralRe: calling modal message dialog from external dll Pin
Hans Ruck25-Feb-03 22:47
Hans Ruck25-Feb-03 22:47 

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.