Forum: Visual Basic 4 / 5 / 6 Jan 12th, 2008 |
| Replies: 5 Views: 977 Re: code for allowing trial period not sure if the MAC address is the way to go, what if you change nics.
maybe the windows serial or registered users name, from the system information.
take a look here on how to access that... |
Forum: Visual Basic 4 / 5 / 6 Jan 11th, 2008 |
| Replies: 5 Views: 1,300 Re: ToolBar bacially the problem is.
I have a toolbar in a MDIForm called MDIForm1
Most of the code of my project is located in Form1
I want to have form1 have the code, but the toolbar to located in... |
Forum: Visual Basic 4 / 5 / 6 Jan 11th, 2008 |
| Replies: 5 Views: 1,300 Re: ToolBar IS there a way to do the code you just posted but from a form that does not include the toolbar?
Ie:
MDIForm1 has the toolbar
Form1 has the button code |
Forum: Visual Basic 4 / 5 / 6 Jan 11th, 2008 |
| Replies: 5 Views: 1,300 ToolBar I'm using the VB6 Standard Toolbar Control. I would like to basically do this:
Private Sub MDIForm1.Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button)
Which cannot be done. I'm looking for a... |
Forum: Visual Basic 4 / 5 / 6 Jan 3rd, 2008 |
| Replies: 0 Views: 560 Graphical Knob as Scrollbar. I have worked out a good way to replace a scrollbar with a graphical slider, and it works great. Now I'm on to the knobs. Anyone have an idea on the best way to approach this? I want to code them,... |
Forum: Visual Basic 4 / 5 / 6 Dec 18th, 2007 |
| Replies: 2 Views: 897 |
Forum: Visual Basic 4 / 5 / 6 Dec 16th, 2007 |
| Replies: 2 Views: 897 Graphical Scrollbar is there a way to implement a graphical scrollbar? the vb6 one is kinda ugly. |
Forum: Visual Basic 4 / 5 / 6 Dec 15th, 2007 |
| Replies: 3 Views: 1,697 Re: How to make a Loading bar?? I have this in my code
Private Sub mnuOpen_Click()
Dim result As FMOD_RESULT
Dim cD As New cCommonDialog
If channel Then
Call FMOD_Channel_Stop(channel)
End If
Timer1.Enabled = 1
On Error GoTo... |
Forum: Visual Basic 4 / 5 / 6 Dec 15th, 2007 |
| Replies: 2 Views: 1,653 |
Forum: Visual Basic 4 / 5 / 6 Dec 15th, 2007 |
| Replies: 2 Views: 1,127 |
Forum: Visual Basic 4 / 5 / 6 Dec 15th, 2007 |
| Replies: 2 Views: 1,127 Sample Accurate Timing? Hello everyone,
I'm a bit new to this forum, found some excellent posts that helped me alot on this new and advance project I'm working on.
I'm creating a program to control Vinyl Mastering... |