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

Managed C++/CLI

 
QuestionBeep with managed C++ Pin
strizi18-Oct-07 1:34
strizi18-Oct-07 1:34 
AnswerRe: Beep with managed C++ Pin
Giorgi Dalakishvili18-Oct-07 1:46
mentorGiorgi Dalakishvili18-Oct-07 1:46 
QuestionString^ problem Pin
minihotto17-Oct-07 17:42
minihotto17-Oct-07 17:42 
AnswerRe: String^ problem Pin
led mike18-Oct-07 4:35
led mike18-Oct-07 4:35 
Questionstatic_cast [modified] Pin
steve_rm17-Oct-07 17:21
steve_rm17-Oct-07 17:21 
AnswerRe: static_cast Pin
Christian Graus17-Oct-07 18:01
protectorChristian Graus17-Oct-07 18:01 
AnswerRe: static_cast Pin
Hamid_RT19-Oct-07 6:55
Hamid_RT19-Oct-07 6:55 
QuestionCan tab pages be shared? Pin
BuckBrown17-Oct-07 6:07
BuckBrown17-Oct-07 6:07 
Hi, I'm using Visual Studio 2005 C++/CLI. Can this even be done? I have properties that I need to setup. I have a Form that has a tabControl on it. The tabControl contains ten tabPages (one page for each defined test). Each tabPage has another tabControl placed on it with one tabPage per instrument. Here's the deal. Every test uses an instrument that has 20 definable properties. So if I select the tabPage for Test1 I will see sub-tabPages for Instrument1, Instrument2, etc. Now I can place 20 comboBoxes on tabPageTest1.Instrument1 and then do the same for tabPageTest2.Instrument1, tabPageTest3.Instrument1, etc., but then I end up with 200 comboBoxes, each with a unique name (that I have to take the time to rename) like comboBoxAcqModeTest1, comboBoxAcqModeTest2, comboBoxAcqModeTest3, etc. What I would like to do is use the tabPage for Instrument1 as (for lack of a better term) a template that I can populate with the information for a given test and then display under the correct tab. What I have tried is when I click tabPageTest10, I populate tabPageTest1.Instrument1 and then tried BringToFront() but that didn't work. Is there a way to either bring the tabControl inside tabPageTest1 to the top of the display or copy the tabControl from tabPageTest1 to tabPageTest10?

Thanks

Buck
AnswerRe: Can tab pages be shared? Pin
led mike17-Oct-07 6:35
led mike17-Oct-07 6:35 
Questiongcroot and ArrayList Pin
sGrabert17-Oct-07 0:52
sGrabert17-Oct-07 0:52 
AnswerRe: gcroot and ArrayList Pin
Mark Salsbery17-Oct-07 6:04
Mark Salsbery17-Oct-07 6:04 
GeneralRe: gcroot and ArrayList Pin
sGrabert18-Oct-07 1:29
sGrabert18-Oct-07 1:29 
QuestionRe: gcroot and ArrayList Pin
Mark Salsbery18-Oct-07 9:12
Mark Salsbery18-Oct-07 9:12 
AnswerRe: gcroot and ArrayList Pin
sGrabert18-Oct-07 22:43
sGrabert18-Oct-07 22:43 
Questionwriting to console Pin
boyindie16-Oct-07 10:37
boyindie16-Oct-07 10:37 
AnswerRe: writing to console Pin
Mark Salsbery16-Oct-07 10:46
Mark Salsbery16-Oct-07 10:46 
AnswerRe: writing to console Pin
Mark Salsbery16-Oct-07 11:54
Mark Salsbery16-Oct-07 11:54 
GeneralRe: writing to console Pin
George L. Jackson16-Oct-07 12:53
George L. Jackson16-Oct-07 12:53 
GeneralRe: writing to console Pin
Mark Salsbery16-Oct-07 12:56
Mark Salsbery16-Oct-07 12:56 
GeneralRe: writing to console Pin
George L. Jackson16-Oct-07 14:24
George L. Jackson16-Oct-07 14:24 
AnswerRe: writing to console Pin
Christian Graus16-Oct-07 13:01
protectorChristian Graus16-Oct-07 13:01 
QuestionHow does OS know that is has lost power and running from UPS? Pin
netlogging16-Oct-07 5:35
netlogging16-Oct-07 5:35 
AnswerRe: How does OS know that is has lost power and running from UPS? Pin
led mike16-Oct-07 5:49
led mike16-Oct-07 5:49 
GeneralRe: How does OS know that is has lost power and running from UPS? Pin
netlogging16-Oct-07 6:37
netlogging16-Oct-07 6:37 
GeneralRe: How does OS know that is has lost power and running from UPS? Pin
Giorgi Dalakishvili16-Oct-07 7:05
mentorGiorgi Dalakishvili16-Oct-07 7:05 

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.