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

Managed C++/CLI

 
GeneralRe: Read and Write to Com1 Pin
Nish Nishant26-Sep-03 16:33
sitebuilderNish Nishant26-Sep-03 16:33 
General.Net Remoting with Visual C++ .NET Pin
Moisés Lima Dutra25-Sep-03 6:58
Moisés Lima Dutra25-Sep-03 6:58 
GeneralRe: .Net Remoting with Visual C++ .NET Pin
Nish Nishant26-Sep-03 16:31
sitebuilderNish Nishant26-Sep-03 16:31 
GeneralRe: .Net Remoting with Visual C++ .NET Pin
Tom Archer4-Oct-03 3:17
Tom Archer4-Oct-03 3:17 
GeneralGlobal variables Pin
Jose Vicente25-Sep-03 5:34
Jose Vicente25-Sep-03 5:34 
GeneralRe: Global variables Pin
Nish Nishant26-Sep-03 16:35
sitebuilderNish Nishant26-Sep-03 16:35 
General.NET KeyPreview Pin
carpet the walls24-Sep-03 23:30
carpet the walls24-Sep-03 23:30 
QuestionHow through VC++ .NET to sound a file (.mp3)? Pin
Dr. Zharkov24-Sep-03 18:54
Dr. Zharkov24-Sep-03 18:54 
Hello. A problem in the following:
1. In Visual C++ .NET 2003 we create the project: New Project, Visual C++ Projects, (.NET), Windows Forms Application (.NET). Appears Form1.
2. On Form1 we place the button, and in procedure for processing click on this button we write down a code:

Process::Start(S”wmplayer.exe”, S”D:\\My Sounds\\Sound 1.mp3”);

3. At start of the program, the player appears, however file does not sound (there is a message: the file is not found). Without use VC++ .NET, the player sounds this file normally. In VB .NET 2003 this code sounds a file also normally.

Conclusion. If in a name of a folder (where there is a sound file) or in a name of a sound file there is a blank, VC++ .NET can not find this file.

How through VC++ .NET to sound a file (.mp3), in which name there is a blank?

Beforehand many thanks for your answer. Best regards, Dr. V.A. Zharkov. Address: Orekhovy bulvar, 39-2, Moscow, 115573, Russia.

QuestionHow to use unicode string in MC++ Pin
David Gao23-Sep-03 16:12
David Gao23-Sep-03 16:12 
AnswerRe: How to use unicode string in MC++ Pin
Anthony_Yio24-Sep-03 16:53
Anthony_Yio24-Sep-03 16:53 
GeneralRe: How to use unicode string in MC++ Pin
David Gao26-Sep-03 15:00
David Gao26-Sep-03 15:00 
AnswerRe: How to use unicode string in MC++ Pin
Tim Smith29-Sep-03 12:34
Tim Smith29-Sep-03 12:34 
GeneralString conversion... Pin
raitz23-Sep-03 9:11
raitz23-Sep-03 9:11 
GeneralRe: String conversion... Pin
Anthony_Yio24-Sep-03 16:55
Anthony_Yio24-Sep-03 16:55 
GeneralRe: String conversion... Pin
raitz25-Sep-03 6:19
raitz25-Sep-03 6:19 
QuestionHow to use c dlls in managed c++ Pin
Shailaja23-Sep-03 0:55
Shailaja23-Sep-03 0:55 
AnswerRe: How to use c dlls in managed c++ Pin
Heath Stewart23-Sep-03 3:01
protectorHeath Stewart23-Sep-03 3:01 
GeneralInterface between classes Pin
LordVador22-Sep-03 23:31
LordVador22-Sep-03 23:31 
GeneralRe: Interface between classes Pin
Heath Stewart23-Sep-03 2:44
protectorHeath Stewart23-Sep-03 2:44 
QuestionC++ Lib -> Dll (Wrapper) - How? Pin
Chua Wen Ching21-Sep-03 2:03
Chua Wen Ching21-Sep-03 2:03 
AnswerRe: C++ Lib -> Dll (Wrapper) - How? Pin
Nemanja Trifunovic22-Sep-03 10:20
Nemanja Trifunovic22-Sep-03 10:20 
GeneralRe: C++ Lib -> Dll (Wrapper) - How? Pin
Chua Wen Ching23-Sep-03 22:58
Chua Wen Ching23-Sep-03 22:58 
Generalsave a high color image as 256 color or fewer Pin
mr6020-Sep-03 8:52
mr6020-Sep-03 8:52 
GeneralRe: save a high color image as 256 color or fewer Pin
Heath Stewart23-Sep-03 3:03
protectorHeath Stewart23-Sep-03 3:03 
QuestionInterop Marshalling Performance - System.String to BSTR* too slow. Ideas? Pin
Jeremy Kimball17-Sep-03 2:22
Jeremy Kimball17-Sep-03 2:22 

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.