Click here to Skip to main content
15,914,221 members
Home / Discussions / Managed C++/CLI
   

Managed C++/CLI

 
QuestionRe: Array of string Pin
abbd25-Jul-07 18:00
abbd25-Jul-07 18:00 
AnswerRe: Array of string Pin
Mark Salsbery25-Jul-07 18:38
Mark Salsbery25-Jul-07 18:38 
QuestionSimple dialog will not declare Pin
BuckBrown25-Jul-07 10:18
BuckBrown25-Jul-07 10:18 
AnswerRe: Simple dialog will not declare Pin
Mark Salsbery25-Jul-07 10:23
Mark Salsbery25-Jul-07 10:23 
GeneralRe: Simple dialog will not declare Pin
BuckBrown25-Jul-07 11:57
BuckBrown25-Jul-07 11:57 
GeneralRe: Simple dialog will not declare Pin
Mark Salsbery25-Jul-07 12:06
Mark Salsbery25-Jul-07 12:06 
GeneralRe: Simple dialog will not declare Pin
BuckBrown25-Jul-07 12:11
BuckBrown25-Jul-07 12:11 
QuestionWeird character in COM port list when compiled in Vista Pin
TheCat00725-Jul-07 6:26
TheCat00725-Jul-07 6:26 
Sniff | :^) Can anyone shed some light. I have rebuilt my application after installing Vista Premuim and downloading the latest VC++ Express edition (version 8.0.50727.867 ( vista.050727-8600) .Net Framework version 2.0.50727) using the following code sample and I am getting some weird results to the port list which I don't see when running the same code that was compiled in windows XP with VC++Express (Don't know what version I had since my drive crashed - Was downloaded in 2006)
This is the code
try {
// Get a list of serial port names.
TRK_PORTNAME_cbox->Items->Clear();

TRK_PORTNAME_cbox->Items->AddRange(TRK_Port->GetPortNames());
}
catch (Win32Exception^ ex) {
MessageBox::Show(ex->Message);
}

At this point TRK_PORTNAME_cbox->Items[0-2] contains:
"COM3"
"COM5鮤"
"COM4"

I don't know why it's finding Com3 and 5 since I only have a USB to serial adapter at COM4. THat weird character after COM5 doesn't appear when I run my old build in Vista.

Help!!

LarryD
AnswerRe: Weird character in COM port list when compiled in Vista Pin
Luc Pattyn25-Jul-07 8:14
sitebuilderLuc Pattyn25-Jul-07 8:14 
QuestionHaving problems with an array of objects Pin
BuckBrown24-Jul-07 7:27
BuckBrown24-Jul-07 7:27 
AnswerRe: Having problems with an array of objects Pin
BuckBrown24-Jul-07 7:31
BuckBrown24-Jul-07 7:31 
GeneralRe: Having problems with an array of objects Pin
BuckBrown24-Jul-07 7:33
BuckBrown24-Jul-07 7:33 
GeneralRe: Having problems with an array of objects Pin
Luc Pattyn24-Jul-07 7:57
sitebuilderLuc Pattyn24-Jul-07 7:57 
GeneralRe: Having problems with an array of objects Pin
BuckBrown24-Jul-07 9:45
BuckBrown24-Jul-07 9:45 
GeneralRe: Having problems with an array of objects Pin
Luc Pattyn24-Jul-07 11:52
sitebuilderLuc Pattyn24-Jul-07 11:52 
GeneralRe: Having problems with an array of objects Pin
Mark Salsbery24-Jul-07 12:01
Mark Salsbery24-Jul-07 12:01 
GeneralRe: Having problems with an array of objects Pin
Luc Pattyn24-Jul-07 13:51
sitebuilderLuc Pattyn24-Jul-07 13:51 
GeneralRe: Having problems with an array of objects Pin
Mark Salsbery24-Jul-07 13:59
Mark Salsbery24-Jul-07 13:59 
GeneralRe: Having problems with an array of objects Pin
Luc Pattyn24-Jul-07 14:46
sitebuilderLuc Pattyn24-Jul-07 14:46 
GeneralRe: Having problems with an array of objects Pin
Paul Conrad24-Jul-07 15:27
professionalPaul Conrad24-Jul-07 15:27 
GeneralRe: Having problems with an array of objects Pin
Paul Conrad25-Jul-07 15:49
professionalPaul Conrad25-Jul-07 15:49 
GeneralRe: Having problems with an array of objects Pin
Mark Salsbery25-Jul-07 15:55
Mark Salsbery25-Jul-07 15:55 
GeneralRe: Having problems with an array of objects Pin
Paul Conrad25-Jul-07 15:59
professionalPaul Conrad25-Jul-07 15:59 
GeneralRe: Having problems with an array of objects Pin
Mark Salsbery24-Jul-07 14:07
Mark Salsbery24-Jul-07 14:07 
GeneralRe: Having problems with an array of objects Pin
Luc Pattyn24-Jul-07 14:53
sitebuilderLuc Pattyn24-Jul-07 14:53 

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.