| Thread | Last Post | Replies |
|
| Overflow here ...?? | 05 Jun 2006 08:29 GMT | 2 |
Private Sub showTheDifference() Dim x As Integer Dim y As Integer Dim lColor As Long
|
| why doesn't this compile | 05 Jun 2006 07:14 GMT | 3 |
create a new class called Class1 with the following Option Explicit Private foo1() As String Public Property Get foo() As String()
|
| Adding a control to only one tab page in VB? | 05 Jun 2006 04:22 GMT | 1 |
I've been away from VB for a while and I'm helping a friend with a project. For the life of me, I can't remember how to add a control to a tab page and only have it appear on just one page. If I double click on a control, it ends up appearing on all the tab pages that I have on
|
| MS Flex Grid control, controlling keyboard | 05 Jun 2006 01:13 GMT | 3 |
I tried doing a search about this on Google but found either nothing, or too many pages when I used fewer keywords. I am using the msflexgrid control to create a keyboard driven game, and it works well as long as the user only taps the arrow keys. If they hit end or
|
| ADO Question | 04 Jun 2006 22:51 GMT | 3 |
I have a password protected MS Access 97 database. There hasn't been assigned any specific users, so any one who wants to open it with MS Access and uses the password can do it. No userID is required. My question is with ADO. How can I open the database with ADO Control?
|
| Follow up to SQL question from a couple days back | 04 Jun 2006 22:36 GMT | 1 |
I thank Ivar and Kjell for the pointers I requested in the previous post,and I managed to get the results I'm looking for,Using Debug.Print was helpful in seeing what was going on.This is the code I'm using Dim mySQL As String
|
| Shortcut key and tab problems | 04 Jun 2006 16:34 GMT | 6 |
All of a sudden, the tab order is really messed up in one of my forms. Everytime I try to correct it, VB comes right back and assigns another TabIndex number other than what I just designated. What could be causing this?
|
| Control array Load function returning nothing? | 04 Jun 2006 00:28 GMT | 4 |
I have the following code to load a control array (of labels). When I run it, I get a run-time error of Error 91: "Object variable or With Block variable not set"
|
| Windows Media Player Start Position... | 03 Jun 2006 21:37 GMT | 2 |
Hello Friends, I have been looking through as many samples as I can find but have not been able to figure out how start a track on a CD from a certain start position. Let's say I want playback to begin starting at 10 seconds into the track and
|
| Problems with Application setup wizard. | 03 Jun 2006 19:01 GMT | 1 |
I am using VB 5.0 on a XP Pro SP2 machine. When I try and run the wizard I sometimes get the error message "Invalid Property Value" "An un-expected error has occurred". I press OK and it all goes away. It's a bit of a crap shoot when running this software.
|
| Show Design Grid in a Picture Box? | 03 Jun 2006 18:38 GMT | 10 |
I am trying to draw lines horizontal and vertical lines in a picture box. How do I get the design grid to show up (thru or in/on ) a picture box during design time so that I can use the grid to align my lines and other picture objects to it ? Is there a transparency setting that ...
|
| ActiveBar ToolLostFocus event | 03 Jun 2006 18:34 GMT | 2 |
I have ActiveBar control in my Form to popup when we rightclick on the Grid. It contains a TextBox tool in it. If I enter a filename and press enter, it will raise the Tool LostFocus event and write the Grid details in a file.
|
| 'Record' music currently PLAYING on computer SPEAKERS? | 03 Jun 2006 17:48 GMT | 1 |
If I wanted to record the audio currently playing on my computer speakers, how would I do this in VB6? Thanks in advance.
|
| Control Array items not responding to events | 03 Jun 2006 15:16 GMT | 3 |
I have a control array on a form. The control is a label control, and I have working code which adds new ones dynamically in response to user actions. The labels display, but do not respond to the Click or DblClick events like they should. Here's the code I'm using:
|
| Accessing MS Access database on a remote computer | 03 Jun 2006 13:41 GMT | 4 |
My VB 6 application reads and writes to a MS Access Database called Test.mdb. Right now, the database is located in the same folder as my VB application. I access as follows:
|