Click here to Skip to main content
15,896,269 members
Home / Discussions / Windows Forms
   

Windows Forms

 
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 
Questionupdate Datagridview content to xmlfile Pin
kancha28-May-08 17:02
kancha28-May-08 17:02 
Question[Message Deleted] Pin
kancha28-May-08 16:44
kancha28-May-08 16:44 
AnswerRe: Upload files to Bin directory of the application and at the same time the uploaded files need to show up on form,each time user open up the form. Pin
Ashfield28-May-08 21:24
Ashfield28-May-08 21:24 
GeneralRe: Upload files to Bin directory of the application and at the same time the uploaded files need to show up on form,each time user open up the form. Pin
darkelv29-May-08 1:55
darkelv29-May-08 1:55 
QuestionUploaded files need to show up on form each time ,When user open's that form Pin
jay10028-May-08 8:31
jay10028-May-08 8:31 
AnswerRe: Uploaded files need to show up on form each time ,When user open's that form Pin
led mike28-May-08 9:13
led mike28-May-08 9:13 
GeneralRe: Uploaded files need to show up on form each time ,When user open's that form Pin
jay10028-May-08 9:36
jay10028-May-08 9:36 
GeneralRe: Uploaded files need to show up on form each time ,When user open's that form Pin
Christian Graus28-May-08 14:16
protectorChristian Graus28-May-08 14:16 

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.