Not your question?
Ask your question
View similar questions
Add your answer here.Check out some similar questions!
Something about Visual Basic.
[ 3 Answers ]
May anyone tell me how to do this calculation,the code into Visual Basic? (Question) If the user inputs 15 and 3, the first number is a multiple of the second. If the user inputs 2 and 4, the first number is not a multiple of the second.
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" ... View more questions Search
|