Click here to Skip to main content
15,927,213 members
Home / Discussions / COM
   

COM

 
QuestionHow to pass Date/Time values in COM Pin
ssirisha11-Jun-02 5:33
ssirisha11-Jun-02 5:33 
AnswerRe: How to pass Date/Time values in COM Pin
Rama Krishna Vavilala11-Jun-02 9:20
Rama Krishna Vavilala11-Jun-02 9:20 
AnswerRe: How to pass Date/Time values in COM Pin
Mazdak11-Jun-02 9:19
Mazdak11-Jun-02 9:19 
GeneralNetworking question Pin
rsasalm_10-Jun-02 20:46
rsasalm_10-Jun-02 20:46 
GeneralRe: Networking question Pin
MikeC#11-Jun-02 2:32
MikeC#11-Jun-02 2:32 
GeneralRe: Networking question Pin
11-Jun-02 2:51
suss11-Jun-02 2:51 
GeneralForcing a COm control to exit a loop Pin
John Oliver10-Jun-02 5:34
John Oliver10-Jun-02 5:34 
GeneralRe: Forcing a COm control to exit a loop Pin
Ernest Laurentin10-Jun-02 6:17
Ernest Laurentin10-Jun-02 6:17 
I think having a flag to exit the loop is better than having to send a message.
Yes, in that case you may need to have a separate thread to do (since you have a
large file...). If your control display a UI and has a button to stop the process,
you may still want to use a technic similar to the one with PeekMessage but this is
just a matter a choice. The best method in my opinion is to have a flag and use
a second thread but you will have to work a bit harder to make sure that your control
is thread safe.
Good luck!

One good thing about getting older, you don't lose the ages you've been!
QuestionDoes this suit COM? Pin
StuartHall9-Jun-02 20:59
StuartHall9-Jun-02 20:59 
AnswerRe: Does this suit COM? Pin
Rama Krishna Vavilala10-Jun-02 1:55
Rama Krishna Vavilala10-Jun-02 1:55 
GeneralCasting Pin
Justin Turney9-Jun-02 10:12
Justin Turney9-Jun-02 10:12 
GeneralRe: Casting Pin
Paul M Watt9-Jun-02 10:23
mentorPaul M Watt9-Jun-02 10:23 
GeneralRe: Casting Pin
Rama Krishna Vavilala9-Jun-02 10:25
Rama Krishna Vavilala9-Jun-02 10:25 
GeneralRe: Casting Pin
mhamsa10-Jun-02 2:47
mhamsa10-Jun-02 2:47 
GeneralRe: Casting Pin
Vi211-Jun-02 5:17
Vi211-Jun-02 5:17 
GeneralPlugins Pin
8-Jun-02 22:16
suss8-Jun-02 22:16 
GeneralCreateInstance does not work in MFC DLL Pin
7-Jun-02 5:53
suss7-Jun-02 5:53 
GeneralRe: CreateInstance does not work in MFC DLL Pin
Rama Krishna Vavilala7-Jun-02 6:12
Rama Krishna Vavilala7-Jun-02 6:12 
GeneralRe: CreateInstance does not work in MFC DLL Pin
Paul M Watt8-Jun-02 9:07
mentorPaul M Watt8-Jun-02 9:07 
GeneralCOM+ Session With C# (NOT in ASP.Net) Pin
MikeC#6-Jun-02 4:22
MikeC#6-Jun-02 4:22 
GeneralPassing ordinary functions to COM object Pin
Hans Ruck4-Jun-02 0:58
Hans Ruck4-Jun-02 0:58 
GeneralRe: Passing ordinary functions to COM object Pin
Rama Krishna Vavilala4-Jun-02 1:25
Rama Krishna Vavilala4-Jun-02 1:25 
GeneralRe: Passing ordinary functions to COM object Pin
Hans Ruck4-Jun-02 1:40
Hans Ruck4-Jun-02 1:40 
GeneralRe: Passing ordinary functions to COM object Pin
Paul M Watt8-Jun-02 9:08
mentorPaul M Watt8-Jun-02 9:08 
GeneralRe: Passing ordinary functions to COM object Pin
Paul M Watt8-Jun-02 9:11
mentorPaul M Watt8-Jun-02 9:11 

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.