Click here to Skip to main content
15,886,919 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
Dave Kreskowiak17-Jun-09 8:14
mveDave Kreskowiak17-Jun-09 8:14 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
cavemen17-Jun-09 8:41
cavemen17-Jun-09 8:41 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
Dave Kreskowiak17-Jun-09 10:22
mveDave Kreskowiak17-Jun-09 10:22 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
Christian Graus17-Jun-09 11:21
protectorChristian Graus17-Jun-09 11:21 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
cavemen17-Jun-09 16:50
cavemen17-Jun-09 16:50 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
Dave Kreskowiak17-Jun-09 18:04
mveDave Kreskowiak17-Jun-09 18:04 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
cavemen17-Jun-09 18:12
cavemen17-Jun-09 18:12 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
Johan Hakkesteegt17-Jun-09 20:11
Johan Hakkesteegt17-Jun-09 20:11 
cavemen wrote:
I am trying to solve a real problem with whatever technology available.


Visual Studio 2008 Express Edition is free and can be downloaded from the internet, without having to register or anything. Technology can't be much more available than that.

You don't need to be concerned about vb.net's syntax being a whole lot different from VB6's. The biggest difference is, that a lot things have been simplified. Certain things that would take you 5 lines of code in vb6, can be accomplished with a single method in vb.net. And if you can't figure out how to do something in vb.net, that you do know how to do in vb6, you can reference vb6 in vb.net and then still use the old functions after all.

Now more to the point of your problem, vb6 is not only no longer supported by MickeySoft, but has also been all but abandoned by programmers. This means that you'll be much more likely to get help solving your problem in vb.net, than in vb6. Also you'll find many many more examples on the net, and possibly ready made drivers and libraries to help you.

Trust me, when I switched from vb6 to vb.net, I was very frustrated for all of a week (maybe a week and a half). After that I felt, like Dave so aptly put it, like I had been writing code in the dark ages.

Save yourself a month of frustration in vb6 (and still not find the solution to your problem), by suffering a week and a half in vb.net.

My advice is free, and you may get what you paid for.

GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
molesworth17-Jun-09 23:02
molesworth17-Jun-09 23:02 
GeneralRe: [VB6] How can i measure a volume of the sound entering the microphone of my computer. Pin
Johan Hakkesteegt18-Jun-09 1:37
Johan Hakkesteegt18-Jun-09 1:37 
QuestionProblem in thread (VB.Net 2005) Pin
priyamtheone17-Jun-09 5:17
priyamtheone17-Jun-09 5:17 
AnswerRe: Problem in thread (VB.Net 2005) Pin
nlarson1117-Jun-09 6:14
nlarson1117-Jun-09 6:14 
GeneralRe: Problem in thread (VB.Net 2005) Pin
priyamtheone23-Jun-09 3:10
priyamtheone23-Jun-09 3:10 
AnswerRe: Problem in thread (VB.Net 2005) Pin
Dave Kreskowiak17-Jun-09 8:06
mveDave Kreskowiak17-Jun-09 8:06 
GeneralRe: Problem in thread (VB.Net 2005) Pin
priyamtheone22-Jun-09 5:58
priyamtheone22-Jun-09 5:58 
QuestionSMTP Mails - working in one computer not with other computer Pin
Paramu197317-Jun-09 4:58
Paramu197317-Jun-09 4:58 
AnswerRe: SMTP Mails - working in one computer not with other computer Pin
nlarson1117-Jun-09 6:21
nlarson1117-Jun-09 6:21 
GeneralRe: SMTP Mails - working in one computer not with other computer Pin
Paramu197317-Jun-09 19:16
Paramu197317-Jun-09 19:16 
GeneralRe: SMTP Mails - working in one computer not with other computer Pin
Rajesh Anuhya17-Jun-09 20:33
professionalRajesh Anuhya17-Jun-09 20:33 
QuestionUsing 'SetParent' function in VB 2008 Pin
Filippo197417-Jun-09 2:31
Filippo197417-Jun-09 2:31 
AnswerRe: Using 'SetParent' function in VB 2008 Pin
nlarson1117-Jun-09 3:33
nlarson1117-Jun-09 3:33 
GeneralRe: Using 'SetParent' function in VB 2008 Pin
Filippo197417-Jun-09 3:55
Filippo197417-Jun-09 3:55 
QuestionPropertyGrid image Selection while Property is ReadOnly Problem Pin
VB 8.017-Jun-09 2:04
VB 8.017-Jun-09 2:04 
QuestionIssue while creating tables in ms access using VB.NET ADOX [modified] Pin
sivakumar.mariappan17-Jun-09 0:32
sivakumar.mariappan17-Jun-09 0:32 
AnswerRe: Issue while creating tables in ms access using VB.NET ADOX Pin
Johan Hakkesteegt17-Jun-09 0:47
Johan Hakkesteegt17-Jun-09 0:47 

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.