Click here to Skip to main content
15,914,074 members
Home / Discussions / C#
   

C#

 
GeneralRe: Switch case inside switch Pin
Colin Angus Mackay8-Oct-04 9:24
Colin Angus Mackay8-Oct-04 9:24 
GeneralRe: Switch case inside switch Pin
Heath Stewart8-Oct-04 14:56
protectorHeath Stewart8-Oct-04 14:56 
GeneralRe: Switch case inside switch Pin
RonBou8-Oct-04 23:08
RonBou8-Oct-04 23:08 
GeneralStop Bitmap Button from Highlighting when Pressed Pin
dbromberg8-Oct-04 8:13
dbromberg8-Oct-04 8:13 
GeneralRe: Stop Bitmap Button from Highlighting when Pressed Pin
Anonymous8-Oct-04 9:52
Anonymous8-Oct-04 9:52 
GeneralEmail Automation Pin
MunishArora8-Oct-04 7:48
MunishArora8-Oct-04 7:48 
GeneralBind the records from the table to a datalist control in c# Pin
mcupryk8-Oct-04 5:52
mcupryk8-Oct-04 5:52 
GeneralRe: Bind the records from the table to a datalist control in c# Pin
Alex Korchemniy8-Oct-04 6:08
Alex Korchemniy8-Oct-04 6:08 
Here's how you do it:

ListBox lb = new ListBox();
lb.DataSource = ds; // you data set
lb.DisplayMember = ""; //name of field being displayed
lb.ValueMember = ""; // name of field for value

More information: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemwindowsformslistcontrolclassdatasourcetopic.asp

Jez you even have your phone numbers and everything. Do you get much calls?? lol.
GeneralRe: Bind the records from the table to a datalist control in c# Pin
macsgirl8-Oct-04 6:24
macsgirl8-Oct-04 6:24 
GeneralRe: Bind the records from the table to a datalist control in c# Pin
Alex Korchemniy8-Oct-04 6:36
Alex Korchemniy8-Oct-04 6:36 
GeneralRe: Bind the records from the table to a datalist control in c# Pin
mcupryk8-Oct-04 6:56
mcupryk8-Oct-04 6:56 
GeneralHandle KeyPress Event Pin
mfcuser8-Oct-04 5:25
mfcuser8-Oct-04 5:25 
GeneralRe: Handle KeyPress Event Pin
Alex Korchemniy8-Oct-04 5:36
Alex Korchemniy8-Oct-04 5:36 
GeneralRe: Handle KeyPress Event Pin
mfcuser8-Oct-04 6:04
mfcuser8-Oct-04 6:04 
GeneralRe: Handle KeyPress Event Pin
Alex Korchemniy8-Oct-04 6:10
Alex Korchemniy8-Oct-04 6:10 
GeneralRe: Handle KeyPress Event Pin
mfcuser8-Oct-04 6:54
mfcuser8-Oct-04 6:54 
GeneralNT 4 Pin
sevan8-Oct-04 4:48
sevan8-Oct-04 4:48 
GeneralRe: NT 4 Pin
sreejith ss nair8-Oct-04 5:17
sreejith ss nair8-Oct-04 5:17 
GeneralRe: NT 4 Pin
Heath Stewart8-Oct-04 7:47
protectorHeath Stewart8-Oct-04 7:47 
GeneralSimple shortcut problem with Windows Installer Pin
goldoche8-Oct-04 4:42
goldoche8-Oct-04 4:42 
GeneralRe: Simple shortcut problem with Windows Installer Pin
sreejith ss nair8-Oct-04 5:25
sreejith ss nair8-Oct-04 5:25 
GeneralRe: Simple shortcut problem with Windows Installer Pin
goldoche8-Oct-04 5:40
goldoche8-Oct-04 5:40 
GeneralRe: Simple shortcut problem with Windows Installer Pin
Heath Stewart8-Oct-04 7:51
protectorHeath Stewart8-Oct-04 7:51 
Generalcut 'n' paste an image Pin
ravindra2318-Oct-04 3:11
ravindra2318-Oct-04 3:11 
GeneralRe: cut 'n' paste an image Pin
Vasudevan Deepak Kumar8-Oct-04 4:04
Vasudevan Deepak Kumar8-Oct-04 4:04 

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.