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

Forum statistics

Threads
474,266
Messages
2,571,075
Members
48,772
Latest member
Backspace Studios

Latest Threads

Top