Hi,

> I need to be able to set and read the minutes and seconds for a date time
> control, but from the XS code it looks like this is not possible (!?).

    Yes, Win32::GUI::DateTime by default only work with date.
    You can turn it to a time control by adding DTS_TIMEFORMAT (0x0009)
style.

> Could sending messages to the control work? I’ve tried it, but didn’t get
> anywhere fast…

That example was great! I'll hack in a version into my app while I play with the XS stuff.

    If you want build Win32::GUI from scratch.
    You must have Visual C++ 6.
I'm not 100% sure but with ActiveState you need a specific service pack
depending perl version.
        - for ActivePerl 5.6 and 5.8 => SP6
        - for ActivePerl 5.005       => SP4

Do you know if Microsoft Visual C++ .NET Standard 2003 would work?

There are a few other areas in the XS and core win::gui that I might start playing with over the next few months. Is there a process in place to get new/changed code into the core releases?

Cheers,

jez.

_________________________________________________________________
It's fast, it's easy and it's free. Get MSN Messenger today! http://www.msn.co.uk/messenger


Reply via email to