Click here to Skip to main content
16,006,819 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
Generalweb service: deployment and debug question Pin
haipengl1-May-04 18:56
haipengl1-May-04 18:56 
QuestionWhy WTL if MFC exists ? Pin
Hesham Amin30-Apr-04 22:31
Hesham Amin30-Apr-04 22:31 
AnswerRe: Why WTL if MFC exists ? Pin
Michael Dunn30-Apr-04 22:46
sitebuilderMichael Dunn30-Apr-04 22:46 
GeneralRe: Why WTL if MFC exists ? Pin
Hesham Amin1-May-04 1:29
Hesham Amin1-May-04 1:29 
AnswerRe: Why WTL if MFC exists ? Pin
John M. Drescher12-May-04 3:12
John M. Drescher12-May-04 3:12 
Generalembedding child activex in parent activeX Pin
Abhi Lahare30-Apr-04 20:31
Abhi Lahare30-Apr-04 20:31 
GeneralRe: embedding child activex in parent activeX Pin
Balkrishna Talele7-May-04 17:49
Balkrishna Talele7-May-04 17:49 
GeneralStatus Bars Pin
antareus28-Apr-04 16:49
antareus28-Apr-04 16:49 
I am trying to add a status bar to my WTL dialog, and I'm not quite sure how to go about it. I tried this code in my OnInitDialog:

int indicator = ID_SEPARATOR;
m_statusBar.Create(m_hWnd);
m_statusBar.SetParts(1, &indicator);
m_statusBar.ShowWindow(SW_SHOW);

However, when dialog is created the status bar is created outside of the window floating at the top of the screen, which is very strange. All of the code samples show how to add it to CFrameWindowImpl, and I'd like to have the dialog editable in the dialog editor. Any ideas?
GeneralRe: Status Bars Pin
nalenb29-Apr-04 15:29
nalenb29-Apr-04 15:29 
GeneralRe: Status Bars Pin
antareus30-Apr-04 0:26
antareus30-Apr-04 0:26 
GeneralATL Out-Of-Proc Server Hangs During Registion Pin
Michael Bergman28-Apr-04 8:24
Michael Bergman28-Apr-04 8:24 
GeneralWTL OnFinalMessage(){ delete this; } Pin
AstroDogDog27-Apr-04 13:36
AstroDogDog27-Apr-04 13:36 
GeneralRe: WTL OnFinalMessage(){ delete this; } Pin
Michael Dunn29-Apr-04 18:34
sitebuilderMichael Dunn29-Apr-04 18:34 
GeneralRe: WTL OnFinalMessage(){ delete this; } Pin
AstroDogDog6-May-04 12:32
AstroDogDog6-May-04 12:32 
GeneralRe: WTL OnFinalMessage(){ delete this; } Pin
Solomon_III8-May-04 5:10
Solomon_III8-May-04 5:10 
GeneralRe: WTL OnFinalMessage(){ delete this; } Pin
AstroDogDog20-May-04 8:58
AstroDogDog20-May-04 8:58 
GeneralWTL 7.1 from Microsoft here Pin
TW26-Apr-04 22:33
TW26-Apr-04 22:33 
GeneralRe: WTL 7.1 from Microsoft here Pin
Jörgen Sigvardsson2-May-04 6:32
Jörgen Sigvardsson2-May-04 6:32 
GeneralRe: WTL 7.1 from Microsoft here Pin
TigerNinja_6-May-04 7:42
TigerNinja_6-May-04 7:42 
GeneralICallFactory forward declaration not resolved Pin
shahzi25-Apr-04 20:42
shahzi25-Apr-04 20:42 
QuestionUsing CSplitterWindow with MFC? Pin
Roozbeh6923-Apr-04 21:45
professionalRoozbeh6923-Apr-04 21:45 
Generalgetting Interface pointer for control created by AtlAxCreateControl Pin
Abhi Lahare22-Apr-04 19:40
Abhi Lahare22-Apr-04 19:40 
GeneralRe: getting Interface pointer for control created by AtlAxCreateControl Pin
f6426-Apr-04 12:48
f6426-Apr-04 12:48 
GeneralMail Filter Pin
Leandro H. Delamare22-Apr-04 17:53
Leandro H. Delamare22-Apr-04 17:53 
QuestionMessage for invisible control ? Pin
Sebastian S.22-Apr-04 3:34
Sebastian S.22-Apr-04 3:34 

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.