Hello, How to "catch" doble click on ANY lnk file, but before any windows message (for example, no CD in CD drive,...)? I mean, how to do it if lnk file point to CD drive and no disk in drive? And: How to take the same if lnk file is internet shorcut? Thank you.
Samsung
Posts
-
Double-click on lnk file -
llo,Double-click on lnk fileHe
-
Shell Extension for application startingHow to make shell extension to monitor appliacation starting? I mean, before application startitng, I need to do something. Thank you.
-
Translate Page In IE?Hi, How to get text from html page in IE, modify it and put it back in IE? I need it to translate page. Thank you.
-
createElement and any tag?HRESULT createElement(BSTR eTag, IHTMLElement **newElem); Is it possible to use any tag name for eTag (for example numbers, 1, 2, 3...) to create element?
-
IE in Design Mode?Can be IE put in design mode by using: HRESULT IHTMLDocument2::put_designMode(BSTR v); Thank you.
-
Translate Page In IE?Hi, How to get text from html page in IE, modify it and put back in IE? I need it to translate page. Thank you.
-
Save As?Hello, How to save IE page? I would like to save exactly as IE's Save As menu command (it saves images,...). Thank you.
-
Find and replace text in IE?Hello, How to find and replace Value, using IHTML classes? Text, by using IHTML classes? Thank you.
-
XCOPY and UnicodeHello, Does XCOPY supprot Unicode? I mean: cmd /u /c xcopy dir1 dir2 ^>File.txt File.txt would be Unicode, but it is not. Dir and Copy command prompt functions do support Unicode in this way, but it seems Xcopy does not. How to use Xcopy to write to Unicode file? Thank you.
-
bstr, wchar_t, and code pagesI want UTF8 in wchar_t. Thank you.
-
bstr, wchar_t, and code pagesMichael Dunn wrote: A BSTR holds a Unicode string, which has no code pages. HTML page, from IE, is taken in BSTR. What about charset which is defined in HTML? Does it mean no need to convert from the charset to UTF8?
-
bstr, wchar_t, and code pagesHello, I have text in bstr string. Text is in some code page. How to convert text from code page to UTF8 and put it in wchar_t?
-
bstr, wchar_t, and code pagesHello, I have text in bstr string. Text is in some code page. How to convert text from code page to UTF8 and put it in wchar_t?
-
bstr, wchar_t, and code pagesHello, I have text in bstr string. Text is in some code page. How to convert text from code page to UTF8 and put it in wchar_t?
-
&#xxx to character?In TML there is character representation in form &#xxx. I can get hex value of the character but how to replace &#xxx with character, in VC++?
-
&#xxx to character?I HTML there is character representation in form &#xxx. I can get hex value of the character but how to replace &#xxx with character.
-
Adding unicode character to char string ?I have hexadecimal value of unicode character. How to add it to standard char string?
-
Unicode hex value to character, string,...I have hex value of unicode character. How to add character to string? I mean like "'\x65'123". How to use hex value to access character i VC++?
-
Each frame, redirecting1. If I load a web page that contains frames then the OnDocumentComplete() is hit for each frame. How can I recognize that the page is completely loaded (no more frames missing)? 2. How to recognize that web page is redirecting?