Click here to Skip to main content
15,913,115 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: Set property by "=" Pin
Michael Dunn1-May-03 0:32
sitebuilderMichael Dunn1-May-03 0:32 
GeneralCODE: Adding radio-checked menu item support to CUpdateUI Pin
Michael Dunn27-Apr-03 16:47
sitebuilderMichael Dunn27-Apr-03 16:47 
GeneralHttp connection via Proxy Pin
Sam197925-Apr-03 21:37
Sam197925-Apr-03 21:37 
GeneralRe: Http connection via Proxy Pin
geo_m26-Apr-03 22:00
geo_m26-Apr-03 22:00 
GeneralRe: Http connection via Proxy Pin
Sam197930-Apr-03 0:56
Sam197930-Apr-03 0:56 
GeneralRe: Http connection via Proxy Pin
geo_m30-Apr-03 3:18
geo_m30-Apr-03 3:18 
QuestionHow to do this in WTL Pin
User 1605525-Apr-03 3:41
User 1605525-Apr-03 3:41 
AnswerRe: How to do this in WTL Pin
Michael Dunn25-Apr-03 16:52
sitebuilderMichael Dunn25-Apr-03 16:52 
Assuming you already have a CFrameWindowImpl-derived class written, create a new instance of it, and call CreateEx() just like you do for the app's main window.
One thing you have to do in the new class is not let WM_DESTROY get passed to CFrameWindowImpl, because CFrameWindowImpl::OnDestroy() calls PostQuitMessage() which will make the app close.

--Mike--
Yeah, payin' the bills with my mad programming skillz.
Defraggin' my hard drive for thrills.

Homepage | RightClick-Encrypt | 1ClickPicGrabber
"You have Erica on the brain" - Jon Sagara to me

GeneralLike a Toolbar. Pin
Leandro H. Delamare23-Apr-03 6:01
Leandro H. Delamare23-Apr-03 6:01 
GeneralSTL weirdness Pin
#realJSOP21-Apr-03 4:20
professional#realJSOP21-Apr-03 4:20 
GeneralRe: STL weirdness Pin
Joaquín M López Muñoz21-Apr-03 4:53
Joaquín M López Muñoz21-Apr-03 4:53 
GeneralRe: STL weirdness Pin
#realJSOP21-Apr-03 8:08
professional#realJSOP21-Apr-03 8:08 
GeneralRe: STL weirdness Pin
Tim Smith21-Apr-03 8:57
Tim Smith21-Apr-03 8:57 
GeneralRe: STL weirdness Pin
Paul M Watt2-May-03 20:19
mentorPaul M Watt2-May-03 20:19 
GeneralAnother problem with maps Pin
The Unknown20-Apr-03 8:12
The Unknown20-Apr-03 8:12 
GeneralRe: Another problem with maps Pin
Tim Smith20-Apr-03 8:21
Tim Smith20-Apr-03 8:21 
GeneralRe: Another problem with maps Pin
The Unknown20-Apr-03 8:41
The Unknown20-Apr-03 8:41 
GeneralRe: Another problem with maps Pin
Joaquín M López Muñoz20-Apr-03 20:09
Joaquín M López Muñoz20-Apr-03 20:09 
GeneralRe: Another problem with maps Pin
The Unknown21-Apr-03 3:27
The Unknown21-Apr-03 3:27 
GeneralWTL splitters not sending WM_SIZE to both panes Pin
Kibble19-Apr-03 12:20
Kibble19-Apr-03 12:20 
GeneralRe: WTL splitters not sending WM_SIZE to both panes Pin
Kibble21-Apr-03 8:00
Kibble21-Apr-03 8:00 
GeneralDawing image to client device context in ATL Pin
itay_k17-Apr-03 1:11
itay_k17-Apr-03 1:11 
GeneralRe: Dawing image to client device context in ATL Pin
Paolo Messina18-Apr-03 6:14
professionalPaolo Messina18-Apr-03 6:14 
GeneralRe: Dawing image to client device context in ATL Pin
itay_k19-Apr-03 8:30
itay_k19-Apr-03 8:30 
GeneralShowWindow and DoModal Pin
super16-Apr-03 18:45
professionalsuper16-Apr-03 18:45 

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.