Click here to Skip to main content
15,914,452 members
Home / Discussions / COM
   

COM

 
GeneralRe: Editable FlexGrid Control Pin
Stephane Rodriguez.24-Mar-03 2:15
Stephane Rodriguez.24-Mar-03 2:15 
GeneralRe: Editable FlexGrid Control Pin
helloaamir24-Mar-03 18:02
helloaamir24-Mar-03 18:02 
GeneralRe: Editable FlexGrid Control Pin
Stephane Rodriguez.24-Mar-03 18:42
Stephane Rodriguez.24-Mar-03 18:42 
GeneralRe: Editable FlexGrid Control Pin
Dan Thurman3-Apr-03 7:04
Dan Thurman3-Apr-03 7:04 
GeneralRe: Editable FlexGrid Control Pin
Stephane Rodriguez.3-Apr-03 9:21
Stephane Rodriguez.3-Apr-03 9:21 
GeneralASP/ASP.NET PDF/Word search Obj Pin
johncogan20-Mar-03 4:31
johncogan20-Mar-03 4:31 
GeneralC++ server VB Client Question Pin
vikca20-Mar-03 4:12
vikca20-Mar-03 4:12 
GeneralRe: C++ server VB Client Question Pin
Daniel Turini20-Mar-03 4:29
Daniel Turini20-Mar-03 4:29 
vikca wrote:
What is the best way to implement this ?
Do not use VB Smile | :)
On a serious note, you don't have any choice on the VB side, because it's a monothreaded client.
The best way would be implementing this as something like BeginJob/GetJobStatus/CancelJob/EndJob on the C++ side and do the actual job on a separate thread.
Unfortunately, multithreading under COM is not easy for a novice, sorry. You'll need to deal with things like marshalling and synchronization objects, which are actually easy to use, but quite scary until you get used to them.




It's not the fall that kills you: it's the sudden stop - Down by Law, Jim Jamursch (1986)
GeneralRe: C++ server VB Client Question Pin
vikca20-Mar-03 5:30
vikca20-Mar-03 5:30 
GeneralRe: C++ server VB Client Question Pin
Vi220-Mar-03 20:38
Vi220-Mar-03 20:38 
GeneralRe: C++ server VB Client Question Pin
Chris Meech20-Mar-03 5:02
Chris Meech20-Mar-03 5:02 
GeneralRe: C++ server VB Client Question Pin
Vi220-Mar-03 20:45
Vi220-Mar-03 20:45 
GeneralSysAllocString question Pin
LukeV18-Mar-03 13:09
LukeV18-Mar-03 13:09 
GeneralRe: SysAllocString question Pin
Michael Dunn18-Mar-03 13:21
sitebuilderMichael Dunn18-Mar-03 13:21 
GeneralRe: SysAllocString question Pin
LukeV18-Mar-03 13:55
LukeV18-Mar-03 13:55 
GeneralRe: SysAllocString question Pin
Jörgen Sigvardsson20-Mar-03 10:10
Jörgen Sigvardsson20-Mar-03 10:10 
QuestionOLE2T or COLE2T? Pin
LukeV18-Mar-03 12:36
LukeV18-Mar-03 12:36 
AnswerRe: OLE2T or COLE2T? Pin
Anders Molin18-Mar-03 12:52
professionalAnders Molin18-Mar-03 12:52 
GeneralRe: OLE2T or COLE2T? Pin
LukeV18-Mar-03 12:56
LukeV18-Mar-03 12:56 
GeneralRe: OLE2T or COLE2T? Pin
Anders Molin18-Mar-03 13:00
professionalAnders Molin18-Mar-03 13:00 
GeneralRe: OLE2T or COLE2T? Pin
LukeV18-Mar-03 13:02
LukeV18-Mar-03 13:02 
GeneralRe: OLE2T or COLE2T? Pin
Jörgen Sigvardsson20-Mar-03 10:23
Jörgen Sigvardsson20-Mar-03 10:23 
GeneralRe: OLE2T or COLE2T? Pin
LukeV23-Mar-03 6:23
LukeV23-Mar-03 6:23 
GeneralRe: OLE2T or COLE2T? Pin
Anders Molin23-Mar-03 11:37
professionalAnders Molin23-Mar-03 11:37 
QuestionT2OLE or AllocSysString()? Pin
LukeV18-Mar-03 12:34
LukeV18-Mar-03 12:34 

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.