J
JenHu
Hi all,
I have a checkbox cboxProcessRet in my VB.NET windows application's
main.vb as following, so how can I use reference this checkbox in
moduleA.vb?
I want to use it in a function in the module, it said cboxProcessRet
is not declared
(If cboxProcessRet.Checked = True )
------------------------------------------------------------------------
Public Class frmMain
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Private components As System.ComponentModel.IContainer
Friend WithEvents cboxProcessRet As
System.Windows.Forms.CheckBox
<System.Diagnostics.DebuggerStepThrough()> Private Sub
InitializeComponent()
Me.cboxProcessRet = New System.Windows.Forms.CheckBox
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*
I have a checkbox cboxProcessRet in my VB.NET windows application's
main.vb as following, so how can I use reference this checkbox in
moduleA.vb?
I want to use it in a function in the module, it said cboxProcessRet
is not declared
(If cboxProcessRet.Checked = True )
------------------------------------------------------------------------
Public Class frmMain
Inherits System.Windows.Forms.Form
#Region " Windows Form Designer generated code "
Private components As System.ComponentModel.IContainer
Friend WithEvents cboxProcessRet As
System.Windows.Forms.CheckBox
<System.Diagnostics.DebuggerStepThrough()> Private Sub
InitializeComponent()
Me.cboxProcessRet = New System.Windows.Forms.CheckBox
*-----------------------*
Posted at:
www.GroupSrv.com
*-----------------------*