Error converting set statusbarPanel text from VB6 to VB.NET -


i have code in vb6 follows:

stbstatusbar.panels("monitor").text = "monitor initializing" 

now i'm converting code vb.net follows:

stbstatusbar.items.item("monitor").text = "monitor initializing" 

but doesn't set values. appreciated.

although hard understand code 1 line, think forgot name statusbar panel in designer form in vb.net.

check if panels name "server" exist. if not should name follows:

stbstatusbar_panel.name = "server" 

and add panel in statusbar.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -