No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
5 Posted Topics
Hi all, I'm a bit stuck with the idea of creating a virtual tour on my website. I've been looking around and there is a lot of expensive software used for the creation of these tours, but no free alternatives which I have found. The first problem is; Is there … | |
Hi all, I'm having just a slight problem in that I have recently installed the PEAR unit, however when ever i try to use either; fetchRow() getRow() I get the following error: Fatal error: Call to undefined function fetchRow() or Fatal error: Call to undefined function getRow() I assuming this … | |
Hi all, I have taken some code to read a file into an Byte array, which is then returned to another part of my code, below is what i have. [CODE] public void jButton6_actionPerformed(ActionEvent e) { String Filelocation = "c:\\temp\\hello.txt"; try{ InputStream is = new FileInputStream(Filelocation); //get the size of … | |
HI all, I'm having trouble putting a GUI on an existing java server program i have. I have added a frame to the code but all it does so far is pop up, there is no interaction.. I've tried moving all of my functions accross but to no avail.. i … | |
Hi all, I'm having a prob with loading a file into an array. I'm fine with opening the file but when it come to the fread command i seem to be failing as the document size will be variable, so how can i state a file size as "num_of_elements". if … |
The End.