I am working on a project where I need to let the user create one (or more) timers to fire off an event. The user is supposed to define variables such as if the timer should be active and how often the timer will fire along with some other variables of what will happen when the timer is fiering.
All these variables are stored in a dictionary (Dictionary) where the object holds all the variables the user has set and the string is the...
User Profile
Collapse
-
Dynamic creation of (user defined) timers.
-
How to compare values in associative array
I haven't been working very much with arrays before, do I'm pretty clueless of how to do this. Hope someone have the time to help out.
I have the following code;
Code:<?php function check_system($sys) { $srvCount; $con = mysql_connect("localhost","username","passwd"); if (!$con) { die('Could
-
Change combobox value
Fellow csharpers..
I got a problem that I haven't found a solution for, and are hoping to get some help.
I have the following piece of code (with commented out parts that I tried without success)
Hoping someone can help me.
Code:else if (msg[0].ToString() == "set") { MessageBox.Show(msg[0].ToString());
No activity results to display
Show More