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

2006-12-04 17:14:11 · 7 answers · asked by cerenpitts 1

I have a *.xls file having 17 different columns. I want to convert it to a table in a database of sql server 2000. How can i do it? Please tell me steps i have to take for it..

2006-12-04 16:50:35 · 3 answers · asked by Varun S 1

like i have a picture thats on the bay and i want to remove the legs and put the little mermaid fin on it. how do i do that? i know what program to use. but idk what to do.

2006-12-04 16:26:33 · 3 answers · asked by Anonymous

I'd hope it has ASP(.NET), Javascript, Java, Perl, PHP4, vb.NET, etc.

2006-12-04 16:25:06 · 2 answers · asked by Rockstar 6

I know the .sql file is supposed to create the DB for me. I have opened the file up in MS SQL Server Management Express. What is the best way to find out if the sql db is up and running with all of the appropriate tables, ect...

2006-12-04 16:20:39 · 2 answers · asked by coastal 1

Can enyone tell me how to make a website for free!.

2006-12-04 16:09:29 · 4 answers · asked by niki 1

2006-12-04 16:04:17 · 2 answers · asked by Butch K 1

I need to publish my resume in HTML or Microsoft Word form from WordPerfect 9 wdp. form. Can anyone help?

2006-12-04 15:14:16 · 4 answers · asked by Red Head Connect 2

like using windows movie maker

2006-12-04 14:55:18 · 4 answers · asked by annie93215 1

2006-12-04 14:48:47 · 9 answers · asked by amys_art20032003 1

When people say .NET programming do they mean VB.NET or is it another language ?

2006-12-04 14:33:16 · 6 answers · asked by ? 3

how do you solve for an array index if you know the element of the array, but need to 'peal' everything off to find it's index number. Assuming that there is one and only one item in each element such as - cyper code for example ==
index 0 / 1/ 2/ 3/ 4/ 5/ 6/ 7 /8/9 /10/11/12/13/ ........
element c/ d/ e/ f/ g/ h / i / j / k / l/ m/ n/ o/ p/
I have a an arry of encrypted text such as hiddenMessage[1000]and I have the cypher ---- cypher_array[26] and have an empty arrary to fill in such as vola[ 1000] I've made them all myself. But now I need vola[ i ] = 'a' + ix; where ix is the index to the code. I tried just taking the letter in hiddenMessage[ix] and adding 'a' , but this does not yield the correct index number to the cypher code array! Soooo, if I have a letter from an encrypted array, how do I find the corresponding index of that letter in the cyper array ?

2006-12-04 13:52:25 · 3 answers · asked by BIGDAWG 4

Im in a beginners visual basic.net course and my teacher wont help me. I have to do the following: Suppose you had two text boxes, Text1 and Text2, and a command button, cmdCopy. Write code so that when cmdCopy is clicked, the text from Text1 is copied to Text2 (replacing all the text in Text2).

2006-12-04 13:50:55 · 3 answers · asked by bhs00 2

Can anyone help figure out what I am doing wrong? I'm trying to pass value and calculate cost
using System;

namespace Lab4
{

class Carpet

{


static void Main()

{
// Declaring Variables

double cost=0;
double price=0;

GetLength(length);
GetWidth(width);
GetPricePerSquareFeet(price);
CalcCostOfCarpet(length, width, price, cost);
DisplayCostOfCarpet(cost);


}


static double GetLength(double length)
{

string userin;
Console.WriteLine("Please enter Length:");
userin = Console.ReadLine();
length = Convert.ToDouble(userin);
return length;


} //end GetLength

static double GetWidth(double width)

{ // start GetWidth

string userin;
Console.WriteLine("Please enter Width:");
userin = Console.ReadLine();
width = Convert.ToDouble(userin);
return width;



}// end GetWidth

static double GetPricePerSquareFeet(double price)

{ // start GetPricePerYard

string userin;
Console.WriteLine("Please enter Price per square yard:");
userin = Console.ReadLine();
price = Convert.ToDouble(userin);
return price;

} // end GetPricePerSquareYard

static double CalcCostOfCarpet(double length, double width, double price, double cost)

{ // start calculate carpet



cost = (length * width) / 9 * price;
return cost;

}// end calculate carpet

static void DisplayCostOfCarpet(double cost)

{ // start DisplayCostOFCarpet

Console.WriteLine("Cost of Carpet{0:C}",cost);
Console.WriteLine("Press Return to Continue");
Console.ReadLine();


} // end DisplayCostOfCarpet


}

2006-12-04 13:10:24 · 2 answers · asked by Sad Mom 3

What advantages and disadvantages do you see?

2006-12-04 13:00:40 · 3 answers · asked by Christina 2

I want to do a cartoon for this project and need a simple tool that i can draw and make the movie. I dont know what to use. I have Flash but it is too complex. Does anyone know anything that is simple and easy to use? I am doing a 8 to 10 minutes video.

2006-12-04 12:26:22 · 2 answers · asked by scofield24z 3

I just want know, it intrests me

2006-12-04 12:25:49 · 9 answers · asked by some guy 2

i want to learn how to do programs on my computer. does anyone know any websites i can go to to find out how???

2006-12-04 12:20:47 · 3 answers · asked by henry b 1

I am working on a program that is updating a local Access database (.mdb) using
OleDB. However, the Access Database has some linked tables using ODBC. When Access creates the linked table in Access the connection string looks like "DSN=DSNName;DATABASE=Database...
However, I want to be able to give this program away when done, so I want to be able to change the connection string from the Access linked tables to just "DSN=DSN Name" and then the DSN has the source definition for "DATABASE=" itself so it is not needed. This way, as long as the user establishes a connection with the same DSN it will work with the Access database linked table.

This was on Google Answers, but they closed before I got an answer (actually charged me the listing fee then closed the next day!).

2006-12-04 12:19:05 · 2 answers · asked by Anonymous

its a daily bible verse thing and it changes every day. if you want to see it, go here: http://myspace.com/dailybibleverse

2006-12-04 12:07:48 · 6 answers · asked by rita_the_cheetah 1

how to i get the program where you speak and the computer types it for you? Where can i get it for free or trial?

2006-12-04 12:02:19 · 3 answers · asked by Anonymous

Hi, i'm searching for a few sounds for a video project, i need the following,

Mobile phone

News (TV)

street noise

modem

any websites out there that provide free loops and such?

2006-12-04 11:55:20 · 7 answers · asked by thedaveidentity 1

I have a string that comes back and has a "_" as delimiter between the fields in it:

string = "A_B_C_D"

I would like to write an SQL function that I can pass string to and get back any of the components so:

split(string,0) would return A

and

split(string,2) would retunr C

Thanks

2006-12-04 11:41:17 · 1 answers · asked by Anonymous

Let us say there is a list of objects which i refer with the tag index and one among them is changing dynamically in location ..then how to deal with such situation?

2006-12-04 11:24:37 · 1 answers · asked by Anonymous

This is using either windows xp or vista, I'm not sure.

2006-12-04 10:41:59 · 11 answers · asked by fullofquestions 1

i wanna know the best vedio editing programme to use it in making films & movies
Adobe - Avid -Eduis -Pinncile or what please tell me now

2006-12-04 10:28:43 · 7 answers · asked by Anonymous

How can I make a video on my profile start automatically instead of having to push the play button?

2006-12-04 10:09:16 · 5 answers · asked by dzkrzbtch 1

How to Use JavaScript to a reasonable extent (e.g. an image replacement in menu)?

2006-12-04 09:45:38 · 5 answers · asked by WAW 1

fedest.com, questions and answers