Click here to Skip to main content
15,900,461 members
Home / Discussions / C#
   

C#

 
GeneralRe: ado .net sql insert - should be simple but don't get it Pin
JeromeKJerome10-Aug-04 6:23
JeromeKJerome10-Aug-04 6:23 
GeneralRe: ado .net sql insert - should be simple but don't get it Pin
Heath Stewart10-Aug-04 6:29
protectorHeath Stewart10-Aug-04 6:29 
GeneralRe: ado .net sql insert - should be simple but don't get it Pin
JeromeKJerome10-Aug-04 8:17
JeromeKJerome10-Aug-04 8:17 
GeneralRe: ado .net sql insert - should be simple but don't get it Pin
Heath Stewart10-Aug-04 9:44
protectorHeath Stewart10-Aug-04 9:44 
GeneralThin Client Pin
Anton Dorrestijn9-Aug-04 12:53
Anton Dorrestijn9-Aug-04 12:53 
GeneralRe: Thin Client Pin
Nick Parker9-Aug-04 13:52
protectorNick Parker9-Aug-04 13:52 
GeneralMixing .NET languages Pin
paulains9-Aug-04 12:47
paulains9-Aug-04 12:47 
GeneralRe: Mixing .NET languages Pin
Mark Greenwood9-Aug-04 13:27
Mark Greenwood9-Aug-04 13:27 
The easiest thing to do is to take the code that he has written in VB.NET that actually performs the functionality you need, and then make that into a class library. Then create a new C# Windows application and simply use the code from the class library to perform the functionlity you require.

So the steps would be,

1.) Create new Solution
2.) Create new VB project as a class library with the console code (well the bits that actually do the work)
3.) Create new C# project as a windows application and reference the VB class library
4.) Instantiate the class (or classes) of the VB class library from within the C# application and then use the functions as normal.

Hopefully that should sort you out.

Mark.Smile | :)
GeneralRe: Mixing .NET languages Pin
paulains9-Aug-04 17:51
paulains9-Aug-04 17:51 
GeneralRe: Mixing .NET languages Pin
Heath Stewart9-Aug-04 18:05
protectorHeath Stewart9-Aug-04 18:05 
GeneralRe: Mixing .NET languages Pin
Nick Parker9-Aug-04 13:45
protectorNick Parker9-Aug-04 13:45 
GeneralRe: Mixing .NET languages Pin
paulains9-Aug-04 17:56
paulains9-Aug-04 17:56 
GeneralArrays in c# Pin
cheesepirate9-Aug-04 9:04
cheesepirate9-Aug-04 9:04 
GeneralRe: Arrays in c# Pin
Reinout Hillmann9-Aug-04 9:51
sussReinout Hillmann9-Aug-04 9:51 
GeneralRe: Arrays in c# Pin
cheesepirate9-Aug-04 10:00
cheesepirate9-Aug-04 10:00 
GeneralRe: Arrays in c# Pin
Nick Parker9-Aug-04 10:21
protectorNick Parker9-Aug-04 10:21 
GeneralRe: Arrays in c# Pin
Bret Mulvey9-Aug-04 16:45
Bret Mulvey9-Aug-04 16:45 
GeneralRe: Arrays in c# Pin
leppie9-Aug-04 19:36
leppie9-Aug-04 19:36 
GeneralInheriting User Controls Pin
Brett Slaski9-Aug-04 6:41
Brett Slaski9-Aug-04 6:41 
GeneralRe: Inheriting User Controls Pin
Syed Abdul Khader9-Aug-04 6:51
Syed Abdul Khader9-Aug-04 6:51 
GeneralRe: Inheriting User Controls Pin
Brett Slaski9-Aug-04 7:48
Brett Slaski9-Aug-04 7:48 
GeneralRe: Inheriting User Controls Pin
Charlie Williams9-Aug-04 8:04
Charlie Williams9-Aug-04 8:04 
Generaldynamic casting Pin
matt cole9-Aug-04 3:42
matt cole9-Aug-04 3:42 
GeneralRe: dynamic casting Pin
leppie9-Aug-04 5:21
leppie9-Aug-04 5:21 
GeneralRe: dynamic casting Pin
Mardawi9-Aug-04 8:49
Mardawi9-Aug-04 8:49 

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.