Check out some similar questions!
Visual basic
[ 1 Answers ]
I made this code to save text file. But now I am wondering how to save a file if there is an existing file name. I would like to add a mnuItemSave for that. Is it work? How to code that? Private Sub mnuItemsave_Click() CommonDialog1.Filter = "Text files (*.TXT)|*.TXT" ...
Visual basic
[ 1 Answers ]
I want to to create a calculator in visual basic. How can I do this.there only that key preasent what I know that is (0-9, +, -, *, /,. = cleare)this code are preasent. So tell me the code which code I use to create this buttons.
An Introduction to Programming using: Microsoft visual basic.NET [HELP]
[ 8 Answers ]
I need help in making a program using visual basic.. u can download it here: http://lab.msdn.microsoft.com/express/vbasic/default.aspx Question: An employee should receive pay equal to time and a half for every hour worked over 40 hours. a) Create a payroll application that prompts... View more questions Search
Add your answer here.
|