View Single Post
  #4 (permalink)  
Old 08-20-2008, 06:38 PM
Erel's Avatar
Erel Erel is offline
Administrator
 
Join Date: Apr 2007
Posts: 3,344
Default

Quote:
Originally Posted by mike2ppc View Post
Erel,

thanks, first step of showing calendar control works fine, but the event never
work for example

sub calendar1_ValueChanged
TextBox1.text=calendar1.value
end sub

do I have to work in this case also with hardware libary ?

From where I can get a list of all possible parameters for the calendar control working with sendmessagetocontrol ?

Michael
I'm not sure I understand the problem.
This event will be raised when the user changes the date value.
Reply With Quote