devxlogo

Tip Bank

MaxSystemColors – The number of screen colors

Private Declare Function GetDesktopWindow Lib “user32” () As LongPrivate Declare Function GetDC Lib “user32” (ByVal hWnd As Long) As LongPrivate Declare Function ReleaseDC Lib “user32” (ByVal hWnd As Long, _

MinimizeAllWindows – Minimize and restore all windows

Private Declare Function FindWindow Lib “user32” Alias “FindWindowA” (ByVal _ lpClassName As String, ByVal lpWindowName As String) As Long Private Declare Function SendMessage Lib “user32” Alias “SendMessageA” (ByVal _ hwnd

Wireless Transmission of Photos

Question: About how fast can the current wireless systems transmit a medium- to high-resolution digital photo? What’s currently the best way to do it? Will higher baud rates of wireless

ASP and WML

Question: Suppose I wanted to setup the IIS 4.0 to process the WML with ASP codes. Which MIME type should I configure: text/vnd.wap.wml or text/x-wap.wml? What is the difference between

Send in a Different Account in Outlook

Question: I’ve installed Exchange Server, and I’ve installed Outlook 2000 in the client, which is receiving email from POP3 accounts and three accounts from Exchange Server. How can I choose

Help Files in Applications

Question: I created a “help” button in a form and coded this button’s click event as: { help } The code { set help to MyHelp.chm }is included in the