How to convert the code from VB to VB.net

  • Thread starter Thread starter Ian
  • Start date Start date
Simply open the VB project file (.vbp) in Visual Studio .NET. The
environment will automatically start an Upgrade Wizard. Follow the steps to
complete the conversion.

-Prateek

I need to convert the code in
http://support.microsoft.com/?kbid=240653 to VB.net Does
anybody know what should be done? Thanks.

Ian
 
I need to convert the code in
http://support.microsoft.com/?kbid=240653 to VB.net Does
anybody know what should be done? Thanks.

Just an additional note, you might want to look into using the Clipboard
class. It has a method called SetDataObject that lets you put an object on
the clipboard. You use that to put an image on the clipboard.

You may be able to avoid using the API that way.

Just a thought.

Chris
 
Back
Top