August 24, 2000

Implementation of LookupAccountName() in VB6

Question: We’re trying to: Get the Logon Windows NT id for an Exchange mail box Get the Security Identifier (SID) corresponding to the Windows NT id (using advapi32.dll api’s) Map this SID with Assoc-NT-Account (which stores the SID) on Exchange server and get the corresponding mailbox information I am having

Displaying Card Titles

Question: I have developed a WAP application using the Nokia SDK, and all appears well. Our project team leader uses the emulator from phone.com and it does not display the card titles. Will the WML specification require card titles to be displayed? Answer: The emulators are notorious for minor bugs

Keep Your MDI Form Maximized

MDI forms do not allow you to remove the Min/Normal-Max/X or Control Box.Many times you want the MDI Form to remain in the Maximized state. One way to accomplish this is adding the following line of code to the MDI form’s MDIForm_Resize event. Private Sub MDIForm_Resize() ‘ vbMaximized is equal