Click here to Skip to main content
15,915,172 members
Home / Discussions / C#
   

C#

 
QuestionShow Form from (non-GUI) Thread Pin
LiamD28-Aug-06 5:44
LiamD28-Aug-06 5:44 
AnswerRe: Show Form from (non-GUI) Thread Pin
Nader Elshehabi28-Aug-06 7:10
Nader Elshehabi28-Aug-06 7:10 
GeneralRe: Show Form from (non-GUI) Thread Pin
LiamD28-Aug-06 8:59
LiamD28-Aug-06 8:59 
GeneralRe: Show Form from (non-GUI) Thread Pin
Nader Elshehabi28-Aug-06 9:51
Nader Elshehabi28-Aug-06 9:51 
Questionstring variable Pin
TAREQ F ABUZUHRI28-Aug-06 5:25
TAREQ F ABUZUHRI28-Aug-06 5:25 
AnswerRe: string variable Pin
Andrei Ungureanu28-Aug-06 5:30
Andrei Ungureanu28-Aug-06 5:30 
AnswerRe: string variable Pin
Judah Gabriel Himango28-Aug-06 5:31
sponsorJudah Gabriel Himango28-Aug-06 5:31 
AnswerRe: string variable Pin
Nader Elshehabi28-Aug-06 5:35
Nader Elshehabi28-Aug-06 5:35 
AnswerRe: string variable Pin
Martin#28-Aug-06 7:25
Martin#28-Aug-06 7:25 
AnswerRe: string variable [modified] Pin
eggsovereasy28-Aug-06 8:40
eggsovereasy28-Aug-06 8:40 
QuestionHow do I initialize the checkbox column? Pin
printscreen1234528-Aug-06 5:18
printscreen1234528-Aug-06 5:18 
AnswerRe: How do I initialize the checkbox column? Pin
Nader Elshehabi28-Aug-06 5:51
Nader Elshehabi28-Aug-06 5:51 
GeneralRe: How do I initialize the checkbox column? Pin
printscreen1234528-Aug-06 15:03
printscreen1234528-Aug-06 15:03 
GeneralRe: How do I initialize the checkbox column? Pin
Nader Elshehabi28-Aug-06 19:24
Nader Elshehabi28-Aug-06 19:24 
GeneralRe: How do I initialize the checkbox column? Pin
printscreen1234529-Aug-06 1:38
printscreen1234529-Aug-06 1:38 
AnswerRe: How do I initialize the checkbox column? Pin
Nader Elshehabi29-Aug-06 2:32
Nader Elshehabi29-Aug-06 2:32 
GeneralRe: How do I initialize the checkbox column? Pin
printscreen1234529-Aug-06 2:41
printscreen1234529-Aug-06 2:41 
GeneralRe: How do I initialize the checkbox column? Pin
Nader Elshehabi29-Aug-06 5:16
Nader Elshehabi29-Aug-06 5:16 
GeneralRe: How do I initialize the checkbox column? [modified] Pin
printscreen1234529-Aug-06 14:55
printscreen1234529-Aug-06 14:55 
AnswerRe: How do I initialize the checkbox column? Pin
Nader Elshehabi30-Aug-06 7:56
Nader Elshehabi30-Aug-06 7:56 
QuestionVB6.0 DLL code works in C# form but not when used in .net DLL Pin
killazzz28-Aug-06 4:34
killazzz28-Aug-06 4:34 
Hello,

I've tried various ways to solving my problem. First using the System.management I tried to get to the WMI data of Exchange but keep getting an Access Denied error.

What I did now is create a DLL in VB6.0 and set a COM reference to it in my C# project. When I use my code in the click event of a button, the code works fine (it creates a file with the size of the public folders). When I try to use it in a DLL, the code no longer works. Very frustrating. Been looking at this for days already.

The code stops when I call the function of the VB6.0 dll.

I've already tried changing the security in WMI but after restarting the WMI service, I still get the access denied error.

Very weird.

Can anyone help out ?
Jason
AnswerRe: VB6.0 DLL code works in C# form but not when used in .net DLL Pin
Not Active28-Aug-06 5:05
mentorNot Active28-Aug-06 5:05 
GeneralRe: VB6.0 DLL code works in C# form but not when used in .net DLL Pin
killazzz28-Aug-06 7:51
killazzz28-Aug-06 7:51 
GeneralRe: VB6.0 DLL code works in C# form but not when used in .net DLL Pin
killazzz29-Aug-06 3:32
killazzz29-Aug-06 3:32 
GeneralRe: VB6.0 DLL code works in C# form but not when used in .net DLL Pin
Dave Kreskowiak29-Aug-06 9:28
mveDave Kreskowiak29-Aug-06 9:28 

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.