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"?>...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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...
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)
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.