Click here to Skip to main content
16,004,890 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
QuestionATL owner-draw button problem Pin
WarCraft III27-Aug-07 21:04
WarCraft III27-Aug-07 21:04 
Questionadding menu item to right click context menu Pin
Dhiraj kumar Saini27-Aug-07 1:58
Dhiraj kumar Saini27-Aug-07 1:58 
AnswerRe: adding menu item to right click context menu Pin
Michael Dunn27-Aug-07 6:53
sitebuilderMichael Dunn27-Aug-07 6:53 
GeneralRe: adding menu item to right click context menu Pin
Stephen Hewitt27-Aug-07 22:15
Stephen Hewitt27-Aug-07 22:15 
QuestionUsing QueryInterface inside a COM Pin
donguy7625-Aug-07 5:56
donguy7625-Aug-07 5:56 
AnswerRe: Using QueryInterface inside a COM Pin
Dennis Gourjii29-Aug-07 9:23
Dennis Gourjii29-Aug-07 9:23 
QuestionADODB Rowset vs Stream Arbitration [modified] Pin
Nonpareil23-Aug-07 6:56
Nonpareil23-Aug-07 6:56 
QuestionHow to get IE main menu hwnd? Pin
gzcjun22-Aug-07 22:43
gzcjun22-Aug-07 22:43 
I want to get hwnd of IE main menu,and click one of the items,for example:View->Refresh,I write codes like this:
HWND hwndIE=::FindWindow(_T("IEFrame"),NULL);
HMENU appMenu=::GetMenu(hwndIE);
HMENU subMenu=::GetSubMenu(appMenu,1);
...
Everytime I got zero from subMenu,why?
AnswerRe: How to get IE main menu hwnd? Pin
Dennis Gourjii29-Aug-07 9:27
Dennis Gourjii29-Aug-07 9:27 
AnswerRe: converting VT_DISPATCH into CString Pin
prasad_som20-Aug-07 21:22
prasad_som20-Aug-07 21:22 
QuestionSubclass Window Pin
baerten19-Aug-07 22:32
baerten19-Aug-07 22:32 
AnswerRe: Subclass Window Pin
Dennis Gourjii29-Aug-07 9:31
Dennis Gourjii29-Aug-07 9:31 
QuestionActiveX control in popup browser window crashes when closed Pin
Abu Mami19-Aug-07 4:55
Abu Mami19-Aug-07 4:55 
Questionoperator resolution? Pin
scf3716-Aug-07 21:42
scf3716-Aug-07 21:42 
QuestionATL Exe Server Passing array Pin
MANISH RASTOGI10-Aug-07 20:06
MANISH RASTOGI10-Aug-07 20:06 
QuestionAutocomplete with On mouseover details Pin
Krishnamenon9-Aug-07 11:01
Krishnamenon9-Aug-07 11:01 
QuestionHow to derive from a existing Interface? Pin
donguy767-Aug-07 16:35
donguy767-Aug-07 16:35 
AnswerRe: How to derive from a existing Interface? Pin
MANISH RASTOGI9-Aug-07 18:21
MANISH RASTOGI9-Aug-07 18:21 
QuestionDifference between “vector” and “array”? Pin
Nandu_77b7-Aug-07 1:12
Nandu_77b7-Aug-07 1:12 
AnswerRe: Difference between “vector” and “array”? Pin
Nemanja Trifunovic7-Aug-07 1:50
Nemanja Trifunovic7-Aug-07 1:50 
GeneralRe: Difference between “vector” and “array”? Pin
Kevin McFarlane7-Aug-07 2:04
Kevin McFarlane7-Aug-07 2:04 
GeneralRe: Difference between “vector” and “array”? Pin
Nandu_77b7-Aug-07 2:14
Nandu_77b7-Aug-07 2:14 
GeneralRe: Difference between “vector” and “array”? Pin
Nemanja Trifunovic7-Aug-07 2:26
Nemanja Trifunovic7-Aug-07 2:26 
GeneralRe: Difference between “vector” and “array”? Pin
Nandu_77b9-Aug-07 4:18
Nandu_77b9-Aug-07 4:18 
Questiontemplate function Pin
swjam6-Aug-07 17:24
swjam6-Aug-07 17: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.