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
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
J

javamdk

@javamdk
About
Posts
2
Topics
1
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Method executing at specific (clock) time
    J javamdk

    yeah - i'm kind of figuring out how that works. I created an action for the timer tick below: private void tmrClock_Tick(object sender, EventArgs e) { if( sender == tmrClock ) { //perform method ? Invalidate(); } On Form load, I have the timer interval set to a few thousand milliseconds. Then I start the timer. This is all I have so far. I'm guessing my method goes in the tmrClock_Tick? Is that right?

    C# help tutorial

  • Method executing at specific (clock) time
    J javamdk

    :confused:I need some help... I have a method that I want to execute at a specific time. For example, every 3PM it will execute this method. Any suggestions or help on this. I don't think it would be that difficult... I was thinking I could just capture the system time, on form load. Then while (system time == 3PM) execute method. Not sure if that would work Let me know asap! Thanks guys

    C# help 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