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

  • Users: SpiderBear6
  • Content: Threads
  • Order by date
  1. SpiderBear6

    TDBGrid Scroll To End

    Hi guys, I have functionality which can create a new field in a table. The whole table is visible in a True DBGrid control. When the user creates the field, the field's column is added to the end of the columns in the grid. I have been trying to get the grid to automatically scroll over to...
  2. SpiderBear6

    Late Binding Events

    Hi guys, Could someone please point me in the right direction to figuring out how to respond to events of a late bound object? I know how to access the properties and methods of the objects, but don't know how to hook into the events. Cheers all. --------------------------------------...
  3. SpiderBear6

    MSDE - Access Denied

    Hi all, I have two XP Acer machines that have a new installation of the OS on them. I have an application that uses sqldmo.dll to control the MSDE 2000 installation. On both machines, I get an Access Denied when I try to connect to the MSDE instanace. On one machine, I installed MDAC 2.8 and...
  4. SpiderBear6

    Create Patch Install

    Hi all, How does one create a patch install in Visual Studio.Net without using any third party products? Thanks. -------------------------------------- "We are star-stuff. We are the universe made manifest trying to figure itself out." -- Delenn in Babylon 5 - "A Distant Star"
  5. SpiderBear6

    Launch PDF File From VB

    Hi all, Does anyone know how to launch a pdf file from a VB app? And then I guess my next question is ... is there a merge module to install acrobat reader onto the user's machine? Thanks. -------------------------------------- "We are star-stuff. We are the universe made manifest...
  6. SpiderBear6

    Cost Benefit Analysis Logo

    This isn't entirely on topic, but.. does anyone know where I can find some images that I might be able to use to make up a logo for a Cost Benefit Analysis application? Thanks. -------------------------------------- "We are star-stuff. We are the universe made manifest trying to figure...
  7. SpiderBear6

    End App Thru DLL

    Is it possible to end (gracefully would be nice) an application through a dll that was called by that application? I can't use End. -------------------------------------- "We are star-stuff. We are the universe made manifest trying to figure itself out." -- Delenn in Babylon 5 -...
  8. SpiderBear6

    Automate Testing

    I have a relatively large app written in VB6 and I was contemplating setting up some automatic testing. Do other people do this sort of thing? What sort of testing techniques do people use? What is your opinion on testing and how it should be done? --------------------------------------...
  9. SpiderBear6

    Generate VB6 proxy class

    Does anyone know of a tool that can create a VB proxy class for a VB.Net web service? -------------------------------------- "We are star-stuff. We are the universe made manifest trying to figure itself out." -- Delenn in Babylon 5 - "A Distant Star"
  10. SpiderBear6

    VB Proxy Class Generator

    Hi all, Does anyone know of a tool that can create a VB proxy class for a VB.Net web service? Cheers. -------------------------------------- "We are star-stuff. We are the universe made manifest trying to figure itself out." -- Delenn in Babylon 5 - "A Distant Star"
  11. SpiderBear6

    Close App

    Here's an interesting problem. I need to be able to identify and close certain applications. I know for VB6 apps I can use the FindWindow API with the ThunderRTMain parameter, but I am not going to know what the applications I need to close are written in. For example, one of the applications...
  12. SpiderBear6

    Protected Files

    Hi all, Does anyone know where I can get a list of the protected files in a Windows 2000 OS? I looked in Microsoft but they just tell me it's the dlls and exes and stuff that were installed by the OS but this is a little vague and how do I know what the OS installed. Cheers...
  13. SpiderBear6

    IUSR password change - NOTHING WORKS!!!

    Help... I have just had some #$#@$@ change the password for the IUSR_machinename user and now nothing works. How can I fix this? I don't know what the password was before. -------------------------------------- "We are star-stuff. We are the universe made manifest trying to figure itself...
  14. SpiderBear6

    File Security Using Forms based authentication

    How does one set up or specify or give a web site set up using forms based authentication permissions to delete a directory on the web server? Which windows user is running if forms based authentication is being used and only Anonymous security is set in IIS...
  15. SpiderBear6

    Forms-based security but want ASPNET

    I'm using forms based security which is good however I want to be able to delete some files off the server from an asp.net page. My problem is that the person who logs onto my web site doesn't have permission to do this. So I gave permission for the ASPNET user to delete the files but now I...
  16. SpiderBear6

    MSI Automation Interface

    Does anyone have any experience with the MSI Automation Interface? This is the code that I am trying to get to work... Dim rec As WindowsInstaller.Record rec = m_objInstaller.CreateRecord(7) With rec .StringData(1) = sRegistry .IntegerData(2) =...
  17. SpiderBear6

    .Net setup - all users on XP

    Greetings all, I have created a setup using .Net which includes the All Users or just current user selection part of the wizard. I thought that all this part did was decide whether the shortcuts for the software go in the All Users profile or the current user profile. However, on XP this...
  18. SpiderBear6

    Search - Select From List

    Hi all, I have a web page which has a list of registrations on it. On this same page, I have a Search button which goes to another web page where the user can select criteria to specialise the registrations shown. For example, if they selected to only show user (as opposed to company)...
  19. SpiderBear6

    70-310

    I'm going to be taking exam 70-310 soon. Does anyone have any tips they can give me? Thanks. -------------------------------------- "We are star-stuff. We are the universe made manifest trying to figure itself out." -- Delenn in Babylon 5 - "A Distant Star"
  20. SpiderBear6

    Zip control

    Hi guys, Does anyone know of a free (with source would be good) control (either for VB.Net or VB6) that can zip up files and recurse sub directories? I am currently using Richsoft VBZip Control but when you select to store the path information, it stores the whole path from the root directory...

Part and Inventory Search

Back
Top