Results 1 to 4 of 4

Thread: are these statements the same? [RESOLVED]

Threaded View

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Nov 2003
    Posts
    1,489

    Post are these statements the same? [RESOLVED]

    dim myGraphicsPath as graphicsPath
    myGraphicsPath = new GraphicsPath()


    is this more easily written as...

    dim myGraphicsPath as New GraphicsPath

    ????????????????????????????????

    seems like the same to me anyway.
    Last edited by Andy; Dec 29th, 2003 at 03:10 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width