Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
50% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
4
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
4
3 Commented Posts
~10.9K People Reached
About Me

I am currently in school for computer science. I hold two degrees: AS in Technical Management, and BS in Technical management.

Interests
My Yamaha R6 Gaining competence in programming
PC Specs
Microsoft Visual Studio -->C# --->C++ ---->XNA ----->Java
Favorite Forums
Favorite Tags
Member Avatar for ddanbe

Hi all, I know I can make a color lighter programatically, by augmenting some of the RGB values. But is there a standard way to do so or is it just trial and error? And why is a blue component needed to make orange lighter? Perhaps C# .NET has some …

Member Avatar for pvladov
0
1K
Member Avatar for system analysis

- (The [COLOR="Red"]Fan[/COLOR] class) Design a class named [COLOR="red"]Fan[/COLOR] to represent a fan. The class contains: 1. Three constants named SLOW, MEDIUM, and FAST with values 1, 2, and 3 to denote the fan speed. 2. An int data field named speed that specifies the speed of the fan (default …

Member Avatar for javaAddict
-1
1K
Member Avatar for xxunknown321

i'm trying to come up with an add method for a generic class i created. generally the object i create will be arrays, of type integer double or string. i dont know how to go about making the add method to have stuff added to the array... heres my code …

Member Avatar for ProgrammerAl
0
364
Member Avatar for jamesonh20

So I have a working media player that I built in C# with MSVS 2008. I have a feature that loads pics into a pictureBox. How can I possibly manipulate the bounds of the box to make it a circle, or an abstract object? I am aware of how to …

Member Avatar for kvprajapati
0
73
Member Avatar for jamesonh20

So even though this is a simple project, I found a lack of good code on the web under this topic for multi lined strings. I thought I would share it with everyone. Hope it helps you! Prints file foward first, then in reverse (and yes there are many different …

Member Avatar for jasimp
0
174
Member Avatar for jamesonh20

Hi I have a working media player that references the imported winmm.dll. I am trying to link a trackbar to the dll to find the file length & seek to the scrolled related timeframe. I have the code now that only starts the trackbar when the play button starts. Any …

Member Avatar for freewayy
-1
389
Member Avatar for jamesonh20

I was just wondering if it were possible to link a sound to an option selected in a scanner class in java? For example: [CODE]import java.util.*; public class GameTest { public static void main(String[] args) { Game myGame = new Game(); Scanner myScanner = new Scanner(System.in); int size = 30; …

Member Avatar for jamesonh20
0
160
Member Avatar for mickeyfitzray

Hi folks, Im currently doing a media player, ripper and burner and was wondering if anyone could help me with a few things. Im looking for - how to create a display to show track name, slider bar, track time etc. - code for a cd burner (cant seem to …

Member Avatar for kvprajapati
0
361
Member Avatar for asduae
Member Avatar for jwenting
0
86
Member Avatar for jamesonh20

Hello I am trying to underline --> 1 5 6 only the 1 2 2 2 only the middle 2 1 6 4 only the 4 I have imported the java.awt.* but im not sure how to write the code, the java api is a little confusing. [CODE]import java.awt.*; public …

0
60
Member Avatar for pocix

hi everyone i need help how to -creates an array for 5 integers and store it in array -use the highest & lowest integer and cube it i stuck in array, i confuse how to input integers to array with JOptionPane so far for the input [CODE] import javax.swing.*; import …

Member Avatar for pocix
0
113
Member Avatar for Leigh Reed

Just started my first unit in Java and my lecturer has set some code with logical errors in it. I think I have found them all bar one. the problem that I am having is that when I run this script it should calculate the Tax for the dollar amount …

Member Avatar for Leigh Reed
-1
130
Member Avatar for nucleareactr

Hey all, In computer class as homework we're to create a code to find prime numbers between two values m and n without using an array (since we havn't learned about how to use them yet). so far the code I have is: [code] public static void prime (int m, …

Member Avatar for Ezzaral
0
955
Member Avatar for iNach

Hey, I have a problem. I have a URL which is something like: [url]www.WEBSITE.com/player.asp?File_Name=[/url][B]URL_of_The_Video.wmv[/B]&Path_Name=URL_Which_[B][U]Changes[/U][/B] I need to get only the URL of the video. I know I can get off the: "www.WEBSITE.com/player.asp?File_Name=" out using a string.Replace \ string.Remove but the address AFTER the video URL is changing. [b]So what I …

Member Avatar for Geekitygeek
0
123
Member Avatar for chern4ever

i have 2 applets each in separate files. lets say i wan to click a button in applet1, and it will show applet2, hide applet1 and vice versa. how can i achieve tat? [CODE]/** * @(#)ATM.java * * * @author * @version 1.00 2010/3/1 */ import java.awt.*; import java.awt.event.*; import …

Member Avatar for jamesonh20
0
117
Member Avatar for jamesonh20

Hi there I have a rookie question. I am trying to clean up a long list of if statements for a class in java, I know that in C# you can code #region-->#Endregion. Is there a simple way to do the same thing in Java? THANKS! Jameson'

Member Avatar for jamesonh20
0
103
Member Avatar for pkinoc

If I click on the red X on the upper right hand portion of the window, I am prompted to save an unsaved changes before the app closes. If I call the following code when I click a button on the screen then the entire app shuts down with no …

Member Avatar for herbie643
0
527
Member Avatar for Majestics

How to set caption icon in java? Like firefox icon on the top caption bar. and how to run a process in background in java? Thank you.

Member Avatar for jamesonh20
0
78
Member Avatar for wandrewm
Member Avatar for jamesonh20
-2
119
Member Avatar for supersoup

If you are writing a switch statement that takes in a scanner type, how do you prevent a runtime error if a string or char is entered. [CODE]Scanner s = new Scanner(System.in); int a; a = s.nextInt(); switch(a){ }[/CODE] So if i ran the code and entered "abc" then i …

Member Avatar for BestJewSinceJC
0
114
Member Avatar for deathtoall141

Hi I was wondering if someone could help me. I would like to able to be to have my program give the user the ability to only read a certain block of code from a text document. However I would like it to be placed behind a button so it …

Member Avatar for Geekitygeek
0
194
Member Avatar for carylle

can i use ismdicontainer and .showdialog for my form at the same time? i have a main menu that when i open a new form it pops inside of it. but i want to use .showdialog so that only the form open are the ones being used and the forms …

Member Avatar for jamesonh20
0
133
Member Avatar for jamesonh20

Is there a way to reference winmm.dll's to get ID3 info. Everything I have looked at online shows programming of your own mp3 data (i.e. Title, artist....). There has to be a way to just retrieve the file info from the DLL right??? JamesonH20'

Member Avatar for kvprajapati
0
65
Member Avatar for chunalt787

I am writing a bug tracking system and this is my first time using .NET. I will have a SQL database to store the bugs but I want to have a table on my main screen that will list the bugs from the SQL database and when the bug is …

Member Avatar for jamesonh20
0
72
Member Avatar for sunilkuntal

i am making a media player to play all types of media player using jmf technology. can anyone help me to figureout how jmf can play all files ()

Member Avatar for BestJewSinceJC
0
53
Member Avatar for renoxp

plz convert this to vb.nettttttttttttttttt thanx [code] attachment attachment = new attachment(); attachment.caption = "facebook.com"; attachment.name = "Publish Test"; attachment.href = "http://www.facebook.com"; attachment.description = "a sample description"; attachment.properties = new attachment_property() { category = new attachment_category() { href = "http://www.facebook.com/mycategory/sample", text = "sample category" }, ratings = "5 stars" }; …

Member Avatar for pauldani
-4
147
Member Avatar for muthu1802
Member Avatar for kvprajapati
0
154
Member Avatar for vivek4020

Hi i am new to this I created a masked text box but dont know how to define a mask For example i want the textbox to allow only numbers and maximum size of input must be 4 Another would be that the maximum size should be 2 and it …

Member Avatar for jamesonh20
0
85
Member Avatar for amlanjyoti.s

Hi there again, looks like I ran into trouble again. Well, programming doesn't look simple to me. What I want to know is how do I invoke an executable file from a c# application? Are the procedures same in both console applications and windows application?

Member Avatar for amlanjyoti.s
0
481
Member Avatar for kartik14

Hi, I'm having problems adding images to a game I'm trying to modify. The given project has some images in a folder called "Images". So I added new images to this folder and tried to use these new ones in my code. To do this, I right clicked on the …

Member Avatar for jamesonh20
0
404