Search results for query: *

  1. cyclotis04

    Answered Imports System.Drawing

    I'm creating a component that manipulates bitmaps, but I can't seem to import the System.Drawing namespace. I have a single solution with a Windows Form Application and a Class Library. The component I'm trying to create is in the Class Library, and the Form is for testing it. I can import...
  2. cyclotis04

    Answered Binary Prefix?

    I know you can use '&H' to specify a number as hexadecimal, such as '&H00FF.' Can you, however, do the same thing for binary numbers? I was thinking something like '&B00101101,' but that doesn't seem to work. Any ideas?
Back
Top