Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: Svanholm
  • Content: Threads
  • Order by date
  1. Svanholm

    Use cdlOFNOverwritePrompt as condition?

    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...
  2. Svanholm

    Delete last part of String

    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...
  3. Svanholm

    Creating "File already exists, overwrite?" with CommonDialog1

    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...
  4. Svanholm

    text from one form to another

    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...
  5. Svanholm

    Date format but not current date HOW?

    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...

Part and Inventory Search

Back
Top