Search results for query: *

  • Users: webwired
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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