Click here to Skip to main content
15,912,400 members
Home / Discussions / C#
   

C#

 
GeneralRe: .net application hangs under vista Pin
#realJSOP1-Dec-08 23:54
professional#realJSOP1-Dec-08 23:54 
QuestionAutoLogin With C# To My Mail - Problems Pin
CRAZYCRICKET2251-Dec-08 6:41
CRAZYCRICKET2251-Dec-08 6:41 
AnswerRe: AutoLogin With C# To My Mail - Problems Pin
Paul Conrad1-Dec-08 6:49
professionalPaul Conrad1-Dec-08 6:49 
GeneralRe: AutoLogin With C# To My Mail - Problems Pin
CRAZYCRICKET2252-Dec-08 3:33
CRAZYCRICKET2252-Dec-08 3:33 
AnswerRe: AutoLogin With C# To My Mail - Problems Pin
PH-MAT2-Dec-08 8:09
PH-MAT2-Dec-08 8:09 
GeneralRe: AutoLogin With C# To My Mail - Problems Pin
CRAZYCRICKET2252-Dec-08 9:53
CRAZYCRICKET2252-Dec-08 9:53 
QuestionWant to listen an event of other application Pin
Naveed7271-Dec-08 6:00
Naveed7271-Dec-08 6:00 
AnswerRe: Want to listen an event of other application Pin
Dave Kreskowiak1-Dec-08 7:43
mveDave Kreskowiak1-Dec-08 7:43 
Unless the app exposes some kind of external notification system, there is no event that you can listen for. The only possibility you have is using Windows Hooks, I believe the CBT hook specifically, and watch for the pop up window to be created. But, this is NOT a trivial thing to do. Then, getting the data from that window is the next difficult task. How you do this depends on the window, how it's structured, and if the controls it hosts responds to the WM_GETTEXT message. You might want to Google for "WM_GETTEXT" for examples.


A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007, 2008




Questionhelp in OleDbDataReader Pin
hassanasp1-Dec-08 5:59
hassanasp1-Dec-08 5:59 
AnswerRe: help in OleDbDataReader Pin
Wendelius1-Dec-08 6:12
mentorWendelius1-Dec-08 6:12 
GeneralRe: help in OleDbDataReader error message Pin
hassanasp1-Dec-08 6:27
hassanasp1-Dec-08 6:27 
GeneralRe: help in OleDbDataReader error message Pin
Wendelius1-Dec-08 9:31
mentorWendelius1-Dec-08 9:31 
Questionthread in C# Pin
dec821-Dec-08 3:41
dec821-Dec-08 3:41 
AnswerRe: thread in C# Pin
N a v a n e e t h1-Dec-08 3:45
N a v a n e e t h1-Dec-08 3:45 
AnswerRe: thread in C# Pin
Paul Conrad1-Dec-08 5:59
professionalPaul Conrad1-Dec-08 5:59 
QuestionHow to send a WNDPROC message to a listview control to simulate a click on a scrollbar arrow Pin
Darryl Borden1-Dec-08 3:18
Darryl Borden1-Dec-08 3:18 
AnswerRe: How to send a WNDPROC message to a listview control to simulate a click on a scrollbar arrow Pin
Simon P Stevens1-Dec-08 3:56
Simon P Stevens1-Dec-08 3:56 
QuestionTreeview inside DataGridView Pin
Piyush Vaishnav1-Dec-08 2:53
Piyush Vaishnav1-Dec-08 2:53 
AnswerRe: Treeview inside DataGridView Pin
Steve Westbrook1-Dec-08 5:04
Steve Westbrook1-Dec-08 5:04 
QuestionWndProc in C# Pin
Member 24377631-Dec-08 2:41
Member 24377631-Dec-08 2:41 
GeneralRe: WndProc in C# Pin
Luc Pattyn1-Dec-08 3:10
sitebuilderLuc Pattyn1-Dec-08 3:10 
GeneralRe: WndProc in C# Pin
Member 24377631-Dec-08 6:04
Member 24377631-Dec-08 6:04 
AnswerRe: WndProc in C# Pin
N a v a n e e t h1-Dec-08 3:12
N a v a n e e t h1-Dec-08 3:12 
Questionget the value of the selecteditem in a list view Pin
prasadbuddhika1-Dec-08 1:37
prasadbuddhika1-Dec-08 1:37 
AnswerRe: get the value of the selecteditem in a list view Pin
bcozican1-Dec-08 1:45
bcozican1-Dec-08 1:45 

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.