Click here to Skip to main content
15,887,683 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Correct way to filter a databound combobox based on selection in other databound combobox? Pin
Gr1mR33p3r11-May-08 22:38
Gr1mR33p3r11-May-08 22:38 
QuestionRetrieve data from MySQL and Check the data if anything exited Pin
drexler_kk11-May-08 17:06
drexler_kk11-May-08 17:06 
AnswerRe: Retrieve data from MySQL and Check the data if anything exited Pin
Alsvha11-May-08 20:45
Alsvha11-May-08 20:45 
GeneralRe: Retrieve data from MySQL and Check the data if anything exited Pin
drexler_kk11-May-08 21:50
drexler_kk11-May-08 21:50 
AnswerRe: Retrieve data from MySQL and Check the data if anything exited Pin
CodingYoshi11-May-08 20:46
CodingYoshi11-May-08 20:46 
GeneralRe: Retrieve data from MySQL and Check the data if anything exited Pin
drexler_kk11-May-08 21:56
drexler_kk11-May-08 21:56 
QuestionHELP What are Properties and Control properties? Pin
peachqueenoh11-May-08 15:08
peachqueenoh11-May-08 15:08 
AnswerRe: HELP What are Properties and Control properties? Pin
Christian Graus11-May-08 15:39
protectorChristian Graus11-May-08 15:39 
A property is a setting on a control, which you can set in code, or in the designer. For example, all controls have a Text property ( I believe ). But only databound controls have a Datasource property.

To answer this question, you just need to drag controls onto a form in the designer and look at what their properties are.

I'm hoping this is a middle school programming class, I'd be disgusted if a university called playing with properties in the designer a valid thing to focus on in a programming class. Second week of programming, IMO, you should not be looking at controls at all, or even windows.

Christian Graus

Please read this if you don't understand the answer I've given you

"also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )

GeneralRe: HELP What are Properties and Control properties? Pin
peachqueenoh11-May-08 16:07
peachqueenoh11-May-08 16:07 
GeneralRe: HELP What are Properties and Control properties? Pin
Christian Graus11-May-08 16:08
protectorChristian Graus11-May-08 16:08 
AnswerRe: HELP What are Properties and Control properties? Pin
Ray Cassick11-May-08 17:26
Ray Cassick11-May-08 17:26 
QuestionHow to: Display an Image in an Individual Cell of the DataGridView (Visual Basic) Pin
Graham Irons11-May-08 14:34
Graham Irons11-May-08 14:34 
AnswerRe: How to: Display an Image in an Individual Cell of the DataGridView (Visual Basic) Pin
Dave Kreskowiak12-May-08 5:06
mveDave Kreskowiak12-May-08 5:06 
GeneralRe: How to: Display an Image in an Individual Cell of the DataGridView (Visual Basic) Pin
Graham Irons12-May-08 16:04
Graham Irons12-May-08 16:04 
QuestionNamespace Warning Pin
dBrong11-May-08 14:08
dBrong11-May-08 14:08 
AnswerRe: Namespace Warning Pin
Dave Kreskowiak12-May-08 5:04
mveDave Kreskowiak12-May-08 5:04 
QuestionGrouping dates by week...Is it possible? Pin
Mikjall11-May-08 12:59
Mikjall11-May-08 12:59 
AnswerRe: Grouping dates by week...Is it possible? Pin
Christian Graus11-May-08 13:19
protectorChristian Graus11-May-08 13:19 
GeneralRe: Grouping dates by week...Is it possible? Pin
Mikjall11-May-08 15:12
Mikjall11-May-08 15:12 
GeneralRe: Grouping dates by week...Is it possible? Pin
Christian Graus11-May-08 15:46
protectorChristian Graus11-May-08 15:46 
GeneralRe: Grouping dates by week...Is it possible? Pin
Mycroft Holmes11-May-08 15:58
professionalMycroft Holmes11-May-08 15:58 
GeneralRe: Grouping dates by week...Is it possible? Pin
Christian Graus11-May-08 16:09
protectorChristian Graus11-May-08 16:09 
AnswerRe: Grouping dates by week...Is it possible? Pin
Ashfield11-May-08 21:09
Ashfield11-May-08 21:09 
Questionfont problems with vb6 Pin
Haim Nachum11-May-08 9:39
Haim Nachum11-May-08 9:39 
Questiondirect cast event handleing Pin
jacko87311-May-08 9:21
jacko87311-May-08 9:21 

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.