Jump to content
Xtreme .Net Talk

shrosario

Members
  • Posts

    8
  • Joined

  • Last visited

shrosario's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Does VB.NET have a 64K procedure size limit like VB6?
  2. I'm using VB.net and I'm trying to change the cursor to a custom cursor. In the form load I'm putting this code: Dim curNew = New Cursor(Application.StartupPath & "\cross.cur") Me.Cursor = curNew It makes the cursor to the shape of the cursor file, but the cursor loads all black. How do I get the colors of the cursor to load?
  3. How do you set a dragicon for the picturebox control. In vb6 the image control had a dragicon property, but how do you set a dragicon in vb.net. Thanks in advance.
  4. I'm trying to compare the images in to seperate pictureboxes to see if they are the same picture.
  5. I need help to compare to different picturebox controls for the same image! Ex. In vb6 If pic1.Picture = pic2.Picture Then But visual basic.net underlines it as a error. Thanks for your help in advance
  6. i need help to access a control on a form from code in a module! ex: from a module in vb6 form1.Picture1 but how do you do it in vb.net
  7. How do I cause a left mouse click from code.
×
×
  • Create New...