Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Visual Basic
  4. Custom Menus

Custom Menus

Scheduled Pinned Locked Moved Visual Basic
adobetutorialquestion
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • P Offline
    P Offline
    Pugman812
    wrote on last edited by
    #1

    I was just wandering how to use some custom Menus and or Forms. I was just wandering was were somethings that would allow me to customize. I was also wandering about incorporating flash. How much of a task is this?

    J C 2 Replies Last reply
    0
    • P Pugman812

      I was just wandering how to use some custom Menus and or Forms. I was just wandering was were somethings that would allow me to customize. I was also wandering about incorporating flash. How much of a task is this?

      J Offline
      J Offline
      John Kuhn
      wrote on last edited by
      #2

      Custom menus or forms, where? As Web Forms or as Windows Forms? Sorry, I'm not much help with Flash.

      1 Reply Last reply
      0
      • P Pugman812

        I was just wandering how to use some custom Menus and or Forms. I was just wandering was were somethings that would allow me to customize. I was also wandering about incorporating flash. How much of a task is this?

        C Offline
        C Offline
        Corinna John
        wrote on last edited by
        #3

        Custom menus are quite easy. You only set the OwnerDraw property to "true", specify the size of the menu item in the "MesureItem" event method, and draw the menu item in the "DrawItem" event method. To customize a form, you can set "FormBorderStyle" to "None", change the "Region" property to whatever you like and draw the borders on the form's canvas. For Flash you have to use the web browser control.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups