Click here to Skip to main content
15,899,126 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: DropDown doesn't drop down Pin
lukeer1-Feb-11 20:47
lukeer1-Feb-11 20:47 
GeneralRe: DropDown doesn't drop down Pin
Eddy Vluggen2-Feb-11 7:03
professionalEddy Vluggen2-Feb-11 7:03 
GeneralRe: DropDown doesn't drop down Pin
lukeer2-Feb-11 20:04
lukeer2-Feb-11 20:04 
GeneralRe: DropDown doesn't drop down Pin
Eddy Vluggen3-Feb-11 1:00
professionalEddy Vluggen3-Feb-11 1:00 
GeneralRe: DropDown doesn't drop down Pin
lukeer3-Feb-11 1:39
lukeer3-Feb-11 1:39 
GeneralRe: DropDown doesn't drop down Pin
Eddy Vluggen3-Feb-11 9:26
professionalEddy Vluggen3-Feb-11 9:26 
GeneralRe: DropDown doesn't drop down Pin
lukeer4-Feb-11 0:11
lukeer4-Feb-11 0:11 
QuestionHelp me in VB.NET Recording using DirectSound Pin
Mahdi Mansouri29-Jan-11 19:28
Mahdi Mansouri29-Jan-11 19:28 
Folks
Engaging in a project as a newbie in soundscan, encountered problems while implementing this simple piece of code. It's my appreciation if you lead me through this dense un-documented forest by microsoftFrown | :-( !!
P.S.1 : Please introduce me a cook-book or any useful tutorial or documentation in directsound what i couldn't find it anywhere!!!
P.S.2:You can also find the code here:http://www.4shared.com/get/j0J8g6wA/SSM-VBNET-DirectSound.html[^]
TnxSmile | :) .
#Region "References"
Imports Microsoft.DirectX
Imports Microsoft.DirectX.DirectSound
Imports System.Threading
#End Region

Friend Class frm_main

...
#Region "Command Button"

    Private Sub cmd_capture_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmd_capture.Click
        Try
            If Not devices_waveformat() Then Return
            DSBuffer.Start(False)
            Thread.Sleep((DSSamples / DSFrequency) * 1000)
            'Containing Input Data
            Dim DSArray As Array = DSBuffer.Read(0, Type.GetType("Integer"), LockFlag.FromWriteCursor, DSFormatArray)
            DSBuffer.Stop()
        Catch ex As Exception
            Debug.WriteLine(ex.Message)
            Debug.WriteLine(ex.ToString)
        End Try
    End Sub

#End Region
...
End Class

AnswerRe: Help me in VB.NET Recording using DirectSound Pin
Henry Minute30-Jan-11 2:45
Henry Minute30-Jan-11 2:45 
QuestionStored procedures using Entity Framework Pin
jonatan_55628-Jan-11 7:45
jonatan_55628-Jan-11 7:45 
AnswerRe: Stored procedures using Entity Framework Pin
Henry Minute28-Jan-11 12:31
Henry Minute28-Jan-11 12:31 
AnswerRe: Stored procedures using Entity Framework Pin
Not Active28-Jan-11 15:44
mentorNot Active28-Jan-11 15:44 
QuestionInstaller: CustomActionData Pin
Archdeacon27-Jan-11 17:03
Archdeacon27-Jan-11 17:03 
QuestionBasic tier object design questions Pin
Jon_Boy27-Jan-11 1:53
Jon_Boy27-Jan-11 1:53 
AnswerRe: Basic tier object design questions Pin
dan!sh 27-Jan-11 6:30
professional dan!sh 27-Jan-11 6:30 
AnswerRe: Basic tier object design questions Pin
Ian Shlasko27-Jan-11 7:29
Ian Shlasko27-Jan-11 7:29 
GeneralRe: Basic tier object design questions Pin
Jon_Boy27-Jan-11 7:48
Jon_Boy27-Jan-11 7:48 
AnswerRe: Basic tier object design questions Pin
TheGreatAndPowerfulOz27-Jan-11 11:54
TheGreatAndPowerfulOz27-Jan-11 11:54 
QuestionGDI+ scene graph, retrieve absolute transform from local transform Pin
norrisMiou26-Jan-11 16:49
norrisMiou26-Jan-11 16:49 
AnswerRe: GDI+ scene graph, retrieve absolute transform from local transform Pin
Luc Pattyn26-Jan-11 17:04
sitebuilderLuc Pattyn26-Jan-11 17:04 
GeneralRe: GDI+ scene graph, retrieve absolute transform from local transform Pin
norrisMiou27-Jan-11 9:20
norrisMiou27-Jan-11 9:20 
GeneralRe: GDI+ scene graph, retrieve absolute transform from local transform Pin
Luc Pattyn27-Jan-11 9:30
sitebuilderLuc Pattyn27-Jan-11 9:30 
QuestionTo bind or not to bind? Pin
Sander Rossel26-Jan-11 4:05
professionalSander Rossel26-Jan-11 4:05 
AnswerRe: To bind or not to bind? Pin
Dave Kreskowiak26-Jan-11 4:23
mveDave Kreskowiak26-Jan-11 4:23 
GeneralRe: To bind or not to bind? Pin
Sander Rossel26-Jan-11 6:56
professionalSander Rossel26-Jan-11 6:56 

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.