Thread View: pl.comp.lang.vbasic
6 messages
6 total messages
Started by "Tomek Kolinko"
Wed, 08 Oct 1997 00:00
KOmunikacja miedzy programami
Author: "Tomek Kolinko"
Date: Wed, 08 Oct 1997 00:00
Date: Wed, 08 Oct 1997 00:00
12 lines
173 bytes
173 bytes
Witam! Potrzebuje pomocy... Chcialem napisac program ktory po godzinie dzialania uruchamialby funkcje innego programu (nie napisanego przezemnie) Jak to zrobic? Tomek
Re: KOmunikacja miedzy programami
Author: mrydzews@infoser
Date: Wed, 08 Oct 1997 00:00
Date: Wed, 08 Oct 1997 00:00
23 lines
861 bytes
861 bytes
Tomek Kolinko (tom@sprint.com.pl) wrote: : Chcialem napisac program ktory po godzinie dzialania : uruchamialby funkcje innego programu Jesli mialby np. tylko wywolac jakas opcje z menu tamtego programu, lub cos takiego to mozna uzyc funkcji SendKeys. -------------------------------------------------------------------------- Mikolaj Rydzewski Jagiellonian University e-mail: mrydzews@infoserv.ii.uj.edu.pl Institute of Computer Science URL: http://www.ii.uj.edu.pl/~mrydzews voice: (48)(12)6330420 Tip of the day: ( generated by /usr/games/fortune ) Where humor is concerned there are no standards -- no one can say what is good or bad, although you can be sure that everyone will. -- John Kenneth Galbraith --------------------------------------------------------------------------
Re: KOmunikacja miedzy programami
Author: "Serious Joker"
Date: Thu, 09 Oct 1997 00:00
Date: Thu, 09 Oct 1997 00:00
22 lines
551 bytes
551 bytes
Potrzebna Ci forma, na formie Timer control. Ustaw Timer interval na 60000 (1 minuta), potem w Timer event napisz cos, co po 60 'tyknieciach' wystartuje ten drugi program. Do wystartowania programu mozesz uzyc Shell. Jesli potrzebujesz wiecej wskazowek, to napisz do mnie. -- Dariusz You only have a problem when you think you have a problem. Tomek Kolinko wrote in article >Witam! >Potrzebuje pomocy... >Chcialem napisac program ktory po godzinie dzialania >uruchamialby funkcje innego programu >(nie napisanego przezemnie) >Jak to zrobic?
Re: KOmunikacja miedzy programami
Author: "Tomek Kolinko"
Date: Sun, 12 Oct 1997 00:00
Date: Sun, 12 Oct 1997 00:00
5 lines
13 bytes
13 bytes
Dzieki:)
Re: KOmunikacja miedzy programami
Author: "Tomek Kolinko"
Date: Wed, 15 Oct 1997 00:00
Date: Wed, 15 Oct 1997 00:00
16 lines
376 bytes
376 bytes
Serious Joker <skynet@akamail.com> napisa�(a) w artykule <61jgns$pit@info.nask.pl>... > Potrzebna Ci forma, na formie Timer control. Ustaw Timer interval na 60000 > (1 minuta), potem w Timer event napisz cos, co po 60 'tyknieciach' > wystartuje ten drugi program. Do wystartowania programu mozesz uzyc Shell. To wiem.. Ale szukam sposobu na zamkniecie tego progamu
Re: KOmunikacja miedzy programami
Author: "Serious Joker"
Date: Thu, 16 Oct 1997 00:00
Date: Thu, 16 Oct 1997 00:00
31 lines
851 bytes
851 bytes
OK, skoro wystartowales swoj program, to teraz wez do niego handle uzywajac: Declare Function GetActiveWindow Lib "user32" Alias "GetActiveWindow" () As Long Majac window handle, mozesz teraz robic z nim co tylko zechcesz. Tak sie sklada, ze ty chcesz swoje window "zabic". Coz, uzyj: Declare Function DestroyWindow Lib "user32" Alias "DestroyWindow" (ByVal hwnd As Long) As Long Pozdrowka. -- Dariusz You only have a problem when you think you have a problem. Tomek Kolinko wrote in message >Serious Joker <skynet@akamail.com> napisa�(a) w artykule >> Potrzebna Ci forma, na formie Timer control. Ustaw Timer interval na >60000 >> (1 minuta), potem w Timer event napisz cos, co po 60 'tyknieciach' >> wystartuje ten drugi program. Do wystartowania programu mozesz uzyc >Shell. >To wiem.. >Ale szukam sposobu na zamkniecie tego progamu
Thread Navigation
This is a paginated view of messages in the thread with full content displayed inline.
Messages are displayed in chronological order, with the original post highlighted in green.
Use pagination controls to navigate through all messages in large threads.
Back to All Threads