Jump to content
Xtreme .Net Talk

Transmit

Members
  • Posts

    5
  • Joined

  • Last visited

Transmit's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. okay well this is what I'm trying to do: First I have a screen with buttons that have names of cars on it like from toyota (yaris,land cruiser, etc) Then when one pushes the button(lets take yaris for example) he will get a new screen that shows lots of buttons again with parts of the car(yaris tires, yaris cilinder,etc) Now when they push one of those buttons I want to get the printing screen. I already have the forms(most of them are in word or exell) that need to be printed so I can hardcode them into my project per button but I just need to be able to get them to print. I hope this was a bit clear? thx in advance
  2. How can I make a certain file print with just a push from a button, Like a button that says: Print the file and when I push it, it prints a the file or shows that printer screen thing like in word where you can chose what printer to use and how many copies. thx in advance!!
  3. Thx man, now how can I open a window like showdialog does but then with "save" instead of "ok" so that it actually saved the file to that directory? Okay here is my code I have now, it shows the directory in the textboxes and stuff and my mission :P is to get 2 text files togheter, now I get this error: "Additional information: Object reference not set to an instance of an object." at the part where I colored my code red: suggestions?
  4. yes this is a windows application, I just added the openfiledialog control but how can I call it? Do I need to declare a new variable and put in there or something? maybe you can give me a quick sample code? How can I get the place where the file is located? like: c:/hlahlal/file.txt bescause I want to put that place in variable and show it in a textbox thx for your help so far, really appreciate it!
  5. Well like the title says, I want to be able to choose a file by clicking on a button and that thing with browse and stuff comes up so I can choose my text file. I want to be able to save a file too when clicking on a button. Can someone help me please? many thanks :D
×
×
  • Create New...