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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Cubitus

  1. Cubitus

    My common dialog does not refresh its view on new folder creation or file deletion. Why?

    Because you are running your application from the IDE. I had the same problem when running my program from the IDE on WinXP. Running the compiled program the problem vanished.
  2. Cubitus

    International Seperator

    You are using XL functionality when calling the function Application.International(xlDecimalSeparator). Both, the function Application.International() and the enum value xlDecimalSeparator are not defined in VB. This may help you: based on code from...
  3. Cubitus

    common dialog does not auto refresh its file list view

    In my application I have a preferences dialog callable by the main form's menu. On the preferences form there's a button for selecting the app's log file. I'm using a common dialog control for that task and found a strange behaviour on WinXP: the dialog allows to create new folders [smile] OK...

Part and Inventory Search

Back
Top