[MyHosting.com]   [KO4BB Home Page]   [Manuals Home Page]   [KO4BB Wiki]
 

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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]
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>​
 
vb_6.0_tips.txt · Last modified: 2016/08/03 12:54 by ko4bb
 
Recent changes RSS feed Creative Commons License Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki
Except as noted, this entire site Copyright © 2002-2017. KO4BB All rights reserved.