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: RollyS
  • Content: Threads
  • Order by date
  1. RollyS

    Files search bug in XP

    Hi! Has anybody fixed the bug of XP-Pro where in you cannot properly search a text file that contains a particular string inside? This is one thing that I missed in Windows 2000 Pro. If anybody can help me, I will really appreciate it. Thanks
  2. RollyS

    Can’t load html from Tomcat

    Hello. I’ve been studying this book about Tomcat. It asks me to change the appBase attribute of the <Host> tag in server.xml from webapps (the default) to a different folder so that my development is detached from Tomcat. So now the <Host> tag looks like this: ... <Host name="localhost"...
  3. RollyS

    Won't load the Start-up page

    Hi, I’m a newbie on Apache Tomcat. It took me a long time to get its configuration right and now I’m finally able to test my JSPs and servlets on it. Then all of a sudden one day, upon starting my Tomcat (v5.5), this error hit me: type Status report message /overview-summary.html description...
  4. RollyS

    Problem with MDAC 2.8 on VB6 program

    Hi. I don't know how to make of this problem. I know for a fact that WinXP Pro with SP2 has MDAC 2.8 built into it. But when I try to install my VB6 app (with access to SQL Server 2000 running on Windows Server 2003), a runtime error is encountered (if i'm not mistaken trying to connect to the...
  5. RollyS

    GNU GRUN Version 0.95 error message

    Hi, everybody. I'm very new to Red Hat Linux. And I tried to install it (ver 10, Fedora Core 3) on my laptop with a WIN2000pro on it. I use Partition Magic to create 2 primary partitions so i can install Red Hat on the other. Though I have successfully installed the Linux, the problem is, I...
  6. RollyS

    Cannot join domain

    For the life of me, I don't understand why only my Win 2000 Pro (SP2) machine cannot join the domain while the rest of the machines running on WIn98Se can. I always get this error: The following error occured attempting to join the domain "<mydomain>": The network path was not found. Be...
  7. RollyS

    Where are the VB Controls?

    Whatever happened to the ImageEdit and ImageAnnotateTool controls in XP Pro? Where can I find these controls in order for my VB program to run in XP? By the way, it's still in VB6, not VB.NET. Thanks in advance
  8. RollyS

    Why always -1 recordcount?

    THis is my environment: VB6 w/ SP5 running on Win2000 Pro w/ SP4 Now, why is it that when I query the SQL Server 2000 (w/o SP installed) with the ff code snippet: rs2.Open "select * FROM Feb910", g_AdoDBCn, adOpenKeyset, adLockOptimistic, adCmdText Debug.Print rs2.recordcount I get -1...
  9. RollyS

    Not shared by default

    I hate the fact that my drive C and drive D are shared automatically (C$ and D$) after boot. And even if I un-share them, they will be shared on the next boot. Can I tweak my Windows 2000 so that they are not shared by default? Thanks for any help.
  10. RollyS

    API call to select the Preferred Recording device

    I have 2 sound cards in my PC. Now I want to toggle between them as the Preferred Recording device. Is this possible using API call? If it is, can you show me how to do it? Thanks in advance?
  11. RollyS

    capturing wavefiles of more than 1 hr

    I have this problem: the DirectX8 code that I stumbled on can only record wavefile in few minutes. Can anybody out there share to me the code on how to capture wave files in more than 1 hr? Thank you in advance.
  12. RollyS

    Logging on automatically

    MY PC is running Windows 98 and is part of a network (win2k Pro). My question is how do I log on to the network automatically w/o typing my password? Thanks.
  13. RollyS

    Shutting down Windows by code

    How do I shut down Windows 98 via code? Thanks.
  14. RollyS

    How to know who's connected to my workstation

    I want to know who's currently connected to my workstation. Is that possible? Thanks!!
  15. RollyS

    Abort an API call execution

    I use an API call to play my MP3 files, and it works all right. The problem now is I don’t know how to abort it on my form. You see there are lots of MP3 files on the menu and the user must be able to abort the one that is playing to give way to the one that he/she selects. Can anybody tell me...
  16. RollyS

    How to terminate a program that was run using Shell

    I run an external VB program using Shell command. Now I don't know how to terminate it in my code? Does anybody know how to do this? Thanks!
  17. RollyS

    How to get the system date of a PC over the network

    How do I get the system date of a particular computer over the network? Thanks
  18. RollyS

    ImgEdit and ImgAnnTool controls

    Hi! I'm tasked to edit a scanned documents, and I'm thinking of using these two controls: ImgEdit and ImgAnnTool. Does anybody have a good source code on how to use these 2 controls? I cannot find a single in the Internet and in the VB documentation. Thanks.
  19. RollyS

    DSN-less connection to a VFP 6 database

    HOw do I create a DSN-less connection to a Visual Fox Pro database using ADO? Thanks
  20. RollyS

    Registering DSN, how?

    I created a DSN to access a Visual Fox Pro table. Now, I understand that I need to register this DSN in the workstations that I am installing my app to. Does anybody know how to do this in my PDW? Is there another way besides DSN to access Visual Fox Pro tables from VB? I’d like to know...

Part and Inventory Search

Back
Top