Results 1 to 9 of 9

Thread: How to edit windows components?

  1. #1
    Senior Member
    Join Date
    Jun 2013
    Posts
    225
    Thanks
    7
    Thanked
    10 times in 9 posts
    • Nipun's system
      • Motherboard:
      • Intel DH67BL
      • CPU:
      • Intel® Core™ i3-2100 Processor
      • Memory:
      • G-skill 4GB DDR 3
      • Storage:
      • 500GB sata HDD
      • Graphics card(s):
      • Intel HD 2000
      • Operating System:
      • Windows 7 32bit

    Question How to edit windows components?

    hi all
    i need a little help with programming. actually i am building a software for windows flat form. so now i need to add some option when we are do right clicking in windows environment . ex - (when we right click on a file . "winrar" software gives us extract here.add to archive etc. if we had installed Bit locker. it will also come when we right click on a file. ) so how do i do that in programming. how could i include this option for my software?
    if(lifeGivesYou == lemons){
    makeLemonade()
    }

  2. #2
    Banhammer in peace PeterB kalniel's Avatar
    Join Date
    Aug 2005
    Posts
    31,024
    Thanks
    1,871
    Thanked
    3,382 times in 2,719 posts
    • kalniel's system
      • Motherboard:
      • Gigabyte Z390 Aorus Ultra
      • CPU:
      • Intel i9 9900k
      • Memory:
      • 32GB DDR4 3200 CL16
      • Storage:
      • 1TB Samsung 970Evo+ NVMe
      • Graphics card(s):
      • nVidia GTX 1060 6GB
      • PSU:
      • Seasonic 600W
      • Case:
      • Cooler Master HAF 912
      • Operating System:
      • Win 10 Pro x64
      • Monitor(s):
      • Dell S2721DGF
      • Internet:
      • rubbish

    Re: How to edit windows components?

    There's a programming board this might get some answers on here:
    http://forums.hexus.net/programming-web-development/

  3. #3
    HEXUS.social member finlay666's Avatar
    Join Date
    Aug 2006
    Location
    Newcastle
    Posts
    8,546
    Thanks
    297
    Thanked
    894 times in 535 posts
    • finlay666's system
      • CPU:
      • 3570k
      • Memory:
      • 16gb
      • Graphics card(s):
      • 6950 2gb
      • Case:
      • Fractal R3
      • Operating System:
      • Windows 8
      • Monitor(s):
      • U2713HM and V222H
      • Internet:
      • cable

    Re: How to edit windows components?

    Quote Originally Posted by Nipun View Post
    a software for windows flat form
    A what? Do you mean WinForms (Windows Forms)?

    You'll want to mess with the registry for that, make sure anything you can write can be undone for test/sanity (so you don't ruin your reg with bad info). Also a quick google for "c# write context menu like winrar" all of the top 4 do what you ask

    You'll have more luck on the programming/web dev board as suggested
    H3XU5 Social FAQ
    Quote Originally Posted by tiggerai View Post
    I do like a bit of hot crumpet

  4. #4
    Senior Member
    Join Date
    Jun 2013
    Posts
    225
    Thanks
    7
    Thanked
    10 times in 9 posts
    • Nipun's system
      • Motherboard:
      • Intel DH67BL
      • CPU:
      • Intel® Core™ i3-2100 Processor
      • Memory:
      • G-skill 4GB DDR 3
      • Storage:
      • 500GB sata HDD
      • Graphics card(s):
      • Intel HD 2000
      • Operating System:
      • Windows 7 32bit

    Re: How to edit windows components?

    Quote Originally Posted by kalniel View Post
    There's a programming board this might get some answers on here:
    http://forums.hexus.net/programming-web-development/
    is there are way to transfer my thread to http://forums.hexus.net/programming-web-development/ ?
    if(lifeGivesYou == lemons){
    makeLemonade()
    }

  5. #5
    Senior Member
    Join Date
    Jun 2013
    Posts
    225
    Thanks
    7
    Thanked
    10 times in 9 posts
    • Nipun's system
      • Motherboard:
      • Intel DH67BL
      • CPU:
      • Intel® Core™ i3-2100 Processor
      • Memory:
      • G-skill 4GB DDR 3
      • Storage:
      • 500GB sata HDD
      • Graphics card(s):
      • Intel HD 2000
      • Operating System:
      • Windows 7 32bit

    Re: How to edit windows components?

    Quote Originally Posted by finlay666 View Post
    A what? Do you mean WinForms (Windows Forms)?

    You'll want to mess with the registry for that, make sure anything you can write can be undone for test/sanity (so you don't ruin your reg with bad info). Also a quick google for "c# write context menu like winrar" all of the top 4 do what you ask

    You'll have more luck on the programming/web dev board as suggested
    i do not know C# but i can programming with C and C++ .i have a virtual box software too.so can you please explain me the registry editing details?
    if(lifeGivesYou == lemons){
    makeLemonade()
    }

  6. #6
    jim
    jim is offline
    HEXUS.clueless jim's Avatar
    Join Date
    Sep 2008
    Location
    Location: Location:
    Posts
    11,457
    Thanks
    613
    Thanked
    1,645 times in 1,307 posts
    • jim's system
      • Motherboard:
      • Asus Maximus IV Gene-Z
      • CPU:
      • i5 2500K @ 4.5GHz
      • Memory:
      • 8GB Corsair Vengeance LP
      • Storage:
      • 1TB Sandisk SSD
      • Graphics card(s):
      • ASUS GTX 970
      • PSU:
      • Corsair AX650
      • Case:
      • Silverstone Fortress FT03
      • Operating System:
      • 8.1 Pro
      • Monitor(s):
      • Dell S2716DG
      • Internet:
      • 10 Mbps ADSL

    Re: How to edit windows components?

    I think I've just moved this thread, but time will tell

  7. #7
    Senior Member
    Join Date
    Jun 2013
    Posts
    225
    Thanks
    7
    Thanked
    10 times in 9 posts
    • Nipun's system
      • Motherboard:
      • Intel DH67BL
      • CPU:
      • Intel® Core™ i3-2100 Processor
      • Memory:
      • G-skill 4GB DDR 3
      • Storage:
      • 500GB sata HDD
      • Graphics card(s):
      • Intel HD 2000
      • Operating System:
      • Windows 7 32bit

    Re: How to edit windows components?

    Quote Originally Posted by snootyjim View Post
    I think I've just moved this thread, but time will tell
    thank you jim
    if(lifeGivesYou == lemons){
    makeLemonade()
    }

  8. #8
    HEXUS.social member finlay666's Avatar
    Join Date
    Aug 2006
    Location
    Newcastle
    Posts
    8,546
    Thanks
    297
    Thanked
    894 times in 535 posts
    • finlay666's system
      • CPU:
      • 3570k
      • Memory:
      • 16gb
      • Graphics card(s):
      • 6950 2gb
      • Case:
      • Fractal R3
      • Operating System:
      • Windows 8
      • Monitor(s):
      • U2713HM and V222H
      • Internet:
      • cable

    Re: How to edit windows components?

    Quote Originally Posted by Nipun View Post
    i do not know C# but i can programming with C and C++ .i have a virtual box software too.so can you please explain me the registry editing details?
    I'm not just giving you the code, a simple google search does that for you as I said previously.

    You edit the registry to add a context action for your app that appears in the menu. If you need to ask this I suggest you read up on context menus first before starting the programming side of it so you have an understanding of what it is you need to do.

    C++ translated to C# quite well as there is no need for explicit constructors/desctructors and GC is managed for you (but you can explicitly call it). You will likely need .Net components which should be accessible in C++
    H3XU5 Social FAQ
    Quote Originally Posted by tiggerai View Post
    I do like a bit of hot crumpet

  9. #9
    Seething Cauldron of Hatred TheAnimus's Avatar
    Join Date
    Aug 2005
    Posts
    17,168
    Thanks
    803
    Thanked
    2,152 times in 1,408 posts

    Re: How to edit windows components?

    Everything you need to know to add a shell extension. (something that when you right click on a file in windows explorer, will show some stuff).

    http://www.codeproject.com/Articles/...g-Shell-Extens

    Also you have the official documentation here:

    http://msdn.microsoft.com/en-us/libr...(v=vs.85).aspx
    throw new ArgumentException (String, String, Exception)

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •