Is it possible to use cdlOFNOverwritePrompt as condition?
To be specific: I wish to let my program act in one way if cdlOFNOverwritePrompt dialog box appears during runtime and another way if it does not.
A simple coding example:
With CommonDialog1
.Flags = cdlOFNOverwritePrompt...
Been searching forums, in vain so far, for solution to this simple problem:
I want to delete last part of a String e.g. the word "Delete" so it only prints "Del".
However, since the String is a user input I do not know the lenght of it so I cannot use: Left(Str, Len).
A simple coding would...
Hi clever people
I am a beginnner working in VB5, struggling with open, save, and save as procedures. I have progressed well. They seem to work as I wish, mostly. I use CommonDialog1 and it is nice but a few things puzzles me.
First of all:
I want my procedure to alert with MsgBox that user is...
This should be simple. I just have not figured it out:
How can I copy contents from one textbox on one form to a textbox on another form. The second form was opened by first form.
I also want to do it the other way: from the second form to the first.
I am a newbie, so it's probably very...
I am new to VB. Work with VB5 Enterprise.
I think this should be simple, but I cannot figure it out:
How do I create a text-box in which the user can write a random date that is not today's date. And still keep the date format?
Example: User inputs 12122009 and I want textbox to change into...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.