Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
printing
- Page 1
Re: Java Coin Flip Program
Programming
Software Development
5 Days Ago
by jassonadder
Hey! You're on the right track with your idea—it’s a great beginner project to practice loops, input, and class methods in Python. Here’s a sample program that does exactly what you're asking. It defines a class with a flipCoin() method, reads in how many times the user wants to flip a coin, prints each result, and then shows the totals at the …
Re: Java Coin Flip Program
Programming
Software Development
3 Days Ago
by Dani
Better late than never! Thanks for your post. It looks like it's really helped a few people already.
Re: Java Coin Flip Program
Programming
Software Development
3 Days Ago
by Salem
> It looks like it's really helped a few people already. Yeah, 4 new members with consecutive user ID's, smelling like sock-puppet accounts.
Re: Java Coin Flip Program
Programming
Software Development
3 Days Ago
by Dani
> Yeah, 4 new members with consecutive user ID's, smelling like sock-puppet accounts. I realized that after I posted. I’m on my phone on the sofa so it wasn’t as easy to tell. Although I still can’t see the motivation. Edit: Nevermind. Perhaps they were trying to improve their member reputation/quality score?? (Won’t work because you need…
Re: Create Infinite Loop In Bash
Hardware and Software
Linux and Unix
2 Weeks Ago
by asadalikhan
while true; do echo "Running..."; sleep 60; done This runs forever,
printing
"Running..." every 60 seconds. No script file needed, just drop it in the terminal and you're good.
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
3 Weeks Ago
by themadrastiffin
The shortcut bar in MS Office may not appear, may not open or may run slowly if you restart, repair or reinstall the program.
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
2 Weeks Ago
by asadalikhan
Nick, this issue sounds like a file association problem. Your URL shortcuts on the shortcut bar are likely opening with the wrong program (like a printer handler). Here’s a quick fix: 1. Go to Control Panel > Folder Options > File Types 2. Find and select .URL 3. Click Advanced and ensure it’s set to open with Internet Explorer (…
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
2 Weeks Ago
by asadalikhan
Nick, it’s likely a file association issue. Reassign `.url` files to open with Internet Explorer in Folder Options > File Types. That should fix the shortcut bar behavior.
Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
1 Month Ago
by Zachary_6
… can make a huge difference in the final product. What
printing
services do you recommend—KDP, IngramSpark, or local print shops…-quality results? Have you encountered any challenges with book cover
printing
? Let’s discuss the best practices, tips, and services for…
Re: Best Ways to Print a High-Quality Book Cover
Digital Media
UI / UX Design
1 Month Ago
by rproffitt
"Never judge a book by its cover." - Unknown. And book sales are way way down. But here's the book I recently bought. It's title is: ***"The Subtle Art of Resistance: Lessons from Cats for Surviving Fascism"*** which is the problem of today. PDFs and E-books are where it's at.
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
1 Month Ago
by Anonymous_2133
I have always been a fan of the Office 2000 shortcut bar. It has been on my windows desktop since I got it, up until Windows 10 19H2 (RIP). If you are still looking for a replacement, try searching for "Quick Pick" by "Automation in Motion". Use the double quotes or you will have to wade through many pages of irrelevant results.
printing the maximum value using Array
Programming
Software Development
11 Years Ago
by soche123
Printing
the maximum numbers after user's input using Array? guys …
Printing multiple integers EASY SOLUTION
Programming
Software Development
11 Years Ago
by Saqlainz
Printing
multiple integers can be done easily!! **WRONG : Console.WriteLine("%d * %d = %d",c,a,b);** *** RIGHT AND PERFECT:: Console.WriteLine("{0} * {1} = {2}",c,a,b);***
Re: Printing a report in C# using VS 2008
Programming
Software Development
12 Years Ago
by TnTinMN
Printing
a report is kind of vague. What do you want in the report? Is it just text or do you want to do tables and images, or something else?
Printing
Programming
Software Development
14 Years Ago
by steven8579
…(); } public class PCPrint : System.Drawing.
Printing
.PrintDocument { private Font _font; private string… } protected override void OnPrintPage(System.Drawing.
Printing
.PrintPageEventArgs e) { base.OnPrintPage(e); …
Printing
Programming
Software Development
20 Years Ago
by freesoft_2000
… no matter how many pages i have whether i am
printing
even or odd pages only. Can someone show me the… correct way of
printing
even or odd pages using the printable interface the right… inconvinience i hope someone can show a simple example of
printing
even or odd pages using the printable interface Any help…
Printing HELP
Programming
Software Development
17 Years Ago
by Rockstar4cs
…(ByVal sender As System.Object, ByVal e As System.Drawing.
Printing
.PrintPageEventArgs) Handles PrintReport.PrintPage Dim sngX As Single Dim sngY…(ByVal sender As System.Object, ByVal e As System.Drawing.
Printing
.PrintPageEventArgs) Handles PrintSelected.PrintPage Dim sngX As Single Dim sngY…
Printing
Programming
Software Development
15 Years Ago
by chetanbasuray
My problem is related to
printing
.I have a database table named billing from which I … problem is that when I'm generating the bill for
printing
,if a client has multiple entry, the client name and…
Re: Printing HELP
Programming
Software Development
17 Years Ago
by Rockstar4cs
… prints out the product selected so far tho instead of
printing
out just what the user selected it prints out all…
Printing
Programming
Software Development
19 Years Ago
by nathanj99
… co-ordinate system to tell the printer where to start
printing
. Where does the print area begin? I need to be…
Re: Printing multiple integers EASY SOLUTION
Programming
Software Development
1 Year Ago
by Bunker
A straightforward solution to
printing
multiple integers is to use a loop. For example, in Python, you could use a "for" loop to iterate through a list of integers and print each one. This method is simple and effective.
Printing without Crystal Reports - Simple "Hello, world." in VB 2008
Programming
Software Development
16 Years Ago
by Bill Purkins
…, _ intMarginLeft, intMarginTop As Integer ' Set
printing
area boundaries and margin coordinates With MyBase.DefaultPageSettings …CInt(intPrintAreaHeight / Font.Height) ' Initialise rectangle
printing
area Dim rectPrintingArea As New RectangleF(intMarginLeft, _ …
Printing Embedded JComponents
Programming
Software Development
19 Years Ago
by freesoft_2000
…Ok prnJob.print(); } catch (PrinterException e) { Label1.setText("A
printing
error has occurred"); } } public void actionPerformed(ActionEvent event) { …RTFRenderer implements Printable { //This external class that does all the
printing
of all the rtf document pages int currentPage = -1;…
Printing a picturebox image as background
Programming
Software Development
13 Years Ago
by tallygal
…sender As System.Object, ByVal e As System.Drawing.
Printing
.PrintPageEventArgs) _ Handles printDocument.PrintPage Dim fontObject As …' iterate over the controls on the Form, '
printing
the text displayed in each control For Each controlObject In…
Re: Printing a picturebox image as background
Programming
Software Development
13 Years Ago
by tallygal
…(ByVal sender As System.Object, ByVal e As System.Drawing.
Printing
.PrintPageEventArgs) _ Handles printDocument.PrintPage Dim fontObject As Font '….Height - 60) ' iterate over the controls on the Form, '
printing
the text displayed in each control For Each controlObject In…
Printing DataGridView
Programming
Software Development
12 Years Ago
by Ann95
…DocToPrint_BeginPrint(ByVal sender As Object, ByVal e As System.Drawing.
Printing
.PrintEventArgs) Handles DocToPrint.BeginPrint oStringFormat = New StringFormat oStringFormat.… sender As Object, ByVal e As System.Drawing.
Printing
.PrintPageEventArgs) Handles DocToPrint.PrintPage Static oColumnLefts As New …
Printing Problem
Programming
Software Development
19 Years Ago
by Yoshidex
… Private Sub cmdPrint_Click() 'Call the common Dialog Box for
printing
; cdbPrint.ShowPrinter 'State the CurrentX and CurrentY to start…
printing
; Printer.CurrentX = 1440 ' 1440 twips equal 1 inch … didn't put all of the things I'm
printing
'cause they'll take a lot of space, but…
printing webpages
Programming
Web Development
18 Years Ago
by mikesowerbutts
…already, so there shouldnt really be any problems with the
printing
? well becuase the work printer doesnt seem to do borderless…
printing
, part of the text/graphics on the page get cut…landscape print on the areas of the page where the
printing
clipping occurs, but it just doesnt seem to have done…
Printing problem
Programming
Software Development
17 Years Ago
by blondie.simon
…GetHeight(e.Graphics) 'Iterate over the string using the StringBuilder,
printing
each line. strLine = MyStreamReader.ReadLine While count < LinesPerPage… based on the height on the font according 'to the
printing
device yPosition = (topMargin + (count * printFont.GetHeight(e.Graphics)))…
printing text file string contents (array) - padded characters
Programming
Software Development
16 Years Ago
by QuantNeeds
… prevent the padded characters within a string array from
printing
. The user inputs the information in function enterRecords()…menuChoice = 1; return menuChoice; } // create formatted text file for
printing
void Tools::printTextFile(fstream &readFromFile ) { // create text file…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC