Click here to Skip to main content
15,894,539 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: About Thread Synchronization Pin
Rajesh R Subramanian17-May-09 23:38
professionalRajesh R Subramanian17-May-09 23:38 
GeneralRe: About Thread Synchronization Pin
hanq_3891013017-May-09 23:47
hanq_3891013017-May-09 23:47 
QuestionDoubt on segmentation Pin
Sakthi.Gs :-)17-May-09 22:57
Sakthi.Gs :-)17-May-09 22:57 
AnswerRe: Doubt on segmentation Pin
Rajesh R Subramanian17-May-09 23:05
professionalRajesh R Subramanian17-May-09 23:05 
AnswerRe: Doubt on segmentation Pin
Naveen17-May-09 23:19
Naveen17-May-09 23:19 
Questioncricheditctrl on cmdichildwnd Pin
prithaa17-May-09 22:51
prithaa17-May-09 22:51 
AnswerRe: cricheditctrl on cmdichildwnd Pin
Sakthi.Gs :-)17-May-09 23:00
Sakthi.Gs :-)17-May-09 23:00 
GeneralRe: cricheditctrl on cmdichildwnd Pin
Sakthi.Gs :-)17-May-09 23:06
Sakthi.Gs :-)17-May-09 23:06 
GeneralRe: cricheditctrl on cmdichildwnd Pin
prithaa17-May-09 23:16
prithaa17-May-09 23:16 
GeneralRe: cricheditctrl on cmdichildwnd Pin
Chandrasekharan P18-May-09 1:59
Chandrasekharan P18-May-09 1:59 
GeneralRe: cricheditctrl on cmdichildwnd Pin
prithaa18-May-09 2:08
prithaa18-May-09 2:08 
GeneralRe: cricheditctrl on cmdichildwnd Pin
Chandrasekharan P18-May-09 2:18
Chandrasekharan P18-May-09 2:18 
GeneralRe: cricheditctrl on cmdichildwnd Pin
prithaa18-May-09 3:11
prithaa18-May-09 3:11 
GeneralRe: cricheditctrl on cmdichildwnd Pin
Chandrasekharan P18-May-09 18:02
Chandrasekharan P18-May-09 18:02 
GeneralRe: cricheditctrl on cmdichildwnd Pin
prithaa18-May-09 19:47
prithaa18-May-09 19:47 
GeneralRe: cricheditctrl on cmdichildwnd Pin
Chandrasekharan P18-May-09 20:11
Chandrasekharan P18-May-09 20:11 
Questionaudio tuning wizard Pin
B060611517-May-09 22:19
B060611517-May-09 22:19 
AnswerRe: audio tuning wizard Pin
Rajesh R Subramanian17-May-09 22:33
professionalRajesh R Subramanian17-May-09 22:33 
JokeRe: audio tuning wizard Pin
annathor17-May-09 22:36
annathor17-May-09 22:36 
QuestionRotating Controls Pin
Ayman Alterawi17-May-09 21:00
Ayman Alterawi17-May-09 21:00 
QuestionRe: Rotating Controls Pin
CPallini17-May-09 21:35
mveCPallini17-May-09 21:35 
AnswerRe: Rotating Controls Pin
Ayman Alterawi17-May-09 21:53
Ayman Alterawi17-May-09 21:53 
OK Pallini, there was a number of possible ways to do that, the simplest is making your own control, by inheriting from the control's own class, such as from CEdit, and writing your own OnPaint function, also I tried to make a dll with a custom window procedure, and in the WM_PAINT message, I wrote the code that will paint the control rotated, but also it gave unexpected results. This dll attempt was the most successful one, I was trying on a button, the button was rotated, but its background was not, I don't know what is happening exactly, but the gray texture disappears and a white background appears on its place, but the gray texture's side is appearing on the edge of the white background, which means that the button was rotated !!
AnswerRe: Rotating Controls Pin
_AnsHUMAN_ 17-May-09 21:37
_AnsHUMAN_ 17-May-09 21:37 
GeneralRe: Rotating Controls Pin
Ayman Alterawi17-May-09 21:56
Ayman Alterawi17-May-09 21:56 
GeneralRe: Rotating Controls Pin
_AnsHUMAN_ 17-May-09 22:07
_AnsHUMAN_ 17-May-09 22:07 

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.