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

Search:

Type: Posts; User: canavaroski90

Search: Search took 0.04 seconds.

  1. Replies
    1
    Views
    6,925

    Update Datagridview automatically

    Hi everybody,

    I'm using Visual Studio 2008 and trying to develop an SQL application interface.

    SQL Server 2005 Express Management Studio is installed on my Pc and I'm using it to create or...
  2. Re: How to access Form1 controls from another class?

    Ok, I've found my mistake. In the Form_Load method I've wrote a decleration


    private void Form1_Load(object sender, EventArgs e)
    {
    mySerial newSerial = new...
  3. [RESOLVED] How to access Form1 controls from another class?

    Hi all c#corner forums,
    I'm trying to create my class, but I couldn't succeed to work this code. When I run program, newSerial.sendData() in the Form1.Load() (this is my function which is in my own...
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured