Custom URI schemes

This is a discussion on Custom URI schemes within the C# Programming forums, part of the General Programming Boards category; Is it possible to create a custom URI scheme (like AOL instant messenger's aim://) using .NET? If so, does anyone ...

  1. #1
    Epy
    Epy is offline
    Hen-teaser Epy's Avatar
    Join Date
    Sep 2009
    Location
    California, USA
    Posts
    750

    Custom URI schemes

    Is it possible to create a custom URI scheme (like AOL instant messenger's aim://) using .NET? If so, does anyone have any good links pointing in the right direction? I tried googling a few different things and all I came up with is how to do it using Java. Thanks in advance.

  2. #2
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Posts
    5,439
    Quote Originally Posted by Epy View Post
    Is it possible to create a custom URI scheme (like AOL instant messenger's aim://) using .NET? If so, does anyone have any good links pointing in the right direction? I tried googling a few different things and all I came up with is how to do it using Java. Thanks in advance.
    See here.
    Code:
    int main(void){srand(time(0));for(double l=rand(),l0=0,l00=0;;l0+=0.1){for(double l000=0;l000
    <1;l000+=.001,l+=((double)rand()/RAND_MAX)/0x64,l00+=((sin(l*0x8*atan(l0)*l000-(l0*0x8*atan
    (l)))*0.5)+0.5)){l00-=floor(l00);for(size_t l0000=0,l00000=(size_t)(0x50*(l00));l0000<l00000;++l0000
    )putchar(0x20);putchar(0x61+(int)((double)rand()/RAND_MAX*0x1a));putchar('\n');}}return 0;}

  3. #3
    Epy
    Epy is offline
    Hen-teaser Epy's Avatar
    Join Date
    Sep 2009
    Location
    California, USA
    Posts
    750
    You rule. Thanks so much. Wonder why I didn't see that...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 2
    Last Post: 01-08-2008, 03:34 PM
  2. Custom Allocation
    By SevenThunders in forum C Programming
    Replies: 17
    Last Post: 04-09-2007, 04:10 PM
  3. Stl sets and custom classes.
    By cunnus88 in forum C++ Programming
    Replies: 3
    Last Post: 05-12-2006, 11:58 PM
  4. Requesting Affirmation [pointer 2 custom class]
    By Deo in forum C++ Programming
    Replies: 5
    Last Post: 06-09-2005, 12:02 PM
  5. Clipboard and Custom Types
    By McClamm in forum C# Programming
    Replies: 1
    Last Post: 09-16-2004, 04:43 PM

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21