Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - antekgla

Pages: [1]
1
SDK / Working with API in Pascal/Lazarus/Delphi
« on: July 07, 2017, 04:48:38 »
Hi!
I made a clone of MCCopyDataSendGetSample made totally from scratch in Lazarus (Version 1.6 FPC 3.0.0).
It has the same functionality of original.
I attach here for anyone interested in working with Multi Commander API in Pascal/Delphi/Lazarus.

For all Delphi Users the only difference is the management of the WM_COPYDATA message response from Multi Commander. It is much more easy in Delphi what in Lazarus because Lazarus does not handle messages below WM_USER automatically. This is very platform specific and lazarus is not compatible with Delphi here.


2
SDK / Re: Windows Message API is working?
« on: June 26, 2017, 17:36:06 »
Thanks!
I try the .exe and now works as expected.

Good work and thanks to take the time to look at it.

3
SDK / Re: Windows Message API is working?
« on: June 24, 2017, 19:59:17 »
Tested... bot programs run As Administrator same behavior...  (don't work).  :(

I can confirm what that is not the problem because I download a demo (made in Delphi) very simple,  what use WM_COPYDATA messages to communicate each other and dont need to be Admin to work.

My goal is know in myApp what paths have open/displayed MultiCommander in all TABS. I made it work in Windows Explorer, FreeCommander XE (only the active tab) and Total Commander but always thru inspect windows classes and his captions. Sadly your program use your own MZCrumbBarCtrl component (very impressive!) to display the paths and that component  dont publish his caption, so I am stuck.

Maybe you know some way to accomplish that in another way.

Thanks in advance.

PD: Little screenshot of my program showing paths of differents File Managers.


4
SDK / Windows Message API is working?
« on: June 22, 2017, 20:37:10 »
Hi,
I recently discover MultiCommander and i am impress!
So complex and full of options!
Congratulations for this great software!

I am interested in the Windows Message API, I read the docs and is a little hard for me because I am a begginer Delphi/Lazarus programmer.
But my first and main question is: The Windows Message API is working? because I download your Sample Project with the C++ Helper.
I have MultiCommander open of course, I execute MCCopyDataSendGetSample.exe but nothing happens, any button I press the path still remains C:\windows\system32

Thanks in advance!

Edit: I forgot to say my OS is Windows7 x64 SP1

Pages: [1]