Forum: VB.NET Jul 19th, 2009 |
| Replies: 3 Views: 415 SQL server 2008 express. Which service am i looking for? |
Forum: VB.NET Jul 18th, 2009 |
| Replies: 3 Views: 415 Hello Everyone,
Please move to the correct forum, i wasn't sure where to put this. I also posted this to MSDN, but wanted to post here as well.
I am using VS 2008 Pro Edition
Yesterday i was... |
Forum: VB.NET Mar 16th, 2009 |
| Replies: 3 Views: 518 |
Forum: VB.NET Feb 26th, 2009 |
| Replies: 8 Views: 395 Awesome. Glad you got it figured out. Good luck. |
Forum: VB.NET Feb 25th, 2009 |
| Replies: 6 Views: 1,328 use data binding.
There are many guides or examples on this, but i googled and this is the first result i got.
http://www.startvbdotnet.com/ado/Simplebinding.aspx |
Forum: VB.NET Feb 24th, 2009 |
| Replies: 8 Views: 395 I just create something in like 5 mins. This works for me. At form load i set enabled property of specific combo to false.
In the SelectedIndexChanged event for general combo box i enable the... |
Forum: VB.NET Feb 24th, 2009 |
| Replies: 8 Views: 395 What did you try? I didnt give any exact code as im sure you know. Show us some code. If i can't help, i'm sure another will. |
Forum: VB.NET Feb 24th, 2009 |
| Replies: 8 Views: 395 Couldn't you use:
Pseudocode:
if generalcomobobox is soda then
comboboxspecific items = sprite, etc.
elseif generalcombobox is Juice then
comboboxspecific items = apple, etc. |
Forum: VB.NET Jan 31st, 2009 |
| Replies: 3 Views: 768 Thanks for the link and the encouragement. I will keep working on it hard. Thanks! |
Forum: VB.NET Jan 31st, 2009 |
| Replies: 3 Views: 768 Hello everyone.
Can anyone give a link to a good guide/tutorial on how to populate a treeview with the drives of a system. I am able to get the drives listed, but am i having a problem creating... |
Forum: VB.NET Jan 2nd, 2009 |
| Replies: 2 Views: 480 if you dont see the toolbar as a tab along one of the sides, then go to...
view menu then choose toolbox |
Forum: VB.NET Dec 20th, 2008 |
| Replies: 3 Views: 1,013 You are very welcome. I am very new as well. I just learned this by reading the forums. Good luck. |
Forum: VB.NET Dec 19th, 2008 |
| Replies: 3 Views: 1,013 |
Forum: VB.NET Dec 19th, 2008 |
| Replies: 2 Views: 629 Ohhhh... I see. So creating a new instance of the form in memory basically erases the original. Makes sense. Thank you! |
Forum: VB.NET Dec 18th, 2008 |
| Replies: 2 Views: 629 Hello everyone. I have been studying VB on my own in prep for my class next semester. I am trying to update a label on form1 from form2. Below is just a "test" example i created to figure out what im... |