|
-
Feb 6th, 2007, 12:21 PM
#1
Thread Starter
Addicted Member
[2005] Help converting to VB.NET
I'm working on some code for an asynchronous WMI query. The only problem is that the example code I found is using CSharp instead of VB. I'm stuck on this particular line:
ObjectHandler objectHandler = new ObjectHandler();
The VB.NET version of that should be something like:
Dim handler As objectHandler = New objectHandler
I get a "Type Undefined" error for objectHandler through.
Is the objectHandler class specific to CSharp only? I can't seem to find it in VB.NET 2005.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|