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

C#

 
GeneralRe: User Control without UI Pin
DaveyM696-Mar-08 5:25
professionalDaveyM696-Mar-08 5:25 
GeneralRe: User Control without UI Pin
DaveyM696-Mar-08 6:22
professionalDaveyM696-Mar-08 6:22 
GeneralDirectX C# - creating a button Pin
2hdass5-Mar-08 10:12
2hdass5-Mar-08 10:12 
GeneralManage SQLServer C# Pin
half-life5-Mar-08 9:56
half-life5-Mar-08 9:56 
GeneralRe: Manage SQLServer C# Pin
Christian Graus5-Mar-08 10:08
protectorChristian Graus5-Mar-08 10:08 
GeneralRe: Manage SQLServer C# Pin
half-life5-Mar-08 10:14
half-life5-Mar-08 10:14 
GeneralRe: Manage SQLServer C# Pin
Christian Graus5-Mar-08 11:00
protectorChristian Graus5-Mar-08 11:00 
GeneralRe: Manage SQLServer C# Pin
half-life5-Mar-08 11:04
half-life5-Mar-08 11:04 
GeneralRe: Manage SQLServer C# Pin
Tobias Schoenig5-Mar-08 21:25
Tobias Schoenig5-Mar-08 21:25 
GeneralPlaying a file using MCI Pin
Johan Martensson5-Mar-08 9:40
Johan Martensson5-Mar-08 9:40 
GeneralHelp needed regarding MSI Pin
robustm5-Mar-08 9:34
robustm5-Mar-08 9:34 
GeneralRe: Help needed regarding MSI Pin
Christian Graus5-Mar-08 10:13
protectorChristian Graus5-Mar-08 10:13 
QuestionRun with the windows Pin
Knowledgestudent5-Mar-08 9:09
Knowledgestudent5-Mar-08 9:09 
GeneralRe: Run with the windows Pin
Pete O'Hanlon5-Mar-08 9:40
mvePete O'Hanlon5-Mar-08 9:40 
QuestionRe: Run with the windows Pin
Knowledgestudent5-Mar-08 11:19
Knowledgestudent5-Mar-08 11:19 
GeneralRe: Run with the windows Pin
Ravi Bhavnani5-Mar-08 18:47
professionalRavi Bhavnani5-Mar-08 18:47 
QuestionRe: Run with the windows Pin
Knowledgestudent9-Mar-08 11:13
Knowledgestudent9-Mar-08 11:13 
QuestionSystemParametersInfo SPI_SETWORKAREA Pin
chrsarly045-Mar-08 8:48
chrsarly045-Mar-08 8:48 
GeneralApplication Issue with Access and ReportViewer Pin
rwinte5-Mar-08 8:40
rwinte5-Mar-08 8:40 
GeneralMVP Pattern Pin
Quang Tran Minh5-Mar-08 6:29
Quang Tran Minh5-Mar-08 6:29 
GeneralRe: MVP Pattern Pin
led mike5-Mar-08 6:38
led mike5-Mar-08 6:38 
GeneralRe: MVP Pattern [modified] Pin
papadimitriou5-Mar-08 8:47
papadimitriou5-Mar-08 8:47 
GeneralRe: MVP Pattern Pin
led mike5-Mar-08 8:56
led mike5-Mar-08 8:56 
GeneralRe: MVP Pattern Pin
Quang Tran Minh5-Mar-08 11:11
Quang Tran Minh5-Mar-08 11:11 
GeneralRe: MVP Pattern Pin
led mike5-Mar-08 11:18
led mike5-Mar-08 11:18 
Quang Tran Minh wrote:
an editor dialog is displayed showing the detailed information of the currently selected node

dialogs are from Windows 3.0 User Interfaces. Today you can do things like have a splitter so you can present your navigation in one splitter pane and a different view, say for editing, in the other.

Also for .NET applications the PropertyGrid works brilliantly for an editor mechanism
Quang Tran Minh wrote:
When the user clicks on an item (which can be either project, package or workitem like explained above)...

The Properties of the item are displayed in the PropertyGrid


led mike

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.