Click here to Skip to main content
15,920,653 members
Home / Discussions / C#
   

C#

 
AnswerRe: Get local time of a remote PC Pin
Joshua Quick31-Mar-06 9:29
Joshua Quick31-Mar-06 9:29 
Questionhow to print a text? Pin
abdelhameed8130-Mar-06 11:28
abdelhameed8130-Mar-06 11:28 
AnswerRe: how to print a text? Pin
Ravi Bhavnani30-Mar-06 12:53
professionalRavi Bhavnani30-Mar-06 12:53 
QuestionApp.config in Class Library Pin
Stefano Alini30-Mar-06 10:42
Stefano Alini30-Mar-06 10:42 
AnswerRe: App.config in Class Library Pin
LongRange.Shooter30-Mar-06 15:08
LongRange.Shooter30-Mar-06 15:08 
Questionapp.config Pin
i_martin_r30-Mar-06 10:08
i_martin_r30-Mar-06 10:08 
AnswerRe: app.config Pin
darkelv30-Mar-06 16:04
darkelv30-Mar-06 16:04 
GeneralRe: app.config Pin
AB777130-Mar-06 17:05
AB777130-Mar-06 17:05 
GeneralRe: app.config Pin
darkelv30-Mar-06 19:47
darkelv30-Mar-06 19:47 
GeneralRe: app.config Pin
AB777130-Mar-06 21:57
AB777130-Mar-06 21:57 
GeneralRe: app.config Pin
darkelv30-Mar-06 23:05
darkelv30-Mar-06 23:05 
GeneralRe: app.config Pin
i_martin_r30-Mar-06 22:54
i_martin_r30-Mar-06 22:54 
QuestionI can't modify a dll even though its AppDomain has been unloaded Pin
kayhustle30-Mar-06 9:42
kayhustle30-Mar-06 9:42 
AnswerRe: I can't modify a dll even though its AppDomain has been unloaded Pin
Ed.Poore30-Mar-06 11:09
Ed.Poore30-Mar-06 11:09 
AnswerRe: I can't modify a dll even though its AppDomain has been unloaded Pin
leppie30-Mar-06 19:12
leppie30-Mar-06 19:12 
AnswerRe: I can't modify a dll even though its AppDomain has been unloaded Pin
Daniel Grunwald31-Mar-06 1:25
Daniel Grunwald31-Mar-06 1:25 
GeneralRe: I can't modify a dll even though its AppDomain has been unloaded Pin
kayhustle31-Mar-06 4:59
kayhustle31-Mar-06 4:59 
GeneralRe: I can't modify a dll even though its AppDomain has been unloaded Pin
kayhustle31-Mar-06 5:10
kayhustle31-Mar-06 5:10 
QuestionSwapping Forms Pin
KTreanor30-Mar-06 9:03
KTreanor30-Mar-06 9:03 
AnswerRe: Swapping Forms Pin
Ravi Bhavnani30-Mar-06 9:49
professionalRavi Bhavnani30-Mar-06 9:49 
KTreanor wrote:
I've tried just hiding and showing the controls but this is not a valid solution as i add more options to the tree...


I recommend using UserControls, each of which contains the appropriate collection of controls that need to be shown when an item is selected in the tree control. That way, you just have to hide all the UserControls and reveal the selected one. The UserControl effectively functions as a tab.

/ravi

My new year's resolution: 2048 x 1536
Home | Music | Articles | Freeware | Trips
ravib(at)ravib(dot)com

QuestionReceive Net Sends within application Pin
sharmaabhishek30-Mar-06 8:20
sharmaabhishek30-Mar-06 8:20 
AnswerRe: Receive Net Sends within application Pin
Ed.Poore30-Mar-06 8:23
Ed.Poore30-Mar-06 8:23 
GeneralRe: Receive Net Sends within application Pin
sharmaabhishek30-Mar-06 10:56
sharmaabhishek30-Mar-06 10:56 
GeneralRe: Receive Net Sends within application Pin
Ed.Poore30-Mar-06 11:04
Ed.Poore30-Mar-06 11:04 
GeneralRe: Receive Net Sends within application Pin
sharmaabhishek30-Mar-06 11:47
sharmaabhishek30-Mar-06 11:47 

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.