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

Search:

Type: Posts; User: rcastoro

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    1,091

    Re: New to C# - Loop control events

    Please forgive my ignorance. I've been doing so many loops in C++ that I added an unnecessary while loop. I removed it, and kept the if statements, and all works well! Thanks though.
  2. Replies
    1
    Views
    1,091

    New to C# - Loop control events

    I know C++ but started learning C# yesterday.

    In my windows application form I have a button, with a _Click method. I want the program to change between three separate font background colors every...
  3. Replies
    6
    Views
    2,275

    Re: Creating a Null in a picturebox1.image

    Thanks that did the trick!
  4. Replies
    6
    Views
    2,275

    Re: Creating a Null in a picturebox1.image

    When i remove the null and leave the space blank, the picturebox1.image becomes underlined. I overwrote this file anyways, its gone. Thank you amuch for your response.
  5. Replies
    5
    Views
    1,683

    Re: student violation monitoring

    sounds like somebody has been hitting the facebook at school
  6. Replies
    6
    Views
    2,275

    Re: Creating a Null in a picturebox1.image

    CORRECTION*

    I'M USING VISUAL BASIC STUDIO 2010 express NOT Visual Studio C or C++
  7. Replies
    6
    Views
    2,275

    Creating a Null in a picturebox1.image

    picturebox1.image = null doesnt work, the null keyword becomes underlines in blue in Visual Studio Basic 2010 express, and it says Null is not declared when i rollover for 3 secs. Does anybody know...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured