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

Search:

Type: Posts; User: SHONGO1976

Search: Search took 0.02 seconds.

  1. Re: file handling for valid and invalid records

    do i need another two files to hold VALID RECORDS and INVALID RECORDS?..
  2. file handling for valid and invalid records

    hiya folks, i have to import a text file which contains valid and invalid records (fields containing numeric,alphabetic when they shouldnt do..) using c# windows form..i have been able to import the...
  3. Replies
    1
    Views
    843

    Re: file handling with arraylist

    how could i do this?.
  4. Replies
    1
    Views
    843

    file handling with arraylist

    hiya folks, im trying to do a program whereby i read in file records and provide valid and invalid data reports....i have done it with an arraylist and the use of the errorprovider tooltip.. but how...
  5. Re: Picture box for student program..code for the arraylist

    can i just put a line of code in each array field?..
  6. Picture box for student program..code for the arraylist

    Hiya folks, im working on this program and im wondering how to add a picture to each student in my arraylist...i have added the images to the resources folder but whta code do i insert into the...
  7. Re: Inserting a € symbol into a textbox in windows from?.

    This is the code ive been working on..tried everything but to no use?..




    //euros calculation



    txtFinEuros.Text = "€";
  8. Re: Inserting a € symbol into a textbox in windows from?.

    still not working..im getting:

    'Input string was not in a correct format.'
  9. Inserting a € symbol into a textbox in windows from?.

    Hiya folks i can put a £ symbol into the line but im not sure on the € sign?..can anyone help me please? I used "C" for sterling price but what do i use for the euro?

    txtFinEuros.Text =...
  10. Cant get add or divide to work in calculator code

    hi folks im new to c sharp and have been working hard on this wee calculator problem and can get the subtract and divide to work but not the add or divide?..please can someone help me out?..thank...
Results 1 to 10 of 10





Click Here to Expand Forum to Full Width

Featured