Re: Java Coin Flip Program Programming Software Development 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 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 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 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 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 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 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. Re: Java Coin Flip Program Programming Software Development 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 … Best Ways to Print a High-Quality Book Cover Digital Media UI / UX Design 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 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 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 by soche123 Printing the maximum numbers after user's input using Array? guys … Printing multiple integers EASY SOLUTION Programming Software Development 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 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? Re: Printing multiple integers EASY SOLUTION Programming Software Development 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 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 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 Programming Software Development 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 a picturebox image as background Programming Software Development 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 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 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 Programming Software Development 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 Problem Programming Software Development 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 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 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 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… Printing Word and PDF from Java problems Programming Software Development by ngilkes I have tried printing both a word document on a local drive using java … of my printer on alot of wasted paper - just keeps printing and printing. Help!!!!!!!!!!! Printing Without Report (urgent please) Programming Software Development by habibpld Hi, I have a problem with printing the report, I am using a dotmatrix printer. when ever i am printing the printer feed the paper up to A4 size even the content is two or three line. [COLOR="Red"][B]I want the paper to stop immediatly after the printing[/B][/COLOR] so that it may be helpfull for the user to tear the paper... Printing Memo Fields ACCESS 2000 vb6.0 Programming Software Development by rajeshkhanna_in … way like (msword tables, bulleted text etc.) then the printing is weird. Only the text part with the fonts formatting…ignored and the alignement also gets disturbed. I have tried printing from report forms it doesnt work. And also from …again of no use) Any ideas how to go about printing the MEMO fields with proper formatting where they may have… printing the jpg file using vb.net Programming Software Development by kapil.tandon … = New Font("Arial", 10) Dim pd As New Printing.PrintDocument Dim myDialog As New PrintDialog myDialog.Document = pd If… for ptinting.it is creating jpg file and then finally printing.i am not able to figure out why it is… printing the blank page. can anybody tell me what is the …