Click here to Skip to main content
15,890,512 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
GeneralCCheckListBox and CListBoxImpl Pin
bryces26-Nov-03 20:05
bryces26-Nov-03 20:05 
GeneralRe: CCheckListBox and CListBoxImpl Pin
coge26-Nov-03 22:13
coge26-Nov-03 22:13 
GeneralRe: CCheckListBox and CListBoxImpl Pin
bryces26-Nov-03 22:36
bryces26-Nov-03 22:36 
GeneralRe: CCheckListBox and CListBoxImpl Pin
coge26-Nov-03 23:49
coge26-Nov-03 23:49 
GeneralRe: CCheckListBox and CListBoxImpl Pin
bryces27-Nov-03 1:27
bryces27-Nov-03 1:27 
GeneralRe: CCheckListBox and CListBoxImpl Pin
coge27-Nov-03 9:59
coge27-Nov-03 9:59 
GeneralRe: CCheckListBox and CListBoxImpl Pin
Michael Dunn27-Nov-03 7:19
sitebuilderMichael Dunn27-Nov-03 7:19 
QuestionAuto completion not works? Pin
M.Khadem25-Nov-03 22:50
M.Khadem25-Nov-03 22:50 
hi please guide me in my problem.
when I use then generated code in VC6 in a WTL program,
Paint event is like this:
<br />
OnPaint(UINT /*uMsg*/, WPARAM /*wParam*/, LPARAM /*lParam*/, BOOL& /*bHandled*/)<br />
{<br />
CPaintDC dc(m_hWnd);<br />
<br />
    return 0;<br />
}<br />

but when i use dc. IDE dosen't show me AutoComplation Pop-up.
I need to know the reason.

oh, i know some ways to solve:
we can use something like this
CPaintDC dc=CPaintDC(m_hWnd);

but why the IDE have troble with first one?Blush | :O
GeneralSTL deque problem Pin
Bash21-Nov-03 3:12
Bash21-Nov-03 3:12 
GeneralRe: STL deque problem Pin
Roger Stewart21-Nov-03 7:03
professionalRoger Stewart21-Nov-03 7:03 
GeneralSTL set.h Performance Analysis Pin
BrianReeve20-Nov-03 15:35
BrianReeve20-Nov-03 15:35 
GeneralRe: STL set.h Performance Analysis Pin
Stefan Pedersen20-Nov-03 15:52
Stefan Pedersen20-Nov-03 15:52 
GeneralRe: STL set.h Performance Analysis Pin
Andreas Saurwein20-Nov-03 15:58
Andreas Saurwein20-Nov-03 15:58 
GeneralRe: STL set.h Performance Analysis Pin
BrianReeve21-Nov-03 9:38
BrianReeve21-Nov-03 9:38 
GeneralRe: STL set.h Performance Analysis Pin
Andreas Saurwein21-Nov-03 11:20
Andreas Saurwein21-Nov-03 11:20 
GeneralRe: STL set.h Performance Analysis Pin
Joaquín M López Muñoz22-Nov-03 8:18
Joaquín M López Muñoz22-Nov-03 8:18 
GeneralReturn value from ATL method to JavaScript variable Pin
SlavaFromUkraine20-Nov-03 1:50
SlavaFromUkraine20-Nov-03 1:50 
GeneralRe: Return value from ATL method to JavaScript variable Pin
Stefan Pedersen20-Nov-03 15:54
Stefan Pedersen20-Nov-03 15:54 
GeneralRe: Return value from ATL method to JavaScript variable Pin
SlavaFromUkraine20-Nov-03 19:53
SlavaFromUkraine20-Nov-03 19:53 
QuestionDerive or include member var? Pin
GDavy19-Nov-03 20:23
GDavy19-Nov-03 20:23 
AnswerRe: Derive or include member var? Pin
berndg19-Nov-03 22:15
berndg19-Nov-03 22:15 
GeneralToolbar for IE Pin
okinawascubadiver19-Nov-03 13:49
okinawascubadiver19-Nov-03 13:49 
GeneralATL7.0 and Error Handling Pin
arun140519-Nov-03 5:28
arun140519-Nov-03 5:28 
GeneralMessage Reflection In WTL Pin
Sunil122119-Nov-03 3:38
Sunil122119-Nov-03 3:38 
GeneralRe: Message Reflection In WTL Pin
Michael Dunn27-Nov-03 7:22
sitebuilderMichael Dunn27-Nov-03 7:22 

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.