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

does anyone know why i might be getting this error on my computer
______________________________________________

svchost.exe.application error

the exception unknown software exception (0xc0000409) occured in the application at location 0x5b86a3co

click on OK to terminate the program
click cancel to debug the program

_______________________________________________

2007-03-31 23:30:27 · 1 answers · asked by huny p 1

i need to learn programming so that i wont be easy to get hacked,phished, etc

2007-03-31 23:26:08 · 5 answers · asked by j a t t 2

ok_so_i_have_woken
_up_this_mornin_and_
my_keyboard_seems_
to_be_playin_up_ i_cant_
type_the_letters_
hg_and_space!,CAN_ANY1_
help_me_it is sunday and so te
sops are closed what can i doooo??

2007-03-31 23:07:13 · 7 answers · asked by Anonymous

i am trying to download linux red hat into my lap top and i am having problems need help...................................

2007-03-31 22:57:24 · 4 answers · asked by victoriacard05 1

www.phrizbie-design.com

I know you can purchase software that utilizes this type of style of design somewhere. If you know. Please please let me know! Thanks :)
Rachel

2007-03-31 17:42:01 · 2 answers · asked by Rachel T. 2

If you guys think I will fail maybe I should learn RoR/Ruby to be able to get ready professuonally in 6 months? I read the learning curve of RoR is leaner than asp.net/C#?? Your thoughts about that? My goal is to get a job in 6 months in the web development NO MATTER what it takes.

Thanks

2007-03-31 17:26:26 · 4 answers · asked by George 1

Is it possible to learn asp.net/C# in 6 months and be professionally ready after only 6 months? I am considering studying about 5 Hours per day.

Thanks.

2007-03-31 17:06:17 · 7 answers · asked by George 1

2007-03-31 16:29:30 · 1 answers · asked by nasser_lck00 1

I try to make a super simple batch script to copy all files in a folder inside my Application Data to another folder there. But when I use my program it gives a syntax/path error. I am sure both paths are valid but maybe I have to use quote marks or something? Maybe it doesn't like that I want to copy the files to a not existing folder. It has to create a new folder and put the files in there.
This is what I made: (without "1st line:" and "2nd line:" of course)
1st line: @echo off
2nd line: xcopy %appdata%\source\*.* %appdata%\destination\ /s /e /-y

2007-03-31 11:12:16 · 6 answers · asked by Anonymous

I have a Microsoft Access program, with linked tables, and various forms, queries and tables, which i want to export into a web based system
I am not a programmer and looking for a low cost solution
any thoughts ?

2007-03-31 09:42:13 · 5 answers · asked by whoknowsinlondon 1

I was just with my mom at the beach and we took some pictures on her cell phone. The pictures came out fine on her phone then when we sent them to my e-mail they were dark and we couldn't even see faces. Does anyone know a website or something that I can go to to make the picture much lighter? Pleassssseeeeee.... = ( it would really mean alot!!

2007-03-31 09:30:29 · 2 answers · asked by L. ♥. V. E. 2

Is it possible to adjust the height of an input box on a html form, I have a search box and want to make it small height wise

2007-03-31 08:37:44 · 3 answers · asked by jeff lemon 1

What is one advantage of ComboBox over RadioButton?

2007-03-31 06:56:02 · 5 answers · asked by Anonymous

if you need to write a good bit of text either in an e-mail or scrolling text on a website...how do you determine how much "white space" is needed to make reading this material easier on your reader?

2007-03-31 06:44:09 · 1 answers · asked by sweet 1

in my website i have a long paragraph i wrote and its centered. it takes up 3 lines on my screen here but i wish it wouldnt go to the very left side and right side. some how make it 4 or 5 lines but have it in the middle of the page with about 2 inches of blank space on each side.. any ideas, i do understand html so ill catch on to what your saying.. thanks

2007-03-31 06:39:51 · 4 answers · asked by jde2399 1

I'd like to have all the areas of my MySpace profile (ie., comments section, interests, details, etc.) have rounded corners. Here is an example of a site with some rounded corners: http://macapper.com/2007/03/14/how-to-clean-your-black-macbook/

Any help would be appreciated. Thanks.

