Click here to Skip to main content
16,016,134 members
Home / Discussions / Windows Forms
   

Windows Forms

 
GeneralRe: Graphics using C# Pin
Patrick Etc.17-Feb-08 5:44
Patrick Etc.17-Feb-08 5:44 
Generalimport excel data from excel sheet to ms access database table Pin
Naresh12345678912-Feb-08 0:44
Naresh12345678912-Feb-08 0:44 
GeneralRe: import excel data from excel sheet to ms access database table Pin
Ashfield12-Feb-08 2:42
Ashfield12-Feb-08 2:42 
GeneralRe: import excel data from excel sheet to ms access database table Pin
Naresh12345678914-Feb-08 23:36
Naresh12345678914-Feb-08 23:36 
GeneralRe: import excel data from excel sheet to ms access database table Pin
Ashfield15-Feb-08 9:06
Ashfield15-Feb-08 9:06 
GeneralRe: import excel data from excel sheet to ms access database table Pin
Naresh1234567896-Mar-08 1:30
Naresh1234567896-Mar-08 1:30 
GeneralRe: import excel data from excel sheet to ms access database table Pin
Ashfield6-Mar-08 9:33
Ashfield6-Mar-08 9:33 
GeneralSuggestions on Command Invoking Controls Pin
Brady Kelly11-Feb-08 22:51
Brady Kelly11-Feb-08 22:51 
I have an editor for designing flat file layouts. The editor operates on an ExportSection, a layout specification for one text file, as its model, using a DataGridView as a presenter for the line layouts in the section. It has section header and footer groups, which appear before and after all the export lines, respectively. It also allows a single group header and footer, which appear before and after each set of records in a group, e.g. line items per invoice number. Each section has 0 to many lines.

Now I have various commands for the user to edit the file layout, and I would please like some suggestions as to making these commands as intuitively accessible to even very novice users. At the moment I only have a top menu bar, and some ugly, un-iconned buttons at the top of the editor. The command set is:

Main Section Menu.
1. Insert section header.
2. Insert group header.
3. Insert group detail.
4. Insert group footer.
5. Insert section footer.

Once a user has created the groups they require, e.g section header and group detail for a simple file, they can add more lines to a group by highlighting a cell in that group, and clicking the Add Line button. The other operations that are then available are:

1. Move cell left.
2. Move cell right.
3. Move line down.
4. Move line up.
5. Insert a column right of the current column.
6. Insert a column left of the current column.
7. Delete the current column.
8. Delete the current line.
9. Cut copy and paste cells or whole lines.

I want to use some sort of view that e.g. for commands 1 to 4 in the second list, I'd like a Move panel or something that nicely groups all the move buttons or menu options, and the same for inserts and deletes. I need something instantly visible and accessible to the users, in addition to having these commands available on right-click context menus. I'll probably end up designing my own icons for the buttons, but I'm not sure if simply buttons is the way to go. I want to find something newish, maybe a ribbon (gasp) or something that displays command sets based on context. Any suggestions at all would be welcome.



QuestionScheduler or Timer - Windows Forms Project Pin
Blumen11-Feb-08 20:16
Blumen11-Feb-08 20:16 
GeneralRe: Scheduler or Timer - Windows Forms Project Pin
Ashfield11-Feb-08 22:50
Ashfield11-Feb-08 22:50 
GeneralRe: Scheduler or Timer - Windows Forms Project Pin
Blumen11-Feb-08 23:43
Blumen11-Feb-08 23:43 
GeneralRe: Scheduler or Timer - Windows Forms Project Pin
Ashfield12-Feb-08 2:37
Ashfield12-Feb-08 2:37 
GeneralRe: Scheduler or Timer - Windows Forms Project Pin
Blumen12-Feb-08 17:13
Blumen12-Feb-08 17:13 
QuestionLocked Screens Pin
Mark M11-Feb-08 12:58
Mark M11-Feb-08 12:58 
GeneralRe: Locked Screens Pin
Christian Graus12-Feb-08 14:16
protectorChristian Graus12-Feb-08 14:16 
GeneralRe: Locked Screens Pin
Mark M12-Feb-08 14:23
Mark M12-Feb-08 14:23 
GeneralRe: Locked Screens Pin
Expert Coming13-Feb-08 5:26
Expert Coming13-Feb-08 5:26 
Generalexcept only double value in the datagridview Pin
kvijayajyothy10-Feb-08 22:23
kvijayajyothy10-Feb-08 22:23 
GeneralRe: except only double value in the datagridview Pin
Tony Richards12-Feb-08 22:02
Tony Richards12-Feb-08 22:02 
GeneralRe: except only double value in the datagridview Pin
sathish s12-Feb-08 22:05
sathish s12-Feb-08 22:05 
Questionhow to bind data in a combobox ,in asp.net 2.0 windows application c# Pin
Cuckoo10-Feb-08 18:55
Cuckoo10-Feb-08 18:55 
GeneralDataGridViewComboBoxCoulmn Pin
Nasir.Islam9-Feb-08 1:04
Nasir.Islam9-Feb-08 1:04 
Questionhow to Print Datain listview OR datagridview in C#.net Pin
khan_parvez7-Feb-08 6:29
professionalkhan_parvez7-Feb-08 6:29 
GeneralRe: how to Print Datain listview OR datagridview in C#.net Pin
led mike7-Feb-08 6:46
led mike7-Feb-08 6:46 
QuestionHow to implement a promptString (instead of promptChar) in a MaskedTextBox Pin
cturn6-Feb-08 6:39
cturn6-Feb-08 6:39 

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.