User Profile

Collapse

Profile Sidebar

Collapse
Rickard Hill
Rickard Hill
Last Activity: Mar 29 '13, 08:43 PM
Joined: Sep 7 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Rickard Hill
    started a topic Dynamic creation of (user defined) timers.

    Dynamic creation of (user defined) timers.

    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...
    See more | Go to post

  • Rickard Hill
    started a topic How to compare values in associative array
    in PHP

    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
    ...
    See more | Go to post

  • Rickard Hill
    started a topic Change combobox value

    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());
    ...
    See more | Go to post
No activity results to display
Show More
Working...