VB.NET Problem: Setting the Mask and Picture Properties on a CommadBar without "LoadPicture"???

  • Thread starter Thread starter samadams_2006
  • Start date Start date
S

samadams_2006

Hello,

I'm using "Visual Studio 2005" and VB.NET to be more exact. I have the
following article which shows me how to set the mask and picture
properties for Office XP Commandbars:

http://support.microsoft.com/kb/286460/

The issue is the fact that this article is for Visual Basic 6 and I'm
running VB.NET. The program fails to compile due to the LoadPicture
Method.

Is there anyone who has resolved this issue in VB.NET, namely applying
a Picture and a Mask on a CommandBar ?

Thanks
Sam
 
Back
Top