Re: [perl-win32-gui-users] The DateTime control, XS and building win::gui from scratch
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? Ive tried it, but didnt 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
[perl-win32-gui-users] Microsoft Outlook folders on a remove server
Does anyone have any examples on how to access Microsoft Outlook folders on a remove server? I'm looking at using Win32::OLE but can't figure out how to access a "remote" folder. Any help would be appreciated. Thanks! This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. Ce courrier électronique est confidentiel et protégé. L'expéditeur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) désigné(s) est interdite. Si vous recevez ce courrier électronique par erreur, veuillez m'en aviser immédiatement, par retour de courrier électronique ou par un autre moyen.
Re: [perl-win32-gui-users] The DateTime control, XS and building win::gui from scratch
> Do you know if Microsoft Visual C++ .NET Standard 2003 would work? I don't know. If you have it, only way it's try ;-) > 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? I think you can send patch to Aldo or to [EMAIL PROTECTED] list. Laurent.
RE: [perl-win32-gui-users] Microsoft Outlook folders on a remove server
Angelo, Attached is a fully working script that connects to an Exchange server and extracts the attachments from any or all mailboxes. Change the "mailboxlist.txt" file to include your Exchange server name and the mailbox you want to scan. I posted this on the Perl mailing lists, so you can do a search for it on ActiveState if you need more detail. Since this doesn't really fall under the "Perl-Win32-GUI" umbrella, your question is best suited for the other Perl mailing lists (you can access them by going to www.activestate.com). Thanks, Jeremy Blonde Network Technician Davis Joint Unified School District 530.757.5300 ext. 117 -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 21, 2003 11:31 AM To: perl-win32-gui-users@lists.sourceforge.net Subject: [perl-win32-gui-users] Microsoft Outlook folders on a remove server Does anyone have any examples on how to access Microsoft Outlook folders on a remove server? I'm looking at using Win32::OLE but can't figure out how to access a "remote" folder. Any help would be appreciated. Thanks! This e-mail may be privileged and/or confidential, and the sender does not waive any related rights and obligations. Any distribution, use or copying of this e-mail or the information it contains by other than an intended recipient is unauthorized. If you received this e-mail in error, please advise me (by return e-mail or otherwise) immediately. Ce courrier électronique est confidentiel et protégé. L'expéditeur ne renonce pas aux droits et obligations qui s'y rapportent. Toute diffusion, utilisation ou copie de ce message ou des renseignements qu'il contient par une personne autre que le (les) destinataire(s) désigné(s) est interdite. Si vous recevez ce courrier électronique par erreur, veuillez m'en aviser immédiatement, par retour de courrier électronique ou par un autre moyen. <>