Win32 API discussion


HELP GDI X PORGRESS

Good afternoon.
A customer had the "shining idea...". To show to graphs right-handers in the screen of a program progress.
I made the following one:
1º I declared gdi as one procedure external:

.

PROCEDURE Rectangle EXTERNAL “GDI.dll” :
DEFINE INPUT PARAMETER nLeftRectx AS LONG .
DEFINE INPUT PARAMETER nLeftRect AS LONG .
DEFINE INPUT PARAMETER nTopRect AS LONG .
DEFINE INPUT PARAMETER nRightRect AS LONG .
DEFINE INPUT PARAMETER nBottomRect AS LONG .
END PROCEDURE.

PROCEDURE PAINT :


MAPI Problem

Hi,

I downloaded the MAPI code that allows for multiple attachments. I ran the program and it created an e-mail message in my Outbox. The problem is that when I tried to run it again I get a Progress error telling me that it cannot find windows.i. It seems to make a mess of my path. Any ideas why this happens?

Stuart Richler
stuart@gtrdta.com


CALLER-ID

Hi,

Is it possible that I can have the CallerID information inside an application?
If it is possible does anyone have a sample code?

Thanks in advanced,
ON


monitor more than one message with MsgBlaster

Hi

Using Jurjen's posts on this site I have managed to trap when a window is moved by monitoring WM_MOVE. I would also like to trap when the move is complete by monitoring WM_MOVING.

How do I go about monitoring two messages in my ABL?

Thanks
Mike


Buttons in pushed state

Hi there,

I've taken a look at Jurjen's code to make a toggle-box looks like a button with "Pushed state".
(see http://www.oehive.org/node/416)
It works really nice, but I'd like to use it with 16x16 icons and can't manage to get it work.
So any help would be highly appreciated.
Thanks.


Printing file to an specific shared printer

Hi all,

From several weeks ago im trying to print an especific .pdf generated wiht pdf include to an especific printer on a server without changing the default printer. I found the sentence print for dos but, as it is a pdf, it prints control characters, not the pdf.

Thanks for any help.


MAPI - ReplyTo

Using the method provided in the linked samples (http://www.oehive.org/node/482), is it possible to define a "Reply To" recipient ?

Thanks for your help


Message Blaster - too many controls

Has anyone any experience using MessageBlaster within Progress?


Re-parenting Progress' main window

My goal is to create a .Net application that "hosts" multiple legacy Progress applications. The idea is to create a tab deck where a panel on each tab deck host a re-parented Progress runtime. I have been able to to this successfully with another .Net application as the re-parented application.


File Summary Info

Hi there,

Working with an NTFS based operating system, I'd like to link so-called "File Summary Information" with our R-Codes (and get the "Summary" tab when accessing the "properties" of a R-Code in the Windows Explorer... just like .DOC, .XLS,... files).

I've seen that we have to use these functions to achieve this:
stgCreateStorageEx (to create a "File Summary Information" structure);
stgOpenStorageEx (to access the structure);
SetFileSummaryInfo (to fill the structure with info).


Syndicate content