Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~1K People Reached
Favorite Forums

7 Posted Topics

Member Avatar for kehar

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 information. [url]http://www.freevbcode.com/ShowCode.Asp?ID=3157[/url]

Member Avatar for jayDC
0
167
Member Avatar for jayDC

I'm using the VB6 Standard Toolbar Control. I would like to basically do this: [code] Private Sub MDIForm1.Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button) [/code] Which cannot be done. I'm looking for a some along these line. I have tried this code in a timer, but it seems to make the button click …

Member Avatar for SCBWV
0
732
Member Avatar for jayDC

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, and not use a component. First I was thinking …

0
68
Member Avatar for jayDC
Member Avatar for jayDC
0
68
Member Avatar for jayDC

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 Equipment, and the audio that goes with it. The problem I'm faced with is accurate timing. …

Member Avatar for hkdani
0
146
Member Avatar for HF SHOOTER

Hey check out the FMOD Api.. [url]www.FMOD.org[/url] this is a fantastic audio engine for many langs, including VB6.

Member Avatar for hkdani
0
159
Member Avatar for hawisme000

I have this in my code [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 ErrorHandler If (cD.VBGetOpenFileName(sFile, Filter:="Wave Files (*.WAV)|*.WAV|All Files (*.*)|*.*", _ DefaultExt:="WAV", Owner:=Me.Hwnd)) Then Timer1.Enabled = 1 result = FMOD_System_CreateSound(system, …

Member Avatar for jayDC
0
133

The End.