Click here to Skip to main content
15,889,808 members
Home / Discussions / C#
   

C#

 
GeneralRe: Work on a new thread locks the GUI Pin
SimpleData18-Sep-09 10:20
SimpleData18-Sep-09 10:20 
AnswerRe: Work on a new thread locks the GUI Pin
Manas Bhardwaj18-Sep-09 9:50
professionalManas Bhardwaj18-Sep-09 9:50 
GeneralRe: Work on a new thread locks the GUI Pin
SimpleData18-Sep-09 10:00
SimpleData18-Sep-09 10:00 
GeneralRe: Work on a new thread locks the GUI Pin
Manas Bhardwaj18-Sep-09 10:07
professionalManas Bhardwaj18-Sep-09 10:07 
GeneralRe: Work on a new thread locks the GUI Pin
Luc Pattyn18-Sep-09 10:03
sitebuilderLuc Pattyn18-Sep-09 10:03 
GeneralRe: Work on a new thread locks the GUI Pin
Manas Bhardwaj18-Sep-09 10:08
professionalManas Bhardwaj18-Sep-09 10:08 
QuestionIE automation , image save Pin
yogesh_softworld12318-Sep-09 9:01
yogesh_softworld12318-Sep-09 9:01 
QuestionMissed events when using vb6 Activex in C# Pin
Member 533181818-Sep-09 8:07
Member 533181818-Sep-09 8:07 
Hello,
I'm programming a new c# application intended to control some hardware trough an ActiveX control. Given that I dont have the actual hardware, my client has provided me with a simulator OCX. The OCX is written in vb6 and it is supposed to read a status word from the registry and to fire an event whenever that word changes (that's accomplished by poling the registry, with a timer control inside the ocx). I've been also given a configurator program, which writes new values to the registry and a test program, which is a form application that consumes the ocx, both of them written in vb6 as well. At this point, everything works perfectly.
The problem arises when I want to use the OCX within a .net winforms application. I've simply referenced the control (visual studio created the wrappers), inserted it in a form and set up the corresponding event handler, which writes the status word to a label control. I've noticed that, very often, the changes in the registry are missed by the control and the corresponding event is not fired. I've confirmed this by using sysinternals regmon to watch the new values being actually written to the registry, and there seem not to be any problem in that matter.
Did anybody have a similar problem?
I would really appreciate any help.
Thanks in advance,
Bernabé
QuestionHow to change 'this' Pin
RichardM118-Sep-09 7:45
RichardM118-Sep-09 7:45 
AnswerRe: How to change 'this' Pin
Ian Shlasko18-Sep-09 8:00
Ian Shlasko18-Sep-09 8:00 
QuestionGlobal Variables... Pin
JollyMansArt18-Sep-09 7:09
JollyMansArt18-Sep-09 7:09 
AnswerRe: Global Variables... Pin
Vikram A Punathambekar18-Sep-09 7:16
Vikram A Punathambekar18-Sep-09 7:16 
AnswerRe: Global Variables... Pin
PIEBALDconsult18-Sep-09 7:51
mvePIEBALDconsult18-Sep-09 7:51 
AnswerRe: Global Variables... Pin
Ian Shlasko18-Sep-09 8:14
Ian Shlasko18-Sep-09 8:14 
QuestionBackgroundworker Pin
arkiboys18-Sep-09 7:05
arkiboys18-Sep-09 7:05 
AnswerRe: Backgroundworker Pin
Luc Pattyn18-Sep-09 7:11
sitebuilderLuc Pattyn18-Sep-09 7:11 
AnswerRe: Backgroundworker Pin
Luc Pattyn18-Sep-09 7:39
sitebuilderLuc Pattyn18-Sep-09 7:39 
AnswerRe: Backgroundworker Pin
Ian Shlasko18-Sep-09 8:19
Ian Shlasko18-Sep-09 8:19 
QuestionEnumerate a Listbox Pin
bxlorenz18-Sep-09 7:04
bxlorenz18-Sep-09 7:04 
AnswerRe: Enumerate a Listbox Pin
Luc Pattyn18-Sep-09 7:09
sitebuilderLuc Pattyn18-Sep-09 7:09 
QuestionCopy Files in C# with Duplicate Files (Corrupt ISO) Pin
Xtrodinary18-Sep-09 6:30
Xtrodinary18-Sep-09 6:30 
AnswerRe: Copy Files in C# with Duplicate Files (Corrupt ISO) Pin
jared.hildebrandt21-Oct-09 5:16
jared.hildebrandt21-Oct-09 5:16 
QuestionNo connection could be made because the target machine actively refused it Pin
Amritarth18-Sep-09 6:06
Amritarth18-Sep-09 6:06 
AnswerRe: No connection could be made because the target machine actively refused it Pin
EliottA18-Sep-09 6:31
EliottA18-Sep-09 6:31 
AnswerRe: No connection could be made because the target machine actively refused it Pin
Luc Pattyn18-Sep-09 6:31
sitebuilderLuc Pattyn18-Sep-09 6:31 

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.