Click here to Skip to main content
16,004,924 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCHeaderCtrl WTL question Pin
YaronNir24-Aug-03 23:47
YaronNir24-Aug-03 23:47 
GeneralDelphi BDE with VC Pin
HolyRu24-Aug-03 22:28
HolyRu24-Aug-03 22:28 
GeneralExistFiles Pin
Hellin24-Aug-03 22:08
Hellin24-Aug-03 22:08 
GeneralRe: ExistFiles Pin
Cedric Moonen24-Aug-03 22:40
Cedric Moonen24-Aug-03 22:40 
GeneralRe: ExistFiles Pin
Anonymous24-Aug-03 23:35
Anonymous24-Aug-03 23:35 
GeneralRe: ExistFiles Pin
HPSI24-Aug-03 23:31
HPSI24-Aug-03 23:31 
GeneralRe: ExistFiles Pin
Anonymous24-Aug-03 23:34
Anonymous24-Aug-03 23:34 
Questionhow to make program`s shortcut Pin
scara24-Aug-03 21:33
scara24-Aug-03 21:33 
HI,

I have realy hard task. I need create program`s shortcut and I found on the Internet, that I must use IShellLink interface. But on Microsoft site (MSDN) I found the code - http://msdn.microsoft.com/library/...[^] - and this code doesn`t work ... function CoCreateInstance failure (I think)...

piece of code:
HRESULT hres;
IShellLink* psl;
hres = CoCreateInstance(CLSID_ShellLink, NULL, CLSCTX_INPROC_SERVER, IID_IShellLink, (LPVOID*)&psl);


Confused | :confused: Tomas Confused | :confused:
AnswerRe: how to make program`s shortcut Pin
HPSI24-Aug-03 23:51
HPSI24-Aug-03 23:51 
GeneralComparing 2 BITMAPS!?!?!?! Pin
colormyiris24-Aug-03 21:29
colormyiris24-Aug-03 21:29 
GeneralRe: Comparing 2 BITMAPS!?!?!?! Pin
l a u r e n24-Aug-03 21:43
l a u r e n24-Aug-03 21:43 
GeneralRe: Comparing 2 BITMAPS!?!?!?! Pin
colormyiris25-Aug-03 0:25
colormyiris25-Aug-03 0:25 
Generalloading tiff, bmp and DIB file in MDI application Pin
Member 54615024-Aug-03 21:12
Member 54615024-Aug-03 21:12 
GeneralRe: loading tiff, bmp and DIB file in MDI application Pin
l a u r e n24-Aug-03 21:44
l a u r e n24-Aug-03 21:44 
GeneralRe: loading tiff, bmp and DIB file in MDI application Pin
Member 54615024-Aug-03 21:51
Member 54615024-Aug-03 21:51 
GeneralRe: loading tiff, bmp and DIB file in MDI application Pin
l a u r e n24-Aug-03 21:55
l a u r e n24-Aug-03 21:55 
GeneralRe: loading tiff, bmp and DIB file in MDI application Pin
Babayan Hovhannes25-Aug-03 1:26
Babayan Hovhannes25-Aug-03 1:26 
GeneralRe: loading tiff, bmp and DIB file in MDI application Pin
Member 54615025-Aug-03 18:45
Member 54615025-Aug-03 18:45 
QuestionHow to capture all outgoing pcm data Pin
Anonymous24-Aug-03 19:47
Anonymous24-Aug-03 19:47 
AnswerRe: How to capture all outgoing pcm data Pin
Joey Bloggs24-Aug-03 20:47
Joey Bloggs24-Aug-03 20:47 
GeneralVisual C++ .NET 2003 and XP Style Pin
valikac24-Aug-03 19:20
valikac24-Aug-03 19:20 
Questionhow to display selected item in treelist in a list box? Pin
coda_x24-Aug-03 18:53
coda_x24-Aug-03 18:53 
GeneralADO Connection(s)... Pin
Exceter24-Aug-03 18:02
Exceter24-Aug-03 18:02 
GeneralDynamic creation of 3D Array Pin
Mahesh Varma24-Aug-03 17:52
Mahesh Varma24-Aug-03 17:52 
GeneralRe: Dynamic creation of 3D Array Pin
Andrew Walker24-Aug-03 22:30
Andrew Walker24-Aug-03 22:30 

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.