Forum: VB.NET Oct 18th, 2007 |
| Replies: 0 Views: 1,185 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: 2,447 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 <=... |
Forum: VB.NET Oct 10th, 2007 |
| Replies: 6 Views: 2,447 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?
... |
Forum: VB.NET Oct 8th, 2007 |
| Replies: 6 Views: 2,447 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... |
Forum: VB.NET Oct 2nd, 2007 |
| Replies: 0 Views: 1,094 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... |
Forum: VB.NET Oct 1st, 2007 |
| Replies: 0 Views: 1,268 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... |
Forum: Visual Basic 4 / 5 / 6 Sep 12th, 2007 |
| Replies: 4 Views: 1,132 thank you so much. it works. |
Forum: VB.NET Sep 6th, 2007 |
| Replies: 3 Views: 5,766 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: 3,762 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: 1,132 How do i call a subroutine from another form? |
Forum: VB.NET Aug 20th, 2007 |
| Replies: 16 Views: 5,770 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: 5,770 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: 5,770 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: 5,770 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: 5,770 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: 5,770 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: 5,770 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: 2,161 Hey thanks a lot! It works! |
Forum: Visual Basic 4 / 5 / 6 Aug 15th, 2007 |
| Replies: 2 Views: 2,161 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... |
Forum: VB.NET Aug 7th, 2007 |
| Replies: 8 Views: 24,343 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: 876 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: 976 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: 976 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,... |