Click here to Skip to main content
15,887,376 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionVisual Basic Pin
mainshotime7-Jul-12 13:47
mainshotime7-Jul-12 13:47 
AnswerRe: Visual Basic Pin
Wes Aday7-Jul-12 14:35
professionalWes Aday7-Jul-12 14:35 
AnswerRe: Visual Basic Pin
Midnight Ahri8-Jul-12 22:15
Midnight Ahri8-Jul-12 22:15 
AnswerRe: Visual Basic Pin
Eddy Vluggen10-Jul-12 0:59
professionalEddy Vluggen10-Jul-12 0:59 
QuestionOn-Screen Keyboard code Pin
grigorffef6-Jul-12 12:21
grigorffef6-Jul-12 12:21 
AnswerRe: On-Screen Keyboard code Pin
Wes Aday6-Jul-12 14:20
professionalWes Aday6-Jul-12 14:20 
AnswerRe: On-Screen Keyboard code Pin
Midnight Ahri8-Jul-12 22:19
Midnight Ahri8-Jul-12 22:19 
QuestionAnother Lambda Expression Problem Pin
Sonhospa6-Jul-12 8:08
Sonhospa6-Jul-12 8:08 
Hello again,

it seems that code translation tools have their problems with Lambda expressions – different from my own Frown | :( but still ... Maybe you can help me again:

C#-code
EventHandler<MailPoppedEventArgs> local = this.MailPopped;
if (local != null){local(this, new MailPoppedEventArgs(index, message, size, uidl, receivedTime));}
has been translated to VB.NET this way:
Dim local As EventHandler(Of MailPoppedEventArgs) = Me.MailPopped
If local IsNot Nothing Then local(Me, New MailPoppedEventArgs(index, message, size, uidl, receivedTime))
The resulting error message reminds me that 'MailPopped' is an event so that a 'RaiseEvent' construction is needed. But which would be a proper syntax for the above expression? Confused | :confused:

Thank you in advance
Mick
AnswerRe: Another Lambda Expression Problem Pin
Wayne Gaylard6-Jul-12 21:38
professionalWayne Gaylard6-Jul-12 21:38 
GeneralRe: Another Lambda Expression Problem Pin
Sonhospa8-Jul-12 5:19
Sonhospa8-Jul-12 5:19 
AnswerRe: Another Lambda Expression Problem Pin
Dave Doknjas8-Jul-12 11:15
Dave Doknjas8-Jul-12 11:15 
QuestionLambda Syntax Pin
Sonhospa6-Jul-12 3:06
Sonhospa6-Jul-12 3:06 
AnswerRe: Lambda Syntax Pin
Dave Kreskowiak6-Jul-12 3:43
mveDave Kreskowiak6-Jul-12 3:43 
AnswerRe: Lambda Syntax Pin
Sonhospa6-Jul-12 5:52
Sonhospa6-Jul-12 5:52 
GeneralRe: Lambda Syntax Pin
Dave Kreskowiak6-Jul-12 9:47
mveDave Kreskowiak6-Jul-12 9:47 
Question32 bit to 64 bit Pin
shoniya6-Jul-12 2:13
shoniya6-Jul-12 2:13 
AnswerRe: 32 bit to 64 bit Pin
Wayne Gaylard6-Jul-12 2:56
professionalWayne Gaylard6-Jul-12 2:56 
QuestionHELP Pin
corperate4-Jul-12 9:34
corperate4-Jul-12 9:34 
AnswerRe: HELP Pin
Paul Conrad4-Jul-12 11:48
professionalPaul Conrad4-Jul-12 11:48 
AnswerRe: HELP Pin
Midnight Ahri4-Jul-12 15:09
Midnight Ahri4-Jul-12 15:09 
QuestionCreating or changing tables in an access database Pin
No-e3-Jul-12 8:33
No-e3-Jul-12 8:33 
AnswerRe: Creating or changing tables in an access database Pin
ChandraRam4-Jul-12 4:03
ChandraRam4-Jul-12 4:03 
GeneralIShellFolder - GetThumbnails [edit title] Pin
jkirkerx2-Jul-12 11:40
professionaljkirkerx2-Jul-12 11:40 
AnswerRe: IShellFolder - GetThumbnails [edit title] Pin
Eddy Vluggen3-Jul-12 0:58
professionalEddy Vluggen3-Jul-12 0:58 
GeneralRe: IShellFolder - GetThumbnails [edit title] Pin
jkirkerx3-Jul-12 7:04
professionaljkirkerx3-Jul-12 7: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.