Click here to Skip to main content
15,891,136 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Enum in idl-file Pin
Milton Karimbekallil12-Aug-05 15:24
Milton Karimbekallil12-Aug-05 15:24 
GeneralRe: Enum in idl-file Pin
tagi117-Aug-05 3:55
tagi117-Aug-05 3:55 
GeneralRe: Enum in idl-file Pin
Jörgen Sigvardsson13-Aug-05 14:12
Jörgen Sigvardsson13-Aug-05 14:12 
GeneralRe: Enum in idl-file Pin
tagi117-Aug-05 3:51
tagi117-Aug-05 3:51 
GeneralRe: Enum in idl-file Pin
Vi214-Aug-05 19:38
Vi214-Aug-05 19:38 
GeneralRe: Enum in idl-file Pin
tagi117-Aug-05 3:46
tagi117-Aug-05 3:46 
GeneralCreating a resizable dialog in MFC Pin
Twonington11-Aug-05 3:39
Twonington11-Aug-05 3:39 
GeneralRe: Creating a resizable dialog in MFC Pin
Rory Solley11-Aug-05 22:21
Rory Solley11-Aug-05 22:21 
In the resource editor, open the properties for your dialog and select the Border style to be "Resizing". You will then need to handle the WM_SIZE message in your dialog's code (use ClassWizard) so that you can handle the resizing/repositioning of any child controls when the dialog is resized. This is a pretty common problem when using dialogs under MFC and there are a boatload of solutions, many of them on here. I recommend searching for Paolo Messina's dialog resizing solution which works nicely.

Hope that helps...
GeneralRe: Creating a resizable dialog in MFC Pin
Twonington11-Aug-05 23:06
Twonington11-Aug-05 23:06 
GeneralRe: Creating a resizable dialog in MFC Pin
pablo_mag16-Aug-05 14:21
pablo_mag16-Aug-05 14:21 
QuestionChanging the dialog's class name? Pin
hjm340910-Aug-05 18:23
hjm340910-Aug-05 18:23 
AnswerRe: Changing the dialog's class name? Pin
mark novak15-Aug-05 0:59
mark novak15-Aug-05 0:59 
GeneralSame Sink for different events Pin
AkshayO10-Aug-05 0:30
AkshayO10-Aug-05 0:30 
GeneralRe: Same Sink for different events Pin
Laxman Auti22-Mar-07 7:55
Laxman Auti22-Mar-07 7:55 
Generalimplicit typename is deprecated Pin
xiaohe5219-Aug-05 16:14
xiaohe5219-Aug-05 16:14 
GeneralRe: implicit typename is deprecated Pin
xiaohe5219-Aug-05 16:26
xiaohe5219-Aug-05 16:26 
GeneralRe: implicit typename is deprecated Pin
Christian Graus9-Aug-05 16:33
protectorChristian Graus9-Aug-05 16:33 
GeneralRe: implicit typename is deprecated Pin
Roland Pibinger9-Aug-05 21:48
Roland Pibinger9-Aug-05 21:48 
Generalpassing array of string back ATL to VB and vice versa Pin
bluish8-Aug-05 18:50
bluish8-Aug-05 18:50 
GeneralRe: passing array of string back ATL to VB and vice versa Pin
Christian Graus9-Aug-05 16:34
protectorChristian Graus9-Aug-05 16:34 
GeneralRe: passing array of string back ATL to VB and vice versa Pin
Jörgen Sigvardsson9-Aug-05 22:11
Jörgen Sigvardsson9-Aug-05 22:11 
GeneralCrash in IE while using ActiveX dll Pin
Amit Mulay8-Aug-05 0:32
Amit Mulay8-Aug-05 0:32 
GeneralRe: Crash in IE while using ActiveX dll Pin
Amit Mulay8-Aug-05 0:59
Amit Mulay8-Aug-05 0:59 
GeneralRe: Crash in IE while using ActiveX dll Pin
Jörgen Sigvardsson9-Aug-05 22:17
Jörgen Sigvardsson9-Aug-05 22:17 
QuestionWorking on POST method with BHO? Pin
nmhuy7-Aug-05 17:40
nmhuy7-Aug-05 17:40 

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.