Click here to Skip to main content
15,922,894 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralRe: (WTL) XP style password edit box Pin
Michael Dunn11-May-04 10:15
sitebuilderMichael Dunn11-May-04 10:15 
GeneralRe: (WTL) XP style password edit box Pin
Ernesto D.11-May-04 16:06
Ernesto D.11-May-04 16:06 
Generalstreams problem Pin
ra_sasi10-May-04 12:45
ra_sasi10-May-04 12:45 
GeneralRe: streams problem Pin
Joaquín M López Muñoz11-May-04 9:45
Joaquín M López Muñoz11-May-04 9:45 
GeneralRe: streams problem Pin
ra_sasi13-May-04 10:44
ra_sasi13-May-04 10:44 
GeneralNT Service - problem in re-registering service Pin
Anonymous7-May-04 10:48
Anonymous7-May-04 10:48 
GeneralRe: NT Service - problem in re-registering service Pin
Milton Karimbekallil14-May-04 0:23
Milton Karimbekallil14-May-04 0:23 
GeneralToolbar creation and loading in a dialog/activex control Pin
yogishka4-May-04 2:10
yogishka4-May-04 2:10 
Hi All,

I want to create a Toolbar in a Activex control. Activex Control is being created as a DLL which will be invoked in a HTML page and I am working on Visual C++ 7.1 version.... I am trying with the following code but te toolbar is not getting displayed on the dialog...I am trying out this code in OnInitDialog()...

-------------------------
HWND hWnd;
hWnd = CFrameWindowImplBase<atl::cwindow, atl::cframewintraits="">::CreateSimpleToolBarCtrl(m_hWnd, IDR_MARKUPTOOLBAR,
FALSE, dStyle);

CFrameWindowImplBase<atl::cwindow, atl::cframewintraits=""> *myFrame = new CFrameWindowImplBase<atl::cwindow, atl::cframewintraits="">;
myFrame->Attach(hWnd);
if(hWnd)
MessageBox("Working");
--------------------------------------------------

Can any one suggest me what is wrong or any other way to do the same....
GeneralVariant string comparsion Pin
freeware3-May-04 11:00
freeware3-May-04 11:00 
GeneralRe: Variant string comparsion Pin
Michael Dunn3-May-04 12:37
sitebuilderMichael Dunn3-May-04 12:37 
GeneralRe: Variant string comparsion Pin
freeware4-May-04 3:59
freeware4-May-04 3:59 
GeneralCComSafeArray Pin
repekcan3-May-04 3:26
repekcan3-May-04 3:26 
QuestionCan we use .NET assemblies in ATL Pin
Tarundeep Singh Kalra2-May-04 22:53
Tarundeep Singh Kalra2-May-04 22:53 
AnswerRe: Can we use .NET assemblies in ATL Pin
Mike Dimmick4-May-04 12:12
Mike Dimmick4-May-04 12:12 
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 
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 

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.