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 Chriss Miller 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. KeyserSoze1877

    Detect Windows Install Directory

    Thanks jebenson, that'll work just fine! --------------- Keyser Soze "Vote Pedro.
  2. KeyserSoze1877

    Detect Windows Install Directory

    I have a program where I made an assumption, like Windows is installed on C:\. My new desktop I installed Windows on a non-C: drive. How can I programatically detect the drive letter of the Windows install directory? Thanks --------------- Keyser Soze "Vote Pedro.
  3. KeyserSoze1877

    Vista and Wireless Networks

    Not to get on any of the replies, but I find it funny in ALL tech posts where the software is the cause and no one knows the real answer, they blame the hardware being bad. 99.99999% it never is the hardware. --------------- Keyser Soze "Vote Pedro.
  4. KeyserSoze1877

    Vista and Wireless Networks

    Yes, the blue wireless light is on, still nothing. I loaded XP on it and it works fine so its not hardware related, under Vista nadda. --------------- Keyser Soze "Vote Pedro.
  5. KeyserSoze1877

    Vista and Wireless Networks

    I got a brand new Gateway laptop. New to Vista, old to technology. I plugged it in, uninstalled all the Napster, AOL crap. PLugged in the Ethernet and got on the internet just fine. Did the updates. Unplugged the cable to get the wireless going... nothing. Its enabled on the laptop and in...
  6. KeyserSoze1877

    Publish Question

    Strike this post. Still fairly new to VB.net and just discovered the Setup projects. I'm cool now. --------------- Keyser Soze "Vote Pedro.
  7. KeyserSoze1877

    Publish Question

    I have a program ready to distribute. I have done this before with others, pretty simple to do, except this new one is more complicated. The program has wav files for even sounds. During development they reside in the bin/debug folder. How do I use the 'robust' Microsoft Publishing wizard to...
  8. KeyserSoze1877

    TreeView Problems - 2 on same form

    Strike this, screw it, went with List Boxes instead. --------------- Keyser Soze "Vote Pedro.
  9. KeyserSoze1877

    TreeView Problems - 2 on same form

    I have two TreeView objects on my form. On each form I have an AfterSelect event that does a function. When I click on the two tree views it works fine if I select different items in the trees. But... the way I use the tree if one of the trees only has one node, it will only fire off the...
  10. KeyserSoze1877

    DataGrid Question

    You da man/girl... that worked. --------------- Keyser Soze "Vote Pedro.
  11. KeyserSoze1877

    DataGrid Question

    I am a newbie to VB 2005, was decent in VB 6. I have a program I am writing to get the hang on .NET so I am writing an RSS reader. I used some code as a model to populate a datagridview as my temporary holding area of the XML config and the RSS feeds to traverse. No problem. I load my XML...
  12. KeyserSoze1877

    Windows Locking Problem

    I have a stange behavior with a user. She has several open network files, edits them fine no problem. When she walks away and XP locks the workstation, after she re-logs in all her open docs are read only mode and cannot save them. What the heck? --------------- Keyser Soze "Vote Pedro.
  13. KeyserSoze1877

    XP and more than 2 monitors

    I have XP Pro an old Dell GX240. It has AGP card and I am trying to put in 3 additional PCI Trident Video cards. I changed the Bios for video settings, etc... Only 2 video cards work. I can see in Devide Manager that all the cards were detected, but the 2 that dont come up say Failed to Start...
  14. KeyserSoze1877

    PCI Serial Expansion card problem

    Been there done that, re assigned to COM 5 and 6, then back to 3 and 4, same deal. Its a prod box so I am rotating it out so I can really go to town on it and find out the issue. --------------- Keyser Soze "Vote Pedro.
  15. KeyserSoze1877

    Dual Video Card in HP desktop

    I think, fom what I read, the video card has to be an ATI chipset. The cards I am using are not. I'll try that. Teaches me buying a cheap HP and trying to use it for more than email. --------------- Keyser Soze "Vote Pedro.
  16. KeyserSoze1877

    PCI Serial Expansion card problem

    I have two identical IBM eServers, I don't know the model number,forgot. Anyhow, I installed a PCI serial expansion card in both. 2 Extra slots to become COM 3 and COM4, I installed wo more of the same cards in two test boxes which are Dells. The hardware I dont think is relevant to the problem...
  17. KeyserSoze1877

    Dual Video Card in HP desktop

    I have a new HP dx5150. I need to have two video cards. This has an on board and I have tried a PCI card to no avail. Here's the breakdown, read carefully, I am quite knowledgeable but have reached an end. What I have done: - Tried several PCI video cards in all the PCI slots. Trident 3D...
  18. KeyserSoze1877

    Novell and ArcServe Issue

    I have NetWare 6.5 and Arcserve 9. Last week we had a problem with our main server and rebooted it a few times and got it back up and running. Since then the arcserve backups are not completing and throwing Incomplete status. We REM'ed out a bunch of stuff to get the server up and running...
  19. KeyserSoze1877

    Impersonate in Win2003 for Service Query

    Nevermind, turned out to be a GPO setting restricting Anon access to named Pipes. Disabled that works now. --------------- Keyser Soze "Vote Pedro.
  20. KeyserSoze1877

    Impersonate in Win2003 for Service Query

    I have a set of code that works fine for Window 2000 servers. However the same code against 2003 servers behave differently. ------------------- Set objWMIService = GetObject("winmgmts:" _ & "{impersonationLevel=impersonate}!\\" _ & ComputerName &...

Part and Inventory Search

Back
Top