Hello all,
I have developed a few web applications that use CDONTS to deliver email via SMTP.
It appears that sometimes the SMTP service will get a backlog in messages to send, or the service will stop itself, etc.
I would like to develop a webpage that would show the status of the SMTP...
Suppose that you have a web application that allows the user to upload pictures (jpg only) to your webserver. However, you want to limit the size of the picture to 100Kb (or less) and the image cannot be larger than 640x480 pixels. Suppose that you were able to perform this reduction, but the...
Hello everyone,
I have received a request to try to intercept the VM_DESTROY message that is issued by the Task Manager when you end a process. Well, as you might have guessed, the process happens to be my application. I merely want to record in a log that my app was terminated and then...
Suppose that you have a collection of records in a table. Each record contains a column which has a non-zero integer amount in it. The amount can be positive or negative.
You are given a target amount. Your job is to retrieve all records in the table whose amount matches the target amount...
Does anyone know the corresponding registry key/value for
"Bypass Proxy Server for local addresses".
I placed "<local>" in the ProxyOveride key, but that alone
doesn't trigger IE 6 to bypass proxy server for my local
machine.
--Kevin
--Kevin
Hello all,
We are curious about how soon or how late the keydown
event fires from the time that the keyboard interrupt
is generated when a user presses a key.
We need a way to grab the character as soon as the
interrupt is generated in order to capture the ascii
value before any other...
Hello all,
We are curious about how soon or how late the keydown
event fires from the time that the keyboard interrupt
is generated when a user presses a key.
We need a way to grab the character as soon as the
interrupt is generated in order to capture the ascii
value before any other...
I have an ASP that massages data to send to the client's
browser by changing the ContentType and disposition of
the page so that Excel will auto-open on the client's
workstation to view the data as a CSV file.
This works fine, however, the client has been saving the
data, then opening an...
Hello everyone,
Suppose you have a program that establishes a database connection
upon program startup and closed the connection when the user exits.
Joe User starts the application (which opens the db connection),
then goes to town for 3 hours... when he returns, the connection
has apparently...
Hello everyone,
Suppose that a program that will be accessing a database
quite often. What are the advantages/disadvantages of:
1. Opening the connection at the beginning of the program & closing it when you exit the program
as compared to
2. opening/closing the connection as needed?
--Kevin
Is there an API I can use to determine who has a specified file open?
My task is to overwrite a file, but if a user has it open, I need to
send them a message (or better yet, clear their connection).
Any ideas?
I have seen the 'whohasit' program, so I know this can be done, just
not sure how...
Suppose you have an image stored in either Access or SQL
Server...
Has anyone had any experience with uploading & storing an
image into either one of these databases?
On the flip side, has anyone been able to retrieve the
image from the database and display it on a web page?
From what I...
Funky stuff, that's about all I can say...
I have a simple program that has a textbox and prints it on a selected printer with 3"high x 5"wide label stock.
I tried using the Printer Common Dialog box to select the label printer to use, for some odd reason it always defaults to 1536...
Let's see, I have the following HTML for a marquee that scrolls the message up within the defined area. I had some javascript code that created this marquee, but I couldn't figure out a way to pause the message when it reached the top of the area.
<marquee direction=up scrollAmount=1...
I have an ASP that contains two dropdown listboxes.
The first is populated with departments, the second
is to be populated with people that belong to the
department that was selected in the first dropdown
list.
This is easy to do in VB, but for some reason, I am
not sure how to implement...
There has been some discussion in our workplace concerning the advantages/disadvantages of creating objects. We were analyzing these different methods, and there may be other ways also. What is your opinion on these, which is considered to be the 'best' method?
1. dim adoThing as New...
Is there a way to change the default font from "MS Sans Serif" to something else when creating controls for a form?
I don't mean changing the Font property after the control has been created.
Thanks!
I have seen a few examples that use N'....'
and I have not been able to find a description
of this in Books Online.
Some people say its for encryption, others say
it is used for unicode translation, or is it
something else?
Any ideas?
Thanks!
Is there any way to place field objects on a report without having a
database connection beforehand?
I have one report that I wish to use with multiple recordsets
that are generated within Visual Basic. I do not wish to assign the
database connection within CR, but rather wait until I'm...
I have Win2000, with SQL 2000 Enterprise Manager connecting to SQL 2000. For some odd reason Enterprise Manager quit recognizing the server that I was working with. I removed the server from the group. Now when I try to issue "New SQL Server Registration", I get the following error...
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.