Click here to Skip to main content
15,897,718 members
Home / Discussions / C#
   

C#

 
QuestionWaitForExit Pin
Loveday781-Sep-05 2:27
Loveday781-Sep-05 2:27 
AnswerRe: WaitForExit Pin
S. Senthil Kumar1-Sep-05 6:16
S. Senthil Kumar1-Sep-05 6:16 
GeneralRe: WaitForExit Pin
Loveday781-Sep-05 20:43
Loveday781-Sep-05 20:43 
GeneralRe: WaitForExit Pin
therealmccoy2-Sep-05 7:51
therealmccoy2-Sep-05 7:51 
QuestionCopying data from Oracle to Access Pin
oliver@GVA1-Sep-05 1:35
oliver@GVA1-Sep-05 1:35 
QuestionCombobox Tag Pin
PHDENG811-Sep-05 1:30
PHDENG811-Sep-05 1:30 
AnswerRe: Combobox Tag Pin
Mohamad Al Husseiny1-Sep-05 2:43
Mohamad Al Husseiny1-Sep-05 2:43 
GeneralRe: Combobox Tag Pin
PHDENG811-Sep-05 4:22
PHDENG811-Sep-05 4:22 
GeneralRe: Combobox Tag Pin
mav.northwind1-Sep-05 6:35
mav.northwind1-Sep-05 6:35 
GeneralRe: Combobox Tag Pin
Mohamad Al Husseiny1-Sep-05 8:16
Mohamad Al Husseiny1-Sep-05 8:16 
QuestionCurves and Angles Pin
suresh sahu1-Sep-05 1:22
suresh sahu1-Sep-05 1:22 
AnswerRe: Curves and Angles Pin
Andrew Kirillov1-Sep-05 3:09
Andrew Kirillov1-Sep-05 3:09 
GeneralRe: Curves and Angles Pin
Nageshwar Rao1-Sep-05 5:56
Nageshwar Rao1-Sep-05 5:56 
GeneralRe: Curves and Angles Pin
Anonymous1-Sep-05 5:56
Anonymous1-Sep-05 5:56 
QuestionInterbase databse Pin
Virendrak1-Sep-05 1:02
Virendrak1-Sep-05 1:02 
QuestionProblem in Viewing data from DataGrid Pin
Dhruvesh Brahmbhatt1-Sep-05 0:44
Dhruvesh Brahmbhatt1-Sep-05 0:44 
QuestionSorting a DataView by an int[] list Pin
thomasa31-Aug-05 21:52
thomasa31-Aug-05 21:52 
AnswerRe: Sorting a DataView by an int[] list Pin
thomasa31-Aug-05 22:51
thomasa31-Aug-05 22:51 
QuestionMS Word add-in install problem Pin
parviz_rashidi31-Aug-05 21:17
parviz_rashidi31-Aug-05 21:17 
QuestionHow can I link a listbox to a picturebox in C#.net?please help... Pin
azizkhani31-Aug-05 20:41
azizkhani31-Aug-05 20:41 
QuestionPlease help.. Pin
KORCARI31-Aug-05 19:30
KORCARI31-Aug-05 19:30 
AnswerRe: Please help.. Pin
Stefan Troschuetz31-Aug-05 21:11
Stefan Troschuetz31-Aug-05 21:11 
QuestionAudio streaming Pin
Cheezo31-Aug-05 17:33
Cheezo31-Aug-05 17:33 
QuestionRead URL Link from Managed Code? Pin
ehollar31-Aug-05 15:24
ehollar31-Aug-05 15:24 
Greetings,

I'm a classic ASP developer of some years, but a C# noob. I've got a wild hair to write a windows app. I'm trying to convert the code in the excellent "managed shell link" article here:

http://www.codeproject.com/useritems/managed_shell_link.asp

to work with URL links. I've created a copy of the code, and made some changes...namespace to Pvax.URL, class name URLLink, and changed the CLSID_ShellLink line to:

private static readonly Guid CLSID_InternetShortcut = new Guid(0xFBF23B40, 0xE3F0, 0x101B, 0x84, 0x88, 0x00, 0xAA, 0x00, 0x3E, 0x56, 0xF8);

and updated the two references to CLSID_ShellLink to the new constant. But it's not working. Are the IShellLinkA/W calls invalid for URL links? MSDN indicates that internet shortcuts implement the IShellLink interface. Any suggestions?


ehollar
QuestionVisual Studio Designer Pin
Eric Lacroix31-Aug-05 13:55
Eric Lacroix31-Aug-05 13:55 

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.