devxlogo

Windows

Microsoft Email

Microsoft Warns Bulk Emailers: Authenticate Messages

In light of Google’s recent decision to enforce stricter anti-spam measures for bulk senders, Microsoft has cautioned Microsoft 365 email users to authenticate outgoing messages. According to the Microsoft Defender

DevX - Software Development Resource

Avoid Using Refresh() Method

Refresh method of Parameters collection is used to populate the Parameter objects in the collection. This method queries the data provider to populate the collection with Parameter objects containing specific

DevX - Software Development Resource

Getting Application List

Question: How can I get a list of currently running applications and, more importantly, handles to their windows? Answer: For that you have to use the Windows API call, EnumWindows.

DevX - Software Development Resource

Universal Naming Convention (UNC)

Question: For file-based applications, how is the Universal Naming Convention obtained for path names? Answer: To get the UNC name of a drive-based path, use the Windows API callWNetGetUniversalName. This

DevX - Software Development Resource

Oracle via ODBC

Question: I am using Visual Basic as my front-end tool to read an oracle 7 database residing on an oracle network. I have completed the connection stage. I am using