devxlogo

Tip Bank

Generate Business Object Classes

I often include a module called Utilities.bas in my projects. It contains routines that are not directly used by the application, but instead are invoked in the Debug window, usually

Making the Permissions Tab Appear

Question: I am trying to set up delegate rights on different clients in a domain. However, when I try to pull up the Properties tab on folders on some of

Applications that Benefit from Using XML

Question: What types of applications can I use XML in? Also, how do I convert my existing ASP-based applications into XML? Answer: While there really isn’t any application that probably

Use a Data Stream as a Source for DOMDocument

Question: Instead of using: oXML.Load “c:program filesxml notepadAppntmts.xml” I want to do something like: oXML.Load Command() where the Visual Basic Command function returns an XML formatted data stream passed on

Minimizing Window Shortcut Key

Question: I can press Windows Key + M to minimize all windows, but how do I minimize only the current window without using my mouse? Answer: Well, I can give

View-only Admin Permissions

Question: Is there an NT Account Operator equivalent in Exchange? Answer: Yes, in a manner of speaking. To give a user, such as an assistant, permissions to create, modify, and

Don’t Get Cached

Adding this META tag: to the document prevents the Web page from being cached by the browser. This tag ensures that a new copy of the document will always be

Using Recordset::GetString()

You can use GetString() method of ADODB.Recordset object if you want to dumpthe complete table in an active server page. GetString() method returns thecomplete recordset as a string. You can

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