Click here to Skip to main content
15,914,014 members
Home / Discussions / C#
   

C#

 
GeneralRe: Check if open is already open Pin
Giorgi Dalakishvili7-May-07 23:39
mentorGiorgi Dalakishvili7-May-07 23:39 
GeneralRe: Check if open is already open Pin
fang_eric7-May-07 23:45
fang_eric7-May-07 23:45 
GeneralRe: Check if open is already open Pin
soneliso8-May-07 0:17
soneliso8-May-07 0:17 
GeneralRe: Check if open is already open Pin
soneliso7-May-07 23:49
soneliso7-May-07 23:49 
GeneralRe: Check if open is already open Pin
Nouman Bhatti8-May-07 0:31
Nouman Bhatti8-May-07 0:31 
AnswerRe: Check if open is already open Pin
Aron Mišerda8-May-07 1:46
Aron Mišerda8-May-07 1:46 
AnswerRe: Check if open is already open Pin
AFSEKI8-May-07 23:23
AFSEKI8-May-07 23:23 
Questionneed help with string onchange event handler Pin
neodeaths7-May-07 22:59
neodeaths7-May-07 22:59 
hi i am currently using c# visual studio 2005 window application
and i would like to make an event handler which would execute when a string variable data changes

i though it may be possible when i came accross form1.desinger.cs and saw the codes like:

private void InitializeComponent()<br />
     {<br />
         this.textBox1 = new System.Windows.Forms.TextBox();<br />
         this.button1 = new System.Windows.Forms.Button();<br />
         this.SuspendLayout();<br />
         // <br />
         // textBox1<br />
         // <br />
         this.textBox1.Location = new System.Drawing.Point(89, 127);<br />
         this.textBox1.Name = "textBox1";<br />
         this.textBox1.Size = new System.Drawing.Size(100, 20);<br />
         this.textBox1.TabIndex = 0;<br />
         this.textBox1.TextChanged += new System.EventHandler(this.textBox1_TextChanged);<br />
         // <br />
         // button1<br />
         // <br />
         this.button1.Location = new System.Drawing.Point(203, 198);<br />
         this.button1.Name = "button1";<br />
         this.button1.Size = new System.Drawing.Size(75, 23);<br />
         this.button1.TabIndex = 1;<br />
         this.button1.Text = "button1";<br />
         this.button1.UseVisualStyleBackColor = true;<br />
         this.button1.Click += new System.EventHandler(this.button1_Click);<br />
         // <br />
         // Form1<br />
         // <br />
         this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);<br />
         this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;<br />
         this.ClientSize = new System.Drawing.Size(292, 266);<br />
         this.Controls.Add(this.button1);<br />
         this.Controls.Add(this.textBox1);<br />
         this.Name = "Form1";<br />
         this.Text = "auction";<br />
         this.Load += new System.EventHandler(this.Form1_Load);<br />
         this.ResumeLayout(false);<br />
         this.PerformLayout();

AnswerRe: need help with string onchange event handler Pin
Bijesh7-May-07 23:15
Bijesh7-May-07 23:15 
GeneralRe: need help with string onchange event handler Pin
neodeaths7-May-07 23:29
neodeaths7-May-07 23:29 
GeneralRe: need help with string onchange event handler Pin
Bijesh8-May-07 0:30
Bijesh8-May-07 0:30 
Questionon closing event of old form new form should be visible and after verification both form sh'd close Pin
fgfdhghgfd7-May-07 22:44
fgfdhghgfd7-May-07 22:44 
AnswerRe: on closing event of old form new form should be visible and after verification both form sh'd close Pin
Giorgi Dalakishvili7-May-07 22:49
mentorGiorgi Dalakishvili7-May-07 22:49 
AnswerRe: on closing event of old form new form should be visible and after verification both form sh'd close Pin
Christian Graus7-May-07 22:56
protectorChristian Graus7-May-07 22:56 
Question.NET remoting: inter-client communication Pin
ChrisKiki7-May-07 22:38
ChrisKiki7-May-07 22:38 
QuestionCommunication windows app with windows service Pin
Diego F.7-May-07 22:31
Diego F.7-May-07 22:31 
QuestionFiltering dataset Pin
Muammar©7-May-07 22:24
Muammar©7-May-07 22:24 
AnswerRe: Filtering dataset Pin
rah_sin7-May-07 22:30
professionalrah_sin7-May-07 22:30 
AnswerRe: Filtering dataset Pin
Giorgi Dalakishvili7-May-07 22:35
mentorGiorgi Dalakishvili7-May-07 22:35 
Questionwindow application problem - plz help Pin
Sekar Kumarasamy7-May-07 22:19
Sekar Kumarasamy7-May-07 22:19 
AnswerRe: window application problem - plz help Pin
rah_sin7-May-07 22:28
professionalrah_sin7-May-07 22:28 
AnswerRe: window application problem - plz help Pin
Christian Graus7-May-07 22:33
protectorChristian Graus7-May-07 22:33 
GeneralRe: window application problem - plz help Pin
prabuinet8-May-07 3:48
prabuinet8-May-07 3:48 
QuestionDrawing line in running time [modified] Pin
HexaDeveloper7-May-07 21:37
HexaDeveloper7-May-07 21:37 
AnswerRe: Drawing line in running time Pin
Christian Graus7-May-07 22:14
protectorChristian Graus7-May-07 22:14 

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.