Click here to Skip to main content
15,908,112 members
Home / Discussions / COM
   

COM

 
QuestionHow to integrate out of process server with client Pin
piks14-Jul-04 0:50
piks14-Jul-04 0:50 
AnswerRe: How to integrate out of process server with client Pin
darkbyte14-Jul-04 13:55
darkbyte14-Jul-04 13:55 
Questionhow to use CoMarshalInterThreadInterfaceInStream? Pin
yingkou13-Jul-04 14:05
yingkou13-Jul-04 14:05 
GeneralActiveX and C# Pin
FlamTaps12-Jul-04 8:58
FlamTaps12-Jul-04 8:58 
QuestionCOM+ Task Scheduling? Pin
meierk12-Jul-04 6:00
meierk12-Jul-04 6:00 
AnswerRe: COM+ Task Scheduling? Pin
meierk12-Jul-04 7:41
meierk12-Jul-04 7:41 
GeneralBeginning COM programming Pin
Mekong River12-Jul-04 5:44
Mekong River12-Jul-04 5:44 
GeneralRe: Beginning COM programming Pin
SOCM_FP_CPP29-Jul-04 3:42
SOCM_FP_CPP29-Jul-04 3:42 
Hi ,

U can learn COM programming using VB6 itself. but to understand COM in depth , u need to learn it in C++ . VB hides lot of details from u.

There is something called ActiveX DLL and ActiveX projects in VB6. if u create an ACtiveX DLL or ActiveX EXE project, and write a VB6 class module,
ur one ur way to create a COM object. One can invoke the classes u created in VB6 from C++ or Delphi.

To understand COM in VB , Try to learn what implements keyword does. Try to
read as much as possible. Then there are things like

Automation and IDispatch interface
Dual interface

Explore what is the difference between

Dim x as new ADODB.Command

and

Dim x as object
set x = CreateObject("ADODB.Command")

if u want to create COM objects for ASP which should run at the session scope , ur out of luck with VB. But , if u learn all about implements keyword , writing aDdins etc , u will have good overview of COM.


There is a book by Apress by the name VC++ for VB Programmers . Try to read it .

Hope this helps

Praseed Pai
www.praseedpai.com

GeneralRe: Beginning COM programming Pin
Mekong River29-Jul-04 3:54
Mekong River29-Jul-04 3:54 
GeneralRe: Beginning COM programming Pin
yellowdragon29-Jul-04 3:49
yellowdragon29-Jul-04 3:49 
Questionhow to include a heading "help"? Pin
ffredoux12-Jul-04 3:44
ffredoux12-Jul-04 3:44 
GeneralIStream for files Pin
LasVegasGuy11-Jul-04 8:19
LasVegasGuy11-Jul-04 8:19 
GeneralRe: IStream for files Pin
Jörgen Sigvardsson11-Jul-04 9:47
Jörgen Sigvardsson11-Jul-04 9:47 
GeneralRe: IStream for files Pin
LasVegasGuy11-Jul-04 10:11
LasVegasGuy11-Jul-04 10:11 
GeneralRe: IStream for files Pin
Jörgen Sigvardsson11-Jul-04 10:13
Jörgen Sigvardsson11-Jul-04 10:13 
GeneralCOM Pin
piks10-Jul-04 0:56
piks10-Jul-04 0:56 
GeneralCOM givin problem in ASP Pin
asif m@hmood9-Jul-04 22:11
asif m@hmood9-Jul-04 22:11 
GeneralRe: COM givin problem in ASP Pin
darkbyte10-Jul-04 13:37
darkbyte10-Jul-04 13:37 
GeneralRe: COM givin problem in ASP Pin
asif m@hmood11-Jul-04 8:15
asif m@hmood11-Jul-04 8:15 
GeneralRe: COM givin problem in ASP Pin
darkbyte11-Jul-04 14:18
darkbyte11-Jul-04 14:18 
GeneralRe: COM givin problem in ASP Pin
Milton Karimbekallil13-Jul-04 21:02
Milton Karimbekallil13-Jul-04 21:02 
Questionwhy the mozilla can't show the activex control? Pin
mike shen9-Jul-04 21:54
mike shen9-Jul-04 21:54 
AnswerRe: why the mozilla can't show the activex control? Pin
SOCM_FP_CPP29-Jul-04 3:23
SOCM_FP_CPP29-Jul-04 3:23 
Generalcom threading model Pin
the_sikander9-Jul-04 20:51
the_sikander9-Jul-04 20:51 
GeneralVC++ and COM dll Tutorial Pin
Turtle Hand8-Jul-04 5:22
Turtle Hand8-Jul-04 5: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.