1

(0 replies, posted in General)

I want information about the event TCustomHint, please

2

(2 replies, posted in General)

I want to call the computer serial number

3

(11 replies, posted in General)

blackpearl8534 wrote:

Not working on sqlservr.exe


if FindWindow(nil, APP_NAME);

4

(6 replies, posted in General)

teco049 wrote:

Don't do double posts. It' ugly.


AFIK MVD does not support inter process communication or communication via COM,or other API with other software, etc. and can not receive messages from other software.


In other words: Not supported. For this you would need a full featured compiler. MVD is based on Delphi which is large compatible with Free Pascal. Search around and you would find a cost efficient alternative with a full featured compiler.


When you want to do this you should be aware that you need to use scripts/source code and can not click you application together.

Thank you I found a trick to help me

5

(6 replies, posted in General)

for example
When I click the button, an external program opens for me
And I want to implement an action on condition when I close the external program

6

(6 replies, posted in General)

blackpearl8534 wrote:

for open file use this..

   

OpenFile('C:\Windows\System32\notepad.exe');

for Close use this

KillTask('Notepad.exe');

This is not what I mean

7

(6 replies, posted in General)

Need help

8

(0 replies, posted in Script)

can you help me Button function I want to run an external file and perform an action immediately after closing the external file can you help me

9

(6 replies, posted in General)

Hi Drive can you help me Button function I want to run an external file and perform an action immediately after closing the external file can you help me

10

(0 replies, posted in General)

I want to create a tree of accounts, does anyone have a way?