Click here to Skip to main content
15,886,027 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionWhen run,the program cannot find MFC80UD.DLL in vs2005 [modified][solved] Pin
yu-jian6-Sep-10 18:21
yu-jian6-Sep-10 18:21 
AnswerRe: When run,the program cannot find MFC80UD.DLL in vs2005 Pin
Richard MacCutchan6-Sep-10 21:29
mveRichard MacCutchan6-Sep-10 21:29 
GeneralRe: When run,the program cannot find MFC80UD.DLL in vs2005 Pin
yu-jian7-Sep-10 3:34
yu-jian7-Sep-10 3:34 
GeneralRe: When run,the program cannot find MFC80UD.DLL in vs2005 Pin
Richard MacCutchan7-Sep-10 4:27
mveRichard MacCutchan7-Sep-10 4:27 
GeneralRe: When run,the program cannot find MFC80UD.DLL in vs2005 Pin
yu-jian8-Sep-10 0:28
yu-jian8-Sep-10 0:28 
QuestionWTL Dialog Toolbar Pin
TrickyDickyRg2-Sep-10 3:54
TrickyDickyRg2-Sep-10 3:54 
AnswerRe: WTL Dialog Toolbar Pin
Jonathan Davies3-Sep-10 0:27
Jonathan Davies3-Sep-10 0:27 
Questionpass ColorPicker value to a COLORREF variable Pin
loid grey manuel1-Sep-10 17:33
loid grey manuel1-Sep-10 17:33 
hi guys, i'm having problem passing the value of color picker to my COLORREF variable..

my code on KEYDown Event:

CGDICarSampleDlg.cpp file

/*
CColorDialog dlg;
if (dlg.DoModal() == IDOK)
{
color = dlg.GetColor();
}
Invalidate();
*/
when the color picker apears, i just choose a color,.

i created a brush on my Car.cpp file,
m_brCar.CreateSolidBrush(RGB(0, 0, 255));

now my problem is this, how do pass whatever the value of chosen color to a COLORREF variable, then pass it to m_brCar.CreateSolidBrush(COLORREF variable);?

so when i chose a color, my CAR DRAWING changes it's color, initialy the color is BLUE..


thanks ahead..
AnswerRe: pass ColorPicker value to a COLORREF variable [RESOLVED] Pin
loid grey manuel1-Sep-10 21:01
loid grey manuel1-Sep-10 21:01 
QuestionOCX Rename Pin
Member 741142231-Aug-10 19:32
Member 741142231-Aug-10 19:32 
AnswerRe: OCX Rename Pin
Cool_Dev1-Sep-10 3:53
Cool_Dev1-Sep-10 3:53 
GeneralRe: OCX Rename Pin
Stephen Hewitt1-Sep-10 4:54
Stephen Hewitt1-Sep-10 4:54 
GeneralRe: OCX Rename Pin
Cool_Dev1-Sep-10 5:06
Cool_Dev1-Sep-10 5:06 
GeneralRe: OCX Rename Pin
Sauro Viti1-Sep-10 5:55
professionalSauro Viti1-Sep-10 5:55 
GeneralRe: OCX Rename Pin
Cool_Dev2-Sep-10 3:38
Cool_Dev2-Sep-10 3:38 
QuestionOCX Rename [modified] Pin
Member 74114223-Sep-10 0:13
Member 74114223-Sep-10 0:13 
AnswerRe: OCX Rename Pin
Cool_Dev3-Sep-10 3:05
Cool_Dev3-Sep-10 3:05 
Questionre:lookng for winsock tcp communications example Pin
Alan Kurlansky30-Aug-10 10:50
Alan Kurlansky30-Aug-10 10:50 
AnswerRe: re:lookng for winsock tcp communications example Pin
Moak30-Aug-10 11:56
Moak30-Aug-10 11:56 
QuestionDoes anyone know Interface of Microsoft DataGrid Control?(ActiveX Control) Pin
dancingfish24-Aug-10 17:20
dancingfish24-Aug-10 17:20 
AnswerRe: Does anyone know Interface of Microsoft DataGrid Control?(ActiveX Control) Pin
Cool_Dev28-Aug-10 3:03
Cool_Dev28-Aug-10 3:03 
Questionwindows Visual Studio C++/Visual Basic file locking Pin
Alan Kurlansky16-Aug-10 10:49
Alan Kurlansky16-Aug-10 10:49 
AnswerRe: windows Visual Studio C++/Visual Basic file locking Pin
«_Superman_»16-Aug-10 18:56
professional«_Superman_»16-Aug-10 18:56 
AnswerRe: windows Visual Studio C++/Visual Basic file locking Pin
Cool_Dev28-Aug-10 3:12
Cool_Dev28-Aug-10 3:12 
AnswerRe: windows Visual Studio C++/Visual Basic file locking Pin
cmk30-Aug-10 18:28
cmk30-Aug-10 18:28 

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.