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

Programming & Design - March 2007

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

I wrote an app for Windows XP. Now, I would like to make it run on Windows CE. The destination is a mini-PC w/ x86 CPU. The mini-PC is capable of running XP. However, the cost for CE is much lower. Hence, I'm using CE instead. Could you direct me to a good source of info? Do you need eMbedded VC++? Or can I use Visual Studio because the target isn't an ARM or something like it??

2007-03-06 00:42:39 · 1 answers · asked by InvisibleWar 2

Does anyone know how to do this? I have tried but I have hit multiple problems such as numbering being wrong, not being in book format! All help will be greatly appreciated

2007-03-05 23:13:57 · 1 answers · asked by Niamh B 1

send me the answer before 14th of this month

2007-03-05 23:02:53 · 6 answers · asked by Anonymous

I want to convert a Job Search Site developed in C# for SQL Server 2005 to MySQL.Could someone give me suggestions what steps do i have to take.
There is no support of stored procedures in MySQL and data transactions are carried out through stored procedures in the existing code.

The code for the Job Search Site can be downloaded from this site:
http://asp.net/downloads/starterkits/default.aspx?tabid=62


Thankyou very much, regards
MaqsoodurRehman

2007-03-05 22:47:06 · 2 answers · asked by Maxood 3

hi,
i want to do embedded technology .
so i want to create as a aligible person to study ET

2007-03-05 22:45:20 · 4 answers · asked by sudhagar c 1

2007-03-05 22:30:32 · 4 answers · asked by Anonymous

can anyone tell me How can we run parallel commands in dos , i intend to start two ftp programs together and then after completion of both of those i wish to enter another command , nut i am not abl to find a mechanishm to invoking the command together in DOS

2007-03-05 22:27:12 · 5 answers · asked by abhay_tripathi2000 1

2007-03-05 21:56:48 · 5 answers · asked by roni 1

i am going to work on a web page using HTML...

i need to know the size of the web page itself..

is it 1024 x 768?.....

2007-03-05 21:47:12 · 4 answers · asked by darkael08 3

0

2007-03-05 21:40:35 · 3 answers · asked by Vineet B 1

please suggest me with some projects on artificial intelligence that an undergraduate student can do?

2007-03-05 21:31:56 · 2 answers · asked by mharish_bits 1

your integer inputs in descending order. use function

2007-03-05 19:51:00 · 1 answers · asked by langga 1

hey i cant figure out whats wrong with this im getting errors that don't make sense to me, ill post the lines where the errors are and then ill post the program

int vote;

ifstream voter;
voter.open("ballot.txt");

voter>>vote;


while(voter.eof()){

voter>>vote;
it says theres like 7 errors in this thing

syntax error missing ; before '.'
missing type specifier
'voter' redefenition
syntax error missing ; before '.'
missing type specifier
'voter' redefenition
those 3 refer to the line
voter.open("ballot.txt");

missing ; before >>
missing type specifier
'voter' redefenition
those 3 refer to the line
voter>>vote;

syntax error 'while'
syntax error missing ; before '{'
missing function header
those 3 refer to the line
while(!voter.eof()){

2007-03-05 19:46:40 · 2 answers · asked by Alex P 2

2007-03-05 18:59:46 · 1 answers · asked by sabs s 1

can someone please help , A clip of an animated film is 16 seconds long,The film is 2.5MB on average how much data does each second of the film require is it A 60B / B 160 KB / C 300 KB / D 550 KB/ E 720 KB OR F 1.2 MB im lost on this thank you all in advance

2007-03-05 18:53:13 · 2 answers · asked by bud1658 2

I want to develop a dictionary that translates from egnlish to amharic and amharic to english. i am using sql server database and vb.net programing language.
create table mytable( id number unique, englishwords varchar2(100), amharicwords varchar2(100));
let me insert some values.
insert into mytable values(1, 'well', 'turu');
insert into mytable values(2,'come','na');
insert into mytable values(3,'you', 'ante');
insert into mytable values(4, 'are', 'nachew');
then if i want to know the meaning of english word 'well' in amharic,
i just type it in the textbox then i will get its corresponding meaning in amharic that is 'turu'.
but now my problem is ,if i write multiple words at the same time,
for instance, well come, then i expect to see the meaning of this that is 'turu na'. so how can i do this?
your help is crucial!

2007-03-05 18:19:53 · 5 answers · asked by Nebrom 1

I dont know what is wrong it is supposed to convert decimal to binary!
Can I declare Arrays whose number of elements is variable?
How?
This program already output
the binary equivalent but it has extra numbers
#include
void main ()
{
int num,xnum,dgts,counter;
cout<<"Enter Number"< cin>>num;
if(num<=1)
cout< else
{
xnum=num;
dgts=0;
while(xnum>=1)
{
xnum=xnum/2;
dgts+=1;
}
int bnr[50];
for (counter=0;counter {
bnr[counter]=num%2;
num=num/2;
}
cout< while(dgts>=0)
{
dgts=dgts-1;
cout< }
}
}

2007-03-05 18:00:08 · 2 answers · asked by topher09 2

Please Introduce serial of Other hardware.

2007-03-05 17:47:43 · 4 answers · asked by Mostafa 1

without using request.getparameter() method how can we retrive information from a textbox into jsp page.

2007-03-05 17:37:40 · 1 answers · asked by Anonymous

I would like to have people add ideas and blog entries to the site. Anything else I need? New to the game....

2007-03-05 17:31:05 · 2 answers · asked by Apple Guy 2

Now i think i've converted my int to a string.
But i can't tell because i can't find a way to output it to the screen.
Nor can i figure out how to see what value is being stored in a variable while debugging in MS Visual C++ Express 2005.

I tried putting as the text on a label.
Create::lbMicSkillsPoints->Text = convertedString;
doesnt work, nor does a textbox.

I get an error that says cant convert parameter 1 from std::string to System::string.

2007-03-05 17:23:45 · 1 answers · asked by ronin.stretch 1

2007-03-05 17:10:13 · 4 answers · asked by thbui792002 1

2007-03-05 17:09:12 · 1 answers · asked by ritbrown 1

So what I need to do is resize an image to 80 pixels by 80 pixels and have it be 8 kb or less. I've tried doing this with photoshop but in order for the picture to be less than 8 kb it's horrible quality. When I google image seearch I find good quality pictures under 8 kb around this size. What program should I use or what should I do to make a picture 80 pixels by 80 pixels 8 kb or less and good quality?

2007-03-05 16:09:20 · 3 answers · asked by NateTrib 2

The full question:
Using a while loop, write a program that will print out the numbers from 53 to 48, backwards, all on one line. Print the messages "Starting" and "Done" before and after the line of numbers.

Sample output :
Starting
53 52 51 50 49 48
Done

2007-03-05 16:00:05 · 4 answers · asked by Facilitate 1

Hey all,
I'm programming in c++ windows forms apps.
I'm very new and have been searching for 2 days now but i can't seem to find a way that works.

I need to convert my int to a string to put it into a label control.
Also i'm still a little confused with namespaces and stuff so if you could make that clear that would help alot.

thanks.

2007-03-05 15:55:52 · 6 answers · asked by ronin.stretch 1

fedest.com, questions and answers