Forum: VB.NET Apr 8th, 2008 |
| Replies: 3 Views: 1,490 Thanks for your suggestions but I fixed the code by changing the integer to a string, I think Select Case didn't like the integer for some reason?
Private Sub Button1_Click(ByVal sender As... |
Forum: VB.NET Apr 7th, 2008 |
| Replies: 3 Views: 1,490 Hey people, I'm not sure what is wrong with this code and any help would be greatly appreciated:
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles... |
Forum: VB.NET Apr 2nd, 2008 |
| Replies: 3 Views: 5,423 Hi, I have created the following sql statement in tblshopstableadapter:
SELECT ShopID, CategoryID, ShopName, Floor
FROM tblShops
WHERE (ShopName = '@Name')
How do i assign a... |
Forum: VB.NET Apr 2nd, 2008 |
| Replies: 1 Views: 1,522 I am also having problems trying to use a textbox to search for a value in the name column.
1. User types "String" into txtbox
2. press ok
3."String" passed to DGV/dataset/bindingsource/what?... |
Forum: VB.NET Apr 2nd, 2008 |
| Replies: 1 Views: 1,522 Hi, after problems with using checkedlistboxes and the rest. I decided to take an easier route and use a listbox which i have populated from a database. It contains text with values assigned to it. i... |
Forum: VB.NET Apr 2nd, 2008 |
| Replies: 4 Views: 2,720 Thank you Johnny, it works! I think my problem was I wasnt keeping it simple enough.. Thank you! |
Forum: VB.NET Apr 1st, 2008 |
| Replies: 4 Views: 2,720 I have tried all 3, hence the commenting out, VB JIT debugger tried to handle it.
Basically ok works if the password is correct or there isnt one, if its wrong i think it crashes or if i hit... |
Forum: VB.NET Apr 1st, 2008 |
| Replies: 4 Views: 2,720 Hey people, just a quick one here, as its getting quite annoying. Basically i want the form to only be closed when a correct password is entered using the form closing event. i have tried the... |
Forum: VB.NET Mar 31st, 2008 |
| Replies: 1 Views: 557 Ok I have thought about it and ended up using a datagridview.. But i am still unsure about how i can display the required rows.
The idea is:
checkedlistbox has options selected, somehow i... |
Forum: VB.NET Mar 26th, 2008 |
| Replies: 1 Views: 557 Hi,
I am creating an information system with a database and table which contains 4 fields ( shopid, catergoryid, name and floor) The idea is that when the user selects a checkbox, it displays all... |
Forum: VB.NET Apr 21st, 2007 |
| Replies: 0 Views: 1,352 Hi, I'm trying to create a text to speech application with the ability to play, pause, resume , stop rewind and fast forward sections of text. Also play selected.
The first problem is, I want to... |