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. C#
  4. How do i....

How do i....

Scheduled Pinned Locked Moved C#
questionhelptutoriallearning
4 Posts 3 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.
  • C Offline
    C Offline
    C Beginner Nick
    wrote on last edited by
    #1

    How would I, make a picture show up in the buttom right corner and allow me to click/hold and move it anywhere and it will drop back down to the status bar and walk back to the bottom right corner? I'm not very good at coding. I've only been looking and learning for the last few days off of here. Also, how would i add in a initialize program code? What i mean by that is; A code that when i click the button it will open the correct program i list to it. For Example: The button says 'Enternet' I'd like when i click it, it will open Enternet Explorer for me. Any help would be appreciated.

    M A 2 Replies Last reply
    0
    • C C Beginner Nick

      How would I, make a picture show up in the buttom right corner and allow me to click/hold and move it anywhere and it will drop back down to the status bar and walk back to the bottom right corner? I'm not very good at coding. I've only been looking and learning for the last few days off of here. Also, how would i add in a initialize program code? What i mean by that is; A code that when i click the button it will open the correct program i list to it. For Example: The button says 'Enternet' I'd like when i click it, it will open Enternet Explorer for me. Any help would be appreciated.

      M Offline
      M Offline
      Matthew Cuba
      wrote on last edited by
      #2

      C# Beginner Nick wrote:

      Forum C# Subject: Re: How do i.... Sender: C# Beginner Nick Date: 21:17 3 Oct '07 How would I, make a picture show up in the buttom right corner and allow me to click/hold and move it anywhere and it will drop back down to the status bar and walk back to the bottom right corner? I'm not very good at coding. I've only been looking and learning for the last few days off of here. Also, how would i add in a initialize program code? What i mean by that is; A code that when i click the button it will open the correct program i list to it. For Example: The button says 'Enternet' I'd like when i click it, it will open Enternet Explorer for me. Any help would be appreciated.

      Honestly, I'd encourage you to work through a C# book's exercises first if you are just starting out. Spend some quality time with Visual Studio (Express Edition is fine) and read lots and write lots of code. It is unclear to me what you are trying to accomplish, but I think you'll be much more successful if you start out learning the language and working through some exercises. It might seem "boring" or "a waste of time", but it isn't, really. Good Luck!

      TODO: Find a witty quote by someone famous to put here.

      C 1 Reply Last reply
      0
      • M Matthew Cuba

        C# Beginner Nick wrote:

        Forum C# Subject: Re: How do i.... Sender: C# Beginner Nick Date: 21:17 3 Oct '07 How would I, make a picture show up in the buttom right corner and allow me to click/hold and move it anywhere and it will drop back down to the status bar and walk back to the bottom right corner? I'm not very good at coding. I've only been looking and learning for the last few days off of here. Also, how would i add in a initialize program code? What i mean by that is; A code that when i click the button it will open the correct program i list to it. For Example: The button says 'Enternet' I'd like when i click it, it will open Enternet Explorer for me. Any help would be appreciated.

        Honestly, I'd encourage you to work through a C# book's exercises first if you are just starting out. Spend some quality time with Visual Studio (Express Edition is fine) and read lots and write lots of code. It is unclear to me what you are trying to accomplish, but I think you'll be much more successful if you start out learning the language and working through some exercises. It might seem "boring" or "a waste of time", but it isn't, really. Good Luck!

        TODO: Find a witty quote by someone famous to put here.

        C Offline
        C Offline
        C Beginner Nick
        wrote on last edited by
        #3

        Alright, and i have been. I've been studying at http://www.cprogramming.com for the last 3 or 4 weeks and looking at everyone's codes here to learn other commands. What i am trying to accomplish is making a little Desktop Buddy that walks around and allows me to right click him and open certain programs that i use alot. But thanks for the tip and I'll keep on doing that. The excersices at cprogramming.com do not cover what I need to learn, Some of the things i needed to learn I found in the last program I had looked at This.Close I couldn't figure out how to close my program until last night while studying someone else's codes. The Online help feature of Express Edition doesn't help much either when I type in key words it does almost the opposite of what I need. Thanks again and I will continue studying and codeing. -- modified at 7:01 Thursday 4th October, 2007

        1 Reply Last reply
        0
        • C C Beginner Nick

          How would I, make a picture show up in the buttom right corner and allow me to click/hold and move it anywhere and it will drop back down to the status bar and walk back to the bottom right corner? I'm not very good at coding. I've only been looking and learning for the last few days off of here. Also, how would i add in a initialize program code? What i mean by that is; A code that when i click the button it will open the correct program i list to it. For Example: The button says 'Enternet' I'd like when i click it, it will open Enternet Explorer for me. Any help would be appreciated.

          A Offline
          A Offline
          Anthony Mushrow
          wrote on last edited by
          #4

          Well, to start another app is easy. using System.Diagnostics; ... ... Process.Start(@"C:\WINDOWS\system32\notepad.exe"); That, amazingly, would start up notepad. You can also pass an internet address, and it will open the default browser to that address.

          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