Click here to Skip to main content
15,914,642 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Batch compile in VB Pin
Konstantin Vasserman26-Dec-01 13:07
Konstantin Vasserman26-Dec-01 13:07 
GeneralFile Read Pin
Warlock2725-Dec-01 14:58
Warlock2725-Dec-01 14:58 
GeneralRe: File Read Pin
Nick Parker26-Dec-01 10:05
protectorNick Parker26-Dec-01 10:05 
GeneralCommand Line Parameters Pin
Firoz22-Dec-01 4:17
Firoz22-Dec-01 4:17 
GeneralRe: Command Line Parameters Pin
Konstantin Vasserman23-Dec-01 7:43
Konstantin Vasserman23-Dec-01 7:43 
GeneralRe: Command Line Parameters Pin
Firoz24-Dec-01 1:21
Firoz24-Dec-01 1:21 
GeneralOperating a wav file from VB. Pin
Ahuva21-Dec-01 1:52
Ahuva21-Dec-01 1:52 
GeneralRe: Operating a wav file from VB. Pin
Michael P Butler21-Dec-01 2:19
Michael P Butler21-Dec-01 2:19 
From MSDN,

'This function declaration must be entered onto a single line.
Declare Function sndPlaySound32 Lib "winmm.dll" Alias "sndPlaySoundA" _
    (ByVal lpszSoundName As String, ByVal uFlags As Long) As Long


Sub PlaySound()
    If Application.CanPlaySounds Then
        'Substitute the path and filename of the sound you want to play
        Call sndPlaySound32("c:\windows\media\chimes.wav", 0)
    End If
End Sub 


Michael Smile | :)
Generalvisual basic Pin
21-Dec-01 0:26
suss21-Dec-01 0:26 
GeneralRe: visual basic Pin
Konstantin Vasserman23-Dec-01 7:45
Konstantin Vasserman23-Dec-01 7:45 
GeneralListview Problem Pin
David Galloway19-Dec-01 3:57
David Galloway19-Dec-01 3:57 
GeneralGetting word under mouse pointer! Pin
Saeed Torabi18-Dec-01 23:18
Saeed Torabi18-Dec-01 23:18 
QuestionC# "new" modifier equivalent to VB.NET Shadows? Pin
18-Dec-01 4:04
suss18-Dec-01 4:04 
Generalproject installation problem Pin
17-Dec-01 21:23
suss17-Dec-01 21:23 
GeneralAnyone tried CE programming in VB Pin
13-Dec-01 18:31
suss13-Dec-01 18:31 
GeneralRe: Anyone tried CE programming in VB Pin
phped13-Dec-01 19:02
phped13-Dec-01 19:02 
GeneralRe: Anyone tried CE programming in VB Pin
5-Jan-02 19:15
suss5-Jan-02 19:15 
GeneralWorking Directory Pin
David Galloway12-Dec-01 5:21
David Galloway12-Dec-01 5:21 
GeneralRe: Working Directory Pin
chris foote14-Dec-01 11:09
chris foote14-Dec-01 11:09 
GeneralRe: Working Directory Pin
David Galloway17-Dec-01 2:02
David Galloway17-Dec-01 2:02 
GeneralSaving automaticly by VB. Pin
Ahuva12-Dec-01 4:32
Ahuva12-Dec-01 4:32 
GeneralRe: Saving automaticly by VB. Pin
Paul M Watt21-Apr-02 13:52
mentorPaul M Watt21-Apr-02 13:52 
GeneralRe: key press event !! Pin
Kurt12-Dec-01 2:36
Kurt12-Dec-01 2:36 
GeneralCustom IE Toolbars in VB Pin
11-Dec-01 18:05
suss11-Dec-01 18:05 
GeneralKEYBOARD INPUT | NO MORE EVENT AFTER TWO KEY PRESSED Pin
11-Dec-01 15:30
suss11-Dec-01 15:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.