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

ATL / WTL / STL

 
GeneralRe: WTL multiple UI thread problem Pin
Stuart Dootson14-Apr-05 23:37
professionalStuart Dootson14-Apr-05 23:37 
GeneralSlim ComboBox class Pin
William Mahoney14-Apr-05 5:11
sussWilliam Mahoney14-Apr-05 5:11 
Generaly a part of data stored into previous ActiveX control loses when i insert new ActiveX Pin
ajalilqarshi13-Apr-05 5:20
ajalilqarshi13-Apr-05 5:20 
GeneralIE programming Pin
Anonymous12-Apr-05 22:49
Anonymous12-Apr-05 22:49 
QuestionSort bug with STL? Pin
starschen12-Apr-05 16:19
sussstarschen12-Apr-05 16:19 
AnswerRe: Sort bug with STL? Pin
Joaquín M López Muñoz13-Apr-05 9:23
Joaquín M López Muñoz13-Apr-05 9:23 
GeneralRe: Sort bug with STL? Pin
starschen14-Apr-05 18:05
sussstarschen14-Apr-05 18:05 
QuestionHow to get _Application pointer from _Document pointer in MS Word Pin
ajalilqarshi11-Apr-05 20:34
ajalilqarshi11-Apr-05 20:34 
I have gotten _Document pointer from withing my ActiveX control using GetContainer() function. it works fine for _Document object. now i want to access _Application pointer from this _Document pointer but couldn't. i am using following code.

CComQIPtr<MSWord::_Document> spDoc(pContainer);
ATLASSERT(spDoc);
MSWord::_ApplicationPtr spApp = spDoc->GetApplication();
ATLASSERT(spApp);

where pContainer is IOleContainer pointer which i got through GetContainer.

plz help me.
Thanks in advance

Ahmad Jalil Qarshi

GeneralTo all the WTL gurus Pin
mango_lier11-Apr-05 18:05
mango_lier11-Apr-05 18:05 
QuestionSTL from visual C++ in Unix??? Pin
knapak11-Apr-05 14:33
knapak11-Apr-05 14:33 
AnswerRe: STL from visual C++ in Unix??? Pin
ThatsAlok11-Apr-05 19:45
ThatsAlok11-Apr-05 19:45 
AnswerRe: STL from visual C++ in Unix??? Pin
Stuart Dootson11-Apr-05 20:51
professionalStuart Dootson11-Apr-05 20:51 
AnswerRe: STL from visual C++ in Unix??? Pin
markkuk12-Apr-05 0:41
markkuk12-Apr-05 0:41 
QuestionHow to activate the File-Open Dialog via ellipsis button (&quot;...&quot;)in property browser Pin
knaster bax11-Apr-05 7:43
knaster bax11-Apr-05 7:43 
AnswerRe: How to activate the File-Open Dialog via ellipsis button (&quot;...&quot;)in property browser Pin
ThatsAlok11-Apr-05 19:47
ThatsAlok11-Apr-05 19:47 
GeneralRe: How to activate the File-Open Dialog via ellipsis button (&quot;...&quot;)in property browser Pin
knaster bax11-Apr-05 23:17
knaster bax11-Apr-05 23:17 
GeneralNeed Help Pin
inbakumar.G11-Apr-05 5:12
inbakumar.G11-Apr-05 5:12 
Generalx to Bin ? or x to Hex To Bin Pin
Static(x)10-Apr-05 23:11
Static(x)10-Apr-05 23:11 
GeneralReferencing CArray's within CArrays Pin
KoriFrancis10-Apr-05 12:18
KoriFrancis10-Apr-05 12:18 
General[wtl]CHyperLink bRet = (dwRet &gt; 32); Pin
Tommy2d8-Apr-05 2:33
Tommy2d8-Apr-05 2:33 
GeneralRe: [wtl]CHyperLink bRet = (dwRet &gt; 32); Pin
Michael Dunn8-Apr-05 8:05
sitebuilderMichael Dunn8-Apr-05 8:05 
GeneralRe: [wtl]CHyperLink bRet = (dwRet &gt; 32); Pin
Tommy2d10-Apr-05 8:03
Tommy2d10-Apr-05 8:03 
GeneralCDateTimePickerCtrl - CDateTimeCtrl Pin
The Professor8-Apr-05 1:30
The Professor8-Apr-05 1:30 
QuestionHow to get Application pointer of Word if i have Container(Word) pointer Pin
ajalilqarshi8-Apr-05 0:28
ajalilqarshi8-Apr-05 0:28 
Generalquick bind1st question Pin
marinme6-Apr-05 23:56
marinme6-Apr-05 23:56 

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.