Click here to Skip to main content
15,884,739 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Compression Pin
Maxwell Chen3-Sep-07 22:02
Maxwell Chen3-Sep-07 22:02 
AnswerRe: Compression Pin
jhwurmbach3-Sep-07 22:14
jhwurmbach3-Sep-07 22:14 
AnswerRe: Compression Pin
El Corazon4-Sep-07 16:11
El Corazon4-Sep-07 16:11 
QuestionHow to Put Icon on Button. Pin
GauranG Shah3-Sep-07 20:11
GauranG Shah3-Sep-07 20:11 
AnswerRe: How to Put Icon on Button. Pin
Stephen Hewitt3-Sep-07 21:03
Stephen Hewitt3-Sep-07 21:03 
GeneralRe: How to Put Icon on Button. [modified] Pin
GauranG Shah4-Sep-07 0:41
GauranG Shah4-Sep-07 0:41 
GeneralRe: How to Put Icon on Button. Pin
Hamid_RT4-Sep-07 1:54
Hamid_RT4-Sep-07 1:54 
GeneralRe: How to Put Icon on Button. Pin
GauranG Shah4-Sep-07 3:26
GauranG Shah4-Sep-07 3:26 
Hi. I use the follwing thing in addition to my previos code But still it doesn't work.


<br />
case WM_INITDIALOG:<br />
SetWindowLong( GetDlgItem(hWndDlg, IDC_BUTTON1 ), <br />
               GWL_EXSTYLE,<br />
              GetWindowLong( GetDlgItem(hWndDlg, IDC_BUTTON1 ), GWL_EXSTYLE ) |SS_ICON );<br />
	break;		

GeneralRe: How to Put Icon on Button. Pin
GauranG Shah4-Sep-07 4:09
GauranG Shah4-Sep-07 4:09 
GeneralRe: How to Put Icon on Button. Pin
Hamid_RT4-Sep-07 20:11
Hamid_RT4-Sep-07 20:11 
Questionprinting problem Pin
Neo Andreson3-Sep-07 20:10
Neo Andreson3-Sep-07 20:10 
AnswerRe: printing problem Pin
Jason Teagle3-Sep-07 22:29
Jason Teagle3-Sep-07 22:29 
AnswerRe: printing problem Pin
Hamid_RT4-Sep-07 1:53
Hamid_RT4-Sep-07 1:53 
Question[Resolved] Hide a window, on loosing mouse attention! [modified] Pin
Hamed Musavi3-Sep-07 20:08
Hamed Musavi3-Sep-07 20:08 
AnswerRe: Hide a window, on loosing mouse attention! Pin
Naveen3-Sep-07 20:52
Naveen3-Sep-07 20:52 
GeneralRe: Hide a window, on loosing mouse attention! Pin
Hamed Musavi3-Sep-07 21:37
Hamed Musavi3-Sep-07 21:37 
GeneralRe: Hide a window, on loosing mouse attention! Pin
Naveen3-Sep-07 21:40
Naveen3-Sep-07 21:40 
GeneralRe: Hide a window, on loosing mouse attention! Pin
Hamed Musavi3-Sep-07 21:43
Hamed Musavi3-Sep-07 21:43 
AnswerRe: Hide a window, on loosing mouse attention! Pin
Llasus3-Sep-07 21:05
Llasus3-Sep-07 21:05 
GeneralRe: Hide a window, on loosing mouse attention! Pin
Hamed Musavi3-Sep-07 21:41
Hamed Musavi3-Sep-07 21:41 
AnswerRe: Hide a window, on loosing mouse attention! Pin
Nishad S3-Sep-07 21:57
Nishad S3-Sep-07 21:57 
GeneralRe: Hide a window, on loosing mouse attention! Pin
Hamed Musavi3-Sep-07 22:41
Hamed Musavi3-Sep-07 22:41 
GeneralRe: Hide a window, on loosing mouse attention! Pin
Nishad S3-Sep-07 23:01
Nishad S3-Sep-07 23:01 
GeneralRe: Hide a window, on loosing mouse attention! Pin
Hamed Musavi3-Sep-07 23:46
Hamed Musavi3-Sep-07 23:46 
GeneralRe: Hide a window, on loosing mouse attention! Pin
Nishad S4-Sep-07 2:23
Nishad S4-Sep-07 2:23 

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.