Page 1 of 1

Windows Visual Basic Project

Posted: Sun Sep 14, 2008 7:49 pm
by YzRiDeR72
In an attempt to make a program. Making a login screen to it (which is pre-made) is their anyway to tie that into a database made by Microsoft Access? =D

Re: Windows Visual Basic Project

Posted: Sun Sep 14, 2008 11:38 pm
by 3ICE
Yes it is, 3 keywords: database relations, add resource, connect to database its all in the ReadMe (Press F1)

Re: Windows Visual Basic Project

Posted: Tue Sep 23, 2008 7:52 pm
by YzRiDeR72
Different program although in Visual Basic. It has a shockwave player n' a link to a game which appears in the form. Is there any code for after clicking a button it can mute the games sound or mute the computer altogther?

Re: Windows Visual Basic Project

Posted: Wed Sep 24, 2008 11:04 am
by 3ICE
First result on Google http://support.microsoft.com/kb/178456" onclick="window.open(this.href);return false;

Re: Windows Visual Basic Project

Posted: Wed Sep 24, 2008 2:36 pm
by YzRiDeR72
<3 ha omg big words

Re: Windows Visual Basic Project

Posted: Wed Sep 24, 2008 2:46 pm
by YzRiDeR72
Theres no just simpler stuff to enter into the code for clicking on a button eh? =p

Re: Windows Visual Basic Project

Posted: Thu Sep 25, 2008 7:27 am
by 3ICE
GetVolumeControl(hmixer, &H0&+4, (&H50000000 Or &H30000)+1, volCtrl)
or
GetVolumeControl(hmixer, MIXERLINE_COMPONENTTYPE_DST_SPEAKERS, MIXERCONTROL_CONTROLTYPE_VOLUME, volCtrl)
or
http://allapi.mentalis.org/vbexamples/v ... ory=SOURCE" onclick="window.open(this.href);return false;