Click here to Skip to main content
15,887,821 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Windows Property sheet Pin
vivekphlp28-May-07 2:33
vivekphlp28-May-07 2:33 
GeneralRe: Windows Property sheet Pin
Colin Angus Mackay28-May-07 2:57
Colin Angus Mackay28-May-07 2:57 
GeneralRe: Windows Property sheet Pin
Christian Graus28-May-07 11:12
protectorChristian Graus28-May-07 11:12 
QuestionClient application using request version HTTP 1.1 though the protocol is set to 1.0 in the code. Pin
prgramya27-May-07 21:58
prgramya27-May-07 21:58 
Questionentering date to datagridview Pin
AndrusM27-May-07 1:40
AndrusM27-May-07 1:40 
QuestionUser control in DataGridView cell Pin
pserranop24-May-07 8:57
pserranop24-May-07 8:57 
Questiondatabase based windows application, how to presente data ???? Pin
Hasan Jaffal24-May-07 5:19
Hasan Jaffal24-May-07 5:19 
AnswerRe: database based windows application, how to presente data ???? Pin
I.explore.code18-Jun-07 19:35
I.explore.code18-Jun-07 19:35 
Normally when you are developing a windows based application, there are certain set of rules that can be followed for and effective presentation:

1) Always go for a parent-child window forms concept i.e. MDI windows, this will help you to connect the complete flow from single source.

2) Always try to minimize the number of window forms needed for one use, i.e., use only one form for one module for eg. if you are working on the User admin module of the app, wherein u can add and modify users, it is a better idea to put the data in grid and allow for modification/deletion/and addition in the grid itself, it will optimally use the available form space and will leave enuf room for future changes
3) Group related controls together using a group box for e.g. buttons together, and other fields togther.
4) Use same font and color settings thruout the app
5) Hide unnecessary details from the user.
GeneralRe: database based windows application, how to presente data ???? Pin
Hasan Jaffal18-Jun-07 22:48
Hasan Jaffal18-Jun-07 22:48 
QuestionWindows preemption Pin
Nir sheffi24-May-07 1:26
Nir sheffi24-May-07 1:26 
AnswerRe: Windows preemption Pin
kubben24-May-07 2:45
kubben24-May-07 2:45 
AnswerRe: Windows preemption Pin
Dave Kreskowiak24-May-07 6:13
mveDave Kreskowiak24-May-07 6:13 
GeneralRe: Windows preemption Pin
Nir sheffi24-May-07 8:38
Nir sheffi24-May-07 8:38 
GeneralRe: Windows preemption Pin
Dave Kreskowiak24-May-07 9:00
mveDave Kreskowiak24-May-07 9:00 
QuestionUnwanted Event firing Pin
francoisdotnet23-May-07 2:06
francoisdotnet23-May-07 2:06 
AnswerRe: Unwanted Event firing Pin
Dave Kreskowiak28-May-07 6:06
mveDave Kreskowiak28-May-07 6:06 
GeneralRe: Unwanted Event firing Pin
francoisdotnet28-May-07 11:12
francoisdotnet28-May-07 11:12 
QuestionScroll a listbox Pin
ScottM122-May-07 20:28
ScottM122-May-07 20:28 
AnswerRe: Scroll a listbox Pin
PandemoniumPasha23-May-07 1:51
PandemoniumPasha23-May-07 1:51 
GeneralRe: Scroll a listbox Pin
ScottM123-May-07 2:24
ScottM123-May-07 2:24 
QuestionWorkerthread in .Net 1.1 Pin
matthias s.22-May-07 8:27
matthias s.22-May-07 8:27 
AnswerRe: Workerthread in .Net 1.1 Pin
ScottM122-May-07 20:20
ScottM122-May-07 20:20 
QuestionMDI application help - multiple views Pin
earlgraham22-May-07 7:37
earlgraham22-May-07 7:37 
QuestionButton click event Pin
dodoxor22-May-07 5:49
dodoxor22-May-07 5:49 
AnswerRe: Button click event Pin
Paul Conrad13-Jul-07 13:47
professionalPaul Conrad13-Jul-07 13: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.