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

Search:

Type: Posts; User: 27CDruid

Search: Search took 0.30 seconds.

  1. Replies
    4
    Views
    11,882

    Re: C# Form to edit a database.

    I can provide other information if required.
  2. Replies
    4
    Views
    11,882

    Re: C# Form to edit a database.

    I noticed the sticky that says I need to include my VS version.

    Im running Visual Studio 2008. I tihnk that means im using 3.5.net.
  3. Replies
    4
    Views
    11,882

    C# Form to edit a database.

    Hi!

    Ive been working on a project which allows forms to edit information for a database. For one form I must have:
    • An import button which should start an Open File dialog and using...
  4. Replies
    1
    Views
    2,267

    FileNotFound Exception unhandled

    Im currently trying to put a picture into my second form when a condition is met on my first form. The code i'm using is:
    secondForm.pictureBox1.Image = Image.FromFile(@"ID.jpeg");

    Now im getting...
  5. Replies
    9
    Views
    7,972

    Re: Delimiter while loop error!

    Thanks man. That works perfectly. You've literally saved me from failing. Its works and the graph works.
  6. Replies
    9
    Views
    7,972

    Re: Delimiter while loop error!

    Ive entered the code and my form no longer errors. Im not sure how exactly to access each counties count however. Sorry for sounding a bit silly.

    If say twelve antrim properties had been entered,...
  7. Replies
    9
    Views
    7,972

    Re: Delimiter while loop error!

    So far here's what contained in the text file:

    236454,Antrim,Belfast,Semi-Detached,3,30000,John,Cheap
    385960,Tyrone,Eniskillin,Terraced,4,45000,Eddie,Small

    However more lines will be added,...
  8. Replies
    9
    Views
    7,972

    Re: Delimiter while loop error!

    Man thats a clutzy mistake. For some reason I thought that piece of code would do it all for me. Thanks for the advise.

    Im trying to read the text file into an array automatically. Is there any...
  9. Replies
    9
    Views
    7,972

    [RESOLVED] Delimiter while loop error!

    Ive been attempting to complete a project which is due in a number of hours (yeah im an idiot leaving it this late) where I have to take information on properties.

    Ive been trying to make a graph...
Results 1 to 9 of 9





Click Here to Expand Forum to Full Width

Featured