Click here to Skip to main content
15,921,941 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Screen capture a web browser Pin
llp00na2-Mar-07 10:00
llp00na2-Mar-07 10:00 
GeneralRe: Screen capture a web browser Pin
David Crow2-Mar-07 10:08
David Crow2-Mar-07 10:08 
GeneralRe: Screen capture a web browser Pin
llp00na4-Mar-07 4:11
llp00na4-Mar-07 4:11 
QuestionRe: Screen capture a web browser Pin
Mark Salsbery2-Mar-07 9:24
Mark Salsbery2-Mar-07 9:24 
AnswerRe: Screen capture a web browser Pin
llp00na2-Mar-07 10:05
llp00na2-Mar-07 10:05 
GeneralRe: Screen capture a web browser Pin
Mark Salsbery2-Mar-07 10:44
Mark Salsbery2-Mar-07 10:44 
GeneralRe: Screen capture a web browser Pin
llp00na4-Mar-07 4:14
llp00na4-Mar-07 4:14 
AnswerRe: Screen capture a web browser Pin
Mark Salsbery4-Mar-07 6:56
Mark Salsbery4-Mar-07 6:56 
GeneralRe: Screen capture a web browser Pin
llp00na4-Mar-07 8:57
llp00na4-Mar-07 8:57 
GeneralRe: Screen capture a web browser Pin
Mark Salsbery5-Mar-07 6:32
Mark Salsbery5-Mar-07 6:32 
GeneralRe: Screen capture a web browser Pin
llp00na4-Mar-07 9:09
llp00na4-Mar-07 9:09 
Questionwhat is lparam of TVITEM is used for? Pin
Arris742-Mar-07 7:16
Arris742-Mar-07 7:16 
AnswerRe: what is lparam of TVITEM is used for? Pin
Maximilien2-Mar-07 7:50
Maximilien2-Mar-07 7:50 
AnswerRe: what is lparam of TVITEM is used for? Pin
Arris742-Mar-07 9:33
Arris742-Mar-07 9:33 
QuestionCTreeCtrl questions... custom draw ,setting fonts. ... Pin
Maximilien2-Mar-07 6:59
Maximilien2-Mar-07 6:59 
Questionradio button mfc Pin
deeps_cute2-Mar-07 4:23
deeps_cute2-Mar-07 4:23 
AnswerRe: radio button mfc Pin
CPallini2-Mar-07 4:56
mveCPallini2-Mar-07 4:56 
AnswerRe: radio button mfc Pin
Hamid_RT2-Mar-07 6:01
Hamid_RT2-Mar-07 6:01 
QuestionHeader File #ifndef Pin
vibindia2-Mar-07 4:14
vibindia2-Mar-07 4:14 
AnswerRe: Header File #ifndef Pin
Cedric Moonen2-Mar-07 4:18
Cedric Moonen2-Mar-07 4:18 
GeneralRe: Thanks Pin
vibindia2-Mar-07 4:23
vibindia2-Mar-07 4:23 
QuestionShow Bitmap handle in Picture Control Pin
priyank_ldce2-Mar-07 3:03
priyank_ldce2-Mar-07 3:03 
AnswerRe: Show Bitmap handle in Picture Control Pin
Hamid_RT2-Mar-07 6:21
Hamid_RT2-Mar-07 6:21 
AnswerRe: Show Bitmap handle in Picture Control Pin
prasad_som2-Mar-07 17:54
prasad_som2-Mar-07 17:54 
QuestionResizing a borderless CMainFrame Pin
_Stilgar_2-Mar-07 2:39
_Stilgar_2-Mar-07 2:39 
Hello all,

I have a CMainFrame window which holds a view. From the view I'm passing HTTRANSPARENT to the CMainFrame so it can handle them, and that way allow for custom dragging and resizing.

I want to make my CMainFrame borderless, and afaik removing the style WS_THICKFRAME from it is the only way to do so. Problem is, when I'm removing that style, whenever I return HTTOP, HTBOTTOM and similar from CMainFrame::OnNcHitTest it would do nothing - no gripping cursors and no ability to resize. Only when that style is set I can allow that custom resizing.

Any idea how can I bypass this, and have a borderless window which still allows for resizing?

Thanks in advance,

Stilgar.

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.