Retrieve the length of a media file (WAV, AVI, MIDI)
You can retrieve the length of a standard windows media file (WAV, AVI or MIDI) using simple MCI functions. First, you must open the file with: Declare Function mciSendString Lib
You can retrieve the length of a standard windows media file (WAV, AVI or MIDI) using simple MCI functions. First, you must open the file with: Declare Function mciSendString Lib
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, _
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
Many VB developers use a class module to augment the capabilities of a control on a form. For example, consider this simple example, that formats a currency value in a
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
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
Question: How do I link an Oracle (8i) database to pull and push data from WML decks? Answer: An XML parser is available in Oracle8i. Oracle is developing a product
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
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