Click here to Skip to main content
15,896,552 members
Home / Discussions / ATL / WTL / STL
   

ATL / WTL / STL

 
Generalwhy toolbar flicker when resizing Pin
lysh_top21-Jun-04 3:57
lysh_top21-Jun-04 3:57 
GeneralRe: why toolbar flicker when resizing Pin
ThatsAlok29-Oct-04 21:38
ThatsAlok29-Oct-04 21:38 
GeneralType library without coclass Pin
pain21-Jun-04 0:33
pain21-Jun-04 0:33 
GeneralRe: Type library without coclass Pin
darkbyte27-Jun-04 4:51
darkbyte27-Jun-04 4:51 
GeneralRe: Type library without coclass Pin
pain27-Jun-04 19:45
pain27-Jun-04 19:45 
GeneralRe: Type library without coclass Pin
vprashu1-Jul-04 9:21
vprashu1-Jul-04 9:21 
Questionhow to find dll for active x control cab Pin
Anonymous19-Jun-04 3:21
Anonymous19-Jun-04 3:21 
AnswerRe: how to find dll for active x control cab Pin
Anonymous19-Jun-04 4:49
Anonymous19-Jun-04 4:49 
these are the includes:

I added:
#include <Vfw.h>

(standard active x stuff)
#include <afxctl.h> // MFC support for ActiveX Controls
#include <afxext.h> // MFC extensions
#include <afxdtctl.h> // MFC support for Internet Explorer 4 Comon Controls
#ifndef _AFX_NO_AFXCMN_SUPPORT
#include <afxcmn.h> // MFC support for Windows Common Controls
#endif // _AFX_NO_AFXCMN_SUPPORT

// Delete the two includes below if you do not wish to use the MFC
// database classes
#include <afxdb.h> // MFC database classes
#include <afxdao.h> // MFC DAO database classes
#include <windows.h>
Generalgetting http post data Pin
smrani18-Jun-04 23:41
smrani18-Jun-04 23:41 
Generalattributed atl implementing multiple interfaces Pin
Chris Korzeniowski18-Jun-04 7:10
Chris Korzeniowski18-Jun-04 7:10 
GeneralRe: attributed atl implementing multiple interfaces Pin
Chris Korzeniowski18-Jun-04 9:12
Chris Korzeniowski18-Jun-04 9:12 
GeneralRe: attributed atl implementing multiple interfaces Pin
Michael Dunn18-Jun-04 10:10
sitebuilderMichael Dunn18-Jun-04 10:10 
GeneralRe: attributed atl implementing multiple interfaces Pin
Chris Korzeniowski19-Jun-04 14:38
Chris Korzeniowski19-Jun-04 14:38 
GeneralRe: attributed atl implementing multiple interfaces Pin
Michael Dunn20-Jun-04 12:21
sitebuilderMichael Dunn20-Jun-04 12:21 
GeneralRe: attributed atl implementing multiple interfaces Pin
Chris Korzeniowski25-Jun-04 9:17
Chris Korzeniowski25-Jun-04 9:17 
General[Message Deleted] Pin
jimmyh417-Jun-04 23:12
jimmyh417-Jun-04 23:12 
GeneralRe: How do I add a menu to my activex control Pin
darkbyte27-Jun-04 4:58
darkbyte27-Jun-04 4:58 
GeneralRe: How do I add a menu to my activex control Pin
jimmyh427-Jun-04 14:38
jimmyh427-Jun-04 14:38 
QuestionHow to define multi [db_command] attributes for one class? Pin
hewenfeng17-Jun-04 2:43
hewenfeng17-Jun-04 2:43 
AnswerRe: How to define multi [db_command] attributes for one class? Pin
Doug Mitchell18-Jun-04 10:00
Doug Mitchell18-Jun-04 10:00 
GeneralRe: How to define multi [db_command] attributes for one class? Pin
hewenfeng20-Jun-04 14:14
hewenfeng20-Jun-04 14:14 
GeneralRe: How to define multi [db_command] attributes for one class? Pin
Doug Mitchell21-Jun-04 3:46
Doug Mitchell21-Jun-04 3:46 
GeneralSorting out of a vector of strings Pin
Bernhard17-Jun-04 2:22
Bernhard17-Jun-04 2:22 
GeneralRe: Sorting out of a vector of strings Pin
WREY17-Jun-04 3:16
WREY17-Jun-04 3:16 
GeneralRe: Sorting out of a vector of strings Pin
LeSurvenant17-Jun-04 10:04
LeSurvenant17-Jun-04 10:04 

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.