Click here to Skip to main content
15,887,585 members
Home / Discussions / C#
   

C#

 
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 
AnswerRe: Select Image Randomly Pin
J4amieC24-Feb-09 23:49
J4amieC24-Feb-09 23:49 
AnswerRe: Select Image Randomly Pin
Calin Tatar25-Feb-09 0:08
Calin Tatar25-Feb-09 0:08 
GeneralRe: Select Image Randomly Pin
elci25-Feb-09 0:30
elci25-Feb-09 0:30 
GeneralRe: Select Image Randomly Pin
Megidolaon25-Feb-09 22:09
Megidolaon25-Feb-09 22:09 
QuestionWant to run dll through server(IIS) Pin
Member 366988924-Feb-09 23:26
Member 366988924-Feb-09 23:26 
AnswerRe: Want to run dll through server(IIS) Pin
Colin Angus Mackay25-Feb-09 3:17
Colin Angus Mackay25-Feb-09 3:17 
GeneralRe: Want to run dll through server(IIS) Pin
Member 366988925-Feb-09 17:04
Member 366988925-Feb-09 17:04 
GeneralRe: Want to run dll through server(IIS) Pin
Colin Angus Mackay25-Feb-09 21:17
Colin Angus Mackay25-Feb-09 21:17 
GeneralRe: Want to run dll through server(IIS) Pin
Member 366988925-Feb-09 21:23
Member 366988925-Feb-09 21:23 
GeneralRe: Want to run dll through server(IIS) Pin
Colin Angus Mackay25-Feb-09 21:29
Colin Angus Mackay25-Feb-09 21:29 
QuestionHow can I check any row of database has updated or not through update query Pin
S a n d y24-Feb-09 23:23
S a n d y24-Feb-09 23:23 
AnswerRe: How can I check any row of database has updated or not through update query Pin
Shyam K Pananghat25-Feb-09 0:19
Shyam K Pananghat25-Feb-09 0:19 
GeneralRe: How can I check any row of database has updated or not through update query Pin
S a n d y25-Feb-09 0:33
S a n d y25-Feb-09 0:33 
GeneralRe: How can I check any row of database has updated or not through update query Pin
Shyam K Pananghat25-Feb-09 22:20
Shyam K Pananghat25-Feb-09 22:20 

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.