Microsoft Visual Basic 6.0 for PC Logo

Related Topics:

Posted on Feb 19, 2010

I have a problem of how to make a program of pythagorean triples in visual basic..i really need the codes right now..!!!please!!!! codes on how to generate it,

1 Answer

Anonymous

Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

  • Contributor 1 Answer
  • Posted on Feb 19, 2010
Anonymous
Contributor
Level 1:

An expert who has achieved level 1.

New Friend:

An expert that has 1 follower.

Joined: Feb 19, 2010
Answers
1
Questions
1
Helped
106
Points
3

What do u mean which kind of program

Add Your Answer

×

Uploading: 0%

my-video-file.mp4

Complete. Click "Add" to insert your video. Add

×

Loading...
Loading...

Related Questions:

0helpful
1answer

What is visual basic interface?

I wish I had more context in order to give you a more meaningful answer. The two "Visual Basic" areas are 1) The programming language Visual Basic (VB) and the interface you use to program in; 2) The Visual Basic for Applications (VBA) which can be used by most other Microsoft developer programs and applications (such as Excel). The interface there is the command structure you can use to write small programs and modules within the applications (such as Excel) to interface with the VBA capability.

Since you mention "form," I suspect you are using VB (probably under what is called .NET). Really, from a purely technical issue (for example, in Computer Science classes I have taught), the interface is what .NET presents to you, the developer. The "form" is certainly one aspect of the interface, but so are the code pages.

You are correct that it could also refer to the interface between the program you develop and the end user. However, this is more commonly referred to (in the case of a language like VB) as the GUI (Graphical User Interface). Think of it another way. Under .NET you can write a program in VB or in C+ or in a number of other languages. However, the user interface is, for a given program, going to be indistinguishable to the user. So that is not really the Visual Basic Interface.
0helpful
1answer

The sum of two square numbers is equal to a squar

3^2=9
4^2=16
9+16=25 =5^2
You can write 3^2+4^2=5^2
(3,4,5) form a Pythagorean triple.
If you construct a right triangle with legs =3 and 4, the hypotenuse will be 5, because in a right triangle the Pythagorean theorem holds true.
It says (leg_1)^2+l(leg_2)^2=(hypotenuse)^2
Other Pythagorean triples are (5,12,13), (9,40,41)
Here is a link to more info on Pythagorean triples

Pythagorean Triples Advanced
0helpful
1answer
1helpful
2answers

I dont know the disadvantages of visual basic.

visual basic, is only a basic programming language, most programs will run on Java script, microsoft is visual basic though, but it uses a lot more complex scripts then, if you like the programing language, go for it, but i did not like it.
Also
VB is undoubtedly the simplest and easiest platform to build major Windows applications. The problem is that like other Microsoft products they change faster than I change my socks.You will certainly need more than just VB. Get into server and client side scripting and the use of VB Net.
5helpful
2answers

VIDEO LIBRARY MANAGEMENT SYSTEM source code IN visual basic

You can get your project from

http://www.planet-source-code.com/vb/scripts/ShowCode.asp?txtCodeId=70428&lngWId=1
0helpful
1answer

Drawing in Visual Basic 6.0

Hi - You cannot scan directly into VB6 unless you use a third-party control (OCX). You would need to get the data into a database table and use ADO, or, hard-code the data directly into your source code. You can actually grab it from Excel too but that involves automation programming - not hard to do - just more to learn. Have fun!
0helpful
1answer

What is visual basic practical 6.0

Read the HOW TO section in the Help File of the program, or search the net for "what is visual basic practical"
76helpful
3answers

Product id of visual studio 6 enterprise edition

Hi,

you can use dummy product id:
112-11111 (second box as many 1's as can)

Thanks.
0helpful
1answer

Visual basic dot net

In the button's click event, type:

System.Diagnostics.Process.Start("http://www.yourwebsite.com")
Not finding what you are looking for?

116 views

Ask a Question

Usually answered in minutes!

Top Microsoft Computers & Internet Experts

Grand Canyon Tech
Grand Canyon Tech

Level 3 Expert

3867 Answers

k24674

Level 3 Expert

8093 Answers

Brad Brown

Level 3 Expert

19187 Answers

Are you a Microsoft Computer and Internet Expert? Answer questions, earn points and help others

Answer questions

Manuals & User Guides

Loading...