Click here to Skip to main content
15,915,857 members
Home / Discussions / C#
   

C#

 
GeneralCheck if a shortcut is on desktop Pin
Johny Ng29-Mar-05 14:44
Johny Ng29-Mar-05 14:44 
GeneralRe: Check if a shortcut is on desktop Pin
Christian Graus29-Mar-05 16:54
protectorChristian Graus29-Mar-05 16:54 
GeneralPowerPoint thumbnail generation Pin
Alex Korchemniy29-Mar-05 14:17
Alex Korchemniy29-Mar-05 14:17 
Generalstring.Format Pin
LeeeNN29-Mar-05 7:19
LeeeNN29-Mar-05 7:19 
GeneralRe: string.Format Pin
Roger Stewart29-Mar-05 7:49
professionalRoger Stewart29-Mar-05 7:49 
Generalsetting DLCTL_SILENT on WebBrowser control Pin
dkarlton29-Mar-05 6:13
dkarlton29-Mar-05 6:13 
GeneralRe: setting DLCTL_SILENT on WebBrowser control Pin
spif200130-Mar-05 1:39
spif200130-Mar-05 1:39 
GeneralRe: setting DLCTL_SILENT on WebBrowser control Pin
dkarlton30-Mar-05 4:15
dkarlton30-Mar-05 4:15 
No, this is deep in the bowels of IE and interop. SuspendLayout() is for adding widgets to an existing control. I'm talking about actually stopping IE from dynamically showing HTML, images, etc. while it's in the process of loading it over the net. (And I'm making the assumption that this silent flag is the way to do it, which may be wrong anyway.)

This is more of a question about a) the IE SDK, and more importantly b) how to correctly use COM and interop to set the DLCTL_SILENT flag on IE from C#. In C++, it's just a matter of calling IDispatch::Invoke. But my experience with interop is limited, so I'm at a momentary standstill trying to do the equivalent Invoke operation in C#.
GeneralAbstract class and interfaces Pin
MrJJKoolJ29-Mar-05 5:45
MrJJKoolJ29-Mar-05 5:45 
GeneralRe: Abstract class and interfaces Pin
turbochimp29-Mar-05 6:10
turbochimp29-Mar-05 6:10 
GeneralRe: Abstract class and interfaces Pin
_J_29-Mar-05 6:16
_J_29-Mar-05 6:16 
GeneralRe: Abstract class and interfaces Pin
S. Senthil Kumar29-Mar-05 19:31
S. Senthil Kumar29-Mar-05 19:31 
General[Message Deleted] Pin
nobody262629-Mar-05 4:52
nobody262629-Mar-05 4:52 
GeneralRe: Get number of copies from Win32_PrintJob Pin
Anonymous29-Mar-05 5:13
Anonymous29-Mar-05 5:13 
GeneralRe: Get number of copies from Win32_PrintJob Pin
Anonymous29-Mar-05 11:04
Anonymous29-Mar-05 11:04 
QuestionHow to backup database and restore database using C# Pin
pubududilena29-Mar-05 3:18
pubududilena29-Mar-05 3:18 
AnswerRe: How to backup database and restore database using C# Pin
Sebastian Schneider29-Mar-05 3:23
Sebastian Schneider29-Mar-05 3:23 
GeneralRe: How to backup database and restore database using C# Pin
pubududilena29-Mar-05 3:33
pubududilena29-Mar-05 3:33 
Questionhow to get minimum value & maximum value from array Pin
montu337729-Mar-05 2:41
montu337729-Mar-05 2:41 
AnswerRe: how to get minimum value & maximum value from array Pin
Guinness4Strength29-Mar-05 2:49
Guinness4Strength29-Mar-05 2:49 
AnswerRe: how to get minimum value & maximum value from array Pin
DavidNohejl29-Mar-05 3:11
DavidNohejl29-Mar-05 3:11 
GeneralRe: how to get minimum value & maximum value from array Pin
montu337729-Mar-05 3:27
montu337729-Mar-05 3:27 
GeneralRe: how to get minimum value & maximum value from array Pin
Guinness4Strength29-Mar-05 3:56
Guinness4Strength29-Mar-05 3:56 
GeneralRe: how to get minimum value & maximum value from array Pin
montu337729-Mar-05 5:33
montu337729-Mar-05 5:33 
GeneralRe: how to get minimum value & maximum value from array Pin
Guinness4Strength29-Mar-05 5:57
Guinness4Strength29-Mar-05 5:57 

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.