Click here to Skip to main content
16,006,749 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
GeneralRe: Strange Compiler Error ... Pin
leppie19-Jun-03 7:34
leppie19-Jun-03 7:34 
GeneralRe: Strange Compiler Error ... Pin
Nathan Blomquist20-Jun-03 7:30
Nathan Blomquist20-Jun-03 7:30 
GeneralPassing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
rkvs18-Jun-03 6:42
rkvs18-Jun-03 6:42 
GeneralRe: Passing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
John M. Drescher18-Jun-03 6:54
John M. Drescher18-Jun-03 6:54 
GeneralRe: Passing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
monrobot1318-Jun-03 8:34
monrobot1318-Jun-03 8:34 
GeneralRe: Passing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
rkvs18-Jun-03 9:12
rkvs18-Jun-03 9:12 
GeneralRe: Passing CString object reference from VC++ .Net dll to VC++ 6.0 dll Pin
Yoon Taeho22-Jun-03 12:54
Yoon Taeho22-Jun-03 12:54 
Generaldesign question Pin
monrobot1318-Jun-03 3:36
monrobot1318-Jun-03 3:36 
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
Generalin borland 5.02 how BGI include Pin
shehzadi17-Jun-03 11:10
shehzadi17-Jun-03 11:10 
GeneralRe: in borland 5.02 how BGI include Pin
John M. Drescher17-Jun-03 12:58
John M. Drescher17-Jun-03 12:58 
Generalg Pin
17-Jun-03 3:02
suss17-Jun-03 3:02 
Generalquestion on a pyramid like program Pin
kus16-Jun-03 15:29
kus16-Jun-03 15:29 
GeneralRe: question on a pyramid like program Pin
AlexO17-Jun-03 3:58
AlexO17-Jun-03 3:58 
GeneralEquivalent of Format(string, params object[]) Pin
monrobot1313-Jun-03 12:09
monrobot1313-Jun-03 12:09 
GeneralRe: Equivalent of Format(string, params object[]) Pin
leppie14-Jun-03 9:50
leppie14-Jun-03 9:50 
GeneralRe: Equivalent of Format(string, params object[]) Pin
monrobot1314-Jun-03 12:15
monrobot1314-Jun-03 12:15 
GeneralRe: Equivalent of Format(string, params object[]) Pin
leppie14-Jun-03 12:21
leppie14-Jun-03 12:21 
GeneralRe: Equivalent of Format(string, params object[]) Pin
monrobot1315-Jun-03 11:07
monrobot1315-Jun-03 11:07 
GeneralRe: Equivalent of Format(string, params object[]) Pin
leppie15-Jun-03 14:19
leppie15-Jun-03 14:19 
GeneralRe: Equivalent of Format(string, params object[]) Pin
monrobot1316-Jun-03 5:26
monrobot1316-Jun-03 5:26 
GeneralRe: Equivalent of Format(string, params object[]) Pin
leppie16-Jun-03 8:20
leppie16-Jun-03 8:20 
GeneralRe: Equivalent of Format(string, params object[]) Pin
monrobot1318-Jun-03 3:37
monrobot1318-Jun-03 3:37 
General.NET and I/O functions ... Pin
Hadi Rezaee11-Jun-03 1:20
Hadi Rezaee11-Jun-03 1:20 
GeneralRe: .NET and I/O functions ... Pin
Valeria Bogdevich12-Jun-03 4:20
Valeria Bogdevich12-Jun-03 4:20 
GeneralRe: .NET and I/O functions ... Pin
Hadi Rezaee14-Jun-03 7:08
Hadi Rezaee14-Jun-03 7:08 

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.