Last one for now... How do I convert this C# code to VB.NET

W

Wayne

C#

if (s is MyPanelStyle) {
....
}



I thought this would work but it is not...


If s is MyStyles.Button Then
....
End If


....but I get a blue squiggly 'Button' is type in 'MyStyles' and cannot be
used as an expression.
 
W

Wendy Wei

Wayne said:
C#

if (s is MyPanelStyle) {
...
}



I thought this would work but it is not...


If s is MyStyles.Button Then
...
End If


...but I get a blue squiggly 'Button' is type in 'MyStyles' and cannot be
used as an expression.

Try TypeOf s is MyStyles.Button
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top