Click here to Skip to main content
15,910,083 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Happy I could help!
Be aware of an a little bug I discovered, tooltips working fine before you press the button, but after that (when whatever code you run under the button press ends) tooltips do not appear any more so you have to put them back:
void CMyDlg::OnBtnMY() <br />
{<br />
	//...yours code<br />
	m_btnMY.SetTooltipText(_T("some text"));<br />
}<br />

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 
JokeRe: please help me asap Pin
Nelek20-Sep-07 3:59
protectorNelek20-Sep-07 3:59 
GeneralRe: please help me asap Pin
toxcct20-Sep-07 4:00
toxcct20-Sep-07 4:00 
QuestionQuestion about CEdit Pin
josip cagalj19-Sep-07 22:39
josip cagalj19-Sep-07 22:39 
AnswerRe: Question about CEdit Pin
Jason Teagle19-Sep-07 22:52
Jason Teagle19-Sep-07 22:52 

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.