Questions tagged [system.printing]

80 questions
0
votes
1 answer

Printing Stuff on Screen in Android

Ok i am developing a cows and bulls game, i am confused how to print messages to the user, i dont want to use dialogs or toasts! As far as i know, the only way is to update textviews , is that the only other option? or can i use something else to…
Adnan Mulla
  • 2,872
  • 3
  • 25
  • 35
-1
votes
2 answers

PrintSystemJobInfo.JobStream deletes the job from the printer once the stream is closed and before printing anything

I'm trying to print a file in C# using System.Printing and I can get the Queue, create the PrintTicket to set some specific properties and also create a printing job to write the contents of the file using a StreamReader. The thing is that it stays…
Charlie
  • 1
  • 3
-1
votes
1 answer

Is there a way to print a Java model in InteliJ prompt?

When I sysout the RestModel in Java code, it's printed out like this. [com.my.model.RestModel@14ab40d2] Is there a way to display the Detail? (like Json?)
Ian Cho
  • 89
  • 6
-2
votes
2 answers

How can I create 'pages' from scratch to be printed or print previewed in c#?

Due to the overwhelming complexity and/or limited license capabilities of the components available for this job, I have decided to write this component from scratch. This is something I have fully functional in PHP, and in VB6. but I am hitting a…
Kraang Prime
  • 9,981
  • 10
  • 58
  • 124
-2
votes
1 answer

Printing in ASP.NET

I have an asp.net web page named "Details.aspx". In that I have two labels named: "First Name" and "Last Name". I have two textbox for inserting values. I have a button named "Print" When I click on Print button,how can i print the values entered in…
1 2 3 4 5
6