Click here to Skip to main content
15,902,741 members
Home / Discussions / C#
   

C#

 
GeneralRe: OT Pin
Marc Clifton23-Jan-07 1:36
mvaMarc Clifton23-Jan-07 1:36 
AnswerRe: Hashtable Object access Pin
Christian Graus22-Jan-07 12:37
protectorChristian Graus22-Jan-07 12:37 
AnswerRe: Hashtable Object access Pin
Guffa22-Jan-07 12:40
Guffa22-Jan-07 12:40 
QuestionUsing Nant with Java Pin
KMyers22-Jan-07 10:53
KMyers22-Jan-07 10:53 
AnswerRe: Using Nant with Java Pin
Christian Graus22-Jan-07 11:38
protectorChristian Graus22-Jan-07 11:38 
GeneralRe: Using Nant with Java Pin
KMyers23-Jan-07 4:10
KMyers23-Jan-07 4:10 
Questionhow to create sub forms in C#.net? Pin
Software_Specialist22-Jan-07 10:44
Software_Specialist22-Jan-07 10:44 
AnswerRe: how to create sub forms in C#.net? Pin
Marc Clifton22-Jan-07 10:47
mvaMarc Clifton22-Jan-07 10:47 
Software_Specialist wrote:
and now when i click each buttons new form comes up with in that form


Form newForm=new MyButtonActivatedForm();
newForm.ShowDialog();


[edit]Oh, you want the new stuff to be in the same form? Create a Panel in the form, put your controls in the panel and hide the panel. When the user clicks on a button, show the panel.[/edit]

Marc




Thyme In The Country

People are just notoriously impossible. --DavidCrow
There's NO excuse for not commenting your code. -- John Simmons / outlaw programmer
People who say that they will refactor their code later to make it "good" don't understand refactoring, nor the art and craft of programming. -- Josh Smith


GeneralRe: how to create sub forms in C#.net? Pin
Software_Specialist22-Jan-07 11:04
Software_Specialist22-Jan-07 11:04 
GeneralRe: how to create sub forms in C#.net? Pin
Marc Clifton22-Jan-07 11:06
mvaMarc Clifton22-Jan-07 11:06 
AnswerRe: how to create sub forms in C#.net? Pin
Christian Graus22-Jan-07 11:40
protectorChristian Graus22-Jan-07 11:40 
GeneralRe: how to create sub forms in C#.net? Pin
TrooperIronMan22-Jan-07 14:18
TrooperIronMan22-Jan-07 14:18 
GeneralRe: how to create sub forms in C#.net? Pin
Christian Graus22-Jan-07 18:16
protectorChristian Graus22-Jan-07 18:16 
GeneralRe: how to create sub forms in C#.net? Pin
TrooperIronMan22-Jan-07 23:20
TrooperIronMan22-Jan-07 23:20 
GeneralRe: how to create sub forms in C#.net? Pin
Software_Specialist22-Jan-07 22:50
Software_Specialist22-Jan-07 22:50 
GeneralRe: how to create sub forms in C#.net? Pin
Christian Graus23-Jan-07 8:51
protectorChristian Graus23-Jan-07 8:51 
Questionconnected components analysis Pin
alainrc200522-Jan-07 10:43
alainrc200522-Jan-07 10:43 
QuestionLarge sitemap loading slowly.... any tricks to speed things up Pin
lsugirljte22-Jan-07 10:33
lsugirljte22-Jan-07 10:33 
Questionrepaint Pin
samreengr822-Jan-07 10:17
samreengr822-Jan-07 10:17 
AnswerRe: repaint Pin
mdzieg22-Jan-07 10:30
mdzieg22-Jan-07 10:30 
QuestionWhirlpool in .NET Pin
JungoMungo22-Jan-07 10:07
JungoMungo22-Jan-07 10:07 
AnswerRe: Whirlpool in .NET Pin
Dave Kreskowiak22-Jan-07 10:13
mveDave Kreskowiak22-Jan-07 10:13 
Questionmultithreading Pin
vbar22-Jan-07 9:38
vbar22-Jan-07 9:38 
AnswerRe: multithreading Pin
Judah Gabriel Himango22-Jan-07 12:10
sponsorJudah Gabriel Himango22-Jan-07 12:10 
GeneralRe: multithreading Pin
Luc Pattyn22-Jan-07 14:38
sitebuilderLuc Pattyn22-Jan-07 14:38 

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.