Click here to Skip to main content
15,897,226 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to code Pin
snoop8220-Sep-07 2:15
snoop8220-Sep-07 2:15 
GeneralRe: How to code Pin
Nelek20-Sep-07 3:05
protectorNelek20-Sep-07 3:05 
GeneralRe: How to code Pin
David Crow20-Sep-07 17:42
David Crow20-Sep-07 17:42 
QuestionRe: How to code Pin
David Crow20-Sep-07 17:44
David Crow20-Sep-07 17:44 
AnswerRe: How to code Pin
DevMentor.org20-Sep-07 18:20
DevMentor.org20-Sep-07 18:20 
QuestionHow to use bitmap buttons Pin
Engr_Arsalan19-Sep-07 23:28
Engr_Arsalan19-Sep-07 23:28 
AnswerRe: How to use bitmap buttons Pin
KarstenK19-Sep-07 23:54
mveKarstenK19-Sep-07 23:54 
GeneralRe: How to use bitmap buttons Pin
josip cagalj20-Sep-07 3:19
josip cagalj20-Sep-07 3:19 
Try to find 'BtnST' class on this site. All you have to do is place a button on dialog, delete all text and in your .h file(wich you added to yours project) declare them as 'CButtonST' (a.g. CButtonST m_btnMY). It take this much code in yours cpp:
m_btnMY.SetIcon(IDI_ICON10);//icon you want(must be in resource)<br />
	m_btnMY.SetFlat(TRUE);// if u want to be flat<br />
	m_btnMY.SetTooltipText(_T("some text"));//if u want tooltip

and that is it!!!
You could do a whole lot more... just reed the article and take at look at sample!
GeneralRe: How to use bitmap buttons Pin
KarstenK20-Sep-07 3:27
mveKarstenK20-Sep-07 3:27 
GeneralRe: How to use bitmap buttons Pin
josip cagalj20-Sep-07 3:32
josip cagalj20-Sep-07 3:32 
GeneralRe: How to use bitmap buttons Pin
Engr_Arsalan24-Sep-07 20:42
Engr_Arsalan24-Sep-07 20:42 
GeneralRe: How to use bitmap buttons Pin
josip cagalj24-Sep-07 22:28
josip cagalj24-Sep-07 22:28 
Question[Message Deleted] Pin
imdx8019-Sep-07 23:24
imdx8019-Sep-07 23:24 
AnswerRe: VC++ Editor Quick Question, Pin
nbugalia20-Sep-07 1:33
nbugalia20-Sep-07 1:33 
General[Message Deleted] Pin
imdx8020-Sep-07 2:02
imdx8020-Sep-07 2:02 
GeneralRe: VC++ Editor Quick Question, Pin
nbugalia20-Sep-07 2:17
nbugalia20-Sep-07 2:17 
Question[Message Deleted] Pin
tasumisra19-Sep-07 23:24
tasumisra19-Sep-07 23:24 
AnswerRe: vc++ equivalent of c# Pin
toxcct19-Sep-07 23:35
toxcct19-Sep-07 23:35 
JokeRe: vc++ equivalent of c# Pin
Nelek19-Sep-07 23:38
protectorNelek19-Sep-07 23:38 
JokeRe: vc++ equivalent of c# Pin
toxcct19-Sep-07 23:40
toxcct19-Sep-07 23:40 
GeneralRe: vc++ equivalent of c# Pin
Hamid_RT20-Sep-07 4:18
Hamid_RT20-Sep-07 4:18 
AnswerRe: vc++ equivalent of c# Pin
Nelek19-Sep-07 23:37
protectorNelek19-Sep-07 23:37 
AnswerRe: please help me asap [modified] Pin
toxcct19-Sep-07 23:32
toxcct19-Sep-07 23:32 
GeneralRe: please help me asap Pin
Programm3r20-Sep-07 3:34
Programm3r20-Sep-07 3:34 
GeneralRe: please help me asap Pin
toxcct20-Sep-07 3:37
toxcct20-Sep-07 3:37 

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.