Questions: 358

Answers by our Experts: 358

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

Hello.. I'm working on a reversing program in vb.net
The first thing that we have to do is to reverse the input without using the reverse method and this is how i did it.

Dim input As String = txtInput.Text
Dim output As String = ""
Dim CharStr As New Char

For Each CharStr In input
output = CharStr & output
Next
txtOutput.Text = output

now i need to make the reversed input in alternate casing.
ex: the input is computer and the output will be ReTuPmOc
i can only make the proper case, pls help :(
How to insert a new data on the database based on the user's input and how to delete data on the database in the MS Access 2003 and how to save too and to sort them based on the user's want to find and how to go back, go to previous, go to top and go to last..
Thanks
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
LATEST TUTORIALS
APPROVED BY CLIENTS