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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. Visual Basic
  4. How can show the the message to StatusItem1 when I click the btnSave?

How can show the the message to StatusItem1 when I click the btnSave?

Scheduled Pinned Locked Moved Visual Basic
tutorialquestion
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.
  • C Offline
    C Offline
    cylix2000
    wrote on last edited by
    #1

    I have create a control for my own use, There are number of text box, labal, ... And there is a save button named "btnSave" When Click the "btnSave" I would like to show a message to the status bar, where the status is a control on the Form. The structure like Form +---myControl | +---label1 | +---label2 | +---textField1 | +---btnSave | +---etc ... | +---StatusBar |---StatusItem1 How can show the the message to StatusItem1 when I click the btnSave? for example, Click "btnSave", the Message is "Hello", which will show in statusItem1.text Thank YOu!

    M 1 Reply Last reply
    0
    • C cylix2000

      I have create a control for my own use, There are number of text box, labal, ... And there is a save button named "btnSave" When Click the "btnSave" I would like to show a message to the status bar, where the status is a control on the Form. The structure like Form +---myControl | +---label1 | +---label2 | +---textField1 | +---btnSave | +---etc ... | +---StatusBar |---StatusItem1 How can show the the message to StatusItem1 when I click the btnSave? for example, Click "btnSave", the Message is "Hello", which will show in statusItem1.text Thank YOu!

      M Offline
      M Offline
      Muhammad Javed Khan
      wrote on last edited by
      #2

      StatusBar1.Panels(1).Text = "Hello"

      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