Questions: 619

Answers by our Experts: 487

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

how to sort in ascending order there's a two button one for the input from the user's from the input box and it print the numbers in the picture box and the one button is for sorting the numbers from user's input and it will display in picture box too..
Thanks
i make auto complete combo box when i change the record with move next and display data in form the change event is fire and the all code is run which is in combo box chage envent i dont want to run change event when i am showing the recod in form with move next button help me how can i control this
Hi i am working in Visual basic and i have made a module for a game im working on, so i have made the module private but this is what my code looks like at the top:

Private Module Module01

The problem is that Module01 is underlined and it says that "Types declared private must be in another type" ?? plz help me
how can i break or stop combo box change event when i place text in combo box
Hello and thanks for looking at this,
I want to put my excell work sheets into a program that does not use excell to run it . I then plan to sell the "calculator" . people can down load it with a product key to protect it. I am new to all this stuff and dont know what it is called or were to start. any help would be great

Thanks again
how to Create programs that, given a range of integers by its lower and upper limit, construct a list of all prime numbers in that range.
Given a range of integers by its lower and upper limit, print a list of all even numbers and their Goldbach composition.
Example:
Input lower limit: 9
Input upper limit: 20
Output:
10 = 3 + 7
12 = 5 + 7
14 = 3 + 11
16 = 3 + 13
18 = 5 + 13
20 = 3 + 17
Write a predicate to find the two prime numbers that sum up to a given even integer.
Example:
Input: 28
Output: 5
Goldbach's conjecture says that every positive even number greater than 2 is the sum of two prime numbers. Example: 28 = 5 + 23. It is one of the most famous facts in number theory that has not been proved to be correct in the general case. It has been numerically confirmed up to very large numbers. Write a predicate to find the two prime numbers that sum up to a given even integer.
Example:
Input: 28
Output: 5,23
Respected Sir,
I have developed a MCQ QUIZE MAKER software in VB6 programming language.The only problem is it is not displaying the RESULT(final marks) on label.what is the programme to be written for this?.(use vb6 language only). kindly answer.
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS