Click here to Skip to main content
15,907,492 members
Home / Discussions / C#
   

C#

 
GeneralRe: Unable to cast COM object of type 'mshtml.HTMLDocumentClass' to class type 'System.Windows.Forms.HtmlDocument'. Pin
Member 881108925-Sep-13 5:00
Member 881108925-Sep-13 5:00 
GeneralRe: Unable to cast COM object of type 'mshtml.HTMLDocumentClass' to class type 'System.Windows.Forms.HtmlDocument'. Pin
TnTinMn25-Sep-13 16:43
TnTinMn25-Sep-13 16:43 
GeneralRe: Unable to cast COM object of type 'mshtml.HTMLDocumentClass' to class type 'System.Windows.Forms.HtmlDocument'. Pin
BillWoodruff26-Sep-13 8:01
professionalBillWoodruff26-Sep-13 8:01 
GeneralRe: Unable to cast COM object of type 'mshtml.HTMLDocumentClass' to class type 'System.Windows.Forms.HtmlDocument'. Pin
TnTinMn26-Sep-13 15:29
TnTinMn26-Sep-13 15:29 
QuestionChessboard UI Pin
DeFles24-Sep-13 23:40
DeFles24-Sep-13 23:40 
AnswerRe: Chessboard UI Pin
Abhinav S24-Sep-13 23:45
Abhinav S24-Sep-13 23:45 
QuestionOutOfMemoryException Pin
ptvce24-Sep-13 21:04
ptvce24-Sep-13 21:04 
SuggestionRe: OutOfMemoryException Pin
Richard Deeming25-Sep-13 1:38
mveRichard Deeming25-Sep-13 1:38 
Questionenumchildwindows error Pin
eng.iris24-Sep-13 17:58
eng.iris24-Sep-13 17:58 
AnswerRe: enumchildwindows error Pin
Eddy Vluggen25-Sep-13 1:59
professionalEddy Vluggen25-Sep-13 1:59 
GeneralRe: enumchildwindows error Pin
eng.iris25-Sep-13 2:25
eng.iris25-Sep-13 2:25 
QuestionThat assembly does not allow partially trusted callers Pin
gautam baruah123-Sep-13 22:57
gautam baruah123-Sep-13 22:57 
AnswerRe: That assembly does not allow partially trusted callers Pin
Abhinav S24-Sep-13 17:01
Abhinav S24-Sep-13 17:01 
Questionread and write sector of hard disk in windows 7 and up version Pin
ptvce23-Sep-13 18:40
ptvce23-Sep-13 18:40 
AnswerRe: read and write sector of hard disk in windows 7 and up version Pin
Abhinav S23-Sep-13 19:40
Abhinav S23-Sep-13 19:40 
QuestionUnderstanding changes of the mouse icon Pin
amirpooya23-Sep-13 2:36
amirpooya23-Sep-13 2:36 
AnswerRe: Understanding changes of the mouse icon Pin
Eddy Vluggen23-Sep-13 2:38
professionalEddy Vluggen23-Sep-13 2:38 
AnswerRe: Understanding changes of the mouse icon Pin
V.23-Sep-13 3:01
professionalV.23-Sep-13 3:01 
GeneralRe: Understanding changes of the mouse icon Pin
Eddy Vluggen23-Sep-13 3:32
professionalEddy Vluggen23-Sep-13 3:32 
GeneralRe: Understanding changes of the mouse icon Pin
V.23-Sep-13 3:35
professionalV.23-Sep-13 3:35 
GeneralRe: Understanding changes of the mouse icon Pin
Eddy Vluggen23-Sep-13 5:50
professionalEddy Vluggen23-Sep-13 5:50 
AnswerRe: Understanding changes of the mouse icon Pin
BillWoodruff23-Sep-13 4:55
professionalBillWoodruff23-Sep-13 4:55 
AnswerRe: Understanding changes of the mouse icon Pin
Pete O'Hanlon23-Sep-13 7:07
mvePete O'Hanlon23-Sep-13 7:07 
GeneralRe: Understanding changes of the mouse icon Pin
ExcellentOrg23-Sep-13 8:23
ExcellentOrg23-Sep-13 8:23 
If all you want to know whether a URL was loaded or not, you do not need to look at mouse cursor, your application will be lot more robust if you decided to do some kind of Async call and then time-out from your receiver.

Shape of mouse cursor is way down on the totem pole of events and in any case its user-interface thing and No good application design should depend on the tail of responses.

That said, all mouse cursors have a constant value (IMHO they used to be called Handles back in the days of WIN32 API) that does not change across application.

If this was the only way out, I'd write a WIN SDK C++ app in which I create full sized transparent always-on-top window with no borders that scans all mouse events. and return the base WndProc unhandled ... Dabble a bit in Spy tool that comes with visual studio.
GeneralRe: Understanding changes of the mouse icon Pin
Pete O'Hanlon23-Sep-13 8:41
mvePete O'Hanlon23-Sep-13 8:41 

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.