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
Z

zaheer Asif

@zaheer Asif
About
Posts
4
Topics
0
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • hide a from which is not foucsed
    Z zaheer Asif

    write in the main form command button main.hide also when second form is loaded then create a commandbutton and write the following code me.hide main.show

    Visual Basic help

  • hide a from which is not foucsed
    Z zaheer Asif

    at the main form write this also main.hide(this will hide the main form) and when another form is loaded then also create a command button there and write in the code window the following in click event

    Visual Basic help

  • creating checkboxes dynamically
    Z zaheer Asif

    note it is for vb6.0 dim chkbox as checkbox set chkbox=controls.add("vb.checkbox","checkbox1") chkbox.visible=true chkbox.left=50 chkbox.height=50 chkbox.enabled=true Note:- u can also change name (the second parameter in controls.add method) by concating string

    Visual Basic help question

  • creating checkboxes dynamically
    Z zaheer Asif

    note it is for vb6.0 dim chkbox as checkbox set chkbox=controls.add("vb.checkbox","checkbox1") chkbox.visible=true chkbox.left=50 chkbox.height=50 chkbox.enabled=true u can also change name (the second parameter in controls.add method) by concating string

    Visual Basic help question
  • Login

  • Don't have an account? Register

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