This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
vb_6.0_tips [2016/08/03 12:48] ko4bb |
vb_6.0_tips [2016/08/03 12:54] (current) ko4bb |
||
|---|---|---|---|
| Line 3: | Line 3: | ||
| * **Optimize string handling in VB6** - Part I: http://www.aivosto.com/vbtips/stringopt.html | * **Optimize string handling in VB6** - Part I: http://www.aivosto.com/vbtips/stringopt.html | ||
| * **Fixing slow down when moving controls under Windows 7** - right click vb6.exe and click Properties, go under Compatibility and check Disable Desktop Composition. | * **Fixing slow down when moving controls under Windows 7** - right click vb6.exe and click Properties, go under Compatibility and check Disable Desktop Composition. | ||
| - | * **Error 0x80004005** trying to register vb6idemousewheeladdin.dll on Win 7: Create a batch file with the regsvr32 command, pointing to wherever the dll is, and execute the batch file as administrator by right-clicking on it from Explorer: ''C:\Windows\System32\RegSvr32.exe "C:\users\xxxxx\downloads\VB6IDEMouseWheelAddin.dll"'' | + | * **Error 0x80004005** trying to register vb6idemousewheeladdin.dll on Win 7: Create a batch file with the regsvr32 command, pointing to wherever the dll is, and execute the batch file as administrator by right-clicking on it from Explorer: \\ |
| + | <code> | ||
| + | ''C:\Windows\System32\RegSvr32.exe "C:\users\xxxxx\downloads\VB6IDEMouseWheelAddin.dll"'' | ||
| + | </code> | ||
| * **An Atan2(y, x) function** for Visual Basic 6.0 Pro: | * **An Atan2(y, x) function** for Visual Basic 6.0 Pro: | ||
| <code> | <code> | ||