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

Programming & Design - June 2007

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

Why do I get compiler error "Use of an assigned variable 'y'/'x'" when I try to compile this?

private void button1_Click(object sender, EventArgs e)
{
int x, y;
if (checkBox1.Checked)
x = 1;
if (checkBox2.Checked)
y = 2;
if (x+y > 3)
Text = "3";
if (x+y <= 2)
Text = "2";
else
Text = "1";
}

2007-06-05 11:32:57 · 4 answers · asked by Anonymous

a. (X<0)&&(Y<0)
b. (X<=0)&&(Y<=0)
c. (X>0)| |(Y>0)
d. (X<=0) | | (Y<=0)

2007-06-05 10:31:42 · 2 answers · asked by shelia.boswell 1

I want to make some video segments from " Everquest" and be able to make a short action movie for the next fabled adventurer contest, but I have no clue on how to film my character in game.

Any advice would be appriciated.

2007-06-05 09:56:05 · 5 answers · asked by clone_marshal_bacara 2

I know there's a command (that obviously I forgot) through which you can instant message computers in the networkl through MS-DOS (Command Prompt). If anyone knows what to command is please let me know.

Thanks

2007-06-05 05:53:29 · 4 answers · asked by Arber 2

2007-06-05 05:38:42 · 2 answers · asked by Anonymous

It has to run on Windows, and be able to be updated from the web. I want to publish a website with restaurant listings with pix and info, and maybe votes. I have fairly good knowledge of HTML, and graphic editing, but i fail miserabily in the database programming part of it. My host server runs on UNIX, so i preferably would like something PHP/MySQL related, but are open to other productive solutions.

2007-06-05 04:33:56 · 4 answers · asked by picklink 2

2007-06-05 04:20:19 · 19 answers · asked by Anonymous

In case color name for "dark brown color" doesn't work, what is the hexadecimal color? I'm new at HTML, anyone can help? Thank you a lot for your attention and time!

2007-06-05 03:20:24 · 7 answers · asked by heavensilk 1

Do you know a code or script to center and resize webpage in browser? I want to be able to control the size, location and look of the browser window when my site page is open. Thanks.

2007-06-05 03:12:22 · 3 answers · asked by dgirl 1

2007-06-05 03:00:55 · 4 answers · asked by Anonymous

Hi. I have a domain name, but much to my surprise this is not a website, so I think I now heed somebody who will host my webname to give me a site - is this right???? If so, is there any way I can put my domain name on a different web host to the one that provides the name - cos I think it's a bit of a bugger to have to pay once for the name and then again for a website. Is this right - or have I completely misunderstood how it all works!

Thanks.

2007-06-05 02:59:22 · 8 answers · asked by kingofclubs_uk 4

2007-06-05 02:46:33 · 3 answers · asked by blessing j 1

2007-06-05 02:02:28 · 4 answers · asked by Anonymous

I have the following script:

function LoadMainAndMessage(MainURL, MyMessage) {
  if (MainURL) {
    parent.frames['main'].location=MainURL;
  }
  if (MyMessage) {
    alert(MyMessage);
  }
}

which is triggered with a body onload command. Whenever I pass it something, it always does the ALERT first! How can I get it to display the alert AFTER the page has loaded (or at lease started loading?)

ie: I send LoadMainAndMessage("http://www.yahoo.com","Page Loading") and I'd like it to :

1) Load page http://www.yahoo.com in the "Main" frame, THEN
2) Display "Page Loading" as an alert (once the page HAS started loading!)
3) Require the user to click OK or CLOSE on the alert box

Instead, what it does now is:

1) Display "Page Loading"
2) Wait for the user to click OK or CLOSE on the alert box
THEN
3) Starts loading http://www.yahoo.com into the MAIN frame.

HELP! PLEASE! and Thanks!

2007-06-04 22:21:42 · 3 answers · asked by Mike Z 5

How do I display a triangle in VB using for loop???
Is it something like this:
For i = 1 To 5
Print i;
Print ""
Next i

2007-06-04 22:01:05 · 2 answers · asked by Anonymous

2007-06-04 21:56:28 · 2 answers · asked by Tibi N 1

For a begginer to start out with and easy to pick up.

2007-06-04 20:51:19 · 15 answers · asked by MoNkEy 2

And how does CAD/CAM work? And where is it best used?

2007-06-04 20:16:07 · 5 answers · asked by qw2_086505 1

I'm a little confused on my programming design homework. The problem states:

An elementay school contains 30 classrooms numbered 1 through 30. Each classroom can contain any number of students up to 35. Each student takes an achievement test at the end of the school year and receives a score from 1 through 100. One record is created for each student in the school; each record contains a student ID, classroom number, and score on the achievement test. Design the logic for a program that lists the total points scored for each of the 30 classroom groups.

I'm wondering, will there be three different arrays? One for the classrooms, one for the students, and one for the scores? Any tips on how to write the pseudocode would be very helpful and very much appreciated.

2007-06-04 17:29:47 · 3 answers · asked by novelgirl 1

On Godaddy.com it says with the deluxe plan you can have mutiple websites?

2007-06-04 17:08:25 · 3 answers · asked by Anonymous

2007-06-04 16:23:53 · 2 answers · asked by sterv l 1

The problem is that i want to show the people the basic html setup but when ever i type nothing comes because im typiing the basic setup of html so what can i do if you could send a url of a picture or website that would be great.

2007-06-04 13:02:13 · 6 answers · asked by Hamza 1

How to link to other slides in Power Point.



Please and thank you.

2007-06-04 12:40:03 · 2 answers · asked by Anonymous

http://www.tigervista.us.tt

Any suggestions not about the layout since I can't change it?

2007-06-04 10:13:18 · 2 answers · asked by alexander_90405 1

im building a website displaying a list of properties/houses. when someone searches it displays info according to te search. I will use recordset to display the info from the database. Say, when a list of houses appear from the search, i select a house and it goes to a page about that house only. This is done by a recordset/master detail page? and within that page i want a menu to display info, mre pics, etc. How do i do this as i want the menu in flash. does that mean i need to make separate menu for each house! or using recordset will be easier where i link the menu to open a page and that page will display the relevant info extracting data from the database so i will not need to make separate pages!! bu ti reli do want to use flash! help if any1 understands!!!

2007-06-04 09:59:47 · 5 answers · asked by elle66 1

I'm looking for a FREE Web Host that supports Frontpage extensions, offers more than 50 mb of space, has no file size limit, and offers subdomains. My current host, Freehostia, won't allow me to upload anything bigger than 500 kb, it's horrible !

2007-06-04 09:12:32 · 7 answers · asked by Anonymous

2007-06-04 08:37:18 · 6 answers · asked by truepal20032001 2

fedest.com, questions and answers