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

Search:

Type: Posts; User: Lightor

Search: Search took 0.02 seconds.

  1. Replies
    4
    Views
    7,242

    Help using SQL in C#

    Hey guys,

    I'm a bit new to C# and brand new to SQL. I've been playing around with Visual Studio 2010 for a few weeks now and my few years of C++ back in my college years makes C# not too much of...
  2. Replies
    7
    Views
    1,110

    Re: Calling from other forms

    I keep getting this error:


    Error 1
    Cannot implicitly convert type 'System.EventHandler<CheckEventArgs>' to 'System.EventHandler'

    **EDIT**

    I found it, I just had to add the...
  3. Replies
    7
    Views
    1,110

    Re: Calling from other forms

    This works perfectly!
    Just one more question, is there anyway to pass a variable from the child to the parent, i.e. the bool to see if the checkbox is indeed checked? Because my UI update relies on...
  4. Replies
    7
    Views
    1,110

    Re: Calling from other forms

    I have the event check state change as what I'm using to trigger it but how would I have an event on my optionsBox be handled by my mainForm?

    private void smartCycleCB_CheckStateChanged(object...
  5. Replies
    7
    Views
    1,110

    Calling from other forms

    I have a program I'm working on in C#with .NET version 4 and have ran into a bit of a snag, I've tried to figure it out myself and search around for the answer but couldn't find what I was looking...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured