Search results for query: *

  1. W

    VOLUNTEER - C#, ASP .NET - Off Site

    Volunteer developers needed. Full recognition will be given and displayed for any and all contributions made. Those who might be interested may fit one of the following descriptions: • Either recently graduated college students or self-teaching people who don’t have a lot of experience in the...
  2. W

    Calling PrintDocument1.PrintPage procedure

    Well, I think I made the appropriate changes according to your instructions, but it still locks up and doesn't do anything... I'm getting this error now, "Object reference not set to an instance of an object." but it's not pointing to what part of code as it would usually do... I did set...
  3. W

    Calling PrintDocument1.PrintPage procedure

    Well, I kind of spoke a little too soon about it working great... when I try to open a text file with a list of names, it just locks up with no errors... I've been over it and over it and just don't see anything wrong with it... As soon as you click "Open" on the OpenFileDialog form... I tried...
  4. W

    Calling PrintDocument1.PrintPage procedure

    Thank you very much for that... Lessoned learned... It works great...
  5. W

    Calling PrintDocument1.PrintPage procedure

    Hi, I think I have my code all done except for being able to call the PrintPage procedure... I'm not sure what to put in for the "e" when calling the procedure... Here's my code... Notice the procedure on the bottom that is trying to call the PrintPage procedure... Private Sub...
  6. W

    Printing Vertical and Horizontal Lines

    Thank you very much
  7. W

    Printing Vertical and Horizontal Lines

    I'm creating a program so that our company can more quickly print out our employee certifications, but the problem I'm coming to is that the certifications need a black line from around the inside... So I need to know how to print vertical and horizontal lines... There is one other small thing...
  8. W

    Question Insert carriage return in txt file

    Yes, that did it... so simple... thank you very much
  9. W

    Question Insert carriage return in txt file

    Hi, I am writing a small little program to parse .csv or .txt file and grab the first line only, the headers, and then create a .txt file with a list of those headers, each one on a new line... Problem is, I can't figure out how to put each one on a new line in the .txt file... Here's what I...
Back
Top