Click here to Skip to main content
15,897,518 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
AnswerRe: Is the compiler part of the Framework? Pin
Ruchi Gupta10-Dec-03 8:00
Ruchi Gupta10-Dec-03 8:00 
Questionc# alarm class implementation? Pin
AndrewCherry4-Dec-03 4:00
AndrewCherry4-Dec-03 4:00 
AnswerRe: c# alarm class implementation? Pin
Matt Philmon4-Dec-03 7:35
Matt Philmon4-Dec-03 7:35 
AnswerRe: c# alarm class implementation? Pin
Not Active4-Dec-03 7:53
mentorNot Active4-Dec-03 7:53 
GeneralRe: c# alarm class implementation? Pin
AndrewCherry4-Dec-03 8:25
AndrewCherry4-Dec-03 8:25 
GeneralReduce the time intensive phases of .Net application development Pin
smars3-Dec-03 22:14
smars3-Dec-03 22:14 
GeneralRecursive Search and Replace in Files Pin
prowler023-Dec-03 17:12
prowler023-Dec-03 17:12 
GeneralBuilding GUI that resembles MS Project 2000 Pin
Hangten3-Dec-03 8:30
Hangten3-Dec-03 8:30 
Hello,

Does anyone know how to implement any of the unique GUI features found in Microsoft's Project 2000? The basic framework of this app looks a lot like something I want to build myself.

Some of the features are:

(1) a vertical toolbar at the left of the MDI parent window, showing icons (and texts below the icons). The icons seem to be buttons (doing a mouseover will show the button border), but the button border is absent otherwise; only the icon shows. The ordinary Windows App button does not support this display mode out of the box.

(2) the main client area of the application can have one or more MDI child windows for projects. But each window will contain whatever type of chart is selected in that vertical toolbar described above, and whenever a particular chart is selected, it occupies the entire client area of the MDI child window.

#1 can be implemented the hard way with a panel and ordinary buttons, tolerating not having the button borders go away when no mouseover. Or, just use PictureBoxes and load in icons with and without a "button border" depending on mouseover state.

#2 is similar to trying to build a wizard with the TabControl and trying to get rid of the tabs themselves, something no longer available in .NET. Otherwise this approach could work by just having all the different flavors of charts available in a big TabControl and just bringing up the desired one.

But all this seems rather roundabout. Are there freeware/shareware solutions out there that can specifically implement the Microsoft's Project 2000-style interface? As interfaces go, I think this one is rather good for certain kinds of applications, and so I'd ruthlessly want to mimic it.

Thanks

Mike
GeneralWindows Forms Application Design Guidelines Pin
Jeffrey Kirk2-Dec-03 4:40
Jeffrey Kirk2-Dec-03 4:40 
GeneralRe: Windows Forms Application Design Guidelines Pin
Sean McCormack3-Dec-03 2:34
Sean McCormack3-Dec-03 2:34 
GeneralRe: Windows Forms Application Design Guidelines Pin
Philip Fitzsimons4-Dec-03 2:50
Philip Fitzsimons4-Dec-03 2:50 
GeneralRe: Windows Forms Application Design Guidelines Pin
eggie527-Dec-03 7:26
eggie527-Dec-03 7:26 
Questioncreating pocket pc programs using visual studio .net 2002? Pin
$0.05$30-Nov-03 10:03
$0.05$30-Nov-03 10:03 
AnswerRe: creating pocket pc programs using visual studio .net 2002? Pin
Matt Philmon4-Dec-03 7:39
Matt Philmon4-Dec-03 7:39 
QuestionAccessing Remote Objects from the Server? Pin
GrzegorzKowalski197930-Nov-03 8:59
GrzegorzKowalski197930-Nov-03 8:59 
QuestionCan't using System.Runtime.Remoting.Channels.Tcp . Why? Pin
redchilde28-Nov-03 19:09
redchilde28-Nov-03 19:09 
GeneralDirectoryEntry Class Constructor Pin
thilol28-Nov-03 4:23
thilol28-Nov-03 4:23 
GeneralInstallUtilLib.dll: Unknown error in CorBindToRuntimeHost Pin
solidstore27-Nov-03 0:14
solidstore27-Nov-03 0:14 
QuestionHow Managed C++ client connect to https url Pin
Cristina Rodriguez Garcia26-Nov-03 21:53
Cristina Rodriguez Garcia26-Nov-03 21:53 
QuestionByRef still doubling the overhead of ByVal? Pin
Toni Danza26-Nov-03 13:30
Toni Danza26-Nov-03 13:30 
AnswerRe: ByRef still doubling the overhead of ByVal? Pin
Colin Angus Mackay26-Nov-03 13:52
Colin Angus Mackay26-Nov-03 13:52 
GeneralRe: ByRef still doubling the overhead of ByVal? Pin
Toni Danza26-Nov-03 15:12
Toni Danza26-Nov-03 15:12 
GeneralRe: ByRef still doubling the overhead of ByVal? Pin
Philip Fitzsimons27-Nov-03 2:58
Philip Fitzsimons27-Nov-03 2:58 
GeneralRe: ByRef still doubling the overhead of ByVal? Pin
Toni Danza27-Nov-03 3:52
Toni Danza27-Nov-03 3:52 
GeneralRe: ByRef still doubling the overhead of ByVal? Pin
Philip Fitzsimons27-Nov-03 4:00
Philip Fitzsimons27-Nov-03 4:00 

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.