Click here to Skip to main content
15,885,278 members
Home / Discussions / C#
   

C#

 
QuestionFinding Excpetion Line Number Pin
Tiger4567-Sep-05 0:27
Tiger4567-Sep-05 0:27 
AnswerRe: Finding Excpetion Line Number Pin
Mohamad Al Husseiny7-Sep-05 7:03
Mohamad Al Husseiny7-Sep-05 7:03 
QuestionCreateprocewwwithlogonw & .NET 2.0 Pin
Ruchirdhar6-Sep-05 23:25
Ruchirdhar6-Sep-05 23:25 
Questionset the input for a text box from addition class. Pin
cue_ball6-Sep-05 22:32
cue_ball6-Sep-05 22:32 
AnswerRe: set the input for a text box from addition class. Pin
Ashok Dhamija6-Sep-05 23:11
Ashok Dhamija6-Sep-05 23:11 
GeneralRe: set the input for a text box from addition class. Pin
cue_ball6-Sep-05 23:54
cue_ball6-Sep-05 23:54 
GeneralRe: set the input for a text box from addition class. Pin
Ashok Dhamija7-Sep-05 0:11
Ashok Dhamija7-Sep-05 0:11 
GeneralRe: set the input for a text box from addition class. Pin
cue_ball7-Sep-05 15:10
cue_ball7-Sep-05 15:10 
Thanks man.. i actually did try that and the error was

private System.Windows.Forms.TextBox StatusText;

there for i change the PRIVATE to PUBLIC..
and then the error was.

C:\Documents and Settings\Desktop\ClientWithDialog\cApplication.cs(28): An object reference is required for the nonstatic field, method, or property 'ClientWithDialog.Form1.StatusText'

Therefor i try
Form1.StatusText.Text = test;
and
ClientWithDialog.Form1.StatusText.Text = test;

sorry for all the trouble. hope for so advice..
thanks again

QuestionGet data from Com Port Pin
quocbao6-Sep-05 20:36
quocbao6-Sep-05 20:36 
AnswerRe: Get data from Com Port Pin
Russell Jones6-Sep-05 23:02
Russell Jones6-Sep-05 23:02 
QuestionUpdating data in Form A from form B? Pin
Johan Glysing6-Sep-05 20:17
Johan Glysing6-Sep-05 20:17 
AnswerRe: Updating data in Form A from form B? Pin
Gavin Jeffrey6-Sep-05 22:21
Gavin Jeffrey6-Sep-05 22:21 
GeneralRe: Updating data in Form A from form B? Pin
Johan Glysing6-Sep-05 22:40
Johan Glysing6-Sep-05 22:40 
GeneralRe: Updating data in Form A from form B? Pin
Ashok Dhamija6-Sep-05 23:26
Ashok Dhamija6-Sep-05 23:26 
QuestionDataReader Issue Pin
Expert Coming6-Sep-05 18:42
Expert Coming6-Sep-05 18:42 
AnswerRe: DataReader Issue Pin
Gavin Jeffrey6-Sep-05 22:34
Gavin Jeffrey6-Sep-05 22:34 
AnswerRe: DataReader Issue Pin
Guffa6-Sep-05 23:49
Guffa6-Sep-05 23:49 
QuestionTry... Catch.... help Pin
sonicsqwirl6-Sep-05 18:28
sonicsqwirl6-Sep-05 18:28 
AnswerRe: Try... Catch.... help Pin
Expert Coming6-Sep-05 18:43
Expert Coming6-Sep-05 18:43 
AnswerRe: Try... Catch.... help Pin
Christian Graus6-Sep-05 18:46
protectorChristian Graus6-Sep-05 18:46 
GeneralRe: Try... Catch.... help Pin
Expert Coming6-Sep-05 19:00
Expert Coming6-Sep-05 19:00 
AnswerRe: Try... Catch.... help Pin
S. Senthil Kumar6-Sep-05 19:12
S. Senthil Kumar6-Sep-05 19:12 
Question.net reporting addin Pin
bwagz6-Sep-05 18:08
bwagz6-Sep-05 18:08 
QuestionI can't Create File in the dir that FileSystemWatch monitor by using FileStream Pin
6-Sep-05 17:47
suss6-Sep-05 17:47 
AnswerRe: I can't Create File in the dir that FileSystemWatch monitor by using FileStream Pin
Dave Kreskowiak8-Sep-05 1:40
mveDave Kreskowiak8-Sep-05 1:40 

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.