Click here to Skip to main content
15,915,164 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: reverse_iterator Pin
Hosam Aly Mahmoud15-Sep-03 23:04
Hosam Aly Mahmoud15-Sep-03 23:04 
GeneralRe: reverse_iterator Pin
jhwurmbach15-Sep-03 21:43
jhwurmbach15-Sep-03 21:43 
GeneralRe: reverse_iterator Pin
Hosam Aly Mahmoud15-Sep-03 23:07
Hosam Aly Mahmoud15-Sep-03 23:07 
QuestionControl on a ScrollView that doesn't scroll. How to achieve this? Pin
steven1115-Sep-03 19:24
steven1115-Sep-03 19:24 
GeneralMulti dimensional array using pointer notation Pin
Anonymous15-Sep-03 19:06
Anonymous15-Sep-03 19:06 
Generaldiagonal controls Pin
r i s h a b h s15-Sep-03 18:51
r i s h a b h s15-Sep-03 18:51 
GeneralRe: diagonal controls Pin
Hosam Aly Mahmoud15-Sep-03 20:48
Hosam Aly Mahmoud15-Sep-03 20:48 
GeneralRe: diagonal controls Pin
Joey Bloggs16-Sep-03 1:49
Joey Bloggs16-Sep-03 1:49 
It is possible to output text at any angle. None of the existing win32 controls will allow you to edit text at an angle.

look thru MSDN for

Rotating Lines of Text

You can rotate TrueType fonts at any angle. This is useful for labeling charts and other illustrations. The following example rotates a string in 10-degree increments around the center of the client area by changing the value of the lfEscapement and lfOrientation members of the LOGFONT structure used to create the font.

On top of this you would need to draw a rotated control on a transparent window and deal with hit testing etc and passing mouse events to underlying controls 'shadowed' by the transparent window (which would still have normal horizontal and vertical orientation).

All in all not work the effort Smile | :)
GeneralRe: diagonal controls Pin
r i s h a b h s16-Sep-03 18:41
r i s h a b h s16-Sep-03 18:41 
Generalmemory leak problem in dialog based app Pin
r i s h a b h s15-Sep-03 18:44
r i s h a b h s15-Sep-03 18:44 
GeneralRe: memory leak problem in dialog based app Pin
Bernhard15-Sep-03 19:29
Bernhard15-Sep-03 19:29 
GeneralRe: memory leak problem in dialog based app Pin
r i s h a b h s15-Sep-03 22:01
r i s h a b h s15-Sep-03 22:01 
GeneralRe: memory leak problem in dialog based app Pin
jhwurmbach15-Sep-03 23:01
jhwurmbach15-Sep-03 23:01 
GeneralRe: memory leak problem in dialog based app Pin
r i s h a b h s15-Sep-03 23:23
r i s h a b h s15-Sep-03 23:23 
GeneralRe: memory leak problem in dialog based app Pin
Jagadeesh VN16-Sep-03 1:30
Jagadeesh VN16-Sep-03 1:30 
GeneralRe: memory leak problem in dialog based app Pin
David Crow16-Sep-03 5:03
David Crow16-Sep-03 5:03 
GeneralRe: memory leak problem in dialog based app Pin
r i s h a b h s16-Sep-03 18:39
r i s h a b h s16-Sep-03 18:39 
GeneralRe: memory leak problem in dialog based app Pin
David Crow17-Sep-03 2:29
David Crow17-Sep-03 2:29 
GeneralRe: memory leak problem in dialog based app Pin
r i s h a b h s25-Sep-03 18:37
r i s h a b h s25-Sep-03 18:37 
GeneralWMP Player 9(CWMPPlayer4) frame control and dragging Pin
RichardWdy15-Sep-03 16:35
RichardWdy15-Sep-03 16:35 
GeneralRe: WMP Player 9(CWMPPlayer4) frame control and dragging Pin
RichardWdy15-Sep-03 16:41
RichardWdy15-Sep-03 16:41 
GeneralToolbars and Dialogs Pin
Florin Ochiana15-Sep-03 14:34
Florin Ochiana15-Sep-03 14:34 
GeneralRe: Toolbars and Dialogs Pin
Jagadeesh VN16-Sep-03 1:32
Jagadeesh VN16-Sep-03 1:32 
GeneralRe: Toolbars and Dialogs Pin
Florin Ochiana16-Sep-03 1:50
Florin Ochiana16-Sep-03 1:50 
GeneralTreeCtrl and ListCtrl Urgent help needed Pin
kumaru_san15-Sep-03 14:25
kumaru_san15-Sep-03 14:25 

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.