Click here to Skip to main content
15,890,438 members
Home / Discussions / C#
   

C#

 
GeneralRe: Dlls Pin
scadaguy6-Apr-04 3:24
scadaguy6-Apr-04 3:24 
GeneralClient Pinging Server Pin
Prasad Anand6-Apr-04 1:04
Prasad Anand6-Apr-04 1:04 
GeneralRe: Client Pinging Server Pin
Heath Stewart6-Apr-04 3:12
protectorHeath Stewart6-Apr-04 3:12 
GeneralOracle Stored Procedure Problem in .NET Pin
Member 3350225-Apr-04 23:27
Member 3350225-Apr-04 23:27 
GeneralRe: Oracle Stored Procedure Problem in .NET Pin
Heath Stewart6-Apr-04 3:08
protectorHeath Stewart6-Apr-04 3:08 
GeneralRe: Oracle Stored Procedure Problem in .NET Pin
Jesse Squire6-Apr-04 4:24
Jesse Squire6-Apr-04 4:24 
GeneralRe: Oracle Stored Procedure Problem in .NET Pin
Bill Dean7-Apr-04 7:17
Bill Dean7-Apr-04 7:17 
GeneralMDIChild from another child form Pin
robmays5-Apr-04 22:12
robmays5-Apr-04 22:12 
need to open a form but it must be an MDIChild ie its menu bar needs to appear on the MDIparent any ideas

private void btnLogin_Click(object sender, System.EventArgs e)
{

if(CheckUser(txtUserName.Text,txtPassword.Text) == 1)
{



SalesForm frm = new SalesForm();
if(MdiParent != null)
{
MdiParent.AddOwnedForm(frm);
frm.Show();
this.Close();

}
}
else
{
throw new Exception("fart");
}
GeneralRe: MDIChild from another child form Pin
MeterMan5-Apr-04 22:59
MeterMan5-Apr-04 22:59 
GeneralRe: MDIChild from another child form Pin
LongRange.Shooter6-Apr-04 3:27
LongRange.Shooter6-Apr-04 3:27 
QuestionIs string a primitive type?? Pin
Ungi.5-Apr-04 20:05
Ungi.5-Apr-04 20:05 
AnswerRe: Is string a primitive type?? Pin
Corinna John5-Apr-04 21:50
Corinna John5-Apr-04 21:50 
GeneralRe: Is string a primitive type?? Pin
Ungi.5-Apr-04 21:56
Ungi.5-Apr-04 21:56 
GeneralRe: Is string a primitive type?? Pin
Milton Karimbekallil6-Apr-04 0:53
Milton Karimbekallil6-Apr-04 0:53 
GeneralRe: Is string a primitive type?? Pin
Ungi.6-Apr-04 2:10
Ungi.6-Apr-04 2:10 
GeneralRe: Is string a primitive type?? Pin
Heath Stewart6-Apr-04 2:59
protectorHeath Stewart6-Apr-04 2:59 
GeneralRe: Is string a primitive type?? Pin
Ungi.6-Apr-04 3:15
Ungi.6-Apr-04 3:15 
GeneralRe: Is string a primitive type?? Pin
Heath Stewart6-Apr-04 3:44
protectorHeath Stewart6-Apr-04 3:44 
AnswerRe: Is string a primitive type?? Pin
leppie6-Apr-04 7:18
leppie6-Apr-04 7:18 
GeneralRe: Is string a primitive type?? Pin
Milton Karimbekallil11-Apr-04 19:01
Milton Karimbekallil11-Apr-04 19:01 
QuestionWriting to Excel (XLS)? Pin
Carl Mercier5-Apr-04 17:04
Carl Mercier5-Apr-04 17:04 
AnswerRe: Writing to Excel (XLS)? Pin
Heath Stewart5-Apr-04 17:57
protectorHeath Stewart5-Apr-04 17:57 
GeneralRe: Writing to Excel (XLS)? Pin
Carl Mercier5-Apr-04 18:05
Carl Mercier5-Apr-04 18:05 
GeneralRe: Writing to Excel (XLS)? Pin
Heath Stewart5-Apr-04 18:12
protectorHeath Stewart5-Apr-04 18:12 
GeneralRe: Writing to Excel (XLS)? Pin
Jesse Squire6-Apr-04 4:31
Jesse Squire6-Apr-04 4:31 

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.