Need help with Embedded Visual Basic

User avatar
Влад1039
Уже с Приветом
Posts: 679
Joined: 17 May 2002 02:01
Location: Украина

Need help with Embedded Visual Basic

Post by Влад1039 »

Hi, I really need help with eVB. I need to develp an application that would track user's activities on HP Pocket PC (PDA). The application shoul record the date and time when a certain application was launched on the PDA. For instance, it should generate a report like this:

10:00PM - launched Internet Explorer - Google.com
10:20PM - launched Calendar
10.30PM - closed Internet Explorer - Google.com

At this point, I figured out how to cpature a window's caption (title bar). I do this with the help of APU functions GetActiveWindow() and GetWindowText. However, I've encountered a big problem - I do not not know how to make the application run "on the background". You see, the application that I have now only captures the captions of its own window and of the windows that it generates. And I need to capture windows' caption of ALL applications that are launched on the PDA.

PLEASE HELP ME OUT WITH THIS! IT'S REALLY IMPORTANT FOR ME!

PS I'm sorry for using English - the Antitranslit function is not working on my computer.
User avatar
Влад1039
Уже с Приветом
Posts: 679
Joined: 17 May 2002 02:01
Location: Украина

Post by Влад1039 »

Forgot to tell - the OS is Windows CE
User avatar
Влад1039
Уже с Приветом
Posts: 679
Joined: 17 May 2002 02:01
Location: Украина

Post by Влад1039 »

А все-таки? :)
Sanych
Уже с Приветом
Posts: 7728
Joined: 10 Jan 1999 10:01
Location: OH->TX->MI->MA->VA->FL->...

Post by Sanych »

1. А Вы сильно привязаны к EVB? Как насчет eVC? Оно же все в одном флаконе и бесплатно.
2. Прежде чем "изобретать велосипед", Вы уже проверяли на Google Groups и на codeguru? Может там давно лежит готовое решение для Вас? Или хотя бы шаблон...
Sanych
Уже с Приветом
Posts: 7728
Joined: 10 Jan 1999 10:01
Location: OH->TX->MI->MA->VA->FL->...

Post by Sanych »

И вдогонку, CE какая, 3.0 или 4.х/.NET? PPC2002/WM2003?
User avatar
Влад1039
Уже с Приветом
Posts: 679
Joined: 17 May 2002 02:01
Location: Украина

Post by Влад1039 »

Спасибо за ответ!

Sanych wrote:1. А Вы сильно привязаны к ЕВБ? Как насчет еВЦ? Оно же все в одном флаконе и бесплатно.]


Если честно то привязан к VB т.к. с C++ Мало знаком

2. Прежде чем "изобретать велосипед", Вы уже проверяли на Гоогле Гроупс и на цодегуру? Может там давно лежит готовое решение для Вас? Или хотя бы шаблон...


Google.com посмотерл. Codeguru еше нет. посмотрю - спасибо за совет!

Return to “Вопросы и новости IT”