Click here to Skip to main content
15,888,527 members
Home / Discussions / C#
   

C#

 
GeneralRe: Sorting numbers in a ListView Pin
mav.northwind14-Sep-04 3:42
mav.northwind14-Sep-04 3:42 
GeneralaxWebBrowser and multiple language support Pin
adohring14-Sep-04 2:57
adohring14-Sep-04 2:57 
GeneralEncryption Pin
wybstar14-Sep-04 2:42
wybstar14-Sep-04 2:42 
GeneralRe: Encryption Pin
Steven Campbell14-Sep-04 3:06
Steven Campbell14-Sep-04 3:06 
GeneralRe: Encryption Pin
wybstar15-Sep-04 20:42
wybstar15-Sep-04 20:42 
GeneralCD In out eject Pin
Member 129384013-Sep-04 21:01
Member 129384013-Sep-04 21:01 
GeneralRe: CD In out eject Pin
sreejith ss nair13-Sep-04 21:42
sreejith ss nair13-Sep-04 21:42 
GeneralRe: CD In out eject Pin
Stefan Troschuetz14-Sep-04 3:54
Stefan Troschuetz14-Sep-04 3:54 
This worked for me:
// Declaration
[DLLImport("winmm.dll")]
extern static int mciSendString(string lpszCommand, int lpszReturnString, int cchReturn, int hwndCallback);

// Usage
mciSendString("Set cdaudio door open wait", 0, 0, 0);
mciSendString("Set cdaudio door closed wait", 0, 0, 0);









www.troschuetz.de
Generalvideo with directx Pin
Member 135667113-Sep-04 20:19
Member 135667113-Sep-04 20:19 
GeneralURL to the Web Service gives parser error Pin
Jeffrey Scott Flesher13-Sep-04 19:50
Jeffrey Scott Flesher13-Sep-04 19:50 
GeneralRe: URL to the Web Service gives parser error Pin
sreejith ss nair13-Sep-04 21:31
sreejith ss nair13-Sep-04 21:31 
GeneralMFC Libs in c# Pin
malotian13-Sep-04 19:43
malotian13-Sep-04 19:43 
GeneralRe: MFC Libs in c# Pin
sreejith ss nair13-Sep-04 21:28
sreejith ss nair13-Sep-04 21:28 
GeneralRe: MFC Libs in c# Pin
malotian13-Sep-04 22:54
malotian13-Sep-04 22:54 
GeneralRe: MFC Libs in c# Pin
mav.northwind14-Sep-04 0:36
mav.northwind14-Sep-04 0:36 
Generalforms and resource Pin
arbrsoft13-Sep-04 19:25
arbrsoft13-Sep-04 19:25 
GeneralRe: forms and resource Pin
sreejith ss nair13-Sep-04 21:11
sreejith ss nair13-Sep-04 21:11 
GeneralRe: forms and resource Pin
kodandapani14-Sep-04 5:13
kodandapani14-Sep-04 5:13 
GeneralAdding code to events in C# setup projects Pin
samirazmat13-Sep-04 18:51
samirazmat13-Sep-04 18:51 
GeneralCombobox Text changed event issue Pin
Anonymous13-Sep-04 15:49
Anonymous13-Sep-04 15:49 
GeneralRe: Combobox Text changed event issue Pin
sreejith ss nair13-Sep-04 21:24
sreejith ss nair13-Sep-04 21:24 
QuestionHow to change a manageObject's value in WMI application? Pin
fu013-Sep-04 15:29
fu013-Sep-04 15:29 
GeneralPlaying video files with Media Player Pin
Christian Graus13-Sep-04 14:44
protectorChristian Graus13-Sep-04 14:44 
GeneralRe: need help in the Process class Pin
Nick Parker13-Sep-04 12:35
protectorNick Parker13-Sep-04 12:35 
GeneralRe: need help in the Process class Pin
bora3ee14-Sep-04 8:32
bora3ee14-Sep-04 8:32 

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.