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

Search:

Type: Posts; User: JMSWebDesign

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,123

    Set Values from one tab to another...

    Hi Guys,

    This issue is fairly simple and I'm sure there is an easy fix for this.

    Basically, I have a form that has a tab control and the default tab in the control has a mailing address. There...
  2. Replies
    26
    Views
    32,269

    Re: Form Load Event never fired

    Thanks guys for all of your help. I think I will start the form from scratch and test along the way. I created a blank form and put the load event on it. When ran, the load event was fired. So then I...
  3. Replies
    26
    Views
    32,269

    Re: Form Load Event never fired

    Yep, I do that exact same thing and it's never fired..

    Is this a lost cause?

    Thanks,
    Jerad
  4. Replies
    26
    Views
    32,269

    Re: Form Load Event never fired

    Alrighty, so what you're saying is you didn't see anything wrong?

    That's strange. So what I just did (since it worked on yours...) is I opened the Switchboard form. Then added a button and on the...
  5. Replies
    26
    Views
    32,269

    Re: Form Load Event never fired

    Alright, awesome.

    Here's the link.

    http://www.megaupload.com/?d=WWUUKZW0

    Thanks,
    Jerad
  6. Replies
    26
    Views
    32,269

    Re: Form Load Event never fired

    You're amazing.

    Thanks again. Also, please excuse the probably dirty code. I'm just starting this so I'm sure there are plenty of things I'm doing wrong...

    I'm a BizTalk developer... :)

    ...
  7. Replies
    26
    Views
    32,269

    Re: Form Load Event never fired

    MadHatter, I usually do not and I understand.

    BigEd, I would love to post the entire project which I can, except most of the stuff requires the SQL database that I have on my machine. If I upload...
  8. Replies
    26
    Views
    32,269

    Re: Form Load Event never fired

    And since the autogenerated code is too long, I've attached it.

    Thanks,
    Jerad
  9. Replies
    26
    Views
    32,269

    Re: Form Load Event never fired

    using System;
    using System.Collections.Generic;
    using System.ComponentModel;
    using System.Data;
    using System.Drawing;
    using System.Text;
    using System.Windows.Forms;

    namespace...
  10. Replies
    26
    Views
    32,269

    Re: Form Load Event never fired

    I know it's strange but the load event is attached... I'm beginning to think this is a bug. In the form's properties I've chosen the Load event and gave it a name, double clicked it and wrote the...
  11. Replies
    26
    Views
    32,269

    Re: Form Load Event never fired

    Arjay, thanks for the response. I'm not sure if I'm dense or what but I do not see an "OnLoad" event. I'm using Visual Studio 2005 if that matters. When I open the form and go to it's properties, I...
  12. Replies
    26
    Views
    32,269

    Form Load Event never fired

    I'm very new to C# and Visual Studio but I'm finding my way around a bit.

    I'm completely stumped on this issue. I don't know what I have done to cause my form to do this... I have several forms...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured