Click here to Skip to main content
15,911,132 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionNeed some help on how to use wget command in widows environment Pin
John5021-Feb-09 2:37
John5021-Feb-09 2:37 
AnswerRe: Need some help on how to use wget command in widows environment Pin
Randor 1-Feb-09 11:10
professional Randor 1-Feb-09 11:10 
QuestionRegistering ActiveX programmatically Pin
Mohammad Khodaea31-Jan-09 23:32
Mohammad Khodaea31-Jan-09 23:32 
AnswerRe: Registering ActiveX programmatically Pin
«_Superman_»1-Feb-09 0:49
professional«_Superman_»1-Feb-09 0:49 
AnswerRe: Registering ActiveX programmatically Pin
CPallini1-Feb-09 1:14
mveCPallini1-Feb-09 1:14 
AnswerRe: Registering ActiveX programmatically Pin
Stephen Hewitt1-Feb-09 2:10
Stephen Hewitt1-Feb-09 2:10 
QuestionDynamic Text on Bitmap Button Pin
Super Hornet31-Jan-09 16:09
Super Hornet31-Jan-09 16:09 
AnswerRe: Dynamic Text on Bitmap Button Pin
Code-o-mat1-Feb-09 0:07
Code-o-mat1-Feb-09 0:07 
As far as i know the "default" buttons given to you by windows don't support both images and text on a button, so i'd say you have 3 possibilities:
1. Use a third party custom button which supports both text and image
2. Handle drawing of the button yourself, you have to be able to draw all its possible states, like pressed, disabled, ... and adding theme support is usually also a good idea
3. This is imho the easiest and simplest solution, draw the text onto the bitmap you place on the buttons. So load the bitmap, draw text on it and feed it to the button. If you need to change the text, load it again, draw the new text, feed it to the button.

I hope this helps, good luck.

> The problem with computers is that they do what you tell them to do and not what you want them to do. <
> Life: great graphics, but the gameplay sux. <

GeneralRe: Dynamic Text on Bitmap Button Pin
Super Hornet1-Feb-09 3:53
Super Hornet1-Feb-09 3:53 
QuestionEditWordBreakProc questions Pin
ForNow31-Jan-09 13:50
ForNow31-Jan-09 13:50 
QuestionC++ Play avi file using mciSendString Pin
czk10131-Jan-09 12:12
czk10131-Jan-09 12:12 
AnswerRe: C++ Play avi file using mciSendString Pin
aks.1-Feb-09 20:47
aks.1-Feb-09 20:47 
GeneralRe: C++ Play avi file using mciSendString Pin
czk1019-Feb-09 1:28
czk1019-Feb-09 1:28 
QuestionHow to include a software into hardware Pin
Horizzzon31-Jan-09 10:20
Horizzzon31-Jan-09 10:20 
QuestionHow to set the scroll posistion to bottom or middle etc. Pin
simon alec smith31-Jan-09 10:02
simon alec smith31-Jan-09 10:02 
AnswerRe: How to set the scroll posistion to bottom or middle etc. Pin
«_Superman_»31-Jan-09 14:50
professional«_Superman_»31-Jan-09 14:50 
GeneralRe: How to set the scroll posistion to bottom or middle etc. Pin
simon alec smith1-Feb-09 1:41
simon alec smith1-Feb-09 1:41 
Questionpdf maker coding in c++ for ebook device Pin
Horizzzon31-Jan-09 9:16
Horizzzon31-Jan-09 9:16 
AnswerRe: pdf maker coding in c++ for ebook device Pin
Code-o-mat31-Jan-09 9:57
Code-o-mat31-Jan-09 9:57 
AnswerRe: pdf maker coding in c++ for ebook device Pin
Rajesh R Subramanian31-Jan-09 17:51
professionalRajesh R Subramanian31-Jan-09 17:51 
Questionhow to manage multi data input. Pin
Max++31-Jan-09 6:04
Max++31-Jan-09 6:04 
AnswerRe: how to manage multi data input. Pin
«_Superman_»31-Jan-09 14:54
professional«_Superman_»31-Jan-09 14:54 
GeneralRe: how to manage multi data input. Pin
Max++31-Jan-09 15:24
Max++31-Jan-09 15:24 
GeneralRe: how to manage multi data input. Pin
«_Superman_»31-Jan-09 15:26
professional«_Superman_»31-Jan-09 15:26 
GeneralRe: how to manage multi data input. Pin
Max++31-Jan-09 15:48
Max++31-Jan-09 15:48 

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.