Is there any way to create a VB DLL and use a reserved word as a method name. The situation I have is that I have a very large application that is built around a 3rd party com library. The library is now obsolete and no longer supported. I want to migrate the application to ...
Our application loop thru database and append to a string. Appending to the string takes up a lot of CPU. What is a better way to do it instead of appending to a string ? Thank you.
I have an app used on small laptops by marine officers, mostly at night. I don't want to use a MenuBar since they request large characters for Menus, and the menus are numerous. Shouls I use Labels, CommandButtons with MouseEvents ?