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. Visual Basic.NET

Visual Basic.NET

Scheduled Pinned Locked Moved Visual Basic
csharpdesigntutorialquestion
2 Posts 2 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.
  • F Offline
    F Offline
    foxylady
    wrote on last edited by
    #1

    How to write a code for histogram to display survey results? How to design a menus to change control properties? How toenchanced a messagebox features and statusbar panels? foxylady

    C 1 Reply Last reply
    0
    • F foxylady

      How to write a code for histogram to display survey results? How to design a menus to change control properties? How toenchanced a messagebox features and statusbar panels? foxylady

      C Offline
      C Offline
      Christian Graus
      wrote on last edited by
      #2

      foxylady wrote:

      How to write a code for histogram to display survey results?

      One line at a time.... Seriously, a histogram just reports the spread of data, so I assume you just iterate over the data and store what you need to generate the histogram.

      foxylady wrote:

      How to design a menus to change control properties?

      Add menu items, attach event handlers and write the code to change the properties.

      foxylady wrote:

      How toenchanced a messagebox features and statusbar panels?

      You need to write your own message box class. Not sure how flexible the status bar panels are. Christian Graus - Microsoft MVP - C++

      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