M
MenuChen
First to say,Sorry for my poor English.
I want to make a customerize TextBox Controls for my
Program.This Control must be like this,when I click the
textbox,it can show me the monthCalendar.I know that in VB
there is a similar control called PickupDate can do
this.But this time I want to do it myself.This is my Code:
Private Overrides TextBox_Click....
Dim myCalendar as new windows.system.Forms.monthCalendar
myCalendar.left=me.left
myCalendar.top=me.top+me.height
myCalendar.show
End ...
I use this customerize TextBox in a form,and when I click
it,I found nothing new appear in my form.It means mycode
above doesn't work.
Who can help me?Thanks a lot.
Best Regards. MenuChen
I want to make a customerize TextBox Controls for my
Program.This Control must be like this,when I click the
textbox,it can show me the monthCalendar.I know that in VB
there is a similar control called PickupDate can do
this.But this time I want to do it myself.This is my Code:
Private Overrides TextBox_Click....
Dim myCalendar as new windows.system.Forms.monthCalendar
myCalendar.left=me.left
myCalendar.top=me.top+me.height
myCalendar.show
End ...
I use this customerize TextBox in a form,and when I click
it,I found nothing new appear in my form.It means mycode
above doesn't work.
Who can help me?Thanks a lot.
Best Regards. MenuChen