Hosting Multiple Domains
Question: How do I host multiple domains with Exchange Server 5.5? I have six domains that I would like to host on this server, but I only know how to
Question: How do I host multiple domains with Exchange Server 5.5? I have six domains that I would like to host on this server, but I only know how to
Question: Do you know of any way to use offline folders by default but to have your calendar work online? (I am using Outlook 2000.) I want to work offline
Option ExplicitPrivate Type SHQUERYRBINFO cbSize As Long ‘ bytes in this structure i64Size As Currency ‘ 64-bit integer with size of items in the Recycle ‘ Bin i64NumItems As Currency
Private Declare Function SHEmptyRecycleBin Lib “shell32.dll” Alias _ “SHEmptyRecycleBinA” (ByVal hWnd As Long, ByVal pszRootPath As String, _ ByVal dwFlags As Long) As LongConst SHERB_NOCONFIRMATION = &H1Const SHERB_NOPROGRESSUI = &H2Const
If you are developing a game in VB or an application that plays sounds, you probably want to check that a sound card actually exists. There is an API function
There are techniques for creation of objects (read allocation of memory)widely known as lazy Instantiation and Eager Instantiation.Lazy instantiation is a memory conservation technique, by which, a programdelays the creation
Everyone is getting into XML but most of us have our data in Access or SQL databases. You can dump your data to an XML file in an instant by
It might be useful to garner an enumeration of all thread groups and theirthreads in your running application. The following method shows you how todo that: public void printOutThreadGroups(){ //create
When passing arguments to in-process OLE servers, you can pass everything by reference. This is because the OLE server shares its client