Click here to Skip to main content
15,923,852 members
Home / Discussions / C#
   

C#

 
GeneralRe: .Net 1.0 & 2.0 on the same machine Pin
Luc Pattyn10-Jan-08 4:40
sitebuilderLuc Pattyn10-Jan-08 4:40 
GeneralRe: .Net 1.0 & 2.0 on the same machine Pin
Justin Perez10-Jan-08 4:40
Justin Perez10-Jan-08 4:40 
GeneralRe: .Net 1.0 & 2.0 on the same machine Pin
mav.northwind10-Jan-08 8:43
mav.northwind10-Jan-08 8:43 
GeneralRe: .Net 1.0 & 2.0 on the same machine Pin
Zoltan Balazs10-Jan-08 11:52
Zoltan Balazs10-Jan-08 11:52 
Generalneed event arguments for mshtml.HTMLElementEvents2_onclickEventHandler Pin
balakpn10-Jan-08 3:39
balakpn10-Jan-08 3:39 
GeneralRe: need event arguments for mshtml.HTMLElementEvents2_onclickEventHandler Pin
Judah Gabriel Himango10-Jan-08 5:20
sponsorJudah Gabriel Himango10-Jan-08 5:20 
GeneralRe: need event arguments for mshtml.HTMLElementEvents2_onclickEventHandler Pin
Skippums10-Jan-08 5:33
Skippums10-Jan-08 5:33 
QuestionDLL Injection - Reading Messages in c# Pin
OsoreWatashi10-Jan-08 3:25
OsoreWatashi10-Jan-08 3:25 
Heyo all,

I got this isue that I'm not able to solve for some dark reason.
I am currently working on a macro (own, independant program) that will log me in when another program (totally NOT made by me and I do not know how everything is implemented) is done loading. I can see this by a loadingbar.

Now it is not that hard to find the handle and such for this loadingbar.
So far I used (manually) Spy++ to spy on that loadingbar and noticed that when it's done loading, there aren't any messages send anymore. Which are "WM_PAINT" and "WM_ERASEBKGDN".
It is totally not important what the values are, only that the message is sent.

In Spy++ I'm able to see those messages, but in my C#-application I'm not able to.

Basically:
1. I start the other program (solved)
2. Wait until it's done loading (unsolved)
3. Type in the login information (solved)

I hope that it is clear to you that I only need code that lets me read those messages in that loadingbar and it must be possible to implement it in my C# code. Everything is ok, as long as I'm able to get a result back in my C# code, as for instance a boolean, an id of the message or the time of the message.

All I want to check is if there is no message sent for 5 seconds, so I'm sure that I can type in my login information (automated).

Thanx in advance and I hope somebody knows how to do this.
GeneralRe: DLL Injection - Reading Messages in c# Pin
Skippums10-Jan-08 4:57
Skippums10-Jan-08 4:57 
GeneralRe: DLL Injection - Reading Messages in c# Pin
OsoreWatashi10-Jan-08 5:20
OsoreWatashi10-Jan-08 5:20 
GeneralRe: DLL Injection - Reading Messages in c# Pin
Skippums10-Jan-08 5:42
Skippums10-Jan-08 5:42 
GeneralRe: DLL Injection - Reading Messages in c# Pin
OsoreWatashi11-Jan-08 1:04
OsoreWatashi11-Jan-08 1:04 
NewsRe: DLL Injection - Reading Messages in c# Pin
OsoreWatashi11-Jan-08 1:09
OsoreWatashi11-Jan-08 1:09 
NewsRe: DLL Injection - Reading Messages in c# Pin
OsoreWatashi14-Jan-08 1:42
OsoreWatashi14-Jan-08 1:42 
QuestionDelegate Question Pin
Programm3r10-Jan-08 3:05
Programm3r10-Jan-08 3:05 
GeneralRe: Delegate Question Pin
Justin Perez10-Jan-08 3:31
Justin Perez10-Jan-08 3:31 
QuestionRe: Delegate Question Pin
Programm3r10-Jan-08 3:40
Programm3r10-Jan-08 3:40 
GeneralRe: Delegate Question Pin
Luc Pattyn10-Jan-08 4:43
sitebuilderLuc Pattyn10-Jan-08 4:43 
GeneralStoring hexadecimal values in XML Pin
Tiger45610-Jan-08 3:02
Tiger45610-Jan-08 3:02 
GeneralRe: Storing hexadecimal values in XML Pin
Skippums10-Jan-08 5:02
Skippums10-Jan-08 5:02 
GeneralProgramatically discover the version of a pdf file Pin
Neophyte3010-Jan-08 2:49
Neophyte3010-Jan-08 2:49 
GeneralRe: Programatically discover the version of a pdf file Pin
Luc Pattyn10-Jan-08 3:39
sitebuilderLuc Pattyn10-Jan-08 3:39 
GeneralRe: Programatically discover the version of a pdf file [modified] Pin
Neophyte3010-Jan-08 6:00
Neophyte3010-Jan-08 6:00 
QuestionSearching the properties in the Active Directory Pin
khuzwayom10-Jan-08 2:18
khuzwayom10-Jan-08 2:18 
GeneralRe: Searching the properties in the Active Directory Pin
Justin Perez10-Jan-08 3:37
Justin Perez10-Jan-08 3:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.