Thread: Links?

  1. #1
    A source of questions... Benji Wiebe's Avatar
    Join Date
    Mar 2011
    Location
    Durham, Kansas
    Posts
    69

    Lightbulb Links?

    How do I go about creating a link?
    Code:
    ...
    <a href="http://www.jasonwiebedairy.com">Delicious Cheese!</a>
    ...
    Now how would I do that in C?
    Ever notice how fast Windows runs?
    Neither did I.
    Which is why I switched to Linux.

  2. #2
    'Allo, 'Allo, Allo
    Join Date
    Apr 2008
    Posts
    639
    You use a SysLink control

  3. #3
    A source of questions... Benji Wiebe's Avatar
    Join Date
    Mar 2011
    Location
    Durham, Kansas
    Posts
    69
    Quote Originally Posted by adeyblue View Post
    You use a SysLink control
    What is the code for a simple link? MSDN does not have sample code for that.
    Ever notice how fast Windows runs?
    Neither did I.
    Which is why I switched to Linux.

  4. #4
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    SysLink (Windows)

    Really... that took all of 10 seconds to find.

    And, if you actually read the documentation they do give examples...

  5. #5
    A source of questions... Benji Wiebe's Avatar
    Join Date
    Mar 2011
    Location
    Durham, Kansas
    Posts
    69
    Which page of the docs? I seem to find a lot of pages, none of them containing an example.
    Ah, here it is: How to Create SysLink Controls (Windows)
    Last edited by Benji Wiebe; 09-17-2011 at 02:09 PM.
    Ever notice how fast Windows runs?
    Neither did I.
    Which is why I switched to Linux.

  6. #6
    Banned
    Join Date
    Aug 2010
    Location
    Ontario Canada
    Posts
    9,547
    Quote Originally Posted by Benji Wiebe View Post
    Which page of the docs? I seem to find a lot of pages, none of them containing an example.
    Ah, here it is: How to Create SysLink Controls (Windows)
    Please don't make me say: "Read the whole thing"....

    REALLY...

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. C# Links
    By nvoigt in forum C# Programming
    Replies: 37
    Last Post: 06-02-2015, 04:22 PM
  2. links
    By rajesh23 in forum C Programming
    Replies: 2
    Last Post: 12-03-2003, 08:57 AM
  3. Links for C++
    By Lurker in forum Windows Programming
    Replies: 2
    Last Post: 05-31-2003, 02:54 PM
  4. Win API Links
    By GNick in forum Windows Programming
    Replies: 1
    Last Post: 04-05-2002, 08:12 AM
  5. Useful Links
    By neandrake in forum C++ Programming
    Replies: 1
    Last Post: 03-11-2002, 03:29 PM