Results 1 to 5 of 5

Thread: Using const (hex value) .[Resolved]

Threaded View

  1. #1

    Thread Starter
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083

    Using const (hex value) .[Resolved]

    How can I declare this in C# ?
    Code:
    private const LB_FINDSTRING = &H18F;
    . It gives error says : "Identifier expected" (under equal sign !)
    Last edited by Pirate; Jun 19th, 2003 at 07:22 PM.

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