Click here to Skip to main content
15,893,588 members

jpsstavares - Professional Profile



Summary

    Blog RSS
16
Authority
18
Debator
6
Enquirer
99
Organiser
420
Participant
0
Author
0
Editor
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Reputation

Weekly Data. Recent events may not appear immediately. For information on Reputation please see the FAQ.

Privileges

Members need to achieve at least one of the given member levels in the given reputation categories in order to perform a given action. For example, to store personal files in your account area you will need to achieve Platinum level in either the Author or Authority category. The "If Owner" column means that owners of an item automatically have the privilege. The member types column lists member types who gain the privilege regardless of their reputation level.

ActionAuthorAuthorityDebatorEditorEnquirerOrganiserParticipantIf OwnerMember Types
Have no restrictions on voting frequencysilversilversilversilver
Bypass spam checks when posting contentsilversilversilversilversilversilvergoldSubEditor, Mentor, Protector, Editor
Store personal files in your account areaplatinumplatinumSubEditor, Editor
Have live hyperlinks in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Have the ability to include a biography in your profilebronzebronzebronzebronzebronzebronzesilverSubEditor, Protector, Editor
Edit a Question in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Edit an Answer in Q&AsilversilversilversilverYesSubEditor, Protector, Editor
Delete a Question in Q&AYesSubEditor, Protector, Editor
Delete an Answer in Q&AYesSubEditor, Protector, Editor
Report an ArticlesilversilversilversilverSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending ArticlegoldgoldgoldgoldSubEditor, Mentor, Protector, Editor
Edit other members' articlesSubEditor, Protector, Editor
Create an article without requiring moderationplatinumSubEditor, Mentor, Protector, Editor
Approve/Disapprove a pending QuestionProtector
Approve/Disapprove a pending AnswerProtector
Report a forum messagesilversilverbronzeProtector, Editor
Approve/Disapprove a pending Forum MessageProtector
Have the ability to send direct emails to members in the forumsProtector
Create a new tagsilversilversilversilver
Modify a tagsilversilversilversilver

Actions with a green tick can be performed by this member.


 
QuestionTodays Challenge: Know When a Form is Opened Pin
jpsstavares1-Oct-08 0:04
jpsstavares1-Oct-08 0:04 
First some background: I'm developing an application that monitors another application. This another application (let's name it AUT - Application Under Test) is launched from my application and it records the state of the application. The AUT is a third party software so I have absolutely no control over its code.

Right now I'm launching the application and I'm recording the initial state of the AUT. I now want to be able to tell if another window opens, for whatever reason, and record its state.

In Java every Swing and AWT event goes through the Event Dispatch Thread, and I can do what I want by installing a AWTEventListener and check when a WindowEvent of type WINDOW_OPENED is thrown.

Any insights on how to do something similar in C#?
AnswerRe: Todays Challenge: Know When a Form is Opened Pin
jpsstavares1-Oct-08 5:45
jpsstavares1-Oct-08 5:45 
GeneralHello World Pin
jpsstavares30-Sep-08 6:13
jpsstavares30-Sep-08 6:13 

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.