Click here to Skip to main content
15,898,979 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Need help with advanced manipulation of Excel files using VB.NET Pin
Andy_L_J9-Aug-11 21:07
Andy_L_J9-Aug-11 21:07 
QuestionVista\Win7 - Is it possible to shell and specify an account to run the process under? Pin
Jon_Boy9-Aug-11 3:11
Jon_Boy9-Aug-11 3:11 
AnswerRe: Vista\Win7 - Is it possible to shell and specify an account to run the process under? Pin
Shameel9-Aug-11 4:44
professionalShameel9-Aug-11 4:44 
GeneralRe: Vista\Win7 - Is it possible to shell and specify an account to run the process under? Pin
Jon_Boy10-Aug-11 6:42
Jon_Boy10-Aug-11 6:42 
GeneralRe: Vista\Win7 - Is it possible to shell and specify an account to run the process under? Pin
MicroVirus10-Aug-11 7:58
MicroVirus10-Aug-11 7:58 
QuestionComboBox DisplayMember and ValueMember without database Pin
ivo755-Aug-11 7:13
ivo755-Aug-11 7:13 
AnswerRe: ComboBox DisplayMember and ValueMember without database Pin
ivo755-Aug-11 8:09
ivo755-Aug-11 8:09 
AnswerRe: ComboBox DisplayMember and ValueMember without database Pin
Luc Pattyn5-Aug-11 9:53
sitebuilderLuc Pattyn5-Aug-11 9:53 
There is no need for a database, a DataTable, or anything pre-existing. You want some class, with at least two public properties, and a collection of instances of said class. The collection (e.g. a List) becomes your DataSource; the one string property your DisplayMember, and the other property your ValueMember; so you need to provide the names of those properties in the "DisplayMember" and "ValueMember" properties of your Control (e.g. ComboBox).

Smile | :)
Luc Pattyn [My Articles] Nil Volentibus Arduum

GeneralRe: ComboBox DisplayMember and ValueMember without database Pin
ivo755-Aug-11 11:38
ivo755-Aug-11 11:38 
GeneralRe: ComboBox DisplayMember and ValueMember without database Pin
Andy_L_J5-Aug-11 17:37
Andy_L_J5-Aug-11 17:37 
QuestionReleasing a VB application for use in a Win PE Pin
Slingshot II5-Aug-11 4:00
Slingshot II5-Aug-11 4:00 
AnswerRe: Releasing a VB application for use in a Win PE Pin
Shameel5-Aug-11 4:19
professionalShameel5-Aug-11 4:19 
AnswerRe: Releasing a VB application for use in a Win PE Pin
Eddy Vluggen5-Aug-11 6:16
professionalEddy Vluggen5-Aug-11 6:16 
GeneralRe: Releasing a VB application for use in a Win PE Pin
Slingshot II10-Aug-11 4:10
Slingshot II10-Aug-11 4:10 
GeneralRe: Releasing a VB application for use in a Win PE Pin
Eddy Vluggen10-Aug-11 10:48
professionalEddy Vluggen10-Aug-11 10:48 
QuestionPlease look at this discussion Pin
User 76894774-Aug-11 20:22
User 76894774-Aug-11 20:22 
AnswerRe: Please look at this discussion Pin
Andy_L_J4-Aug-11 20:54
Andy_L_J4-Aug-11 20:54 
AnswerRe: Please look at this discussion Pin
Dalek Dave23-Aug-11 11:26
professionalDalek Dave23-Aug-11 11:26 
QuestionDouble Firing Event Pin
eddieangel4-Aug-11 13:10
eddieangel4-Aug-11 13:10 
AnswerRe: Double Firing Event Pin
Dave Kreskowiak4-Aug-11 13:56
mveDave Kreskowiak4-Aug-11 13:56 
GeneralRe: Double Firing Event Pin
eddieangel5-Aug-11 6:19
eddieangel5-Aug-11 6:19 
AnswerRe: Double Firing Event Pin
MicroVirus9-Aug-11 13:49
MicroVirus9-Aug-11 13:49 
QuestionImage Reconstruction Using Genetic algorithm for Minimize the Number of projection and Maximize the Image Quality in C/C++/Matlab Pin
Kartheeswaran.S3-Aug-11 0:10
Kartheeswaran.S3-Aug-11 0:10 
AnswerRe: Image Reconstruction Using Genetic algorithm for Minimize the Number of projection and Maximize the Image Quality in C/C++/Matlab Pin
Richard MacCutchan3-Aug-11 1:24
mveRichard MacCutchan3-Aug-11 1:24 
AnswerRe: Image Reconstruction Using Genetic algorithm for Minimize the Number of projection and Maximize the Image Quality in C/C++/Matlab Pin
Dave Kreskowiak3-Aug-11 2:06
mveDave Kreskowiak3-Aug-11 2:06 

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.