Click here to Skip to main content
15,901,035 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralATL & databases Pin
LukeV21-Oct-02 17:56
LukeV21-Oct-02 17:56 
GeneralRe: ATL & databases Pin
Vagif Abilov21-Oct-02 19:59
professionalVagif Abilov21-Oct-02 19:59 
GeneralRe: ATL & databases Pin
Jörgen Sigvardsson1-Nov-02 0:47
Jörgen Sigvardsson1-Nov-02 0:47 
Generaldate/time parsing and formatting (STL) Pin
SNagase21-Oct-02 9:54
SNagase21-Oct-02 9:54 
GeneralClassWizard database Pin
Jose Cruz21-Oct-02 9:35
Jose Cruz21-Oct-02 9:35 
GeneralRe: ClassWizard database Pin
Michael Dunn21-Oct-02 17:02
sitebuilderMichael Dunn21-Oct-02 17:02 
GeneralRe: ClassWizard database Pin
yeeeooowww29-Oct-02 1:37
yeeeooowww29-Oct-02 1:37 
GeneralProblem with ShellExtension on Win98 Pin
KaЯl21-Oct-02 5:30
KaЯl21-Oct-02 5:30 
Environnement: VC6, ATL3, Win98

Here's my problem: I followed Michael Dunn's article[^] but instead of using simple controls, I create dynamically an instance of an activeX control, to place it on the added property page. I use the function CreateWindow in the OnInitDialog function, with the parameters "AtlAxWindow" and the CLSID of the activeX I want.

	<br />
BOOL OnInitDialog(HWND hwnd, LPARAM lParam)<br />
{<br />
[...].br />
HWND hCtrl = CreateWindow("AtlAxWin", _T("{BA9DD568-114B-11D4-98DA-00104B458137}"), WS_VISIBLE | WS_CHILD, x, y, iWidth, iHeight, hwnd, (HMENU) IDI_MYACTIVEX, _Module.GetModuleInstance(), NULL);<br />
[...].br />
}<br />


If this works nicely on Win95, WinME, Win2000 and WinXP, the creation of the activeX blocks under Win98, at least with non-microsoft ActiveX. The Shell extension is frozen as is explorer
Does anybody have any clue of what may be happen, or if there are known issues about Shell extensions with W98?

TIA!

K.





Who gives a f*ck
If my life sucks ?
I just know one day
I won't give up

Beg For Me/KoЯn

QuestionCStringT::Tokenize too slow??? Pin
LukeV20-Oct-02 17:28
LukeV20-Oct-02 17:28 
AnswerRe: CStringT::Tokenize too slow??? Pin
Tim Smith21-Oct-02 10:26
Tim Smith21-Oct-02 10:26 
QuestionHow can I set the pos and size of my control? Pin
Anonymous19-Oct-02 20:48
Anonymous19-Oct-02 20:48 
GeneralSTL - list.erase and list.remove Pin
#realJSOP18-Oct-02 6:26
professional#realJSOP18-Oct-02 6:26 
GeneralRe: STL - list.erase and list.remove Pin
User 988518-Oct-02 6:40
User 988518-Oct-02 6:40 
GeneralRe: STL - list.erase and list.remove Pin
Michael Dunn18-Oct-02 13:19
sitebuilderMichael Dunn18-Oct-02 13:19 
GeneralRe: STL - list.erase and list.remove Pin
#realJSOP19-Oct-02 1:10
professional#realJSOP19-Oct-02 1:10 
GeneralRe: STL - list.erase and list.remove Pin
Tim Smith21-Oct-02 10:16
Tim Smith21-Oct-02 10:16 
Generalmap and hash_map Pin
User 988518-Oct-02 4:13
User 988518-Oct-02 4:13 
GeneralRe: map and hash_map Pin
Tim Smith21-Oct-02 10:14
Tim Smith21-Oct-02 10:14 
GeneralRe: map and hash_map Pin
Joaquín M López Muñoz21-Oct-02 10:28
Joaquín M López Muñoz21-Oct-02 10:28 
GeneralRe: map and hash_map Pin
Tim Smith21-Oct-02 10:57
Tim Smith21-Oct-02 10:57 
GeneralSTL compile warnings... Pin
Matt Gullett17-Oct-02 4:19
Matt Gullett17-Oct-02 4:19 
GeneralRe: STL compile warnings... Pin
James R. Twine17-Oct-02 4:57
James R. Twine17-Oct-02 4:57 
GeneralRe: STL compile warnings... Pin
Matt Gullett17-Oct-02 5:08
Matt Gullett17-Oct-02 5:08 
GeneralRe: STL compile warnings... Pin
User 988518-Oct-02 13:10
User 988518-Oct-02 13:10 
GeneralRe: STL compile warnings... Pin
James R. Twine19-Oct-02 9:18
James R. Twine19-Oct-02 9:18 

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.