Click here to Skip to main content
15,891,033 members
Home / Discussions / C#
   

C#

 
GeneralPolling folders using windows apps c#.net Pin
Member 12937588-Nov-04 0:21
Member 12937588-Nov-04 0:21 
GeneralRe: Polling folders using windows apps c#.net Pin
Stefan Troschuetz8-Nov-04 1:22
Stefan Troschuetz8-Nov-04 1:22 
Generalencoding Pin
erdemciga7-Nov-04 23:21
erdemciga7-Nov-04 23:21 
GeneralRe: encoding Pin
Sebastian Schneider8-Nov-04 0:37
Sebastian Schneider8-Nov-04 0:37 
Generalcompact framework Process.start Pin
BoerPuillaert7-Nov-04 23:10
BoerPuillaert7-Nov-04 23:10 
GeneralEnumerate Com ports Pin
jk chan7-Nov-04 22:05
jk chan7-Nov-04 22:05 
GeneralRe: Enumerate Com ports Pin
Valeria Bogdevich8-Nov-04 1:06
Valeria Bogdevich8-Nov-04 1:06 
QuestionDropDownList1.SelectedIndex = -1 couldn't work ? Pin
lighting_blue7-Nov-04 21:44
lighting_blue7-Nov-04 21:44 
DropDownList1.Items.Add ( "One" );
DropDownList1.Items.Add ( "Two" );
DropDownList1.SelectedIndex = -1;

why I still got One in my DropDown? I want got no selection.
Is there any property in dropdownlist muse be set?

Thankx

AnswerRe: DropDownList1.SelectedIndex = -1 couldn't work ? Pin
Valeria Bogdevich8-Nov-04 0:40
Valeria Bogdevich8-Nov-04 0:40 
AnswerRe: DropDownList1.SelectedIndex = -1 couldn't work ? Pin
Anonymous8-Nov-04 19:19
Anonymous8-Nov-04 19:19 
Generalpassing HDC of picturebox to VC++ dll from C# Pin
handle1237-Nov-04 21:26
handle1237-Nov-04 21:26 
GeneralRe: passing HDC of picturebox to VC++ dll from C# Pin
Corinna John7-Nov-04 22:08
Corinna John7-Nov-04 22:08 
GeneralRe: passing HDC of picturebox to VC++ dll from C# Pin
handle1238-Nov-04 2:53
handle1238-Nov-04 2:53 
GeneralRe: passing HDC of picturebox to VC++ dll from C# Pin
Corinna John8-Nov-04 3:39
Corinna John8-Nov-04 3:39 
GeneralRe: passing HDC of picturebox to VC++ dll from C# Pin
handle1238-Nov-04 4:28
handle1238-Nov-04 4:28 
Generaldatabase viewer Pin
jomargon7-Nov-04 20:17
jomargon7-Nov-04 20:17 
GeneralRe: database viewer Pin
leppie7-Nov-04 21:39
leppie7-Nov-04 21:39 
GeneralC# Windows app in MFC Pin
Member 169777-Nov-04 19:53
Member 169777-Nov-04 19:53 
Generalhelp with system beep Pin
tom_dx7-Nov-04 8:53
tom_dx7-Nov-04 8:53 
GeneralRe: help with system beep Pin
Colin Angus Mackay7-Nov-04 12:10
Colin Angus Mackay7-Nov-04 12:10 
GeneralRe: help with system beep Pin
tom_dx7-Nov-04 13:10
tom_dx7-Nov-04 13:10 
GeneralRe: help with system beep Pin
Anonymous8-Nov-04 19:30
Anonymous8-Nov-04 19:30 
GeneralRe: help with system beep Pin
tom_dx9-Nov-04 1:29
tom_dx9-Nov-04 1:29 
GeneralBinaryReader I/O Problem - File Address Pin
zuschauer7-Nov-04 8:22
zuschauer7-Nov-04 8:22 
GeneralRe: BinaryReader I/O Problem - File Address Pin
leppie7-Nov-04 9:22
leppie7-Nov-04 9: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.