Click here to Skip to main content
15,921,156 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: VB.NET threading with WinHTTP Pin
Dave Kreskowiak20-Sep-04 6:27
mveDave Kreskowiak20-Sep-04 6:27 
QuestionHow to find a list of computer names for a network Pin
Laurie Comerford19-Sep-04 21:25
professionalLaurie Comerford19-Sep-04 21:25 
AnswerRe: How to find a list of computer names for a network Pin
Mekong River20-Sep-04 3:31
Mekong River20-Sep-04 3:31 
AnswerRe: How to find a list of computer names for a network Pin
jonathan1521-Sep-04 5:20
jonathan1521-Sep-04 5:20 
GeneralLevels In Treeview Pin
Sumit Domyan19-Sep-04 19:24
Sumit Domyan19-Sep-04 19:24 
GeneralRe: Levels In Treeview Pin
Dave Kreskowiak20-Sep-04 5:39
mveDave Kreskowiak20-Sep-04 5:39 
GeneralRe: Levels In Treeview Pin
Sumit Domyan20-Sep-04 21:05
Sumit Domyan20-Sep-04 21:05 
GeneralControlling System Audio (Resolved) Pin
EekimusMaximus19-Sep-04 18:49
EekimusMaximus19-Sep-04 18:49 
Hey, this is my first time, so I'll try to be as clear as possible

What I am trying to do, is control the system device audio levels in my VB app. Basically I want to create my own "mixer board" very similar to the supplied "Volume Control" program supplied with windows. On first glance, it seems relatively easy, however I am running into some problems.

Here is what I have so far...
Public Declare Function auxSetVolume Lib "winmm.dll" (ByVal uDeviceID As Integer, ByVal dwVolume As Integer) As Integer
Public Declare Function auxGetVolume Lib "winmm.dll" (ByVal uDeviceID As Integer, ByRef lpdwVolume As Integer) As Integer
Public Declare Function auxGetNumDevs Lib "winmm.dll" () As Integer etc.

the problem is, whenever I call auxGetNumDevs(), it returns 0, which means there are no sound cards present (which is NOT the case), or an error occured. I have no idea why it keeps returning 0.

Maybe this isn't the best way to go about controlling the system audio, so I am open to any suggestions

Thanks in advance
GeneralRe: Controlling System Audio Pin
Dave Kreskowiak20-Sep-04 5:35
mveDave Kreskowiak20-Sep-04 5:35 
GeneralRe: Controlling System Audio (Resolved) Pin
EekimusMaximus20-Sep-04 15:11
EekimusMaximus20-Sep-04 15:11 
GeneralMacro Subtitution Pin
Member 120813919-Sep-04 18:07
Member 120813919-Sep-04 18:07 
GeneralRe: Macro Subtitution Pin
Dave Kreskowiak20-Sep-04 5:21
mveDave Kreskowiak20-Sep-04 5:21 
GeneralVarPtr / AscB pls. help.. Pin
Member 129565019-Sep-04 17:25
Member 129565019-Sep-04 17:25 
Generalsetting text in another form Pin
V_A_S_S19-Sep-04 14:24
V_A_S_S19-Sep-04 14:24 
GeneralRe: setting text in another form Pin
Colin Angus Mackay19-Sep-04 14:58
Colin Angus Mackay19-Sep-04 14:58 
GeneralRe: setting text in another form Pin
Nick Seng19-Sep-04 15:16
Nick Seng19-Sep-04 15:16 
GeneralRe: setting text in another form Pin
V_A_S_S19-Sep-04 15:22
V_A_S_S19-Sep-04 15:22 
GeneralRe: setting text in another form Pin
Nick Seng19-Sep-04 15:27
Nick Seng19-Sep-04 15:27 
GeneralRe: setting text in another form Pin
V_A_S_S19-Sep-04 15:42
V_A_S_S19-Sep-04 15:42 
GeneralRe: setting text in another form Pin
Nick Seng19-Sep-04 16:12
Nick Seng19-Sep-04 16:12 
GeneralRe: setting text in another form Pin
V_A_S_S19-Sep-04 16:29
V_A_S_S19-Sep-04 16:29 
GeneralRe: setting text in another form Pin
Dave Kreskowiak20-Sep-04 5:16
mveDave Kreskowiak20-Sep-04 5:16 
GeneralPaper size collection Pin
V_A_S_S19-Sep-04 12:49
V_A_S_S19-Sep-04 12:49 
GeneralGet emails from account Pin
umarinam19-Sep-04 12:10
umarinam19-Sep-04 12:10 
GeneralRe: Get emails from account Pin
Christian Graus19-Sep-04 12:35
protectorChristian Graus19-Sep-04 12:35 

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.