Click here to Skip to main content
15,879,535 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: html string in .lnk file Pin
ShilpiP25-May-11 19:38
ShilpiP25-May-11 19:38 
GeneralRe: html string in .lnk file Pin
limelect25-May-11 19:47
limelect25-May-11 19:47 
GeneralRe: html string in .lnk file Pin
ShilpiP25-May-11 20:12
ShilpiP25-May-11 20:12 
GeneralRe: html string in .lnk file Pin
limelect25-May-11 20:20
limelect25-May-11 20:20 
GeneralRe: html string in .lnk file Pin
ShilpiP25-May-11 20:41
ShilpiP25-May-11 20:41 
GeneralRe: html string in .lnk file Pin
limelect25-May-11 21:41
limelect25-May-11 21:41 
GeneralRe: html string in .lnk file Pin
ShilpiP25-May-11 22:24
ShilpiP25-May-11 22:24 
AnswerRe: html string in .lnk file Pin
Richard MacCutchan23-May-11 23:12
mveRichard MacCutchan23-May-11 23:12 
The IShellLink specifically states that it cannot be used to create URL shortcuts. The Windows Scripting host is the vehicle for creating them, but I am not sure how to invoke WSH features from C++. However, if you open a URL link with Notepad (or your favourite editor) you will see that it is a simple text file, so you can get the information directly from reading it via any of the stream or file functions.
The best things in life are not things.

GeneralRe: html string in .lnk file Pin
limelect24-May-11 20:40
limelect24-May-11 20:40 
GeneralRe: html string in .lnk file Pin
Richard MacCutchan24-May-11 23:21
mveRichard MacCutchan24-May-11 23:21 
GeneralRe: html string in .lnk file Pin
limelect25-May-11 0:19
limelect25-May-11 0:19 
GeneralRe: html string in .lnk file Pin
Richard MacCutchan25-May-11 1:04
mveRichard MacCutchan25-May-11 1:04 
AnswerRe: html string in .lnk file Pin
Rhaddamant28-May-11 10:22
Rhaddamant28-May-11 10:22 
GeneralRe: html string in .lnk file Pin
Richard MacCutchan28-May-11 13:15
mveRichard MacCutchan28-May-11 13:15 
GeneralRe: html string in .lnk file Pin
limelect29-May-11 4:30
limelect29-May-11 4:30 
GeneralRe: Finally an answer that works html string in .lnk file Pin
limelect29-May-11 21:35
limelect29-May-11 21:35 
QuestionCStringArray reference Pin
_Flaviu23-May-11 20:01
_Flaviu23-May-11 20:01 
AnswerRe: CStringArray reference Pin
Cool_Dev23-May-11 20:46
Cool_Dev23-May-11 20:46 
GeneralRe: CStringArray reference Pin
_Flaviu23-May-11 23:01
_Flaviu23-May-11 23:01 
GeneralRe: CStringArray reference Pin
Cool_Dev25-May-11 4:11
Cool_Dev25-May-11 4:11 
AnswerRe: CStringArray reference Pin
Cedric Moonen23-May-11 20:49
Cedric Moonen23-May-11 20:49 
GeneralRe: CStringArray reference Pin
_Flaviu23-May-11 23:04
_Flaviu23-May-11 23:04 
QuestionMFC WebBrowser2 Control, PDF crash Pin
kitkat1201223-May-11 9:15
kitkat1201223-May-11 9:15 
QuestionCStringArray in CMap ? Pin
_Flaviu23-May-11 8:25
_Flaviu23-May-11 8:25 
AnswerRe: CStringArray in CMap ? Pin
David Crow23-May-11 8:50
David Crow23-May-11 8:50 

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.