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
~11.1K 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

36 Posted Topics

Member Avatar for ddanbe

[QUOTE=ddanbe;1116407]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

You need to post some code, all you have done is posted your hw problem. Jamesonh20

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

You need to make sure that you actually want an arrayList your code is not reflecting the title of your post. So you would 1st: [CODE]import java.util.*;[/CODE] in one fashion or another... Then: [CODE]ArrayList<Payday> myList = new ArrayList<Payday>();[/CODE] make some sort of reference to an actual "arrayList". In my case …

Member Avatar for ProgrammerAl
0
368
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
77
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
176
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
397
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
163
Member Avatar for mickeyfitzray

Hi there! I have pretty much fininshed a audio/video/picture player in C#. I can not for the life of me find how to simply code the trackbar to the song/video i have playing referenced to a textbox. CAN ANYBODY HELP ME? Thanks, James

Member Avatar for kvprajapati
0
365
Member Avatar for asduae

Asduae, depending on how you are programming this, you could do it a few different ways. If you are using an array you could "sort" the array and have it print the array - off the smallest integer (i.e. subtracting the integer out of the index). I'm getting tired of …

Member Avatar for jwenting
0
87
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
62
Member Avatar for pocix

[QUOTE=pocix;1153386]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
118
Member Avatar for Leigh Reed

[CODE]total = price + tax;[/CODE] use any calculator and try your code out on it. so your code states if you have $5.00 + .55 = $5.55 $10.00 + .55 = $10.55.....think about it if you had 5.5% tax, or .055 would you agree that it is price * 1.055?

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

hussein87 you need to post your hw prob in its own thread...ALONG WITH YOUR CODE to get any kind of help.

Member Avatar for Ezzaral
0
987
Member Avatar for iNach

[QUOTE=iNach;1148477]Sorry for the double, I can't edit my original. but a friend told me to use substring.. I don't know what that means.. Please help :)[/QUOTE] Okay I can prob help you. A substring will read the String as an index of numbers. below is my string of abreviated months …

Member Avatar for Geekitygeek
0
137
Member Avatar for chern4ever
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
105
Member Avatar for pkinoc

You could always use the properties tab to remove the microsoft generated form controls and program your own exit, min, max controls. That way you could put your savefiledialog code with your exit button.

Member Avatar for herbie643
0
531
Member Avatar for Majestics

Hey there sounds like you need to check out microsun's java api. There is a lot of sample code about icons there :)

Member Avatar for jamesonh20
0
83
Member Avatar for wandrewm

Hope these help you Use these links: [URL="http://www.java2s.com/Code/Java/Development-Class/ReadfromaSerialportnotifyingwhendataarrives.htm"]http://www.java2s.com/Code/Java/Development-Class/ReadfromaSerialportnotifyingwhendataarrives.htm[/URL] [url]http://forum.java.sun.com/thread.jsp?thread=519878&forum=54&message=2483690[/url] [url]http://www.geocities.com/Juanga69/parport/[/url] [url]http://www.beyondlogic.org/etherip/ip.htm[/url] [url]http://www.beyondlogic.org/spp/parallel.htm[/url] [url]http://java.sun.com/products/javacomm/index.jsp[/url]

Member Avatar for jamesonh20
-2
124
Member Avatar for supersoup

if you need it to accept both letters/#'s change your code to a string, not an int. cheers' Jamesonh20

Member Avatar for BestJewSinceJC
0
117
Member Avatar for deathtoall141

Hi there you could look into putting the text in as a String and calling a substring using start and end values. similiar to what I am trying to say --> [url]http://dotnetperls.com/substring[/url] Jamesonh20'

Member Avatar for Geekitygeek
0
196
Member Avatar for carylle

this is a little different, but you could use say: [CODE]visible = false; Form2 Form = new Form2(); Form.ShowDialog(); [/CODE] this will cause your first form to not be visible, and bring up your second form. Hope it helps you! Jamesonh20

Member Avatar for jamesonh20
0
138
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
67
Member Avatar for chunalt787

Hope this sheds some light on your situation my friend... [URL="http://www.dreamincode.net/forums/showtopic31314.htm"]http://www.dreamincode.net/forums/showtopic31314.htm[/URL] Jamesonh20'

Member Avatar for jamesonh20
0
74
Member Avatar for sunilkuntal

Have you already fully researched JMF? there is a lot of helpful samples and explanation out there. [URL="http://java.sun.com/javase/technologies/desktop/media/jmf/reference/codesamples/index.html"]http://java.sun.com/javase/technologies/desktop/media/jmf/reference/codesamples/index.html[/URL] JamesonH20'

Member Avatar for BestJewSinceJC
0
57
Member Avatar for renoxp

Also, there is a neat little gadget that converts here --> [URL="http://gallery.live.com/liveItemDetail.aspx?li=75cffe62-c8d0-4feb-a028-5ac8638b5321&bt=1&pl=1"]http://gallery.live.com/liveItemDetail.aspx?li=75cffe62-c8d0-4feb-a028-5ac8638b5321&bt=1&pl=1[/URL]

Member Avatar for pauldani
-4
148
Member Avatar for muthu1802

I pulled it off of another site hope it helps you... [CODE]using System.Data.EntityClient; ... EntityConnection conn = new EntityConnection(myContext.Connection.ConnectionString); conn.Open(); EntityCommand cmd = conn.CreateCommand(); cmd.CommandText = @"Select t.MyValue From MyEntities.MyTable As t"; var queryExpression = cmd.Expression; .... conn.Close(); [/CODE]

Member Avatar for kvprajapati
0
158
Member Avatar for vivek4020

[CODE]//Adds characters 0-9 private void myFirstForm1_Load(object sender, EventArgs e) { maskedTextBox1.Mask = "00/00/0000"; } [/CODE] the MSDN prob has everything you need if you read through it enough as adatapost has referenced. I know this limits imput from 0-9. Jameson'

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

A good book to reference on this issue is windows forms programming 2.0 best $60 i ever spent! It has what you need in it. Cheers' Jamesonh20

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

Dude, if your writting a game development question put it in the correct forum. I think I can help a little though. I assume you are using MS VS with the XNA framework. dump your pic files in the content folder! your can reference them from there. or like the …

Member Avatar for jamesonh20
0
406
Member Avatar for jamesonh20

I have a windows form that starts at a designated size (not mazimized). I have a pictureBox1 control that zooms in & out. when I maximize my window and zoom in I need the pictureBox1 to return to it's original size upon clicking back to the original sized window. ANY …

Member Avatar for jamesonh20
0
146
Member Avatar for aaj23
Member Avatar for aaj23
0
109
Member Avatar for 1qaz2wsx7

Hi there, use the selected control's property window to "anchor" your controls to your form. This will proportionally move your controls vs. window size.

Member Avatar for jamesonh20
0
101
Member Avatar for Nile55
Member Avatar for mahmoud_wow
0
203
Member Avatar for capiono

Hey im a newbie too. I'm not seeing enough info on what your doing. Did you create a savefiledialog? Also, I see that the above code basically says if the user selects a month and it is equal to february, it will return 2. Your above code will throw an …

Member Avatar for Geekitygeek
0
2K
Member Avatar for moroshko

Buy the book "XNA Programming" by Wrox. I did and it ROCKS!! It has multiple examples of what you are trying to do.

Member Avatar for jamesonh20
-1
152

The End.