Click here to Skip to main content
15,887,683 members
Home / Discussions / C#
   

C#

 
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 
QuestionInputBox Pin
kenexcelon31-Aug-05 13:42
kenexcelon31-Aug-05 13:42 
AnswerRe: InputBox Pin
Werdna31-Aug-05 13:46
Werdna31-Aug-05 13:46 
AnswerRe: InputBox Pin
kenexcelon31-Aug-05 14:21
kenexcelon31-Aug-05 14:21 
QuestionHow can I call static method using late binding Pin
Johny Ng31-Aug-05 12:50
Johny Ng31-Aug-05 12:50 
AnswerRe: How can I call static method using late binding Pin
Werdna31-Aug-05 13:43
Werdna31-Aug-05 13:43 
QuestionAssemblies References Pin
Heinz_31-Aug-05 12:47
Heinz_31-Aug-05 12:47 
AnswerRe: Assemblies References Pin
Lars Niedziolka31-Aug-05 14:07
Lars Niedziolka31-Aug-05 14:07 
AnswerRe: Assemblies References Pin
Stefan Troschuetz31-Aug-05 21:24
Stefan Troschuetz31-Aug-05 21:24 
QuestionFrame Capturing From AVI Movie Pin
Nabeel Younus Khan31-Aug-05 10:58
Nabeel Younus Khan31-Aug-05 10:58 
AnswerRe: Frame Capturing From AVI Movie Pin
Lars Niedziolka31-Aug-05 14:10
Lars Niedziolka31-Aug-05 14:10 
Questionrichtextbox @ if_mel_yes_else_no Pin
surfman1931-Aug-05 9:40
surfman1931-Aug-05 9:40 
AnswerRe: richtextbox @ if_mel_yes_else_no Pin
Mohamad Al Husseiny31-Aug-05 10:05
Mohamad Al Husseiny31-Aug-05 10:05 
Answer[Message Deleted] Pin
Dave Kreskowiak31-Aug-05 10:19
mveDave Kreskowiak31-Aug-05 10:19 
AnswerRe: richtextbox @ if_mel_yes_else_no Pin
Dave Kreskowiak31-Aug-05 10:19
mveDave Kreskowiak31-Aug-05 10:19 
GeneralRe: richtextbox @ if_mel_yes_else_no Pin
surfman1931-Aug-05 12:09
surfman1931-Aug-05 12:09 
GeneralRe: richtextbox @ if_mel_yes_else_no Pin
Dave Kreskowiak31-Aug-05 12:32
mveDave Kreskowiak31-Aug-05 12:32 

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.