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

    Multi selection in treeview

    I would also like to know the answer to this question. I would like to select multiple items in a treeview control without using checkboxes. The same functionality is available by using the multiselect property on a list box. I.E.: objListBox.MultiSelect = Extended Any help would be...
  2. shootsie

    setting text in datacombo

    quick correction, that would be: cboText(i).text = "Text Value" Thanks!
  3. shootsie

    setting text in datacombo

    I am using a datacombo that is filled by records in a database query. I want to make the text of the combo box equal to a value that is not in the query so that it displays the text in the combo box, but does not allow the value to appear when they drop down the options from the combo box. I...
  4. shootsie

    Services on 98?

    Is there a way to install a service in Windows 98? Any guidance would be helpful. Thanks! -Ashley
  5. shootsie

    File In Startup

    Nevermind, I got it. Duhh... embarassingly easy: Add Icon "Icon" to Program Manager group "startup"
  6. shootsie

    File In Startup

    I'm using wise Installbuilder and I need to know how to put a file in the startup directory so that it loads when I boot up. I see the variable in the wise template, but when I try to put an icon there, it never shows up. Thanks, Ashley
  7. shootsie

    VB as a service - failed to install

    Right, I just put the "-debug" command line argument in the project files properties "make" tab.
  8. shootsie

    VB as a service - failed to install

    Actually, I could debug it without a problem. I finally just deleted the control, then re-added it with the same name. Some hints for future reference: -ALWAYS uninstall with the same compilation that you installed with -Don't change the name of the service Perhaps some people could get that...
  9. shootsie

    VB as a service - failed to install

    Another note: I did change the name of the service before the problem happened. Since then, I have tried to change the name back to the old name, do another uninstall, and the install it back. I DID get a successfull uninstall -- but I am still unable to get a successfull install both with...
  10. shootsie

    VB as a service - failed to install

    I meant manually by manually running the commandline with -uninstall after it. Since this problem came about, however, neither the -uninstall or -install or working. Any other ideas? Thanks!!!
  11. shootsie

    VB as a service - failed to install

    No, however I am manually uninstalling it first and the uninstall will not work. The service is also not appearing in the service manager.
  12. shootsie

    VB as a service - failed to install

    I am writing a service in Visual basic using the NTSVC.ocx control. So far everything's been going really smoothly -- I compile the program, then run it with the -install parameter and it installs -- until my last compile. Now everytime I try to install a compiled version it fails. I have no...
  13. shootsie

    UNC Path exists

    I'm using that ocx as well. I'm understanding now what the problem is -- but still no finite solution. When I set the service to logon under a user account, it will no longer provide me with my form dialogue.
  14. shootsie

    UNC Path exists

    For others who find the thread - FYI: From http://support.microsoft.com/default.aspx?scid=kb;EN-US;q175948 The service has limited access to network resources, such as shares and pipes, because it has no credentials and must connect using a null session.
  15. shootsie

    UNC Path exists

    At this point I'm inclined to think it's either that or a network issue. I'll let everyone knwo if I come up with an absolute solution to this. Thanks so much for your help... ...still pluggin' away... -shootsie
  16. shootsie

    UNC Path exists

    In other words, if I have a constant string or if I pull in the path name from an INI file. Also, keep in mind that this problem NEVER happens in debug mode. Only when I COMPILE the app. Ok... I just realized I left an important part out that may or may not have something to do with it. I'm...
  17. shootsie

    UNC Path exists

    Unfortunately, yes. I have had a *little* headway that might give someone some insight: I have included a third party control that is a file explorer combo box. It allows me to actually go through explorer, select the folder I want to export to over the network, and then select it. Now when...
  18. shootsie

    UNC Path exists

    Tried it, I'm afraid. Still nothing. *sigh*
  19. shootsie

    UNC Path exists

    Sorry, but I tried that too to no avail. I wish I could list everything I tried... it seems as if the app will not wait for the OS to try to connect to the network path. I ended up putting a try-catch block... it seems to work OK although it doesn't really accomplish what I wanted exactly.
  20. shootsie

    UNC Path exists

    I'm sorry, in the frustration to find the solution I typed it in wrong. I'm actually copying the path directly from explorer.

Part and Inventory Search

Back
Top