Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~581 People Reached
Favorite Tags
java x 4
c x 3
php x 1
Member Avatar for crws416

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 …

Member Avatar for joshua24
0
103
Member Avatar for crws416

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 …

Member Avatar for netfreehost
0
116
Member Avatar for crws416

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 …

Member Avatar for crws416
0
116
Member Avatar for crws416

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 …

Member Avatar for jwenting
0
84
Member Avatar for crws416

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 …

Member Avatar for crws416
0
162