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

Search:

Type: Posts; User: jms7888

Search: Search took 0.06 seconds.

  1. Replies
    1
    Views
    1,162

    resize grids with form help!

    Hi,
    I have a form with two grids one it. I would like to make it so when i resize the form, the grids resize as well....usually i would just anchor the grid but with the two next to each other this...
  2. Re: Code error help.....this is my first time using c# so thisis prolly something sim

    i found a error as evenargs should be eventargs...but this still doesnt fix the error im getting
  3. Code error help.....this is my first time using c# so thisis prolly something simple

    namespace Exam
    {
    public partial class Form1 : Form
    {
    public Form1()
    {

    InitializeComponent();
    }
  4. Code error help.....this is my first time using c# so thisis prolly something simple

    namespace Exam
    {
    public partial class Form1 : Form
    {
    public Form1()
    {

    InitializeComponent();
    }
Results 1 to 4 of 4





Click Here to Expand Forum to Full Width

Featured