Click here to Skip to main content
15,913,487 members
Home / Discussions / C#
   

C#

 
GeneralParallel port Pin
Christian Graus23-Aug-04 10:42
protectorChristian Graus23-Aug-04 10:42 
GeneralRe: Parallel port Pin
Nick Parker24-Aug-04 4:43
protectorNick Parker24-Aug-04 4:43 
GeneralRe: Parallel port Pin
Christian Graus24-Aug-04 11:37
protectorChristian Graus24-Aug-04 11:37 
GeneralRe: Parallel port Pin
Nick Parker25-Aug-04 1:34
protectorNick Parker25-Aug-04 1:34 
GeneralRe: Parallel port Pin
Steve Mayfield24-Aug-04 14:47
Steve Mayfield24-Aug-04 14:47 
Generalrunning scripts inside a c# application Pin
johanna4223-Aug-04 8:51
johanna4223-Aug-04 8:51 
GeneralRe: running scripts inside a c# application Pin
johanna4223-Aug-04 8:52
johanna4223-Aug-04 8:52 
GeneralRe: running scripts inside a c# application Pin
Heath Stewart23-Aug-04 9:44
protectorHeath Stewart23-Aug-04 9:44 
There was a discussion on this yesterday. I suggest you browse through this forum or use the "Search comments" link above.

The scripting environment and the .NET Framework are two completely different things. Scripting revolves around OLE/COM Automation, while the .NET Framework revolves around the CLR (Common Language Runtime).

There articles on MSDN Online[^] and this web site. A good starting point is Interoperating with Unmanaged Code[^] in the .NET Framework SDK. Experience with COM development is very useful. There are also a few books available on COM interop with .NET that you can find on Amazon[^] I recommend you pick up, especially since you're new to Windows and .NET development.

This site - CodeProject - is also a useful resource but keep an eye on the article ratings. Just because someone posts an article doesn't make them an authority on the subject (true for everything else on the web).

 

Software Design Engineer
Developer Division Sustained Engineering, Microsoft
My Articles
GeneralRe: running scripts inside a c# application Pin
johanna4223-Aug-04 11:14
johanna4223-Aug-04 11:14 
GeneralRe: running scripts inside a c# application Pin
Nick Parker23-Aug-04 11:35
protectorNick Parker23-Aug-04 11:35 
GeneralRe: running scripts inside a c# application Pin
johanna4223-Aug-04 11:57
johanna4223-Aug-04 11:57 
GeneralRe: running scripts inside a c# application Pin
mav.northwind23-Aug-04 22:44
mav.northwind23-Aug-04 22:44 
GeneralThank you! Pin
johanna4224-Aug-04 4:15
johanna4224-Aug-04 4:15 
GeneralRe: Thank you! Pin
Heath Stewart24-Aug-04 7:16
protectorHeath Stewart24-Aug-04 7:16 
GeneralRe: Thank you! Pin
mav.northwind24-Aug-04 21:53
mav.northwind24-Aug-04 21:53 
GeneralRe: Thank you! Pin
Heath Stewart25-Aug-04 11:01
protectorHeath Stewart25-Aug-04 11:01 
GeneralRe: Thank you! Pin
mav.northwind25-Aug-04 20:46
mav.northwind25-Aug-04 20:46 
GeneralRe: Thank you! Pin
Heath Stewart26-Aug-04 7:01
protectorHeath Stewart26-Aug-04 7:01 
GeneralRe: Thank you! Pin
mav.northwind26-Aug-04 20:43
mav.northwind26-Aug-04 20:43 
GeneralRe: running scripts inside a c# application Pin
Steve Maier23-Aug-04 10:06
professionalSteve Maier23-Aug-04 10:06 
Generalneed good (free) editing control Pin
LongRange.Shooter23-Aug-04 7:21
LongRange.Shooter23-Aug-04 7:21 
GeneralRe: need good (free) editing control Pin
Nick Parker23-Aug-04 8:19
protectorNick Parker23-Aug-04 8:19 
GeneralRe: need good (free) editing control Pin
LongRange.Shooter23-Aug-04 8:29
LongRange.Shooter23-Aug-04 8:29 
GeneralRe: need good (free) editing control Pin
Judah Gabriel Himango23-Aug-04 8:39
sponsorJudah Gabriel Himango23-Aug-04 8:39 
GeneralRe: need good (free) editing control Pin
Nick Parker23-Aug-04 9:04
protectorNick Parker23-Aug-04 9:04 

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.