Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
32% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
4
Posts with Downvotes
1
Downvoting Members
4
1 Commented Post
0 Endorsements
~16.1K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Gowsi
Member Avatar for Reverend Jim
1
14K
Member Avatar for mustoora

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 presentButton Click Event and when i press Enter, it will perform the plotButton Click Event. Is that possible? Private …

Member Avatar for codeorder
-4
133
Member Avatar for mustoora

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 play continuosly for as long as the …

0
62
Member Avatar for mustoora

Hi there I'm now using Microsoft Access and i have a column called VT. I stored it into a variable called vibrotactile. [INLINECODE]vibrotactile = ds.Tables("maskingSimulator").Rows(s).Item("VT")[/INLINECODE] The problem is the column contains checkboxes. If my VT column is not checked, it will carry out Case 1. Else, if my VT column …

Member Avatar for mustoora
0
132
Member Avatar for mustoora

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 cross and an arrow head. This is how I tried to do it. [CODE]Private …

0
63
Member Avatar for mustoora

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 As Object, ByVal e As _ System.Windows.Forms.PaintEventArgs) Handles _ MyBase.Paint Dim bluePen As …

0
60
Member Avatar for mustoora
Member Avatar for mustoora

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?

Member Avatar for preetham.saroja
0
160
Member Avatar for mustoora

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 'Config' and i've linked it to a column called 'Confuguration' from the Configuration table. Right now everything's working. However, i added another table, …

Member Avatar for QVeen72
0
1K
Member Avatar for mustoora

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 far. However, when i add in a new name in the …

Member Avatar for mustoora
0
100
Member Avatar for mustoora

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.

0
68
Member Avatar for mustoora

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, it only opens the form as for now, the only …

Member Avatar for mustoora
0
135