Click here to Skip to main content
15,906,463 members
Home / Discussions / COM
   

COM

 
GeneralRe: for people with experience with ActiveX Controls.. Pin
Stephane Rodriguez.7-Aug-03 23:25
Stephane Rodriguez.7-Aug-03 23:25 
GeneralRe: for people with experience with ActiveX Controls.. Pin
safee ullah8-Aug-03 0:17
safee ullah8-Aug-03 0:17 
GeneralRe: for people with experience with ActiveX Controls.. Pin
Stephane Rodriguez.8-Aug-03 0:30
Stephane Rodriguez.8-Aug-03 0:30 
Generalcalling vc6 dll from vb6 activex dll Pin
patwilliams6-Aug-03 5:53
patwilliams6-Aug-03 5:53 
GeneralUsing MS Web Browser ActiveX Control Pin
Douglas Troy5-Aug-03 5:11
Douglas Troy5-Aug-03 5:11 
GeneralRe: Using MS Web Browser ActiveX Control Pin
Stephane Rodriguez.6-Aug-03 10:53
Stephane Rodriguez.6-Aug-03 10:53 
GeneralRe: Using MS Web Browser ActiveX Control Pin
Douglas Troy7-Aug-03 5:57
Douglas Troy7-Aug-03 5:57 
GeneralRe: Using MS Web Browser ActiveX Control Pin
Stephane Rodriguez.7-Aug-03 6:07
Stephane Rodriguez.7-Aug-03 6:07 
HRESULT IShellView::CreateViewWindow(
IShellView *psvPrevious,
FOLDERSETTINGS *pfs,
IShellBrowser *psb,
RECT *prcView,
HWND *phWnd
);


where


typedef struct {
UINT ViewMode;
UINT fFlags;
} FOLDERSETTINGS, *LPFOLDERSETTINGS;



and ViewMode is :

typedef enum {
FVM_FIRST = 1,
FVM_ICON = 1,
FVM_SMALLICON = 2,
FVM_LIST = 3,
FVM_DETAILS = 4,
FVM_THUMBNAIL = 5,
FVM_TILE = 6,
FVM_THUMBSTRIP = 7,
FVM_LAST = 7
} FOLDERVIEWMODE;








  RSS feed
GeneralRe: Using MS Web Browser ActiveX Control Pin
Douglas Troy7-Aug-03 7:03
Douglas Troy7-Aug-03 7:03 
QuestionQueryInterface -- How come this code doesn't work? Pin
Popeye Doyle Murray5-Aug-03 4:16
Popeye Doyle Murray5-Aug-03 4:16 
AnswerRe: QueryInterface -- How come this code doesn't work? Pin
Stephane Rodriguez.5-Aug-03 5:49
Stephane Rodriguez.5-Aug-03 5:49 
GeneralRe: QueryInterface -- How come this code doesn't work? Pin
geo_m5-Aug-03 22:26
geo_m5-Aug-03 22:26 
GeneralRe: QueryInterface -- How come this code doesn't work? Pin
Steve S5-Aug-03 23:20
Steve S5-Aug-03 23:20 
GeneralRe: QueryInterface -- How come this code doesn't work? Pin
Popeye Doyle Murray6-Aug-03 2:29
Popeye Doyle Murray6-Aug-03 2:29 
GeneralRe: QueryInterface -- How come this code doesn't work? Pin
Stephane Rodriguez.6-Aug-03 3:40
Stephane Rodriguez.6-Aug-03 3:40 
GeneralActiveX - COM - for Excel Application control Pin
jauss4-Aug-03 23:20
jauss4-Aug-03 23:20 
GeneralRe: ActiveX - COM - for Excel Application control Pin
Steve S4-Aug-03 23:26
Steve S4-Aug-03 23:26 
GeneralRe: ActiveX - COM - for Excel Application control Pin
Stephane Rodriguez.4-Aug-03 23:48
Stephane Rodriguez.4-Aug-03 23:48 
GeneralRe: ActiveX - COM - for Excel Application control Pin
jauss5-Aug-03 1:44
jauss5-Aug-03 1:44 
GeneralRe: ActiveX - COM - for Excel Application control Pin
Stephane Rodriguez.5-Aug-03 1:50
Stephane Rodriguez.5-Aug-03 1:50 
GeneralATL Language support Pin
Ahmed Birry4-Aug-03 12:13
sussAhmed Birry4-Aug-03 12:13 
Questionproperty or method ? Pin
Brian van der Beek3-Aug-03 23:48
Brian van der Beek3-Aug-03 23:48 
QuestionI come from China,Who can help me? Pin
yzq_66663-Aug-03 22:39
yzq_66663-Aug-03 22:39 
QuestionIs it possible to expose a VB 6 Form object type from an C++-made COM Server? Pin
emoscosocam2-Aug-03 12:29
emoscosocam2-Aug-03 12:29 
GeneralATL Registration in win98 Pin
zxb888888881-Aug-03 23:54
zxb888888881-Aug-03 23:54 

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.