Search results for query: *

  • Users: KK_Zanok
  • Content: Threads
  • Order by date
  1. K

    What is the VB.NET syntax??? Plz Help

    I have a Fuction call written in C++ as follows dwReturn = mciSendCommand(0, MCI_OPEN, MCI_OPEN_ELEMENT / MCI_OPEN_TYPE, (DWORD)(LPVOID) &mciOpenParms) I am converting this to VB.NET and the problem occurs in...
  2. K

    Sound Capture and Streaming in VB.NET

    I just need to know how to capture Audio from a microphone using a VB.NET application. Is there any way to use the Windows Media Audio Codec in the program or what else may help. Instruct Me friends. JMF - Java Media Framework has its own Methods and properties that can be used to capture Media...
  3. K

    Help me-Adding Windows Form Controls into DataGrid

    How to add Windows Forms Controls into a DataGrid dynamically?
  4. K

    Help me -Dynamically creating Forms and Controls

    How to create form controls dynamically using code? Plz give some sample codes.I have tried with the following code but I couldn't get output. Imports System.Windows.Forms.GroupBox Imports System.Windows.Forms.CheckBox Private Sub DrugNameCheckedListbox_ItemCheck(ByVal sender As Object, ByVal...
  5. K

    A simple doubt .Plz clear my friends.

    I have designed all the forms of my project.It is now in the final stage.I have to use Tab keys to traverse in an order through the form controls.But the controls have tab indices jumbled.Even though I change them into an order and run the project i could not get the tab key working properly.Any...
Back
Top