- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
8 Posted Topics
Hi All, I have created an application that allows a user to select a diectory, where we parse the photos, and upload to a database. The issue that I am having is that I have a button on the form found in the newJFrame.java class called upload that when pressed … | |
Re: As per the example that gusano79 posted... here is the code linked in the MSDN page that gusano79 also provided in his [URL="http://msdn.microsoft.com/en-us/library/system.diagnostics.processstartinfo.createnowindow.aspx"]CreateNoWindow[/URL] link. [code] using System; using System.Diagnostics; using System.ComponentModel; namespace MyProcessSample { class MyProcess { public static void Main() { Process myProcess = new Process(); try { myProcess.StartInfo.UseShellExecute … | |
Re: Hi NeoSyn, I have a few hints/ comments. Firstly here is the code to randomly choose the next winning number Please use the [CODE]import java.util.Random;[/CODE] [CODE]public int WinnigNumber(){ /*used to set the range for the numbers that we will be * generating for the winning numbers */ int START = … | |
Re: Overrated, The reason that you are getting 0 is because of this: [code]System.out.println("total " + totalGame); System.out.println("wins " + wins); System.out.println("losses " + losses); System.out.println("draws " + draws);[/code] Not to say that your 0 result is not due to declaring your variables in the Rock class as privates. This is … | |
Hi All, I am having a bit of an issue moving back into Java. The issue that I am having is that I am trying to call a method of a custom class that has been instantiated in my main java file from a form that is also in an … | |
Re: Hi moone009, When your application creates this XML file is it always the same name? and in the same location? | |
Name: Corliss Job: Lead Programmer Location: Inbetween the black and green of the command line args. I am new to Dani and wanted to throw out my first post. Can Code: C#, C, C++, Java, TSQL & PSQL Hope to contribute soon. |
The End.