English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

Programming & Design - December 2006

[Selected]: All categories Computers & Internet Programming & Design

Hi, i am making a text editor in java language. Now to provide cut copy and paste functions i need access to system's clipboard. How to have access to system's clipboard. Explain me in detail and if possible please provide java coding.

2006-12-16 19:37:12 · 1 answers · asked by rAh!L 2

Namely retreiving those entries, deleting select ones...Im trying to make a program to "remove footprints".

2006-12-16 17:54:06 · 1 answers · asked by Paul R 2

I'm a high schooler looking to learn some programming. I run cool apps such as Keepass, Truecrypt, OpenOffice, Super Pi and Firefox. I would love to learn how they work, and I'm also looking to learn some web page design (though desktop apps are more important to me).

After doing some research, it seems that C++ is the king of powerful and efficient languages. Java is better for web design and is easier to program, but C# seems to be taking over Java. I'm pretty confused... it would seem that C++ is the way to go, for a first programming language, but it's pretty difficult to learn and maybe Java/C# is better.

I'm hesitant about going to C#... not that I dislike Microsoft, but I prefer not to be chained to .Net. "Marketability" is also a motivating factor.

Hope you programming gurus have some good advice :)

2006-12-16 17:49:21 · 9 answers · asked by Anonymous

If i need to keep track of stock, receipt dispatch etc of 50 different items and all these items have serial numbers. so have to maintain quantity with serial number of the the items.

2006-12-16 17:08:06 · 2 answers · asked by JL 1

2006-12-16 16:54:24 · 3 answers · asked by Alden D 2

I am making a construction bid program. Each bid will have 2-6 tables of data. Some of the tables (such as 'materials') might be quite large.

Do I save each bid as a separate database with 2-6 tables?
Or should I just do something more like comma delimited text files?

The number of tables will always be the same. I just haven't decided on how many I need yet.

2006-12-16 16:51:47 · 3 answers · asked by Anonymous

Please visit my site at http://home.comcast.net/~tjhall1/pa.html to see the gif that I'm talking about. I want the background to show through the words "picture not available". I tried doing it in Photoshop but I just don't get it. Paint is worthless. The name of the file is pna.gif. No scam, no viruses. Just a site of my cabbage patch collection.

2006-12-16 16:10:44 · 5 answers · asked by Inquiring Mind 19 3

For some reason the compiler is not liking the for loops (I think) I can't seem to figure out why my code isn't working, can anyone help?

public static void Main()
{
double BASIC_DOG_PRICE = 2.00;
double CHILI_PRICE = 0.69;
double CHEESE_PRICE = 0.49;
String wantChili, wantCheese;
double price;
Console.Write("Do you want chili on your dog?" );
inputString wantChili = Console.ReadLine;
Console.Write("Do you want cheese on your dog?" );
inputString wantCheese = Console.ReadLine;

for wantChili == 'Y'
for wantCheese == 'Y'
price = BASIC_DOG_PRICE + CHILI_PRICE + CHEESE_PRICE;

forBASIC_DOG_PRICE + CHILI_PRICE;

for wantCheese == 'Y
for(BASIC_DOG_PRICE + CHEESE_PRICE);

for (BASIC_DOG_PRICE);

Console.WriteLine("Your total is {0}", price.ToString("C"));

}
}

2006-12-16 16:08:57 · 4 answers · asked by Christina 2

I would like to be able to copy the source code of a web page so that I could manipulate it in my program.

2006-12-16 16:00:33 · 2 answers · asked by Chibbles_R_Us 1

some people have them and i dunno how to get it help me!

2006-12-16 15:51:36 · 2 answers · asked by Anonymous

When I started implement the application by connecting database with ODBC DSN connection, the second user getting an error message 'unknown error 2147467259(80004005) The file in use ' and he can not open the file through my application, while the first user working on that. Please help me to solve this problem.

2006-12-16 14:56:31 · 4 answers · asked by Chandru 1

I am creating a website that will store images, probably thousands and thousands. Is it better to store all of the image in one place, a big grand single folder(unique names) or to create lots of little folders with a smaller amount? Which will cause a bigger hit on the server? If it is a good idea to use multiple folders, what cap should there be per folder?

