Click here to Skip to main content
15,889,266 members
Home / Discussions / C#
   

C#

 
GeneralRe: TabControl still not good Pin
Ryan Cromwell19-Jun-03 3:46
Ryan Cromwell19-Jun-03 3:46 
GeneralRe: TabControl still not good Pin
J. Dunlap19-Jun-03 7:34
J. Dunlap19-Jun-03 7:34 
GeneralMedia Player Pin
grv57518-Jun-03 7:05
grv57518-Jun-03 7:05 
GeneralRe: Media Player Pin
joan_fl18-Jun-03 7:17
joan_fl18-Jun-03 7:17 
GeneralRe: Media Player Pin
grv57518-Jun-03 7:29
grv57518-Jun-03 7:29 
Questionhow do cahnge volume? Pin
aadilm18-Jun-03 5:16
aadilm18-Jun-03 5:16 
Questionhow do cahnge volume? Pin
aadilm18-Jun-03 5:16
aadilm18-Jun-03 5:16 
Generaldesign question Pin
monrobot1318-Jun-03 3:47
monrobot1318-Jun-03 3:47 
Hi All,

I'm the first to admit that I'm not to good at the design aspect of programming. So first I was wondering if anyone had any good suggestions on books that I could read that would help out with this topic. All comments are appreciated.

Second, I have a design question. I'm currently writing a program that uses a tabcontrol and I'd like end user to be able to dynamically add/remove/insert tabs into the program, now the problem is I'm not sure of the best way to implement this. I did design one version that used a checked listbox (in an options form) to allow the user to add/remove/insert "items", when the user clicked ok I would check what "items" had a check and create the tabs for them. Where I ran into a problem was that even items without a check need to be kept in memory so that when the user opens the options again they are still there (and it they check them they should be created, and vice versa) the other problem is that each tab has to have some data associated with it. What I did in the first design was have an array that I threw back and forth between the two forms, but that proved to be a very poor design. I'm just wondering if anyone has any better design that I could try I would really love to hear it. Any ideas or simple things to try would be extremely appreciated.

Thanks All!

- monrobot13
GeneralRe: design question Pin
KingTermite18-Jun-03 5:11
KingTermite18-Jun-03 5:11 
GeneralRe: design question Pin
monrobot1318-Jun-03 6:29
monrobot1318-Jun-03 6:29 
GeneralRe: design question Pin
Khang Nguyen18-Jun-03 5:38
Khang Nguyen18-Jun-03 5:38 
GeneralRe: design question Pin
monrobot1318-Jun-03 6:33
monrobot1318-Jun-03 6:33 
GeneralRe: design question Pin
Khang Nguyen18-Jun-03 7:11
Khang Nguyen18-Jun-03 7:11 
Generalalittle help please Pin
jphuphilly18-Jun-03 3:13
jphuphilly18-Jun-03 3:13 
GeneralRe: alittle help please Pin
Dimitris Iliopoulos18-Jun-03 5:28
Dimitris Iliopoulos18-Jun-03 5:28 
GeneralDatasets - performing selects Pin
MrEyes18-Jun-03 3:13
MrEyes18-Jun-03 3:13 
GeneralRe: Datasets - performing selects Pin
Oleksandr Kucherenko18-Jun-03 3:21
Oleksandr Kucherenko18-Jun-03 3:21 
GeneralRe: Datasets - performing selects Pin
MrEyes18-Jun-03 3:35
MrEyes18-Jun-03 3:35 
GeneralRe: Datasets - performing selects Pin
Dimitris Iliopoulos18-Jun-03 5:10
Dimitris Iliopoulos18-Jun-03 5:10 
GeneralRe: Datasets - performing selects Pin
Oleksandr Kucherenko18-Jun-03 3:26
Oleksandr Kucherenko18-Jun-03 3:26 
GeneralDatasets - Adding columns Pin
MrEyes18-Jun-03 2:03
MrEyes18-Jun-03 2:03 
GeneralRe: Datasets - Adding columns Pin
Oleksandr Kucherenko18-Jun-03 3:36
Oleksandr Kucherenko18-Jun-03 3:36 
GeneralRe: Datasets - Adding columns Pin
MrEyes18-Jun-03 4:17
MrEyes18-Jun-03 4:17 
GeneralRe: Datasets - Adding columns Pin
Oleksandr Kucherenko18-Jun-03 4:43
Oleksandr Kucherenko18-Jun-03 4:43 
GeneralRe: Datasets - Adding columns Pin
MrEyes18-Jun-03 4:50
MrEyes18-Jun-03 4:50 

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.