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 PeteJS

  1. PeteJS

    Transfer data from hotmail account

    Take a look on http://www.planet-source-code.com, I've seen prog'ers do what you need.
  2. PeteJS

    using java classes in VB 6

    Java and VB don't mix. I don't think you can do what you want it to do.
  3. PeteJS

    Using the Communications control

    I have worked with barcode scanners and usually they have programming barcodes that you would scan to set what barcode typology you are using, some auto-learn. We build a barcode control using the MSCOMM control. Set the COM port, Baud, etc and that's it.
  4. PeteJS

    Treeview nodes images

    First problem is getting by the fact that the Treeview control does not have a NodeDblClick event exposed. You can probably use the NodeClick event to store the current node clicked on, on the DoubleClick event you can do the work(maybe in the control.tag property). Check the tag for existing...
  5. PeteJS

    Registry - some keys lose entries on reboot

    Thanks for your help... I have seen that message before (however, no... that message does not appear).
  6. PeteJS

    Registry - some keys lose entries on reboot

    Environment: client = W2k Pro, server = unkown (either NT 4 or W2K) One user Logon. Part of domain. Policies... unsure (probably not). ---- This is in a corporate environment and happens on my development machine every so often also. The above holds true for my criteria.
  7. PeteJS

    Registry - some keys lose entries on reboot

    Not sure if this is the right forum... but I'll ask anyway. We have an app that stores entries to HKEY_LOCAL_MACHINE\SOFTWARE\COMPANY\CLIENT It seems that on reboot at times all entries in the CLIENT key are deleted\lost. Have no idea why, doesn't happen every time. Please ask any questions...
  8. PeteJS

    Package And Development Wizard

    What service pack of VB are you on?  If not 3, then I suggest running SP3.  I had a similar problem and when I updated from SP2 to SP3 it worked.
  9. PeteJS

    Collection Mystery

    What about declaring the collection as PUBLIC and declare it in a module?
  10. PeteJS

    How to develope/work with Multidimensional Arrays???

    I would suggest creating a class with the properties:<br> * ID<br> * Members<br> * Salary<br> <br> Then create a collection based on this class.<br> <br> It will work like a multi-array but easier to add and retreive data.<br> <br> Use the Class Builder Add-on to create the classes.<br> <br> If...
  11. PeteJS

    boring Icon selection in VB

    AVI files add more punch (like when copying files, deleting and such...) you can find more at http://pjs-inc.com/vb-avi
  12. PeteJS

    recognizing an animated GIF

    If you go to http://www.planet-source-code.com/vb someone posted an animated GIF control (source) this will help you determine an animated GIF.
  13. PeteJS

    Datareport and labels

    I found a class module that will allow you to print the labels using VB code!!! Look for it at http://www.planet-source-code.com<br> <br> Pete
  14. PeteJS

    Cannot Load VB6 program into a lap top.

    I can suggest maybe to download file from MS called vbrun60.exe (it is the runtime files for vb6) this might cure OLE's problem with VB6 install???

Part and Inventory Search

Back
Top