How do I tell my program to change the cursor so that the user knows that the program is busy and not frozen up?
http://www.experts-exchange.com/Programming/Languages/CPP/Q_10128789.html
Zones:
C++Date Answered: 02/17/1999 Grade: B Views: 0
How can I fix the error "unable to free busy /public data on my exchange server"?
http://www.experts-exchange.com/Software/Server_Software/Email_Servers/Exchange/Q_11452118...
Zones:
ExchangeDate Answered: 10/05/2000 Grade: A Views: 0
I'm not sure if this is related to exchange server, or is a problem in Outlook, but here's the problem. I just set up an office with Microsoft Small Business Server 2000, which includes Microsoft E...
http://www.experts-exchange.com/Software/Server_Software/Email_Servers/Exchange/Q_20160280...
Zones:
ExchangeDate Answered: 02/10/2002 Grade: A Views: 0
I am trying to automatically send a report out via email on the last business day of every month. . . What code can I use to determine if Day(Date()) = Last Business Day of the current month?
http://www.experts-exchange.com/Microsoft/Development/MS_Access/Q_20355501.html
Zones:
MS AccessDate Answered: 11/21/2002 Grade: A Views: 0
Dim url As String
url = "http://www.google.com"
AxWebBrowser1.Navigate(url)
MsgBox(AxWebBrowser1.Busy) ' busy = true
Do While AxWebBrowser1.Busy
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20400474....
Zones:
VB ControlsDate Answered: 11/21/2002 Grade: A Views: 0
Hi,
I have a webpage that processes a couple of other web pages and displays only some of their contents based on a user-defined crateria, and all in JavaScript, no server help, no ASP. I put a ...
http://www.experts-exchange.com/Programming/Languages/Scripting/JavaScript/Q_20684954.html
Zones:
JavaScriptDate Answered: 07/21/2003 Grade: A Views: 0
I have a VB application which runs continually on a workstation running NT4 SP6. It periodically queries a database, and if it finds new records (based on a particular SQL query), it shells another...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20732188....
Zones:
VB ControlsDate Answered: 09/09/2003 Grade: B Views: 0
How can you check for a busy phone line using the mscomm control. I want
to display a message if the phone line is being used
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/VB_Controls/Q_20747082....
Zones:
VB ControlsDate Answered: 02/10/2004 Grade: C Views: 0
how can I know if the sound device is in use by another application?
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_20995797.html
I have two dates coming in from a database that I need to calcuate the total elapsed business hours from. The rules would be only 8-5 hours on Monday through Friday would be counted. So for example...
http://www.experts-exchange.com/Database/Reporting_/Crystal_Reports/Q_21107480.html