Click here to Skip to main content
16,004,901 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Dialog menu with Windows XP display glitch? Pin
Kayembi26-Aug-03 13:23
Kayembi26-Aug-03 13:23 
GeneralVariable Bitrate (VBR) Pin
Bob Stanneveld24-Aug-03 13:35
Bob Stanneveld24-Aug-03 13:35 
GeneralJava, getting key state Pin
Kuniva24-Aug-03 11:28
Kuniva24-Aug-03 11:28 
GeneralRe: Java, getting key state Pin
ZoogieZork24-Aug-03 11:38
ZoogieZork24-Aug-03 11:38 
GeneralRe: Java, getting key state Pin
Kuniva24-Aug-03 12:37
Kuniva24-Aug-03 12:37 
GeneralRe: Java, getting key state Pin
Joey Bloggs24-Aug-03 14:02
Joey Bloggs24-Aug-03 14:02 
GeneralRe: Java, getting key state Pin
Kuniva25-Aug-03 1:21
Kuniva25-Aug-03 1:21 
GeneralHello all I have a diff. question about Edit control Pin
Snyp24-Aug-03 8:09
Snyp24-Aug-03 8:09 
Ok here is the code...
<code> m_strOut = "scrollbar-darkshadow-Color:"+m_str1+";\r\n"+
"scrollbar-3dlight-Color:"+m_str2+";\r\n"+
"scrollbar-arrow-Color:"+m_str3+";\r\n"+
"scrollbar-base-Color:"+m_str4+";\r\n"+
"scrollbar-face-Color:"+m_str5+";\r\n"+
"scrollbar-highlight-Color:"+m_str6+";\r\n"+
"scrollbar-shadow-Color:"+m_str7+";\r\n"+
"scrollbar-track-Color:"+m_str8+";";</code>
and when I changed it to...
<code> m_strOut = "<style>\r\n"+
"{\r\n"+
"scrollbar-darkshadow-Color:"+m_str1+";\r\n"+
"scrollbar-3dlight-Color:"+m_str2+";\r\n"+
"scrollbar-arrow-Color:"+m_str3+";\r\n"+
"scrollbar-base-Color:"+m_str4+";\r\n"+
"scrollbar-face-Color:"+m_str5+";\r\n"+
"scrollbar-highlight-Color:"+m_str6+";\r\n"+
"scrollbar-shadow-Color:"+m_str7+";\r\n"+
"scrollbar-track-Color:"+m_str8+";\r\n"+
"}\r\n"+
"</style>";</code>
I get an error : error C2110: cannot add two pointers.
I don't know what is the problem.
HELP!!!! Confused | :confused: Confused | :confused:

<marquee>Universal Project</marquee>
GeneralRe: Hello all I have a diff. question about Edit control Pin
Neville Franks24-Aug-03 9:25
Neville Franks24-Aug-03 9:25 
GeneralRe: Hello all I have a diff. question about Edit control Pin
Snyp24-Aug-03 9:34
Snyp24-Aug-03 9:34 
GeneralRe: Hello all I have a diff. question about Edit control Pin
Neville Franks24-Aug-03 10:06
Neville Franks24-Aug-03 10:06 
GeneralRe: Hello all I have a diff. question about Edit control Pin
ZoogieZork24-Aug-03 11:34
ZoogieZork24-Aug-03 11:34 
GeneralRe: Hello all I have a diff. question about Edit control Pin
Snyp25-Aug-03 2:34
Snyp25-Aug-03 2:34 
GeneralScanning an image Pin
Dudi Avramov24-Aug-03 4:08
Dudi Avramov24-Aug-03 4:08 
GeneralRe: Scanning an image Pin
includeh1024-Aug-03 4:12
includeh1024-Aug-03 4:12 
GeneralRe: Scanning an image Pin
Dudi Avramov24-Aug-03 5:09
Dudi Avramov24-Aug-03 5:09 
GeneralRe: Scanning an image Pin
Dudi Avramov24-Aug-03 5:42
Dudi Avramov24-Aug-03 5:42 
Questionwhy crashes? Pin
includeh1024-Aug-03 4:04
includeh1024-Aug-03 4:04 
AnswerRe: why crashes? Pin
Hans Ruck24-Aug-03 5:05
Hans Ruck24-Aug-03 5:05 
GeneralRe: why crashes? Pin
includeh1025-Aug-03 8:04
includeh1025-Aug-03 8:04 
AnswerRe: why crashes? Pin
Neville Franks24-Aug-03 9:20
Neville Franks24-Aug-03 9:20 
Questionhow to get the executable path in mfc Pin
alexissss24-Aug-03 3:50
alexissss24-Aug-03 3:50 
AnswerRe: how to get the executable path in mfc Pin
includeh1024-Aug-03 4:09
includeh1024-Aug-03 4:09 
GeneralRe: how to get the executable path in mfc Pin
alexissss24-Aug-03 5:41
alexissss24-Aug-03 5:41 
AnswerRe: how to get the executable path in mfc Pin
Kuniva24-Aug-03 11:32
Kuniva24-Aug-03 11:32 

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.