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 want to create my own video games, but there's one little problem........I'M BROKE! I have to find a free download of a CAD Design Software over the internet. I don't want one with a trial or a time period...I also want one that's been updated recently. If you know how and where to find one, please tell me!

2007-03-24 04:18:00 · 2 answers · asked by Anonymous

2007-03-24 04:08:49 · 3 answers · asked by mitch b 1

I have tried using this API:
Private Declare Function GetAsyncKeyState Lib "user32" (ByVal vKey As Long) As Integer

...it is working fine but not as desired. This uses a timer(usually w/ interval=1) to check what is currently key pressed. This solution causes computer hog, specially w/ outphased computers. Is there any other way that records the key instantly the user presses a key.


By the way, this appeared in our hands-on exam, and I'm not satisfied with my above solution.

2007-03-24 04:05:19 · 2 answers · asked by vitualpalab0i 1

Hi guys,

Any idea what the above message is which my friend gets when she logs on.

2007-03-24 04:04:03 · 1 answers · asked by DIAMOND_GEEZER_56 4

I have a Web site that I want to be able to be used by people who go on the Internet on their phones or PDAs. My site looks fine on both when the CSS style sheets are turned off, but not so great when they are on. Any code that I can put in site to make them automatically turn off for mobile devices?

2007-03-24 03:57:52 · 4 answers · asked by HamOnRye 2

I have .NET Framework 1.1, 2.0 and 3.0 installed in my computer. do I need it? and if I do, do I need three different versions of it?

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

I try search the internet without any info found. please help

2007-03-24 03:15:01 · 1 answers · asked by Anonymous

Hi, i have a few problems with my code's. I am needed to create a database and link it with visual basic using data. I have done that. I also made a list box that gets populated with the 1 field from the db so u can select it easy. Now my code for delete button is this,

"rsmyrs.delete
lstrecords.removeitem lstrecords.listindex

call cmdclear_click"

When i run that (the code is out of a book) it get error at "cmdclear_click" however if i remove it, it works but after the records get deleted the information still stays in the box (until u select another box etc). Also how do i go about to promnt a box where it asks if i want to delete or not? The book in the code is this .. but it doesnt work.

Const strDelete As String = "Are you sure you want to delete this record?"

Dim resp As Integer

resp = MsgBox(strDelete, vbYesNo + vbQuestion + _
vbDefaultButton2, "Delete Record")

Call cmdClear_Click

End If
End Sub

2007-03-24 02:37:32 · 1 answers · asked by Anonymous

Some web sites have a "Print this page" facility thus avoiding printing frames, adverts and code etc., but many do not. Yes, you can copy/paste the web page contents to a word processor but there is obviously a simpler way of doing this, anyone know how I can do this?

2007-03-24 02:29:50 · 2 answers · asked by Anonymous

Gimp is free its just I need something like it thats better.

2007-03-24 02:18:09 · 3 answers · asked by † TRAGIC † 2

I'm editing an image in Photoshop and it has a white background. How do I add an outline to it?

2007-03-24 02:09:15 · 2 answers · asked by Anonymous

An integer number is said to be a perfect number if its factors, including 1 (but not the number itself), sum to the number. For example, 6 is a perfect number because 6 = 1 + 2 + 3. Write a C program perfect that determines if parameter number is a perfect number and determines and prints all the perfect numbers between 1 and 1000. Print the factors of each perfect number to confirm that the number is indeed perfect. Challenge the power of your computer by testing numbers much larger than 1000.

2007-03-24 01:53:21 · 3 answers · asked by soultosoul17 1

I have a regular html file and I don't know how to save it as a real webpage. Can anyone help?

2007-03-24 01:27:37 · 3 answers · asked by Anonymous

does a c source code run on visual c++ compiler?

2007-03-24 01:26:39 · 5 answers · asked by jontro 1

I currently have 6 button...i want to know how do i remove a current displayed movie clip...(meaning the symbol i saved as movie clip)....when i click other pop up button. Because when i click on the button it overlaps. Plz help

2007-03-24 00:41:55 · 1 answers · asked by Jessica P 4

I am wondering if this is possible.
If i enter in data within a form and i want certain parts of that data also copied into another form.
Can i make a button which allows me to do this?
Or even a macro?
If so, how...

Thanks~

2007-03-24 00:21:44 · 3 answers · asked by Gurpz 2

Hello. Maybe this is not the right place for my question, but ...
Where do I find a good tutorial about ASP.NET?I need ASP.NET for a school project.

I have experience with PHP + Smarty, Perl + Catalyst + DBIx::Class + Template Toolkit.

Thanks.

2007-03-24 00:20:56 · 4 answers · asked by Anonymous

what all i can do with linux
can i can do hack or crack
pliz tell me in detail

2007-03-24 00:08:54 · 3 answers · asked by ajithnongmaithem 1

How to enlarge a picture when a user clicks on it in dreamweaver 8

2007-03-24 00:02:05 · 6 answers · asked by Anonymous

I know there is some way to do this, and I guess it is difficult, but please can somebody tell it to me..

Thanks in advance for your answers

2007-03-23 23:59:27 · 2 answers · asked by M_A_saBet 2

I am good at Visual Basic 2005 and Visual C.net, but I found that these two cannot make one a professional programmer. So, what else should I study? I am confused.... What is best rewarding and most needed today? ... Java, or Oracle, or SQL, or what exactly??

Well, I know these are totally different topics and each one of them is needed somewhere or another. But what I would like you my fellow friends to help me with is: If I am already good at Visual Basic and Visual C, what else do I need to study to be able t make a good career in the programming world, besides my current being a translator?

Thanks in advance for your answers.

2007-03-23 23:56:39 · 7 answers · asked by M_A_saBet 2

Ok, I am currently using a program called "Comal" (COMmon Algorithmic Language) which is used for programming. I am supposed to develop a password system, which will allow the user to input a password - and if correct, it will continue the program... The codes I am supposed to use for the password part: "Char$" and "ORD". Please help, I do not know HOW to create a password section in my program!

Please give details, and /OR anything else that will be useful.

2007-03-23 23:33:44 · 5 answers · asked by Anonymous

0

First of all, to explain the idea behind my question ill explain that i want to create a text-based program. I would like to create a main menu. I talked to my teacher about this, and he said i should use the switch statement. Now, i would like to know how to use this statement to open another class.

Like for exmaple, main menu gives you the following options(inventory system)(keyboard input):

1) View Engines

2) View Life jackets

3) Add a new item

....

What must be written in the case 1, case 2, to bring me to these other classes..

2007-03-23 23:29:45 · 2 answers · asked by Anonymous

2007-03-23 23:22:08 · 1 answers · asked by surya nikhil 1

I am looking specifically for web page backrounds that look like images of Hell and Dungeons that are free to use!

Every search I do takes me to the same garbage...I definately don't want Dungeons and Dragons game type downloads, just whole page graphic designs of the above for backrounds...thanks

2007-03-23 23:04:54 · 1 answers · asked by Anonymous

fedest.com, questions and answers