2006-12-16 14:51:23 · 4 answers · asked by Jay 2

i want to know how to make your own program for free that are for WINDOWS.

2006-12-16 14:25:17 · 3 answers · asked by sunnyshields2 1

2006-12-16 14:13:52 · 9 answers · asked by fanb24 1

Here's the link
Singhgagand.brinkster.net
plese copy and paste to the browser or I get a viloation if i type

2006-12-16 13:09:31 · 4 answers · asked by Best Helper 4

I was wondering, how do you create a computer program? Do you USE a program to create a program? When I say PROGRAM, I mean like AOL or Internet Explorer. Something like that. What language do you write programs in? I would really appreciate any information that you might have! Thanks for reading!

2006-12-16 13:08:41 · 4 answers · asked by Anonymous

I've got the position on the menus to where i want them to be. Now im having problems with the "go" button. It won't even bring up a new window.

2006-12-16 13:06:55 · 3 answers · asked by Jeremy Medlock 5

I'm still workin on my website atrainw.bravehost.com and i need to know how to majke a website signin and how to make some pages so only users can view them. Or if you know a better hosting site, that offers things like that, thats kool too

2006-12-16 12:32:26 · 2 answers · asked by Atrain 2

Hey

I just recently started animating AIM buddy Icons in Flash. I host them on a site http://www.aimstuff.co.nr/

Anyway I am a big fan of http://www.badassbuddy.com/ and wanted to know how they animate their icons with such quality?

Thanks

2006-12-16 12:27:47 · 1 answers · asked by Me 2

I'm going to graduate with a CS degree in a few months, but I'm concerned about my prospects. The required classes for a degree at my school are not giving me as many real-world type skills as I would like, and they don't offer very many electives that teach tangible skills. Theory and abstract programming is nice, but I'm not getting experience applying any of it.

The classes I've taken have stressed data structures, algorithms, etc. In 3 years the only language they've even given me a taste of is Java, and that was not as thorough as I would have liked.

I've done some programming on my own, but I'm not going to graduate knowing all those lovely acronyms employers want: J2EE (and Java et. al), C/C++, VB/C#/.NET, etc.

I've got some basic RDBMS experience, but don't have any experience (or access to) Oracle, MS SQL, etc. Most employers aren't looking for MySQL/Postgre.

What should I do? Will I be able to find a job? Do recent CS graduates make very good money? Thank you.

2006-12-16 12:16:17 · 5 answers · asked by Anonymous

2006-12-16 12:05:56 · 5 answers · asked by Tricky 2

2006-12-16 11:43:01 · 1 answers · asked by riverviewchic 1

Example: if I copy a picture of Elvis onto my computer, how do I write "Thanks for the add" onto it and then save it to put onto someone myspace comment?

2006-12-16 11:24:55 · 7 answers · asked by Wendy 2

I have a teacher that isn't teaching much and I don't think I am learning much. Is there any website/textbook that can help me learn more of Java?

2006-12-16 11:08:16 · 3 answers · asked by TurkishGamer13 3

I want a free website provider similar to Geocites, except without the ads. Also, i don't mind if the link is a subdomain. But I don't want answers like Myspace and such.

Thanks!

2006-12-16 10:03:43 · 5 answers · asked by gamer12345 1

2006-12-16 09:31:09 · 0 answers · asked by riverviewchic 1

2006-12-16 08:43:33 · 2 answers · asked by riverviewchic 1

if($WATCH4 !== NULL)
{
echo"Its got something in it";
}
else
{
echo "Its empty";
}

I have this, its ment to say "its empty" because theres definatly nothing in it. However it always says its full. Is there anything wrong with this script or any other method i could use thanks?

2006-12-16 08:00:03 · 1 answers · asked by peter s 1

i was told that it was created in VisualBasic.net but i dont know c an you help me please

2006-12-16 07:31:24 · 3 answers · asked by love100 2

Do you get your logic right the first time you write your program? Or would you need to rewrite it a couple of times before you get it right

2006-12-16 06:53:14 · 7 answers · asked by Someday 3

fedest.com, questions and answers