Forum: VB.NET Oct 18th, 2007 |
| Replies: 0 Views: 788 Audio file Hi
I have an audio file. Each time maskcount is above 0, the file will be played. But the problem is the duration of the file is only 5 sec. So it will stop playing after 5 sec. How do i make it... |
Forum: VB.NET Oct 18th, 2007 |
| Replies: 6 Views: 1,697 Re: Checkbox on database Hi
thanks for the help. Really appreciate it. I've managed to get it out. Here's what i did to it
If vibrotactile Then
'Case 2
If acTestEarThreshold <= 20 Then
... |
Forum: VB.NET Oct 10th, 2007 |
| Replies: 6 Views: 1,697 Re: Checkbox on database Hi
thanks for replying. I tried putting the checkbox ID but it doesn't work. Wriggly lines appeared. It says 'VT is not a member of string'. I declared 'vibrotactile' as String. Is it correct?
I... |
Forum: VB.NET Oct 8th, 2007 |
| Replies: 6 Views: 1,697 Checkbox on database Hi there
I'm now using Microsoft Access and i have a column called VT. I stored it into a variable called vibrotactile.
vibrotactile = ds.Tables("maskingSimulator").Rows(s).Item("VT")
The problem... |
Forum: VB.NET Oct 2nd, 2007 |
| Replies: 0 Views: 724 ForLoop in Mouseclick Hi there.
Sorry, realized that my previous post has some typo error. Editted. Hope can seek some help.
I am trying to make a certain symbol to appear upon every mouseclick. However, the symbol is a... |
Forum: VB.NET Oct 1st, 2007 |
| Replies: 0 Views: 907 Problem with For Loop Hi there.
I am trying to make a certain symbol to appear upon every mouseclick. However, the symbol is a cross and an arrow head. This is how I tried to do it.
Private Sub Form1_Paint(ByVal sender... |
Forum: Visual Basic 4 / 5 / 6 Sep 12th, 2007 |
| Replies: 4 Views: 871 |
Forum: VB.NET Sep 6th, 2007 |
| Replies: 3 Views: 2,579 Cancel Button Hi,
I want to have a dialog result to appear when i click on the form's cancel button. It will ask "Do you want to quit?" when the cancel button is clicked. How do i go about doing that? |
Forum: VB.NET Sep 4th, 2007 |
| Replies: 0 Views: 2,167 Shortcut keys Hi,
I'm using Visual Basic 2005. I'm trying to create shortcut keys for my buttons. Currently, i have 2 buttons, presentButton and plotButton. When i press spacebar, it will perform the... |
Forum: Visual Basic 4 / 5 / 6 Sep 4th, 2007 |
| Replies: 4 Views: 871 Subroutines How do i call a subroutine from another form? |
Forum: VB.NET Aug 20th, 2007 |
| Replies: 16 Views: 3,520 Re: Join multiple tables Hey thanks a lot for your help! Really appreciate it. I've managed to get it working. I used this code and it works:
sql = "SELECT * FROM thresholdTable, Configuration, consistency WHERE... |
Forum: VB.NET Aug 20th, 2007 |
| Replies: 16 Views: 3,520 Re: Join multiple tables By the way, i've checked the Column names and Table names. It is exactly what i've been using. So i don't know what went wrong. |
Forum: VB.NET Aug 20th, 2007 |
| Replies: 16 Views: 3,520 Re: Join multiple tables Hi..
i'm still having errors. I added this statement:
sql = "SELECT * FROM thresholdTable Where Configuration.Configuration = thresholdTable.config And consistency.consistency =... |
Forum: VB.NET Aug 19th, 2007 |
| Replies: 16 Views: 3,520 Re: Join multiple tables Hi..
I'm still facing some errors. It says No value given for one or more required parameters. By the way, my 'consistency' column is not from Configuration table. It's from another table called... |
Forum: VB.NET Aug 19th, 2007 |
| Replies: 16 Views: 3,520 Re: Join multiple tables Then what about the consistency table? I also need to link the 'Consistency' column from thresholdTable to 'consistency' column from consistency table. |
Forum: VB.NET Aug 18th, 2007 |
| Replies: 16 Views: 3,520 Re: Join multiple tables I tried chain joins them together but i get an error. It says "Syntax error (missing operator) in query expression 'Configuration.Configuration = thresholdTable.Config INNER JOIN consistency ON... |
Forum: VB.NET Aug 18th, 2007 |
| Replies: 16 Views: 3,520 Join multiple tables Hi there.
i'm having trouble joining tables. I'm using Access database. Initially, i have 2 tables called thresholdTable and Configuration. In the thresholdTable, there's a column called... |
Forum: Visual Basic 4 / 5 / 6 Aug 16th, 2007 |
| Replies: 2 Views: 1,579 |
Forum: Visual Basic 4 / 5 / 6 Aug 15th, 2007 |
| Replies: 2 Views: 1,579 Updating Combo Box Hi there,
I have a combo box that contains 10 names. For eg. I select John's name. It will retrieve his left250 value from Access database. It will then display as a label. I've managed to do this so... |
Forum: VB.NET Aug 7th, 2007 |
| Replies: 5 Views: 12,471 Re: how to convert vb.net project into exe file I have the same problem. But when I did the building of project and save it in a thumbdrive, and pluck the thumdrive in a new pc and install the program, it can work. But as soon as I remove the... |
Forum: Visual Basic 4 / 5 / 6 Jul 12th, 2007 |
| Replies: 0 Views: 439 Codes for excel Can anyone provide me with some codes to program excel into Visual Basic 2005. Some values in my excel file must be based on values from one of forms. |
Forum: Visual Basic 4 / 5 / 6 Jul 9th, 2007 |
| Replies: 2 Views: 790 Re: Click event Yes, it shows the correct graph. However the previous point plotted disappear and it just plots the new point. |
Forum: Visual Basic 4 / 5 / 6 Jul 5th, 2007 |
| Replies: 2 Views: 790 Click event My program should work in such a way there's a button that we can click. And everytime I click it, it should update a graph in another form. How do I do that? Because right now, everytime I click it,... |