Click here to Skip to main content
15,923,142 members
Home / Discussions / C#
   

C#

 
GeneralRe: Playing sounds through c# Pin
Peter Stephens21-Feb-02 9:56
Peter Stephens21-Feb-02 9:56 
GeneralRe: Playing sounds through c# Pin
Profox Jase21-Feb-02 9:36
Profox Jase21-Feb-02 9:36 
GeneralRe: Playing sounds through c# Pin
Profox Jase22-Feb-02 0:37
Profox Jase22-Feb-02 0:37 
GeneralRe: Playing sounds through c# Pin
22-Feb-02 3:35
suss22-Feb-02 3:35 
GeneralRe: Playing sounds through c# Pin
Peter Stephens22-Feb-02 7:48
Peter Stephens22-Feb-02 7:48 
GeneralRe: Playing sounds through c# Pin
Profox Jase25-Feb-02 5:25
Profox Jase25-Feb-02 5:25 
GeneralDropDownList in C# Application Pin
Gavin_Mannion20-Feb-02 23:10
Gavin_Mannion20-Feb-02 23:10 
GeneralRe: DropDownList in C# Application Pin
Christopher Lord20-Feb-02 23:38
Christopher Lord20-Feb-02 23:38 
If your working in ASP.net, one of the the Add overrides lets you specify a ListItem class, which takes two strings. These map to the text of the option and the value of the option in html. Value can be retrieved from SelectedItem.Value, and the text from SelectedItem.Text.

I expect C# for apps is fairly close, but there are definately differences between the two. One difference I expect is the ability to map an object to the string instead of a second string.

// Rock
GeneralRe: DropDownList in C# Application Pin
Gavin_Mannion21-Feb-02 0:50
Gavin_Mannion21-Feb-02 0:50 
GeneralRe: DropDownList in C# Application Pin
SimonS21-Feb-02 22:45
SimonS21-Feb-02 22:45 
GeneralRe: DropDownList in C# Application Pin
Gavin_Mannion21-Feb-02 22:53
Gavin_Mannion21-Feb-02 22:53 
GeneralRe: DropDownList in C# Application Pin
SimonS21-Feb-02 22:59
SimonS21-Feb-02 22:59 
GeneralRe: DropDownList in C# Application Pin
James T. Johnson22-Feb-02 7:29
James T. Johnson22-Feb-02 7:29 
GeneralSetting a timeout Pin
20-Feb-02 19:36
suss20-Feb-02 19:36 
QuestionHow to Map a C++ Struct from a DLL into C# Pin
Felix Nielsen20-Feb-02 11:44
Felix Nielsen20-Feb-02 11:44 
AnswerRe: How to Map a C++ Struct from a DLL into C# Pin
20-Feb-02 14:48
suss20-Feb-02 14:48 
GeneralRe: How to Map a C++ Struct from a DLL into C# Pin
20-Feb-02 22:15
suss20-Feb-02 22:15 
AnswerRe: How to Map a C++ Struct from a DLL into C# Pin
Filip21-Feb-02 3:32
Filip21-Feb-02 3:32 
AnswerRe: How to Map a C++ Struct from a DLL into C# Pin
James T. Johnson21-Feb-02 19:56
James T. Johnson21-Feb-02 19:56 
GeneralRe: How to Map a C++ Struct from a DLL into C# Pin
Felix Nielsen21-Feb-02 23:01
Felix Nielsen21-Feb-02 23:01 
GeneralRe: How to Map a C++ Struct from a DLL into C# Pin
Felix Nielsen22-Feb-02 11:26
Felix Nielsen22-Feb-02 11:26 
GeneralRe: How to Map a C++ Struct from a DLL into C# Pin
James T. Johnson22-Feb-02 14:08
James T. Johnson22-Feb-02 14:08 
Generalcall winapi in c# Pin
Filip20-Feb-02 2:44
Filip20-Feb-02 2:44 
GeneralRe: call winapi in c# Pin
20-Feb-02 6:11
suss20-Feb-02 6:11 
GeneralC# profiling tool Pin
SimonS20-Feb-02 1:08
SimonS20-Feb-02 1:08 

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.