20
Mar
Okay so, I do not have photoshop, but I'd really like to be able to cut and paste to create pics. So, here is my problem, everytime I choose and area of a picture to cut out in paint, state an eye for example, I just want the eye so I try to cut that […]
Read the rest of this entry »
20
Mar
Write a class named ParkingMeter containing:
An instance variable named timeLeft of type int, initialized to 0.
A method named add that accepts an integer parameter. If the value of the parameter is equal to 25, the value of timeLeft is increased by 30; otherwise no increase is performed. add […]
Read the rest of this entry »
20
Mar
I've started making a VB application and all my forms are window forms. However, I encountered a video tutorial on the the msdn website about creating a data entry page for something like customer details.
http://msdn.microsoft.com/en-us/vbasic/c…
This is exactly what I'm trying to reach (adding details to a database). However, in the tutorial the lady (Beth […]
Read the rest of this entry »
20
Mar
What is the java code that displays 6 picture (to choose) in the program? Can you give me code? (10pts!)
when clicked 1 picture it displays the picture with description. thanks!
Answer: Try JComboBox. Check the URL Below
http://java.sun.com/docs/books/tutorial/…
See under heading “Providing A custom Renderer” in that page.
Read the rest of this entry »
19
Mar
I want to make a program that would change the text:
Hello Sweetheart
and convert it to:
Hi Honey
This will be my data dictionary:
Hello - Hi
Sweetheart - Honey
Answer: Use string replace (http://msdn.microsoft.com/en-us/library/…
String newString = myString.Replace(old, new);
You’ll have to iterate through your dictionary, probably with a foreach to pick up each keyword.
Read the rest of this entry »
19
Mar
Should I learn how to use visual basic before attempting to use Visual C++? Or are they different?
Answer: No, that's unnecessary. If you want to learn c++, just buy a good manual and dive in.
Answer: Depends what you try to reach.
For general Windows programing you don't need necessarily C++ anymore, since .NET is the […]
Read the rest of this entry »
19
Mar
I don't have any templates that i'm aware of, do i need to download one somewhere? Can someone give me help getting started?
thanks!
Answer: In-Design is for creating brochures. Photoshop and Illustrator are used for the Graphics.
Photoshop elements is a stripped down version photoshop with very basic functions. So i think you may be stuck for […]
Read the rest of this entry »
17
Mar
Which windows web hosting company you currently using that’s cheap and reliable? Thanks.
Answer: Hello,
I was also in need of ASP .NET web hosting so I went with http://www.hostdone.com They’ve extremely cheap .NET 3.5, ASP AJAX, and silverlight hosting for a great price.
Here is a link to all of their Windows Plans:
http://www.hostdone.com/compare-windows-…
Good Luck!
Answer: Try this
http://www.webhostingpad.com/3445.html
Unlimited […]
Read the rest of this entry »
17
Mar
Here's the URL of the image:
http://members.tripod.com/mrfire/FIREBG….
I'm going to rotate it - 90 degrees so I want it to appear across the bottom of the internet page.
I'm using Frontpage 2003.
Answer: Use CSS code:
Content
(I think - check http://www.w3schools.com/css/css_backgro… if my code didn't work)
Read the rest of this entry »
17
Mar
How do you get a decent background for www.stickam.com?
I would like a light vintage background but I don't know how to get one.
Please help, 10 points for best answer
Answer: Use Custickam or Stickamstuff….both of them offer lots of fun ways to customize your stickam profile. I wish you luck!
Answer: i would look at […]
Read the rest of this entry »