Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. Windows Forms
  4. New to C#

New to C#

Scheduled Pinned Locked Moved Windows Forms
csharpcomtutorialquestion
4 Posts 4 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    viciouskinid
    wrote on last edited by
    #1

    Hi I have just downloaded Visual C# 2008 and I am trying to get a handle on it. I have a bit of programming experience. I want to implement this code http://www.codeproject.com/KB/cs/TransparentControls.aspx[^]but i have no idea how to implement it. I can load the demo I just have no idea what is going on. how do you apply the source code to a new project to implement the SkinTooltip control. Can someone either let me know a good place to go and learn or even give me a bit of a walk through. Thanks

    M L P 3 Replies Last reply
    0
    • V viciouskinid

      Hi I have just downloaded Visual C# 2008 and I am trying to get a handle on it. I have a bit of programming experience. I want to implement this code http://www.codeproject.com/KB/cs/TransparentControls.aspx[^]but i have no idea how to implement it. I can load the demo I just have no idea what is going on. how do you apply the source code to a new project to implement the SkinTooltip control. Can someone either let me know a good place to go and learn or even give me a bit of a walk through. Thanks

      M Offline
      M Offline
      Manuel Montoya
      wrote on last edited by
      #2

      Hi I am fairly new to C# too. You can find help in the page in the C# section or just Google C# tutorial. "C# Station" was a big help at the beginning. Maybe you cannot implement the code because most examples and tutorials were written using C# 2005 I recommend you download and use that version at least while you learn the basics. 2008 is not much different but most of the code material was written in 2005 version.

      1 Reply Last reply
      0
      • V viciouskinid

        Hi I have just downloaded Visual C# 2008 and I am trying to get a handle on it. I have a bit of programming experience. I want to implement this code http://www.codeproject.com/KB/cs/TransparentControls.aspx[^]but i have no idea how to implement it. I can load the demo I just have no idea what is going on. how do you apply the source code to a new project to implement the SkinTooltip control. Can someone either let me know a good place to go and learn or even give me a bit of a walk through. Thanks

        L Offline
        L Offline
        Luc Pattyn
        wrote on last edited by
        #3

        Hi, you seem to have two issues here. One is a new language, the other Windows programming. IMO a language is best learned by studying an introductory book or tutorial on the language; that way you get all the basic elements presented in a logical order, with examples and rationale. You can get a good feeling for a language in a matter of say two weeks with a book and some experiments; this of course depends on your background. Then start reading some articles on sites like this one. Windows programming is a lot trickier; there sure are books that may help you with that too, but I am afraid there is a much longer learning period. Tooltips are OK, not quite straightforward though. Transparency is really tricky. I have been a Windows programmer for 20 years now, but I would not volunteer explaining how transparency works (also due to the fact that I'm not that interested in it). Hope this helps. :)

        Luc Pattyn [Forum Guidelines] [My Articles]


        Voting for dummies? No thanks. X|


        1 Reply Last reply
        0
        • V viciouskinid

          Hi I have just downloaded Visual C# 2008 and I am trying to get a handle on it. I have a bit of programming experience. I want to implement this code http://www.codeproject.com/KB/cs/TransparentControls.aspx[^]but i have no idea how to implement it. I can load the demo I just have no idea what is going on. how do you apply the source code to a new project to implement the SkinTooltip control. Can someone either let me know a good place to go and learn or even give me a bit of a walk through. Thanks

          P Offline
          P Offline
          Paul Conrad
          wrote on last edited by
          #4

          Cool you are new to C#, may I suggest you try simpler tasks first.

          viciouskinid wrote:

          how do you apply the source code to a new project to implement the SkinTooltip control.

          You can either compile it as a dll library and reference it, I did this earlier. Or, you can add a source file to your project and just add it in.

          viciouskinid wrote:

          Can someone either let me know a good place to go and learn or even give me a bit of a walk through.

          You came to the right place, this site is loaded with a lot of good help :)

          "The clue train passed his station without stopping." - John Simmons / outlaw programmer "Real programmers just throw a bunch of 1s and 0s at the computer to see what sticks" - Pete O'Hanlon

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups