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

C#

 
GeneralRe: Interop with MSDev 6.0 running instanceS Pin
Heath Stewart25-May-04 12:21
protectorHeath Stewart25-May-04 12:21 
GeneralRe: Interop with MSDev 6.0 running instanceS Pin
Eric Marchesin25-May-04 12:32
Eric Marchesin25-May-04 12:32 
QuestionSoap extension with command line client? Pin
shining_star7725-May-04 8:51
shining_star7725-May-04 8:51 
AnswerRe: Soap extension with command line client? Pin
Heath Stewart25-May-04 9:37
protectorHeath Stewart25-May-04 9:37 
QuestionHow to use Pin
IamADotNetGuy25-May-04 7:57
IamADotNetGuy25-May-04 7:57 
AnswerRe: How to use Pin
Heath Stewart25-May-04 8:11
protectorHeath Stewart25-May-04 8:11 
GeneralRe: How to use Pin
IamADotNetGuy25-May-04 8:14
IamADotNetGuy25-May-04 8:14 
GeneralRe: How to use Pin
Heath Stewart25-May-04 8:18
protectorHeath Stewart25-May-04 8:18 
You need to reference all necessary assemblies (in this case, mscorlib.dll which is always referenced unless you tell the compiler otherwise) and import the System namespace:
using System;


 

Microsoft MVP, Visual C#
My Articles
GeneralRe: How to use Pin
IamADotNetGuy25-May-04 8:22
IamADotNetGuy25-May-04 8:22 
GeneralRe: How to use Pin
Heath Stewart25-May-04 8:28
protectorHeath Stewart25-May-04 8:28 
GeneralRe: How to use Pin
IamADotNetGuy25-May-04 8:46
IamADotNetGuy25-May-04 8:46 
GeneralRe: How to use Pin
Heath Stewart25-May-04 9:22
protectorHeath Stewart25-May-04 9:22 
GeneralLogout problem Pin
IamADotNetGuy28-May-04 5:42
IamADotNetGuy28-May-04 5:42 
GeneralRe: Logout problem Pin
Heath Stewart30-May-04 6:13
protectorHeath Stewart30-May-04 6:13 
GeneralRe: Logout problem Pin
IamADotNetGuy3-Jun-04 12:23
IamADotNetGuy3-Jun-04 12:23 
GeneralRe: Logout problem Pin
Heath Stewart3-Jun-04 16:58
protectorHeath Stewart3-Jun-04 16:58 
GeneralRe: Logout problem Pin
IamADotNetGuy4-Jun-04 3:55
IamADotNetGuy4-Jun-04 3:55 
GeneralRe: Logout problem Pin
Heath Stewart4-Jun-04 4:15
protectorHeath Stewart4-Jun-04 4:15 
QuestionHow to call an external program Pin
tcole3125-May-04 6:04
tcole3125-May-04 6:04 
AnswerRe: How to call an external program Pin
Colin Angus Mackay25-May-04 6:29
Colin Angus Mackay25-May-04 6:29 
GeneralRe: How to call an external program Pin
tcole3125-May-04 7:07
tcole3125-May-04 7:07 
QuestionHow to get items out of a Scripting.Dictionary instance ? Pin
PeteV25-May-04 5:07
PeteV25-May-04 5:07 
AnswerRe: How to get items out of a Scripting.Dictionary instance ? Pin
Heath Stewart25-May-04 6:38
protectorHeath Stewart25-May-04 6:38 
GeneralRe: How to get items out of a Scripting.Dictionary instance ? Pin
PeteV25-May-04 9:13
PeteV25-May-04 9:13 
GeneralRe: How to get items out of a Scripting.Dictionary instance ? Pin
Heath Stewart25-May-04 9:18
protectorHeath Stewart25-May-04 9:18 

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.