Click here to Skip to main content
15,892,059 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Sorting Excel range of cells by column in VB Pin
Oakman12-Nov-09 16:03
Oakman12-Nov-09 16:03 
GeneralRe: Sorting Excel range of cells by column in VB Pin
Johan Hakkesteegt12-Nov-09 20:18
Johan Hakkesteegt12-Nov-09 20:18 
GeneralRe: Sorting Excel range of cells by column in VB Pin
nhsal6913-Nov-09 0:08
nhsal6913-Nov-09 0:08 
GeneralRe: Sorting Excel range of cells by column in VB Pin
Johan Hakkesteegt13-Nov-09 3:14
Johan Hakkesteegt13-Nov-09 3:14 
QuestionChange Process Name Pin
Anubhava Dimri11-Nov-09 18:49
Anubhava Dimri11-Nov-09 18:49 
AnswerRe: Change Process Name Pin
The Man from U.N.C.L.E.11-Nov-09 22:40
The Man from U.N.C.L.E.11-Nov-09 22:40 
QuestionVB.NET Audio Help Pin
smccloud11-Nov-09 16:34
smccloud11-Nov-09 16:34 
AnswerRe: VB.NET Audio Help Pin
Eduard Keilholz11-Nov-09 23:35
Eduard Keilholz11-Nov-09 23:35 
Okay, the thing is you need to 'break in' to the filters windows uses to play the sound. To get a clue of what's going on download GraphEdit. Then render the media file (audio) and see what happends!

Graphedit will show you a file source, a decoding filter and a hardware device to send the audio stream to. If you want to create a VU meter, you need to disconnect the line between the filter and your hardware device, and 'insert' your own which fires events about the audio level (input for your VU). And all that is done in code OMG | :OMG:

I recommend taking a look at the DirectShowLib project which has loads of DirectX functions available in .NET. Then try to create a graph in code and do exactly the same as you would do it in GraphEdit, only then in code.

Good luck!

.: I love it when a plan comes together :.
http://www.zonderpunt.nl

GeneralRe: VB.NET Audio Help Pin
smccloud12-Nov-09 2:56
smccloud12-Nov-09 2:56 
GeneralRe: VB.NET Audio Help Pin
Eduard Keilholz12-Nov-09 4:56
Eduard Keilholz12-Nov-09 4:56 
QuestionFile read and write as a stream Pin
Praveen Thankappan11-Nov-09 8:13
Praveen Thankappan11-Nov-09 8:13 
AnswerRe: File read and write as a stream Pin
EliottA11-Nov-09 8:42
EliottA11-Nov-09 8:42 
AnswerRe: File read and write as a stream Pin
Christian Graus11-Nov-09 9:44
protectorChristian Graus11-Nov-09 9:44 
GeneralRe: File read and write as a stream Pin
Smithers-Jones12-Nov-09 2:46
Smithers-Jones12-Nov-09 2:46 
GeneralRe: File read and write as a stream Pin
Praveen Thankappan12-Nov-09 7:02
Praveen Thankappan12-Nov-09 7:02 
QuestionAccess level and user right Pin
waner michaud11-Nov-09 7:20
waner michaud11-Nov-09 7:20 
AnswerRe: Access level and user right Pin
Dave Kreskowiak11-Nov-09 7:32
mveDave Kreskowiak11-Nov-09 7:32 
GeneralRe: Access level and user right Pin
waner michaud11-Nov-09 8:26
waner michaud11-Nov-09 8:26 
GeneralRe: Access level and user right Pin
_Damian S_11-Nov-09 13:29
professional_Damian S_11-Nov-09 13:29 
QuestionConvert Column from Float to Double Datatype. Pin
jeshra27911-Nov-09 5:36
jeshra27911-Nov-09 5:36 
AnswerRe: Convert Column from Float to Double Datatype. Pin
John M Bundy11-Nov-09 5:57
John M Bundy11-Nov-09 5:57 
GeneralRe: Convert Column from Float to Double Datatype. Pin
jeshra27911-Nov-09 5:59
jeshra27911-Nov-09 5:59 
GeneralRe: Convert Column from Float to Double Datatype. Pin
Dave Kreskowiak11-Nov-09 7:29
mveDave Kreskowiak11-Nov-09 7:29 
QuestionVariant type in VB.NET? Pin
Xiangyang Liu 刘向阳11-Nov-09 2:33
Xiangyang Liu 刘向阳11-Nov-09 2:33 
AnswerRe: Variant type in VB.NET? [modified] Pin
The Man from U.N.C.L.E.11-Nov-09 3:04
The Man from U.N.C.L.E.11-Nov-09 3:04 

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.