Click here to Skip to main content
15,899,313 members
Home / Discussions / C#
   

C#

 
GeneralRe: Communication with com1 Pin
Torsten Mauz7-May-03 3:52
Torsten Mauz7-May-03 3:52 
GeneralRe: Communication with com1 Pin
Carlos Antollini7-May-03 4:48
Carlos Antollini7-May-03 4:48 
QuestionHow Do i Create DSN in C# Pin
Faisal7867-May-03 0:34
Faisal7867-May-03 0:34 
AnswerRe: How Do i Create DSN in C# Pin
Marcin7-May-03 12:09
Marcin7-May-03 12:09 
GeneralImageFormat with SaveFileDialog Pin
Roald Bankras7-May-03 0:32
Roald Bankras7-May-03 0:32 
GeneralRe: ImageFormat with SaveFileDialog Pin
Richard Deeming8-May-03 4:45
mveRichard Deeming8-May-03 4:45 
GeneralCOMException "Requested resource in use" Pin
GriffonRL7-May-03 0:14
GriffonRL7-May-03 0:14 
GeneralRe: COMException "Requested resource in use" Pin
Stephane Rodriguez.7-May-03 22:07
Stephane Rodriguez.7-May-03 22:07 
Probably the urlmoniker has not finished to download the current web page. And, for some reason, the next Navigate() call reuses this underlying object.

A few advices, although I haven't tested any of them :
- release the underlying COM object (Marshal.ReleaseComObject()).
- cast the current document to IMoniker and free it. (the moniker is a url moniker obtained when you navigate a url, and it does an underlying COM CreateURLMoniker(...) ). See MSDN / WalkAll for more info.
- cast the current document to IPersistStream and free it. Try also with IAsyncMoniker. Both of the interfaces must be declared before used. Read my recent posts about IPersistStreamInit for more info.


GeneralRe: COMException "Requested resource in use" Pin
GriffonRL12-May-03 0:42
GriffonRL12-May-03 0:42 
GeneralDataComponents in Visual C# Pin
flyingv6-May-03 23:41
flyingv6-May-03 23:41 
GeneralRe: DataComponents in Visual C# Pin
Andres Manggini7-May-03 20:09
Andres Manggini7-May-03 20:09 
GeneralRe: DataComponents in Visual C# Pin
Anonymous9-May-03 2:01
Anonymous9-May-03 2:01 
GeneralRe: DataComponents in Visual C# Pin
Andres Manggini9-May-03 13:00
Andres Manggini9-May-03 13:00 
QuestionHow to write WebControl Pin
KETUINHA6-May-03 21:21
KETUINHA6-May-03 21:21 
QuestionHow to extract links from a webpage using mshtml Pin
benzite6-May-03 20:20
benzite6-May-03 20:20 
AnswerRe: How to extract links from a webpage using mshtml Pin
Stephane Rodriguez.6-May-03 22:19
Stephane Rodriguez.6-May-03 22:19 
GeneralRe: How to extract links from a webpage using mshtml Pin
benzite7-May-03 17:30
benzite7-May-03 17:30 
GeneralRe: How to extract links from a webpage using mshtml Pin
Stephane Rodriguez.7-May-03 20:37
Stephane Rodriguez.7-May-03 20:37 
GeneralRe: How to extract links from a webpage using mshtml Pin
benzite7-May-03 21:41
benzite7-May-03 21:41 
GeneralRe: How to extract links from a webpage using mshtml Pin
Stephane Rodriguez.7-May-03 21:58
Stephane Rodriguez.7-May-03 21:58 
GeneralRe: How to extract links from a webpage using mshtml Pin
benzite7-May-03 22:25
benzite7-May-03 22:25 
AnswerRe: How to extract links from a webpage using mshtml Pin
Stephane Rodriguez.6-May-03 22:36
Stephane Rodriguez.6-May-03 22:36 
General<mailto> in C# Pin
eggie56-May-03 15:02
eggie56-May-03 15:02 
GeneralRe: in C# Pin
J. Dunlap6-May-03 15:35
J. Dunlap6-May-03 15:35 
GeneralAll in Code Behind. . . . Pin
drewpecunia6-May-03 13:38
drewpecunia6-May-03 13:38 

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.