08-06-2007 02:35 AM
08-06-2007 11:01 AM
I'm not sure what you mean. I tried this little example program and it seemed to work correctly. Does this work for you?
- jared
08-07-2007 03:22 AM
Hi,
Thank you for your example. The thing is that I didnt wanted to use a "set day" botton. For example, when you use your MS outlook, you dont push "set day" bottom everytime you choose day from the calendar.
I tried to declare the activex calander as a function(at the UIR), and indeed every time I press a day at the calander, I reached to that function, but inside that function when I use the Get day function, It retuens the previous calander status (before I pushed it).If I'll push the same day value again at the calendar, I'll get the right day. I have "one read Shift" between the pushed day and the read (get day) day.
Thank's again;
Trz
08-07-2007 10:59 AM
02-26-2018 07:28 AM - edited 02-26-2018 07:29 AM
Hello, Here I am, 11 years later 😄
The example works fine. thank you Jared.
I tried to do the same thing in my application, using a deferred function.
The problem is that the date don't change. Each time : EVENT_LEFT_CLICK => Deferred function Call => I get the same date
Even if as I said, the example works fine.
02-26-2018 07:28 AM
Hello, Here I am, 11 years later 😄
The example works fine. thank you Jared.
I tried to do the same thing in my application, using a deferred function.
The problem is that the date don't change. Each time : EVENT_LEFT_CLICK => Deferred function Call => I get the same date
Even if as I said, the example works fine.