Click here to Skip to main content
15,888,579 members
Home / Discussions / C#
   

C#

 
QuestionSimple event q Pin
thepersonof2-Sep-06 2:38
thepersonof2-Sep-06 2:38 
AnswerRe: Simple event q Pin
Stefan Troschuetz2-Sep-06 3:02
Stefan Troschuetz2-Sep-06 3:02 
GeneralRe: Simple event q Pin
thepersonof2-Sep-06 4:06
thepersonof2-Sep-06 4:06 
QuestionPropertyGrid Refresh Pin
e-laj2-Sep-06 1:15
e-laj2-Sep-06 1:15 
QuestionAssign value to DataGridViewComboBoxCell at run-time Pin
Fouad_kayali1-Sep-06 22:22
Fouad_kayali1-Sep-06 22:22 
AnswerRe: Assign value to DataGridViewComboBoxCell at run-time Pin
Nader Elshehabi1-Sep-06 23:39
Nader Elshehabi1-Sep-06 23:39 
QuestionProlems of creating notepad application in C#? Pin
Stateless1-Sep-06 21:36
Stateless1-Sep-06 21:36 
AnswerRe: Prolems of creating notepad application in C#? Pin
Colin Angus Mackay1-Sep-06 22:50
Colin Angus Mackay1-Sep-06 22:50 
Stateless wrote:
1] Is there any method of load form2 from form1?


A form is just a class. You just instantiate the class and call the apropriate methods on it.
MyForm frm = new MyForm();
frm.Show();


Stateless wrote:
Is case of resize form1 ,when a form1 is loaded textbox size is equal to form1 size & when i hide the status bar this resize statement is work but at loaded time its not work what is reasion behind it?


Why don't you just use the Dock[^] property on the text box to get it to fill the window by setting it to DockStyle.Fill. Then you don't have to worry about that because it will resize itself automatically.

Stateless wrote:
//toolStripStatusLabel1.Text = "© 2006,Microsoft Corporation,All Rights Reserved";


I'm really curious about that line. Why were you thinking of assigning the copyright of your applicaiton to Microsoft?



QuestionString comparision method return string. Pin
Abhishek Joshi1-Sep-06 21:03
Abhishek Joshi1-Sep-06 21:03 
AnswerRe: String comparision method return string. Pin
coolestCoder1-Sep-06 21:26
coolestCoder1-Sep-06 21:26 
Questionconnectivity problem with SQL Server Pin
Saira Tanwir1-Sep-06 19:04
Saira Tanwir1-Sep-06 19:04 
AnswerRe: connectivity problem with SQL Server Pin
Marek Grzenkowicz1-Sep-06 23:17
Marek Grzenkowicz1-Sep-06 23:17 
AnswerRe: connectivity problem with SQL Server Pin
Nader Elshehabi1-Sep-06 23:53
Nader Elshehabi1-Sep-06 23:53 
AnswerRe: connectivity problem with SQL Server Pin
beatles16922-Sep-06 23:21
beatles16922-Sep-06 23:21 
GeneralRe: connectivity problem with SQL Server Pin
komal243-Sep-06 21:07
komal243-Sep-06 21:07 
GeneralRe: connectivity problem with SQL Server Pin
beatles16923-Sep-06 22:20
beatles16923-Sep-06 22:20 
GeneralRe: connectivity problem with SQL Server Pin
Saira Tanwir3-Sep-06 22:35
Saira Tanwir3-Sep-06 22:35 
Questionoverloading and overriding Pin
lakshmi_sri1-Sep-06 19:03
lakshmi_sri1-Sep-06 19:03 
AnswerRe: overloading and overriding Pin
Phillip M. Hoff1-Sep-06 20:16
Phillip M. Hoff1-Sep-06 20:16 
GeneralRe: overloading and overriding Pin
Guffa1-Sep-06 21:15
Guffa1-Sep-06 21:15 
QuestionI need help please Pin
TheCardinal1-Sep-06 18:30
TheCardinal1-Sep-06 18:30 
AnswerRe: I need help please Pin
Coding C#1-Sep-06 21:31
Coding C#1-Sep-06 21:31 
GeneralRe: I need help please Pin
Daniel Grunwald2-Sep-06 1:33
Daniel Grunwald2-Sep-06 1:33 
AnswerRe: I need help please Pin
Stefan Troschuetz1-Sep-06 21:40
Stefan Troschuetz1-Sep-06 21:40 
AnswerRe: I need help please Pin
kkadir1-Sep-06 22:54
kkadir1-Sep-06 22:54 

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.