Click here to Skip to main content
15,915,832 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionMemory setting for MFC project Pin
zeus_master19-Jun-06 17:26
zeus_master19-Jun-06 17:26 
AnswerRe: Memory setting for MFC project Pin
Milton Karimbekallil19-Jun-06 21:17
Milton Karimbekallil19-Jun-06 21:17 
GeneralRe: Memory setting for MFC project Pin
zeus_master19-Jun-06 21:38
zeus_master19-Jun-06 21:38 
GeneralRe: Memory setting for MFC project Pin
Milton Karimbekallil20-Jun-06 6:21
Milton Karimbekallil20-Jun-06 6:21 
QuestionMemory setting for MFC project Pin
zeus_master19-Jun-06 17:26
zeus_master19-Jun-06 17:26 
Questionscrollbar and slider color Pin
locoone19-Jun-06 17:17
locoone19-Jun-06 17:17 
AnswerRe: scrollbar and slider color Pin
_AnsHUMAN_ 19-Jun-06 17:46
_AnsHUMAN_ 19-Jun-06 17:46 
GeneralRe: scrollbar and slider color [modified] Pin
locoone20-Jun-06 11:57
locoone20-Jun-06 11:57 
that worked very well but i guess i messed up the scrollbar is part of a listctrl not just a scrollbar. and 1 of my sliders is created after i push a button and i dont know how to change its color.

if (m_Video == NULL)
{
m_Video = MCIWndCreate(this->GetSafeHwnd(),
AfxGetInstanceHandle(),
WS_CHILD | WS_VISIBLE | MCIWNDF_NOMENU,temp1);
}

that makes the slider.

-- modified at 22:51 Tuesday 20th June, 2006
AnswerRe: scrollbar and slider color Pin
FarPointer19-Jun-06 17:48
FarPointer19-Jun-06 17:48 
AnswerRe: scrollbar and slider color Pin
Laxman Auti19-Jun-06 18:04
Laxman Auti19-Jun-06 18:04 
QuestionCoding Convention Pin
pjmvn19-Jun-06 17:03
pjmvn19-Jun-06 17:03 
AnswerRe: Coding Convention [modified] Pin
Stephen Hewitt19-Jun-06 17:17
Stephen Hewitt19-Jun-06 17:17 
GeneralRe: Coding Convention [modified] Pin
Stephen Hewitt19-Jun-06 19:27
Stephen Hewitt19-Jun-06 19:27 
AnswerRe: Coding Convention [modified] Pin
capricious_00119-Jun-06 17:27
capricious_00119-Jun-06 17:27 
GeneralRe: Coding Convention [modified] Pin
Stephen Hewitt19-Jun-06 17:54
Stephen Hewitt19-Jun-06 17:54 
GeneralRe: Coding Convention Pin
capricious_00119-Jun-06 18:21
capricious_00119-Jun-06 18:21 
GeneralRe: Coding Convention Pin
FarPointer19-Jun-06 18:56
FarPointer19-Jun-06 18:56 
GeneralRe: Coding Convention Pin
Blake Miller20-Jun-06 8:33
Blake Miller20-Jun-06 8:33 
QuestionC++/Non MFC [modified] Pin
Bram van Kampen19-Jun-06 14:20
Bram van Kampen19-Jun-06 14:20 
AnswerRe: C++/Non MFC Pin
Stephen Hewitt19-Jun-06 16:19
Stephen Hewitt19-Jun-06 16:19 
QuestionQueueUserAPC Pin
neilsolent19-Jun-06 9:41
neilsolent19-Jun-06 9:41 
QuestionRe: QueueUserAPC Pin
David Crow19-Jun-06 9:55
David Crow19-Jun-06 9:55 
AnswerRe: QueueUserAPC Pin
neilsolent19-Jun-06 10:32
neilsolent19-Jun-06 10:32 
GeneralRe: QueueUserAPC Pin
David Crow19-Jun-06 10:38
David Crow19-Jun-06 10:38 
GeneralRe: QueueUserAPC Pin
neilsolent19-Jun-06 11:03
neilsolent19-Jun-06 11:03 

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.