nope the watcher will get the message in the message box then save it to a log file thanks for the links, will check later
jeipiyaku
Posts
-
Windows Popup Watcher -
Windows Popup Watcherthanks for your reply ok so let me make my question more specific. the core of the program is to watch a specific application for message boxes, dialog boxes, or error message boxes. then get the text from the message box then put it in a log file then preferably simulate a click event on the OK button of that message box lets say that an application generates that a message box saying that a file is missing id like to get that message then save it into a log file. hope this will explain clearly
-
Windows Popup Watcherbtw im using vb.net
-
Windows Popup WatcherHi guys im trying do an application wherein it watches other applications activities. like for example my application will watch for any dialog box generated by the application specified in the settings. any idea on where should i start?
-
can anyone help me with this or atleast give an ideayeah to think that i wasted my time looking for one.. and yeah thats what im using now 2 listbox.. and im thinking of creating a control for this
-
can anyone help me with this or atleast give an ideaok this is the situation im developing a programs that needs a users to map their database table to another table but i want it to be visual to minimize the errors that the users can create can somebody give me an idea on how to do this ? here is a screenshot of a similar interface i got from another software.. http://i111.photobucket.com/albums/n159/jeipiyaku/dtmap.jpg can anyone give me an idea on how to this or atleast tell me of a control that i can use to do this thanks a lot codeproject
-
Adding DLL Dynamicallyyeah plugins was the one in my mind earlier i just dunno how to do it thanks for the reply..
-
restrict project to run only 20 timesyou can store it to a text file then rename it so that your clients cannot change the data in the text file e.g. you can encrypt the '20' so that the client cannot read it easily
-
ADODC ConnectionString App.Path VB6how about using adodb instead of adodc? just a suggestion i have exacly no clue about your problem :-D
-
Adding DLL Dynamicallyi want to make a program that can add dll's dynamically the dll's i made has forms in it that the user can call through the program the problem is i dont know how to add a dll just without manually adding it to the source code is there a way that the program can list all the dll's i made from a specific folder? can anybody give me a sample program? pleeeeeeeeeeeez :(