Click here to Skip to main content
15,892,059 members
Home / Discussions / C#
   

C#

 
GeneralWindows Service Pin
kunalshah_19832-May-05 2:01
kunalshah_19832-May-05 2:01 
GeneralRe: Windows Service Pin
Heath Stewart2-May-05 5:30
protectorHeath Stewart2-May-05 5:30 
GeneralRe: Windows Service Pin
kunalshah_19832-May-05 18:23
kunalshah_19832-May-05 18:23 
GeneralRe: Windows Service Pin
Heath Stewart3-May-05 5:16
protectorHeath Stewart3-May-05 5:16 
GeneralCreate Folder on server Pin
Prerak Shah2-May-05 1:45
Prerak Shah2-May-05 1:45 
GeneralRe: Create Folder on server Pin
Heath Stewart2-May-05 5:21
protectorHeath Stewart2-May-05 5:21 
GeneralRe: Create Folder on server Pin
Judah Gabriel Himango2-May-05 5:22
sponsorJudah Gabriel Himango2-May-05 5:22 
GeneralSwitching User Controls with NavBar Pin
Anonymous2-May-05 1:44
Anonymous2-May-05 1:44 
hej,

i'm looking for a solution to control multiplie user controls by clicking on on an item in the navbar, located at the left side
of the screen.

I can handle the NavBar, that's fine. Writing a Click Event for
each item in the NavBar seems to be the most convinient solution to
call a user control and display it alongside the navbar.

The problem: So far i simply dragged all my user controls on the form
and worked with the "visible" proprety

private void navItemAdresses_LinkClicked(object sender, MyNavbar.NavBarLinkEventArgs e)
{
usercontrol.Visible = true;
usercontrol1.Visible = false;
....
}

That's a really s... solution. Can anyone suggest me a better one?
GeneralRe: Switching User Controls with NavBar Pin
MoustafaS2-May-05 1:48
MoustafaS2-May-05 1:48 
GeneralRe: Switching User Controls with NavBar Pin
Anonymous2-May-05 2:20
Anonymous2-May-05 2:20 
GeneralHelp -- Tool Bar Control Pin
Umair Tariq2-May-05 0:49
Umair Tariq2-May-05 0:49 
GeneralRe: Help -- Tool Bar Control Pin
Dave Kreskowiak2-May-05 3:59
mveDave Kreskowiak2-May-05 3:59 
GeneralDecompile Pin
StephenMcAllister1-May-05 23:42
StephenMcAllister1-May-05 23:42 
GeneralRe: Decompile Pin
M.Waseem Chishti2-May-05 0:51
M.Waseem Chishti2-May-05 0:51 
GeneralRe: Decompile Pin
S. Senthil Kumar2-May-05 4:15
S. Senthil Kumar2-May-05 4:15 
GeneralListing Local Users/Groups Pin
Jaymz6661-May-05 23:35
Jaymz6661-May-05 23:35 
GeneralRe: Listing Local Users/Groups Pin
Jaymz6662-May-05 4:31
Jaymz6662-May-05 4:31 
GeneralProblem in double click event of datagrid Pin
joy_priyank1-May-05 23:22
joy_priyank1-May-05 23:22 
GeneralRe: Problem in double click event of datagrid Pin
Dave Kreskowiak2-May-05 3:56
mveDave Kreskowiak2-May-05 3:56 
GeneralRe: Problem in double click event of datagrid Pin
joy_priyank2-May-05 19:11
joy_priyank2-May-05 19:11 
General.NET Framework SDK Version 1.1 for C# Pin
Anonymous1-May-05 21:30
Anonymous1-May-05 21:30 
GeneralRe: .NET Framework SDK Version 1.1 for C# Pin
Dave Kreskowiak2-May-05 3:54
mveDave Kreskowiak2-May-05 3:54 
Generaldeserializing xml Pin
JohnBeton1-May-05 20:53
JohnBeton1-May-05 20:53 
GeneralRe: deserializing xml Pin
Marc Clifton2-May-05 5:29
mvaMarc Clifton2-May-05 5:29 
GeneralRe: deserializing xml Pin
JohnBeton2-May-05 20:12
JohnBeton2-May-05 20:12 

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.