Click here to Skip to main content
15,887,957 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDialog for server and client Pin
Member 21610047-Sep-05 23:18
Member 21610047-Sep-05 23:18 
AnswerRe: Dialog for server and client Pin
ThatsAlok7-Sep-05 23:21
ThatsAlok7-Sep-05 23:21 
AnswerRe: Dialog for server and client Pin
David Crow8-Sep-05 2:53
David Crow8-Sep-05 2:53 
GeneralRe: Dialog for server and client Pin
Member 21610048-Sep-05 15:07
Member 21610048-Sep-05 15:07 
Questionsetting bitmap images on push buttons Pin
sayup7-Sep-05 21:45
sayup7-Sep-05 21:45 
AnswerRe: setting bitmap images on push buttons Pin
nguyenvhn7-Sep-05 22:11
nguyenvhn7-Sep-05 22:11 
AnswerRe: setting bitmap images on push buttons Pin
ThatsAlok7-Sep-05 23:18
ThatsAlok7-Sep-05 23:18 
AnswerRe: setting bitmap images on push buttons Pin
Eytukan7-Sep-05 23:59
Eytukan7-Sep-05 23:59 
use CBitmapButton class...
actually when u drop a button on the dialog, it'll be set to CButton by default.
you go and change it to CBitmapButton.

After u put the Button on Dialog do this,

1.change CButton m_Button1 ---> to CBitmapButton m_Button1
2. on the button's property select "style" tab and check the "owner draw" .
2.include your bitmap file in the resource.
3. Note down the Bitmap's ID.
4.now in the oninit(), do this m_Button1.LoadBitmaps(IDB_BITMAP1);


you'll see nice colors on your dialog Smile | :)

Regards,

V
AnswerRe: setting bitmap images on push buttons Pin
Eytukan8-Sep-05 0:02
Eytukan8-Sep-05 0:02 
AnswerRe: setting bitmap images on push buttons Pin
Lefteris_RG31208-Sep-05 1:24
Lefteris_RG31208-Sep-05 1:24 
AnswerRe: setting bitmap images on push buttons Pin
David Crow8-Sep-05 2:54
David Crow8-Sep-05 2:54 
Questionwintrust.h Pin
sunit57-Sep-05 21:21
sunit57-Sep-05 21:21 
AnswerRe: wintrust.h Pin
nguyenvhn7-Sep-05 22:07
nguyenvhn7-Sep-05 22:07 
GeneralRe: wintrust.h Pin
sunit57-Sep-05 22:48
sunit57-Sep-05 22:48 
GeneralRe: wintrust.h Pin
toxcct7-Sep-05 22:53
toxcct7-Sep-05 22:53 
AnswerRe: wintrust.h Pin
ThatsAlok7-Sep-05 23:17
ThatsAlok7-Sep-05 23:17 
GeneralRe: wintrust.h Pin
Eytukan8-Sep-05 0:23
Eytukan8-Sep-05 0:23 
GeneralRe: wintrust.h Pin
ThatsAlok8-Sep-05 0:37
ThatsAlok8-Sep-05 0:37 
GeneralRe: wintrust.h Pin
David Crow8-Sep-05 2:59
David Crow8-Sep-05 2:59 
GeneralRe: wintrust.h Pin
sunit57-Sep-05 23:19
sunit57-Sep-05 23:19 
GeneralRe: wintrust.h Pin
nguyenvhn7-Sep-05 23:03
nguyenvhn7-Sep-05 23:03 
General[Message Deleted] Pin
ThatsAlok8-Sep-05 2:35
ThatsAlok8-Sep-05 2:35 
GeneralRe: wintrust.h Pin
sunit58-Sep-05 2:52
sunit58-Sep-05 2:52 
General[Message Deleted] Pin
sunit58-Sep-05 2:53
sunit58-Sep-05 2:53 
GeneralRe: wintrust.h Pin
Hans Ruck7-Sep-05 23:10
Hans Ruck7-Sep-05 23:10 

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.