- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 3
- Posts with Downvotes
- 3
- Downvoting Members
- 1
17 Posted Topics
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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, … | |
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 … | |
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 … | |
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 … | |
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 … | |
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 … | |
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"); | |
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 … |
The End.