Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~31.6K People Reached
Favorite Tags

8 Posted Topics

Member Avatar for Duki
Member Avatar for corliss

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 …

Member Avatar for corliss
0
379
Member Avatar for Drekh

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 …

Member Avatar for arjun.walmiki.1
0
14K
Member Avatar for NeoSyn

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 = …

Member Avatar for NeoSyn
0
280
Member Avatar for overrated

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 …

Member Avatar for JamesCherrill
0
119
Member Avatar for corliss

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 …

Member Avatar for StephNicolaou
0
169
Member Avatar for moone009

Hi moone009, When your application creates this XML file is it always the same name? and in the same location?

Member Avatar for kvprajapati
0
92
Member Avatar for corliss

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.

0
43

The End.