Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
3
Downvoting Members
1
2 Commented Posts
0 Endorsements
Member Avatar for AQWst

I would like to know any advice for creating a program that will read in a *.csv file and load the data into a 24 x 24 array for further processing. I am including a total of 48 records, so that you can see how the data looks and what …

Member Avatar for JamesCherrill
0
13K
Member Avatar for AQWst

Hello-- I am not sure if I am asking this in the right place or it can be answered. I have tried to search the Internet and can not find an answer. I have a few small short stories that are in *.mp3 format, but I would like to be …

Member Avatar for rubberman
0
730
Member Avatar for AQWst

Hello-- I have two Microsoft Excel questions that I am not sure if I should post them separately or if it is okay that I post them both here. Also, I was not sure where to post them, so if someone sees this and can answer my questions or route …

Member Avatar for AQWst
0
151
Member Avatar for AQWst

Hello-- I have two Microsoft Excel questions that I am not sure if I should post them separately or if it is okay that I post them both here. Also, I was not sure where to post them, so if someone sees this and can answer my questions or route …

0
155
Member Avatar for AQWst

Hello-- I am not sure where I should post this. I have an Excel spreadsheet with some cells I would like to concatenate into one resulting cell. I can get the cells concatinated, but I would like to concatenate one cell to the degrees symbol, followed by a space, followed …

Member Avatar for ddanbe
0
270
Member Avatar for AQWst

Hello-- I am not sure if I should have three separate postings for these questions or just the one, since they all deal with VB.NET. I will list them here and if they should be separated, I understand and hope that I can get help with them. 1) Is it …

Member Avatar for Reverend Jim
0
106
Member Avatar for AQWst

Hello-- It has been a few years since I posted anything here. I developed a web site that randomly played various MP3 files I stored. I am working to rewrite some of the code because it appears if my code to do this is no longer working. Can someone please …

Member Avatar for AQWst
-1
331
Member Avatar for AQWst

I am new to GUI Java programming and I am attempting to find the best way of creating a frame to contain a series of menus. I am first adding logic to have the date and time appear in the frame, but the way I am doing it they are …

Member Avatar for stultuske
0
415
Member Avatar for AQWst

I am in the process of creating a web site using Javascript that appears to work fine with IE, but since I upgraded to Firefox 3.0, some of the Javascript no longer works. Can you please give me some advice as to what I should provide for assistance with this, …

Member Avatar for AQWst
0
127
Member Avatar for AQWst

I'm not sure if I am posting this to the correct location or not. I just purchased Microsoft Visual Studio 2005 Professional with SQL Server 2005 Developer Edition. My question is, does anyone have any specific instructions or suggestions on how to best install and configure these two products to …

Member Avatar for alc6379
0
96
Member Avatar for AQWst

Can someone help me create a rounding routine? I have some mathematical calculations being done in a program that the final result is a double. The only trouble is, is when I want to display it, there are too many digits appearing. I have searched the Sun web site and …

Member Avatar for paradox814
0
607
Member Avatar for AQWst

I have created a GUI Java menu using a pull down menu in which I want to have the date and time show up. I am currently getting null for my time value and I think it is because I am not refreshing this each time I calculate my time …

Member Avatar for AQWst
0
208
Member Avatar for jengels

I understand I can write a statement like: if==12 or if <12 but how do you write an if statement for something like, A = 90-100 B = 80-89 How do you write the if statement for that? My java book doesnt tell you how to write an if statement …

Member Avatar for jengels
0
67
Member Avatar for AQWst

I have a program that reads into a 24 x 24 array from a *.csv file and I want to use the values to do currency conversions based on using a certain array element. I have defined into my main method the logic to read the *.csv file values into …

Member Avatar for AQWst
0
130
Member Avatar for AQWst

I created a program, which I will include the source below with a problem. It appears to compile fine, but I get an error when I try to run it. The error is: "Exception in thread "main" java.lang.NoSuchMethodError: main." What does this error mean? [CODE]/* This program will allow the …

Member Avatar for AQWst
0
215
Member Avatar for AQWst

Is there a way within Java to adjust the screen size? When I wrote a program in C++, I used the following code to do it, but I can't find anywhere (either Sun's API's, or on this site) how to do it. system("mode con:lines=50"); system("mode con:cols=100");

Member Avatar for AQWst
0
184
Member Avatar for AQWst

I am new to Java programming and am converting a program I wrote in C++ to Java. It is a currency conversion program that uses a number of functions to display different menus. It also allows for user input of the menu options to either do a currency conversion or …

Member Avatar for server_crash
0
469