Click here to Skip to main content
15,905,963 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: FTP / User Upload Pin
led mike2-Jun-08 4:28
led mike2-Jun-08 4:28 
Questionconnecting to the google talk server Pin
joachimpr30-May-08 8:54
joachimpr30-May-08 8:54 
AnswerRe: connecting to the google talk server Pin
led mike30-May-08 9:13
led mike30-May-08 9:13 
JokeRe: connecting to the google talk server Pin
joachimpr1-Jun-08 20:09
joachimpr1-Jun-08 20:09 
GeneralRe: connecting to the google talk server Pin
led mike2-Jun-08 4:26
led mike2-Jun-08 4:26 
GeneralRe: connecting to the google talk server Pin
joachimpr4-Jun-08 2:29
joachimpr4-Jun-08 2:29 
GeneralRe: connecting to the google talk server Pin
led mike4-Jun-08 5:17
led mike4-Jun-08 5:17 
GeneralRe: connecting to the google talk server Pin
joachimpr5-Jun-08 21:07
joachimpr5-Jun-08 21:07 
GeneralRe: connecting to the google talk server Pin
Harvey Saayman2-Jun-08 20:33
Harvey Saayman2-Jun-08 20:33 
GeneralRe: connecting to the google talk server Pin
joachimpr5-Jun-08 21:23
joachimpr5-Jun-08 21:23 
GeneralRe: connecting to the google talk server Pin
Harvey Saayman8-Jun-08 19:48
Harvey Saayman8-Jun-08 19:48 
QuestionA file with the same path already exists in the project. Pin
balaji_vbr29-May-08 19:48
balaji_vbr29-May-08 19:48 
QuestionShould not copy-paste in textbox into textbox in C#.Net Pin
somagunasekaran29-May-08 3:19
somagunasekaran29-May-08 3:19 
AnswerRe: Should not copy-paste in textbox into textbox in C#.Net Pin
buchstaben29-May-08 22:54
buchstaben29-May-08 22:54 
GeneralRe: Should not copy-paste in textbox into textbox in C#.Net Pin
dan!sh 29-May-08 23:32
professional dan!sh 29-May-08 23:32 
Questionwindows Forms Problem using Asp.Net 2005 with C#. Pin
Akash Agarwal29-May-08 1:50
Akash Agarwal29-May-08 1:50 
I am creating one windows application using Asp.Net 2005 with C#. I have one Label control and one button control on the Form. I am having one Class in my solution too.
I am creating the object of my class in the button_click event and calling the function ChangeLabel() as shown below.

private void button1_Click(object sender, EventArgs e)
{
Class2 c2 = new Class2();
c2.ChangeLabel();

}

Now in that ChangeLabel() function I am changing the text of the Label control but changed text is not reflecting on the form.

Actualy I do not want to send the label reference like c2.ChangeLabel(ref label1). instead of this I want to find that label control in the ChangeLabel() method itself, may be by extracting that label control from control collection of FORM or something like this.


PLease help me. Cry | :((

Akash Agarwal

AnswerRe: windows Forms Problem using Asp.Net 2005 with C#. Pin
led mike29-May-08 4:38
led mike29-May-08 4:38 
AnswerRe: windows Forms Problem using Asp.Net 2005 with C#. Pin
Christian Graus29-May-08 13:36
protectorChristian Graus29-May-08 13:36 
QuestionReportViewer on UserControl Pin
irinabe28-May-08 22:31
irinabe28-May-08 22:31 
QuestionDisplay window name in taskbar Pin
asma_panjabi28-May-08 21:29
asma_panjabi28-May-08 21:29 
Questionhow can i make password case sensitive. Pin
balaji_vbr28-May-08 20:25
balaji_vbr28-May-08 20:25 
AnswerRe: how can i make password case sensitive. Pin
Ashfield28-May-08 21:18
Ashfield28-May-08 21:18 
GeneralRe: how can i make password case sensitive. Pin
balaji_vbr29-May-08 19:08
balaji_vbr29-May-08 19:08 
GeneralRe: how can i make password case sensitive. Pin
Rob Smiley30-May-08 12:15
Rob Smiley30-May-08 12:15 
AnswerRe: how can i make password case sensitive. Pin
Christian Graus29-May-08 13:35
protectorChristian Graus29-May-08 13:35 

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.