BASIC and its variants Visual Basic and VB.NET are the only programming languages I know of that treat the end of line character as a statement terminator (I\'m 开发者_如何转开发excluding batch files
I have a problem with our VB6 app. It\'s an old system with lots of forms run on our customers T开发者_运维技巧erminal Servers.
I have recently gone through a bunch of standalone utility apps written in VB6 to make sure that registry virtualization is turned off for Windows Vista and above. I created a standalone manifest file
What are the recommended colors for an application\'s background, button faces, etc.? In the past I\'ve just chosen a color scheme but I\'d like to be more compatible with the Windows Accessibility O
I want to add version info to my mobile device exe file and apparently the following line is not supported in CF (windows mobile 6.0), ideas?:
I\'ve got a VB6 application, and I wan开发者_如何学Ct to develop it with Visual Studio 2008. The problem I\'ve got is the upgrade wizard. By starting the wizard it\'s working OK. But when the parsing
I\'m looking to possibly move away from CVS (to maybe SVN). Anyone know which open source ve开发者_JAVA技巧rsion control systems integrate with the VB6 IDE (automatic checkouts, etc.) ?SVN will work
How to bu开发者_开发百科ild MSN messenger type popup notification using classic Visual Basic 6.0?I just found one excellent source code for the above requirement.
I\'ve inherited a VB6 project that I\'m trying to \"Make\". The build fails on the \"Making EXE\" step with a licensing error:
I already made security login that if failed 3 times the program will be terminated. However, I want to make a security login that will lock the system and the admin will be required to login instead.