Forum: VB.NET Jul 17th, 2009 |
| Replies: 3 Views: 360 Thanks for the response, but I don't get the same window depending when clicking in vista environemt or an XP one. What should I do then to have the one in XP (single folder) compared to in Vista... |
Forum: VB.NET Jul 17th, 2009 |
| Replies: 3 Views: 360 Good morning,
I have a small VB. app in VS2008 that opens a windows folder in maximized view.
I am using the following code:
Dim startInfo As New ProcessStartInfo("explorer.exe")
... |
Forum: Java Jul 12th, 2009 |
| Replies: 3 Views: 417 Thanks for reminding me of the javaFX tutorial.
I did stumble also upon it but I would have liked to stay within the regular java code.
I did find one source code example but it's not a tutorial,... |
Forum: Java Jul 11th, 2009 |
| Replies: 3 Views: 417 Good evening,
I have the need to learn how to make a picture jigsaw with java.
I have been looking for hours on the web for some kind of tutorial, source code example, something anything and I... |
Forum: VB.NET Jul 11th, 2009 |
| Replies: 6 Views: 495 Thank you for all your help GeekByChoiCe,
John |
Forum: VB.NET Jul 11th, 2009 |
| Replies: 6 Views: 495 Thank you very much GeekByChoiCe,
This code example is very helpfull to me, if I may ask a little more detail on the code on line 4:
StartInfo.Arguments = "/e, I:\cygwin\"
I looked on MSDN site... |
Forum: VB.NET Jul 10th, 2009 |
| Replies: 6 Views: 495 I open a the folder with Process.Start ("explorer" "path")
I can post my exact code if necessary.
Thanks |
Forum: VB.NET Jul 10th, 2009 |
| Replies: 6 Views: 495 Good morning,
I have been trying to research the net on the subject of "how to set a folder view utilizing a VB.form button", I've found references to the "IFolderView : SetCurrentViewMode... |
Forum: Java Jul 6th, 2009 |
| Replies: 4 Views: 430 I've tried but I get the follwoing error message:
Could not find hte main class: system.newJFrame. Program will exit.
I'm tried many different ways of creating that jar file, but I always receive... |
Forum: Java Jul 5th, 2009 |
| Replies: 4 Views: 430 Good afternoon,
I have created a little java app in netbeans that I would like to use on a PC without netbeans.
Therefore I am looking into how to make an executable out of the project, I found... |
Forum: Java Jul 5th, 2009 |
| Replies: 3 Views: 393 Thank you so much, it works great. :) |
Forum: Java Jul 4th, 2009 |
| Replies: 3 Views: 393 Good evening,
I am trying to simply open a folder located on my local C:\ drive, to be exact just for testing purposes I am trying to open C:\temp folder.
What I have is a JFrame with a single... |
Forum: Java Jun 30th, 2009 |
| Replies: 13 Views: 958 I found that the real problem is that I can't launch an applet like I would another class or method with just creating a new object.
Would somebody know of a work around, I did some research o... |
Forum: Java Jun 30th, 2009 |
| Replies: 13 Views: 958 I beleive I found the problem, apparently an applet can not be launch as a method with a new object.
Could somebody please enlightened me, and let me know how I would do something similar to new... |
Forum: Java Jun 30th, 2009 |
| Replies: 13 Views: 958 Well the readFileApplet class functions correctly by itself.
If I just execute it, making sure my "TowerOfHanoi.txt" file is in the "bin" folder. I get the applet that opens and displays the file... |
Forum: Java Jun 30th, 2009 |
| Replies: 13 Views: 958 I just tried the getDocumentBase instead of hte getCodeBase but it still gave me the same error message :( |
Forum: Java Jun 30th, 2009 |
| Replies: 13 Views: 958 Thanks PopeJarth, I apologize I just saw response.
The text file is created line 28 of class TowersOfHanoiExecute, I had the mistake already of not having hte file present and it gave me a different... |
Forum: Java Jun 30th, 2009 |
| Replies: 13 Views: 958 I have been working on trying to figur out where my problem is located, and in so doing I found out that if I have the code:
readFileApplet myreadFileApplet = new readFileApplet();... |
Forum: Java Jun 30th, 2009 |
| Replies: 13 Views: 958 I did another test a little bit different to see if the object was not null.
The code I used line 17 to 21 in the TowersOfHanoiExecute class:
//read into applet
readFileApplet myreadFileApplet =... |
Forum: Java Jun 30th, 2009 |
| Replies: 13 Views: 958 I did the follwoing change:
//read into applet
readFileApplet myreadFileApplet = new readFileApplet();
myreadFileApplet.readFile();
if (myreadFileApplet == null)
{System.out.println("this was... |
Forum: Java Jun 30th, 2009 |
| Replies: 13 Views: 958 I don't think that you need to do any special setup for applets.
I'm surprised that you get a compilation error because here it trys to run through.
By the way I am using:
Eclipse
Version: 3.4.2... |
Forum: Java Jun 30th, 2009 |
| Replies: 13 Views: 958 Good morning,
I would like to ask for your help, I am working on getting a text file read using using a java applet, the content of that text file is generated with an object in the class... |
Forum: Java Jun 29th, 2009 |
| Replies: 2 Views: 431 Thank you for letting me know of the best practice with the CODE= java, which I now have done.
I think I have an intermittent problem because when I run the code down below, the error message... |
Forum: Java Jun 28th, 2009 |
| Replies: 2 Views: 431 Good afternoon,
I am in the process of learning java and I am a little bit stock on a couple of issues. I am working with javamail version-1.4.2 and JavaBeans Activation Framework 1.0.2 release. ... |
Forum: Java Jun 8th, 2009 |
| Replies: 4 Views: 915 |
Forum: Java Jun 8th, 2009 |
| Replies: 4 Views: 915 Thanks I will look into these two methods. |
Forum: Java Jun 8th, 2009 |
| Replies: 4 Views: 915 Good morning,
I am quite new at java and in the learning process.
I have a log file with the following data contained in it:
mai 4 03:26:53 pcjournal Dock[345]: Corrupt JPEG data: premature... |