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
O

outerhell

@outerhell
About
Posts
5
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Regular expression for 0 to 1000
    O outerhell

    Lol you made me smile this morning!

    C# csharp regex

  • Sending the button name to a method.
    O outerhell

    Thank you. Got it working now :)

    C# tutorial

  • Sending the button name to a method.
    O outerhell

    "PS please put code in code blocks makes it easier to read!" Thanks for the suggestion :) will use it next time. And thank you for the quick response.

    C# tutorial

  • Sending the button name to a method.
    O outerhell

    Oww yeah... I'm quite fresh in coding. But thank you very much for the quick response and right what I needed :)

    C# tutorial

  • Sending the button name to a method.
    O outerhell

    Hi, I'm doing a calendar like program and I'm using buttons as time slots. And I need to simply call a method that will be called by any button that is clicked inside this time slot and when the method is called it will read the button's name. example btn800Am_clicked - will open timeslot btn900Am_clicked - will open timeslot btn1000Am_clicked - will open timeslot private void timeslot_Click(object sender, EventArgs e) { calculate(x.name); } private void calculate(string name) { messagebox.show(name); }

    C# tutorial
  • Login

  • Don't have an account? Register

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