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

    BrowserCaps config file

    Greetings. I am trying to configure a web app to detect if any web crawlers are accessing my site. I've created a BrowserCaps.config file that has only 1 browser (for now). I then modified my Web.config file to link to the BrowserCaps.config file. Web.config file: <?xml version="1.0"?>...
  2. txmed

    Parser Error Message: Possibly being Hacked

    Greetings, I've recently created a ASP 2.0 site that's been running fine. A few days ago I noticed that the page was coming up with a "Parser" error message. I'm hoping someone has experience in this error message and can inform me how to fix it. I'm using a standard master page for my...
  3. txmed

    Strange Behavior With Chart Macro in Excel 2007

    Greetings. I've been having a problem with my Excel macro that I've built to automatically create charts. I have a rather large spreadsheet that has all kinds of data in it. When I select a cell and run my macro, the code finds the previous 6 cells for that row and then dynamically creates a...
  4. txmed

    Problem with the FileSystem.SpecialDirectories Function

    Greetings. In one of my programs I am using the My.Computer.FileSystem.SpecialDirectories.AllUsersApplicationData function to return the path of the "All Users\Application Data" folder. This works fine on my development machine and on just about every client machine that I've installed it on...
  5. txmed

    Run App on Flatscreen TV

    Greetings. I've written a program that shows a list of customers who are waiting in line to see one of our customer representatives. My boss wants me to write a program that displays this list on a flatscreen tv. I'm assuming that this can be done just so long as the app is running on a...
  6. txmed

    Insert Statement Slows Down/Fails. Please Help!!!

    Greetings. I've been having a problem with one of our customer's database and its driving me insane. Its a pretty lengthy problem so please bare with me. A few years ago I wrote an application that stores client-visit information into an SQL Server 2000 database. Here is a copy of the design...
  7. txmed

    Timeout Error using DownloadFile() Function

    Greetings. I'm an using the Network.DownloadFile() function to download a XML file from the web. The file downloads fine from my development machine, but when a customer of mine tries to do it (from a different network) it fails the very first time. However, if the user tries to download the...
  8. txmed

    Command to Left Align Data in Excel

    Greetings! I've created a procedure that dumps data into an excel spreadsheet. I am using the CreateObject function to create the spreadsheet at run-time. After I've written all of the data I'm using the EntireColumn.AutoFit() function to autofit all of the columns. Does anyone know the...
  9. txmed

    Error using FlashWindow API

    Greetings! I am trying to write a simple app that will flash the form's title bar using the FlashWindow API. However I am getting the this error message: A call to PInvoke function 'FlashWindowTest1!FlashWindowTest1.Form1::FlashWindow' has unbalanced the stack. This is likely because the...
  10. txmed

    SQL Server Standard or Workgroup?

    I am looking to purchase SQL Server 2005 for a new project I am working on. When this project is finished, I will be able to deploy the application to numerous companies, either using SQL Server 2000 or 2005. Can someone please tell me the difference between SQL Server 2005 Workgroup and...
  11. txmed

    Combine Windows Serivce &amp; Forms

    Hello. I am creating a program that will download updates automatically from the web. I have developed a Windows Application version so that the user can see an interface while it is working. I've also created a Windows Service version that will automatically download the updates when the...
  12. txmed

    Custome Namespace for Forms

    Hello everyone. I am working on a Windows Control Library project were I place most of my common controls and functions into a library so that they may be referenced in my other projects. I've been able to logically build my classes and controls using namespaces. For example, all of my...
  13. txmed

    Catching Network Print Jobs

    Greetings! I'm working on a application that catches all print jobs sent to a printer. I was able to get this to work by using a FileSystemWatcher object to watch for new files created in the "C:\WINDOWS\system32\spool\PRINTERS\" directory. When this event is fired, I use WMI to query the...
  14. txmed

    Trying to Late Bind an ActiveX DLL

    In one project that I am working on, I need to use an ActiveX object that has been built for magnetic card readers. My problem is that some workstations have have this reader installed, and some may not. So I can early reference this object in my code. I've been trying to find a way to late...
  15. txmed

    Hide Methods In User Control

    Hello. I'm working on a user control that inherits a Timer control. I written customer properties and methods for the Timer. My problem is that now, when I create a variable of this user control, the intellisense show all of the properties and methods for the user control, including events...
  16. txmed

    Launch App on Uninstall

    Can anyone tell me how I can launch my application as soon as it finishes installing? Also, I'm assuming it's possible to launch an application when the user decides to uninstall my app. How can I do this? Thanks in advance. (txmed)
  17. txmed

    Need Help Determing Solution

    Hello. I am working on a two-part program. Part 1: One part of my application tracks programs launched by a user. When a program is launched, the app stores information regarding the program in memory. When the user is finished (logs off), the app will store all program information into a...

Part and Inventory Search

Back
Top