English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

In VB6 (ya ya, I know) when debugging code, I often hover my mouse over a variable to determine its value. When the mouse is held over a variable, a tool tip type pop up appears showing the variable's value. At my office computer, this works flawlessly. At home, it only works once in a while. I have the same version & service packs. Any suggestions as to what to look for would be appreciated.

I also have to constently "reset" the standard IDE tool bar, because the save button keeps disappearing. Perhaps these things are releated.

Got a hunch were to look? Throw it at me. Thanks!

2007-02-24 16:14:15 · 3 answers · asked by Lazirell 2 in Computers & Internet Programming & Design

3 answers

Try adjusting you mouse sensitivity and removing any accelleration. Maybe small mouse movement is preventing the popup. ...


Go to control panel click on Mouse, on the pointer options page slow the mouse speed and deselect Enhance pointer precission. Also remove any visibility options like Pointer trails..

2007-02-25 01:24:50 · answer #1 · answered by MarkG 7 · 1 0

a thanks to have your variables usable for the time of your software, from any type, cause them to globals. to attempt this, open a Module or upload one for your project. as a replace of Dim strMystring as String in a kind's code, placed international strMyString as String interior the module. this helps you to apply strMyString everywhere on your software. be positive to delete any Dim statements utilizing an similar variable names as your globals. also see Static in VB help.

2016-12-04 22:09:43 · answer #2 · answered by matis 4 · 0 0

In my case (and this is the same for other languages in that MS IDE) it works if you select (highlight) the variable and then hover over it.

2007-02-25 20:19:11 · answer #3 · answered by BataV 3 · 1 0

fedest.com, questions and answers