Click here to Skip to main content
15,913,685 members
Home / Discussions / C#
   

C#

 
QuestionSending HttpWebRequest with a Unicode string Pin
ShadowUz7-Jun-11 18:58
ShadowUz7-Jun-11 18:58 
AnswerRe: Sending HttpWebRequest with a Unicode string Pin
Peter_in_27807-Jun-11 21:30
professionalPeter_in_27807-Jun-11 21:30 
AnswerRe: Sending HttpWebRequest with a Unicode string Pin
BobJanova7-Jun-11 23:20
BobJanova7-Jun-11 23:20 
GeneralRe: Sending HttpWebRequest with a Unicode string Pin
ShadowUz9-Jun-11 16:20
ShadowUz9-Jun-11 16:20 
QuestionExecuting a delegate from one class and project to another [modified] Pin
MAW307-Jun-11 14:02
MAW307-Jun-11 14:02 
AnswerRe: Executing a delegate from one class and project to another Pin
DaveyM697-Jun-11 14:12
professionalDaveyM697-Jun-11 14:12 
GeneralRe: Executing a delegate from one class and project to another Pin
MAW307-Jun-11 14:35
MAW307-Jun-11 14:35 
AnswerRe: Executing a delegate from one class and project to another Pin
PIEBALDconsult7-Jun-11 15:31
mvePIEBALDconsult7-Jun-11 15:31 
GeneralRe: Executing a delegate from one class and project to another [modified] Pin
MAW307-Jun-11 15:52
MAW307-Jun-11 15:52 
GeneralRe: Executing a delegate from one class and project to another [modified] Pin
PIEBALDconsult7-Jun-11 17:34
mvePIEBALDconsult7-Jun-11 17:34 
GeneralRe: Executing a delegate from one class and project to another Pin
MAW307-Jun-11 20:48
MAW307-Jun-11 20:48 
GeneralRe: Executing a delegate from one class and project to another Pin
PIEBALDconsult8-Jun-11 2:31
mvePIEBALDconsult8-Jun-11 2:31 
QuestionHelp reading window titles and text in c sharp Pin
turbosupramk37-Jun-11 6:15
turbosupramk37-Jun-11 6:15 
AnswerRe: Help reading window titles and text in c sharp Pin
SledgeHammer017-Jun-11 7:32
SledgeHammer017-Jun-11 7:32 
There is no standard way to read window titles and text. Every platform (by this, I mean, C++/MFC, Winforms, WPF, etc) stores the title differently. Sometimes applications will store titles themselves if they are owner / custom drawing. As for getting the window text, thats equally impossible. Every control stores it differently. What about item based controls like ListView?

If all you care about is notepad.exe SPECIFICALLY, you can call Win32 GetWindowText() through interop on the window as well as the text box control inside to get it consistently across OSes.
GeneralRe: Help reading window titles and text in c sharp Pin
turbosupramk37-Jun-11 11:05
turbosupramk37-Jun-11 11:05 
GeneralRe: Help reading window titles and text in c sharp Pin
SledgeHammer017-Jun-11 11:44
SledgeHammer017-Jun-11 11:44 
AnswerRe: Help reading window titles and text in c sharp [modified] Pin
DaveyM697-Jun-11 10:14
professionalDaveyM697-Jun-11 10:14 
GeneralRe: Help reading window titles and text in c sharp Pin
turbosupramk37-Jun-11 11:00
turbosupramk37-Jun-11 11:00 
GeneralRe: Help reading window titles and text in c sharp Pin
DaveyM697-Jun-11 11:25
professionalDaveyM697-Jun-11 11:25 
GeneralRe: Help reading window titles and text in c sharp Pin
Pete O'Hanlon7-Jun-11 11:38
mvePete O'Hanlon7-Jun-11 11:38 
GeneralRe: Help reading window titles and text in c sharp Pin
DaveyM697-Jun-11 11:54
professionalDaveyM697-Jun-11 11:54 
GeneralRe: Help reading window titles and text in c sharp Pin
DaveyM697-Jun-11 12:00
professionalDaveyM697-Jun-11 12:00 
QuestionWhy exception is not caught in BackgroundWorker DoWork routine? Pin
Chesnokov Yuriy7-Jun-11 3:56
professionalChesnokov Yuriy7-Jun-11 3:56 
AnswerRe: Why exception is not caught in BackgroundWorker DoWork routine? Pin
Ian Shlasko7-Jun-11 4:07
Ian Shlasko7-Jun-11 4:07 
GeneralRe: Why exception is not caught in BackgroundWorker DoWork routine? Pin
Chesnokov Yuriy7-Jun-11 4:17
professionalChesnokov Yuriy7-Jun-11 4:17 

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.