Click here to Skip to main content
15,891,253 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionDatabase Access Class Help. Pin
ddtayl0626-Sep-07 15:39
ddtayl0626-Sep-07 15:39 
AnswerRe: Database Access Class Help. Pin
Paul Conrad26-Sep-07 16:11
professionalPaul Conrad26-Sep-07 16:11 
AnswerRe: Database Access Class Help. Pin
Dave Kreskowiak27-Sep-07 3:21
mveDave Kreskowiak27-Sep-07 3:21 
Questionpass data to vbcodeprovider Pin
cstrader23226-Sep-07 14:22
cstrader23226-Sep-07 14:22 
AnswerRe: pass data to vbcodeprovider Pin
cstrader23226-Sep-07 15:24
cstrader23226-Sep-07 15:24 
QuestionHelp on code translated from c# Pin
MikeMarq26-Sep-07 14:17
MikeMarq26-Sep-07 14:17 
AnswerThe code for the form Pin
MikeMarq26-Sep-07 14:18
MikeMarq26-Sep-07 14:18 
AnswerRe: Help on code translated from c# Pin
Dave Doknjas26-Sep-07 14:38
Dave Doknjas26-Sep-07 14:38 
Post the original C# code and I'll convert it for you.

Right off the bat (and corresponding to the error), you need "WithEvents" on the declaration of buttonSoundfile:
e.g.,
Private WithEvents buttonSoundfile As ...


David Anton
http://www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
C++ to C# Converter: converts C++ to C#
C++ to VB Converter: converts C++ to VB
C++ to Java Converter: converts C++ to Java
Instant C++: converts C# to C++/CLI and VB to C++/CLI

GeneralRe: Help on code translated from c# Pin
MikeMarq26-Sep-07 14:52
MikeMarq26-Sep-07 14:52 
Generalc# Main Pin
MikeMarq26-Sep-07 14:52
MikeMarq26-Sep-07 14:52 
GeneralRe: c# Main Pin
Dave Doknjas26-Sep-07 15:21
Dave Doknjas26-Sep-07 15:21 
Generalc# Formats Pin
MikeMarq26-Sep-07 14:53
MikeMarq26-Sep-07 14:53 
GeneralRe: c# Formats Pin
Dave Doknjas26-Sep-07 15:22
Dave Doknjas26-Sep-07 15:22 
Generalc# Devices Pin
MikeMarq26-Sep-07 14:53
MikeMarq26-Sep-07 14:53 
Generalc# assembly info Pin
MikeMarq26-Sep-07 15:08
MikeMarq26-Sep-07 15:08 
GeneralRe: c# assembly info Pin
Dave Doknjas26-Sep-07 15:25
Dave Doknjas26-Sep-07 15:25 
GeneralRe: c# Devices Pin
Dave Doknjas26-Sep-07 15:25
Dave Doknjas26-Sep-07 15:25 
GeneralRe: Help on code translated from c# Pin
MikeMarq26-Sep-07 18:18
MikeMarq26-Sep-07 18:18 
GeneralRe: Help on code translated from c# Pin
Dave Doknjas27-Sep-07 5:16
Dave Doknjas27-Sep-07 5:16 
Questionwhat this code means? Pin
ArielR26-Sep-07 8:07
ArielR26-Sep-07 8:07 
AnswerRe: what this code means? Pin
ESTAN26-Sep-07 9:04
ESTAN26-Sep-07 9:04 
AnswerRe: what this code means? Pin
Luc Pattyn26-Sep-07 9:10
sitebuilderLuc Pattyn26-Sep-07 9:10 
GeneralRe: what this code means? Pin
ESTAN26-Sep-07 9:13
ESTAN26-Sep-07 9:13 
GeneralRe: what this code means? Pin
ArielR26-Sep-07 10:20
ArielR26-Sep-07 10:20 
AnswerRe: what this code means? Pin
Guffa26-Sep-07 9:11
Guffa26-Sep-07 9:11 

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.