News

Indeed, I find that I rarely use old VB string functions in my .NET development. The newer replacement string methods are more flexible and usually result in cleaner code. And I can write ...
How can I have a c function inside of a DLL return a string that can be read and stored as the VB String type. This of course works with other c functions:<P>char ...
BR><BR>I'm trying to write a small COM object in VB that creates a list of dial-up ... BR><BR>Option Explicit<BR><BR>Private Declare Function RasEnumEntries Lib "rasapi32.dll" _<BR>Alias ...
If you want to work with VBA, eventually, you’ll struggle with embedded strings. It might be a simple task such as passing a string to a function or something more complex like creating a SQL ...