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 strongm 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: *

  1. mromill

    Exe hangs when clicking a treeview node but not at designtime

    i would let you know that i solved the problem by reprogramming the 'stuf'. It appears that a treeview in combination with ms (office) forms 2.0 can do strange things. So i don't use ms (designer)forms in a vb-project anymore. Thanks for your suggestions. best regards, John connected by The...
  2. mromill

    Exe hangs when clicking a treeview node but not at designtime

    Hi David, yes, i've added this library my project (btw, it's a treeview, but that doens't mind). I made a new VB-project to reproduce the same steps but in that case it didn't crash. In my project the data is stored in and retrieved from a class (collection). Could it be a memory problem??
  3. mromill

    Exe hangs when clicking a treeview node but not at designtime

    yes i do. It doesn't fire the error handling. I tried to execute the same code via a button in stead of the treeview and the result is the same (crash)
  4. mromill

    Exe hangs when clicking a treeview node but not at designtime

    I have added a MS Form 2.0 to my VB6-project. It contains a treeview control on the left side of my form. Clicking a node fires code to refresh data from the selected node on the right side of the form (update labels, combobox etc.) When i'm in the developmode this works fine but when i execute...
  5. mromill

    Reading strings from binary file fails

    Hi all, I have a binary (database)file. The structure is simpel: 4x string with fixed length and containing general info 1x long value indicating nr of parameters 1x long value indicating nr of locations a list with strings with the parameternames a list with strings with the locationnames then...
  6. mromill

    SHBrowseForFolder: how to include shortcuts?

    Is there a way to display folders and shortcuts, but not files when using the SHBrowseForFolder-api? Best regards, John connected by The Professionals...
  7. mromill

    finding active togglebutton on multipage (forms 2.0)

    hi! I have a form with a multipage-object. It contains 3 pages. On 1 page i have a number of togglebuttons. I want to find out which togglebutton was pressed by the user. Me.Multipage1.ActiveControl returns 'Multipage1' in stead of the togglebutton. Is there a way to find this out? Best...

Part and Inventory Search

Back
Top