devxlogo

Tip Bank

Clear Addresses in Netscape

Question: In Netscape, next to the address bar is an arrow pointing down. If you click on that arrow, it displays the previous 14 addresses. How can I prevent it

Reusing PB Objects for E-Business Applications

Question: The company I work for is nearly ready for e-business. We have developed lots of reusable business objects and I need to convert them into a format reusable/implementable in

Receiving Duplicate E-mails

Question: I use Exchange 5.5 and Outlook 2000. Some users are getting duplicate Internet e-mails. I can’t find out why. Recipients in Exchange have only one SMTP address and one

Make an Image Act as a Submit Button

Question: I’m trying to make a small image at the bottom of each form submit information from my database to the user when the user presses on it. However, I

Create an Internet shortcut

Unlike regular LNK shortcut, which contain data in binary file, Internet shortcut files are just text files in this format: [InternetShortcut]URL=www.domain.com Thus it is simple to programmatically create an Internet

PlayWAV – Play a WAV file

Const SND_ASYNC = &H1Private Declare Function PlaySound Lib “winmm.dll” Alias “PlaySoundA” (ByVal _ lpszName As String, ByVal hModule As Long, ByVal dwFlags As Long) As Long’ Play a WAV file.”