Search results for query: *

  1. M

    converting date to long and short, doesn't work in some systems.

    My team and I are developing a scheduler program in .NET that reads from a database and spits out information on a datagridviewer. You can add/delete/edit etc, but for whatever reason 2 of the 3 members (including myself) displays the date differently. The other member who not only has the EXACT...
  2. M

    Gathering data from multible tab indexes

    right you are Tom! I JUST realized this on my way home from the park *walking helps me think*. I almost had a stroke from the sheer weight of the realization. I guess I just wasn't thinking object oriented enough. Much thanks everybody.
  3. M

    Gathering data from multible tab indexes

    this is true, but what I have done here is made a custom controller with these panels in them. So the custom controller has Panel1, Panel2, Panel3 if I put this custom controller into multiple tabs, aren't they still technically Panel1, Panel2, Panel3? Or would VB automatically name them...
  4. M

    Gathering data from multible tab indexes

    ah, my apologies, I didn't want to show you the messy chasm that is my code without absolute need. Essentially all I wanted to know was how to gather data from multiple tab pages. I believe you have answered my question, I will try it out right away!
  5. M

    Gathering data from multible tab indexes

    I've been ripping my hair out for 2 days now and I finally gave in and admitted defeat. I have 3 forms for a GPA calculator i'm designing. Mainform (has a tab control holding two CourseControllers) CoursePanel (the core object to be used) CourseController (has multiple CoursePanels and radio...
Back
Top