Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Beep in VB
Name: henry_joshua Date: June 21, 2005 at 22:15:00 Pacific OS: Win XP CPU/Ram: P-4/128
Comment:
Dear Friends, I have used the Beep Command in VB, but the System Speaker sounds very slow. I want a bigger beep like the one I get while booting. How do I do it. Pls Help
Name: borelli35 Date: June 22, 2005 at 00:10:16 Pacific
Reply:
See what you get with this:
FOR i% = 1 TO 3 SOUND 700, 12 SLEEP 1 NEXT
John W. Borelli IT Specialist Hawkeye Security borelli35
0
Response Number 2
Name: henry_joshua Date: June 22, 2005 at 02:42:21 Pacific
Reply:
Dear Friend, While I executed this code it gave an error in Sound statement that "Sub or Function Not Defined" . Pls Help
Thanx
Joshua
0
Response Number 3
Name: borelli35 Date: June 24, 2005 at 02:12:46 Pacific
Reply:
=============================================================== Strange, I pulled that snippet off of microsofts web site for purposes of speed. Possibly it applied to a different version. The only other notes I could find regarding beep is that it depends upon the computer that is being used (that the app is being run on) which is why I looked for something different.
This being the case, you may want to look into VBs sound card/MM extensions.
John W. Borelli IT Specialist Hawkeye Security borelli35
0
Response Number 4
Name: ShikiBrun Date: July 7, 2005 at 04:15:03 Pacific
Reply:
I think you need to declare the API function Beep, and then do:
Summary: I think you mean Select Case...it is VB's equivalent to C/C++'s switch statement. IN C/C++ switch(aValue) { case 0: DoSomething(); break; case 1: DoSomethingElse(); ...
Summary: Hi friends I want the web site address which contains the project of Banking System in VB 6.0. Plz tell me about this site. I will very thankful to u. ...