Click here to Skip to main content
15,923,689 members
Home / Discussions / C#
   

C#

 
AnswerRe: Information needed Pin
Matthew Cuba28-Feb-07 4:19
Matthew Cuba28-Feb-07 4:19 
QuestionDateTime ToString and Construction Pin
mail57235227-Feb-07 7:22
mail57235227-Feb-07 7:22 
AnswerRe: DateTime ToString and Construction Pin
Stefan Troschuetz27-Feb-07 7:28
Stefan Troschuetz27-Feb-07 7:28 
AnswerRe: DateTime ToString and Construction Pin
Guffa27-Feb-07 9:02
Guffa27-Feb-07 9:02 
QuestionVB6 and C# interoperation Pin
gus_br27-Feb-07 6:43
gus_br27-Feb-07 6:43 
AnswerRe: VB6 and C# interoperation Pin
dbrenth27-Feb-07 7:14
dbrenth27-Feb-07 7:14 
AnswerRe: VB6 and C# interoperation Pin
Dan Neely27-Feb-07 7:16
Dan Neely27-Feb-07 7:16 
AnswerRe: VB6 and C# interoperation [modified] Pin
Dave Kreskowiak27-Feb-07 8:36
mveDave Kreskowiak27-Feb-07 8:36 
Like Dan said, you have to decorate your C# component with the proper COM appointments in order to use it in VB6. COM is the only interface you have to enable your component to work with VB6. C#, or and managed code library for that matter, doesn't support the necessary exports to use simple Declare statements in your VB6 code.

Keep in mind, that when you use a .NET component in your VB6 code, you're bringing with it the entire weight of the .NET CLR. Be prepared to see your memory counters jump up considerably.

You can learn a bit more about this process in this article[^] on MSDN. The .NET code is in VB.NET, but is easily translatable to C#.

There's more in the next article[^].


Dave Kreskowiak
Microsoft MVP - Visual Basic


Questionoffice programming Pin
groundzero11127-Feb-07 6:38
groundzero11127-Feb-07 6:38 
QuestionVery fast textbox needed Pin
hellamasta27-Feb-07 6:04
hellamasta27-Feb-07 6:04 
AnswerRe: Very fast textbox needed Pin
Christian Graus27-Feb-07 9:22
protectorChristian Graus27-Feb-07 9:22 
GeneralRe: Very fast textbox needed Pin
hellamasta27-Feb-07 10:16
hellamasta27-Feb-07 10:16 
GeneralRe: Very fast textbox needed Pin
mike montagne27-Feb-07 10:38
mike montagne27-Feb-07 10:38 
GeneralRe: Very fast textbox needed Pin
Dan Neely27-Feb-07 10:51
Dan Neely27-Feb-07 10:51 
GeneralRe: Very fast textbox needed Pin
Mark T.27-Feb-07 12:03
Mark T.27-Feb-07 12:03 
AnswerRe: Very fast textbox needed Pin
Luc Pattyn28-Feb-07 3:03
sitebuilderLuc Pattyn28-Feb-07 3:03 
GeneralRe: Very fast textbox needed Pin
hellamasta28-Feb-07 4:24
hellamasta28-Feb-07 4:24 
QuestionReplacing dll with the same name Pin
engsrini27-Feb-07 5:46
engsrini27-Feb-07 5:46 
AnswerRe: Replacing dll with the same name Pin
Not Active27-Feb-07 5:51
mentorNot Active27-Feb-07 5:51 
QuestionDisabling Treeview Problem Pin
Khoramdin27-Feb-07 5:31
Khoramdin27-Feb-07 5:31 
AnswerRe: Disabling Treeview Problem Pin
tgrt27-Feb-07 6:25
tgrt27-Feb-07 6:25 
QuestionIs there a Form.Shown Event equivalent in .Net 1.1? Pin
Zoltan Balazs27-Feb-07 5:26
Zoltan Balazs27-Feb-07 5:26 
AnswerRe: Is there a Form.Shown Event equivalent in .Net 1.1? Pin
kubben27-Feb-07 5:36
kubben27-Feb-07 5:36 
GeneralRe: Is there a Form.Shown Event equivalent in .Net 1.1? Pin
Zoltan Balazs27-Feb-07 5:48
Zoltan Balazs27-Feb-07 5:48 
GeneralRe: Is there a Form.Shown Event equivalent in .Net 1.1? Pin
kubben27-Feb-07 6:01
kubben27-Feb-07 6:01 

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.