Difference between Win32::API and Win32::OLE.

2005-06-06 Thread J aperlh
Difference between Win32::API and Win32::OLE. As I know, Win32::API can import and call functions from Win32's Dynamic Link Libraries (DLL), I was wondering if it can import and call functions from standalone executables, just like Win32:OLE does. I tried Win32::OLE to call serveral funtio

FW: ppm Error: nosuitable installation target found for package Win32-API

2004-08-25 Thread Harry Johnson
-Original Message- From: Harry Johnson [mailto:[EMAIL PROTECTED] Sent: Wednesday, August 25, 2004 1:25 PM To: [EMAIL PROTECTED] Subject: ppm Error: nosuitable installation target found for package Win32-API Can anyone explain this ppm3 error ? The commands worked yesterday on a

Trouble installing Win32::API package with ppm on Windows

2004-08-25 Thread Bernie Davidovics
I am trying to install the Win32::API package on an Active state perl 5.8.4 on windows this worked on a win 2k box running 5.8.2 on 5.8.4 - get the following: ppm> search Win32-API 1. Win32-API[0.41] Perl Win32 API Import Facility 2. Win32-API-OutputDebugString [0

Re: Win32::API module

2002-03-10 Thread Thomas Whitney
nmake fixed it. Thomas Whitney > Does anyone know how to install the Win32::API module onto a > Win2K professional system? I found this module on cpan but the > instructions call for 'make' and 'make' is not available on Win32. > Thanks. > > > -- To u

RE: Win32::API module

2002-03-08 Thread Timothy Johnson
What version of Perl are you using? If you are using ActiveState, then you can download it via PPM. ppm -install win32-api -Original Message- From: Morse, Loretta [mailto:[EMAIL PROTECTED]] Sent: Friday, March 08, 2002 12:24 PM To: [EMAIL PROTECTED] Subject: Win32::API module Does

Win32::API module

2002-03-08 Thread Morse, Loretta
Does anyone know how to install the Win32::API module onto a Win2K professional system? I found this module on cpan but the instructions call for 'make' and 'make' is not available on Win32. Thanks. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: calling Win32 API???

2001-11-09 Thread Rex Arul
ot;Arul, Rex" <[EMAIL PROTECTED]> Sent: Friday, November 09, 2001 4:30 AM Subject: RE: calling Win32 API??? > Hi Rex > That's a good information. Recently I was trying to use windows API in my > perl program. I was using only win32 and win21Api module. I am able to use >

Re: calling Win32 API???

2001-11-08 Thread Arul, Rex
to invoke win32 API calls in my perl programs. Where can i find the >documentation for this? i searched the perldoc.com, but no use. what i am >trying to do is to use the win32 API functions like "FindFirst()" >"FIndLast()". and i dont seem to see the documentation of thes

calling Win32 API???

2001-11-08 Thread nerd
hi all, I want to invoke win32 API calls in my perl programs. Where can i find the documentation for this? i searched the perldoc.com, but no use. what i am trying to do is to use the win32 API functions like "FindFirst()" "FIndLast()". and i dont seem to see the documentati

Win32::API -where wrong in code

2001-10-23 Thread Abhra Debroy
Hi I am trying to retrieve the label displayed of menu item in windows explorer. For that I used win32 Api function GetMenuString( int GetMenuString(HMENU, hMenu, WORD wIDItem, LPSTR lpString, int nMaxCount, WORD wFlag)). But it is not giving right result. I also used GetMenuItemCount. It is

Win32 ::API and WIn32::Setupsup -- Window Handle and Menu handle

2001-10-23 Thread Abhra Debroy
to both window and it;s menu. Is it normal or something wrong ? Is window give different handle number every time window is opened ? Thanking you Abhra --------- use Win32::API; use win32; use Win32::Setupsup qw(EnumWindows GetWindowText EnumChildW

Re: Win32::API and Win32::GUI

2001-05-28 Thread Adam Turoff
On Sun, May 27, 2001 at 11:32:16PM -0700, Helio S. Junior wrote: > Is there anyone using one of these modules? > I would like to exchange information about > how to use them. You're likely to find people using those modules on <[EMAIL PROTECTED]>. For more information, see the archives at:

Win32::API and Win32::GUI

2001-05-27 Thread Helio S. Junior
Hello, Is there anyone using one of these modules? I would like to exchange information about how to use them. Thanks in Advance, H3li0 __ Do You Yahoo!? Yahoo! Auctions - buy the things you want at great prices http://auctions.yahoo.com/

Re: Win32::API Module

2001-05-23 Thread Joe Yates
ndOwner; > LPCITEMIDLIST pidlRoot; > LPTSTR pszDisplayName; > LPCTSTR lpszTitle; > UINT ulFlags; > BFFCALLBACK lpfn; > LPARAM lParam; > int iImage; >}; > >How do i 'translate' this structure and use this function with Win32::API >mo

Re: Win32::API

2001-05-22 Thread Aaron Craig
struct _browseinfo { > HWND hwndOwner; > LPCITEMIDLIST pidlRoot; > LPTSTR pszDisplayName; > LPCTSTR lpszTitle; > UINT ulFlags; > BFFCALLBACK lpfn; > LPARAM lParam; > int iImage; >}; > >How do i 'translate' this structure and use this &

Win32::API

2001-05-21 Thread Helio S. Junior
LPCTSTR lpszTitle; UINT ulFlags; BFFCALLBACK lpfn; LPARAM lParam; int iImage; }; How do i 'translate' this structure and use this function with Win32::API module? Any sample code? Thanks in Advance, H3li0 __ Do You Yah

Win32::API Module

2001-05-21 Thread Helio S. Junior
LPCTSTR lpszTitle; UINT ulFlags; BFFCALLBACK lpfn; LPARAM lParam; int iImage; }; How do i 'translate' this structure and use this function with Win32::API module? Any sample code? Thanks in Advance, H3li0 __ Do You Yah