Hello,
I have embedded Microsoft Statusbar activex control into our GUI application. The control is inside a smart frame and so that it can be easily included and customized for a container. I am using a imagelist activex control to display images inside the statusbar. The images (BMP, GIFS,JPEG,ICOM) looks stretched inside the statubar panel. The images are 16 X 16 resolution. Did anybody experienced similar problem. Can somebody help?
Thanks
Shanker
I am trying to use use checkbox property of MS Treeview.
Does anybody has an idea where can I find the attributes & events of an activeX control?
What I'm trying to do is to:
1. Identify the number of Entries in a Treview
2. Loop for each Entry in a treeview. And lastly,
3. To identify if that item's checkbox is selected.
If you have any Idea, please send me code sample how to achieve this.
Thanx,
gsanchez
Consider I have some devices connected to my system like RF-GUN or some other 3rd party devices, How can i get the data from that?
Also i need to know if there is some basic tutorials to start with this WINAPI Samples. I could find hands of examples from this forum, but to have a good start i hope a simple tutorials will do good. If anyone have basic tutorials on this can u please share it with me??? Plzzz guys...
Can anyone help me out???
Thanks in advance...
I have been attempting to get codejocks docking panes working in a Progress V9 smart window.
Has anyone managed to get these components operating in a Progress window ?
I have managed to get the primary windows docking pane the launch and create a fresh window, then by use of the getparent() setparent() calls to user32.dll, these launched window becomes a child window in my parent window, but it seems the codejock component isnt doing any control.
I'm trying to track programs opened through open edge i.e. word, notepad, excel, etc. To do this I've tried using ShellExecuteExA which seem to be capable of passing back the PID if you specify the SEE_MASK_NOCLOSEPROCESS part of SHELLEXECUTEINFO. My problem is I can't figure out how to set this, everything so far has been based on wait until MS-Word finished printing section of OE Hive). Does anyone have any advice or code samples?
I want to test the program "Statusbar and Progressbar common controls", but I can't find the file win32/struct/rect.i. Where can I find this file?
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 :
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
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
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