Click here to Skip to main content
15,896,912 members
Home / Discussions / C#
   

C#

 
AnswerRe: DTS Package and C# Pin
Xmen Real 25-Feb-09 1:02
professional Xmen Real 25-Feb-09 1:02 
GeneralRe: DTS Package and C# Pin
Ramkithepower25-Feb-09 1:18
Ramkithepower25-Feb-09 1:18 
QuestionUltraWinGrid Grouping Pin
Zeyad Jalil25-Feb-09 0:18
professionalZeyad Jalil25-Feb-09 0:18 
AnswerRe: UltraWinGrid Grouping Pin
Xmen Real 25-Feb-09 0:24
professional Xmen Real 25-Feb-09 0:24 
GeneralRe: UltraWinGrid Grouping C# Code Pin
Zeyad Jalil25-Feb-09 0:46
professionalZeyad Jalil25-Feb-09 0:46 
GeneralRe: UltraWinGrid Grouping C# Code Pin
0x3c025-Feb-09 0:55
0x3c025-Feb-09 0:55 
Questioninheritance Pin
aratireddy25-Feb-09 0:17
aratireddy25-Feb-09 0:17 
AnswerRe: inheritance Pin
Xmen Real 25-Feb-09 0:26
professional Xmen Real 25-Feb-09 0:26 
AnswerRe: inheritance Pin
Cracked-Down25-Feb-09 0:29
Cracked-Down25-Feb-09 0:29 
AnswerRe: inheritance Pin
PIEBALDconsult25-Feb-09 3:56
mvePIEBALDconsult25-Feb-09 3:56 
Question[Message Deleted] Pin
Prajeesh25-Feb-09 0:16
Prajeesh25-Feb-09 0:16 
AnswerRe: Gradient in Splitter Panel Pin
Xmen Real 25-Feb-09 0:28
professional Xmen Real 25-Feb-09 0:28 
General[Message Deleted] Pin
Prajeesh25-Feb-09 0:34
Prajeesh25-Feb-09 0:34 
GeneralRe: Gradient in Splitter Panel Pin
Xmen Real 25-Feb-09 0:56
professional Xmen Real 25-Feb-09 0:56 
AnswerRe: Gradient in Splitter Panel Pin
0x3c025-Feb-09 0:43
0x3c025-Feb-09 0:43 
QuestionWebcam Application with Capture Image Pin
proans25-Feb-09 0:02
proans25-Feb-09 0:02 
AnswerRe: Webcam Application with Capture Image Pin
proans25-Feb-09 1:04
proans25-Feb-09 1:04 
QuestionClass Pin
mrithula824-Feb-09 23:36
mrithula824-Feb-09 23:36 
AnswerRe: Class Pin
Rob Philpott24-Feb-09 23:40
Rob Philpott24-Feb-09 23:40 
AnswerRe: Class Pin
Cracked-Down24-Feb-09 23:43
Cracked-Down24-Feb-09 23:43 
GeneralRe: Class Pin
Rob Philpott24-Feb-09 23:54
Rob Philpott24-Feb-09 23:54 
AnswerRe: Class Pin
Calin Tatar24-Feb-09 23:43
Calin Tatar24-Feb-09 23:43 
In your form(the one that contains the button), from the button click event handler, you may create an instance of Client, but make sure the Client class has the public modifier, and also include the namespace (if its not the same):

Client client = new Client();


Calin
GeneralRe: Class Pin
mrithula825-Feb-09 0:03
mrithula825-Feb-09 0:03 
GeneralRe: Class Pin
Calin Tatar25-Feb-09 0:05
Calin Tatar25-Feb-09 0:05 
QuestionSelect Image Randomly Pin
elci24-Feb-09 23:33
elci24-Feb-09 23:33 

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.