2007-03-31 06:15:54 · 2 answers · asked by man 1

2007-03-31 04:25:50 · 1 answers · asked by shiva achari 1

My current pc is running XP Pro OS and the config of the PC is as follows CPU 2.4Ghz, 632 RAM and 31 GB hard with 14 G available.
Do you recommend particioning the drive or just install Linux?

2007-03-31 04:10:57 · 2 answers · asked by ettbatt 2

I want to make a short list of those Open Source or free apps which make a developer's live very much easier. Not a massive exhaustive list (for my site - http://www.nerds-central.com, and not things like script engines and compilers. Just the 'must have grab bag'. It is Windows a centric. Here is where I have gotten so far:

msys
ultra vnc
notepad++
gimp
Process Explorer (procexp)
firefox
gvim
jmeter
skype
putty
filezilla
inkscape
wincvs
windump
netcat

Once I have the list all worked out, I'll crate links to where to get them, a quick review and 'why use it' section.

Why - because I always trying to support people on the phone or Skype and need to have a page where I can say - get these then call back and I can help properly :)

Any suggestions welcome - for example - is XMLPad any good?

Thanks - AJ
http://www.nerds-central.com

2007-03-31 02:20:44 · 1 answers · asked by Alex Turner 2

I want to be able to view my frame content but not the frame it is in.

2007-03-31 02:19:38 · 4 answers · asked by moonguardianluna 3

I wrote this program, first I should say I'm an amature and I'm learning C++.
When I run this program if the input is a letter it returns you havent passed, but if the input is a number then the program halts and got hangged. whats the prob whit this program?
Im using DEV-C++ compiler


#include
#include
int main()
{
int grade;
printf("Please enter your grade: ");
scanf("%d",grade);

if(grade > 10)
{
printf("Your have passed the test.\n");
system("pause");
}
else
{
printf("You havent passed the text.\n");
system("pause");
return 0;
}
}

2007-03-31 00:50:58 · 3 answers · asked by Anonymous

My programmer left the program unfinnished because he got sick and he can't work on computers anymore. I want to create a new program so I can edit it myself. Somebody help me.

2007-03-30 20:14:09 · 2 answers · asked by Rollie d 1

can u tell me why the output of the following code is like this....
#include
using namespace std;
int main()
{
float a=12.35;
if(a>12.35)
cout<<"correct";
else cout<<"wrong";
return 0;
} the answer using linux compilers is correct ...... why is that so? can u tell me the reason why?

2007-03-30 18:15:07 · 7 answers · asked by sanchu@cse 2

should it be included as the first line following the main function of the file?

2007-03-30 18:12:17 · 4 answers · asked by cartier_2g 1

Where can I download Java ComputerScience GridWorld Case Study?
Does any one have the file, if you have it email to me or tell me where to download!

2007-03-30 17:51:27 · 2 answers · asked by hong_wei886 3

2007-03-30 17:32:44 · 2 answers · asked by Sunil A 1

2007-03-30 16:15:51 · 3 answers · asked by jose1008 2

everytime i try to install java windows closes. ive tried in mozilla and ie. I went into start->control panel->java....but it wont open java. i have xp.please help

2007-03-30 16:01:07 · 2 answers · asked by ebaijunky06 3

I wrote this program and i compiled it successfully, this program runs successfully, but when it retrieves data from user the program get closed. whats the prob?
Here is my program and my compiler is Dev-C++

# include

using namespace std;
int main ()
{
float grade;
printf ("Please enter your grade : ");
scanf("%d",grade);
if (grade >10){
printf("You have passed the test...");
}
else
{
printf("You havent passed the test...");
}
cin.get();
cin.ignore();
return 0;
}

2007-03-30 11:09:41 · 6 answers · asked by Anonymous

Have you seen Final Fantasy VII - Advent Children? Well that movie has AMAZING 3D quality but I was wondering, What program did they use? I have Maya 8.0 and 3DS Max 9.0. Can these programs do something similar?

Any help would be appreciated by all beginning 3D Modelers!

2007-03-30 10:43:06 · 5 answers · asked by JasonXiao 3

fedest.com, questions and answers