CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: lil_bugga

Search: Search took 0.04 seconds.

  1. Take user supplied URLs and safely store them in my database

    As the title suggest I'm trying to create a system that takes user supplied urls and stores them inside my database. Usually I try asking questions on stack overflow but have found them not all this...
  2. Replies
    1
    Views
    999

    JavaScript: Create an array of objects

    Hi guys and gals, I have a list of about 70 servo's that I'd like to apply set properties too.

    As they all have the same property set but with different values I thought I'd try creating a servo...
  3. Replies
    1
    Views
    1,234

    Re: Dynamic Dropdowns Help?

    I found someone else to have a look at my code and they pointed out some of my mistakes.

    Firstly my variable scope is local and I was trying to use them globally.

    Secondly where I'd copied code...
  4. Replies
    1
    Views
    1,234

    Dynamic Dropdowns Help?

    Hi guys I'm trying to code a selection of dropdown menu's to work as a kind of search filter, a bit like the carphone warehouse website does.

    At the moment I've only got 2 drop down menu's whilst...
  5. Replies
    6
    Views
    1,021

    Re: Function Call Fail

    I didn't think I'd been doing too bad haha, I've come from a VB6 background having done a term of it whilst at college and wanted to try and convert and expand a project that I'd started.

    My aim...
  6. Replies
    6
    Views
    1,021

    Re: Function Call Fail

    What arguments does it need, to me that should run with out needing anything. I would have thought that at each interval the timer would call the function MovePlayer, then because the function is...
  7. Replies
    6
    Views
    1,021

    Function Call Fail

    I'm new to C# and I'm having an issue trying to call a function from within a timer. I'll include my code below. The only time I get this error is when I try to call the MovePlayer function within...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured