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
L

LC Chan

@LC Chan
About
Posts
3
Topics
3
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Variable evaluation
    L LC Chan

    Hi, I would like to perform some run-time coding such as: s1 = "testing" s2 = "s1" s3 = evaluate(s2) Then, s3 will become "testing". Is it possible to do this in VB.NET or VB6? Many thanks, Wilfred

    Visual Basic csharp testing beta-testing question

  • Call MDI form procedure in Toolbar
    L LC Chan

    Hi All, I created a Toolbar in the Main form and it has some buttons like Add,Change,Delete. Let's say there are 2 child forms A & B. In each form, a public procedure - add_record() - is created. Now, I'd like to call the child form - add_record() in the button.click() event. But it seems the compiler didn't accept it. Here's the code in tool bar click event.

    Protected Sub toolBar_Click(ByVal sender As Object,
    ByVal e As oolBarButtonClickEventArgs)

    Select Case tblMain.Buttons.IndexOf(e.Button)
    Case 1
        Call Me.ActiveMdiChild.add\_recod()    /\* build error occur \*/
    End Select
    

    End Sub

    I think i'm using a wrong approach with Toolbar. Would anyone give me some advice. Many thanks, Wilfred:)

    Visual Basic help

  • Check if PC is Idle
    L LC Chan

    Hi All, I would like to check if the machine is idle. If yes, then the program will trigger something. Thank you, Wilfred;)

    Visual Basic database
  • Login

  • Don't have an account? Register

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