Advertisement

Results for "Author: adlib logic"

ASP_Volume3 #63300
South Park Platform Game

This is a FUN platform game based loosely on South Park. It contains a lot of graphical API use. The code is not particularly neat, but the game is pretty good considering it's in VB6. I also turned it into a macro (i.e. made it work in VBA) but that is a different story. Huge thanks go to dark phoenix, who did the graphics (mostly from scratch in nothing but MSPaint!). Let me know of any bugs, although I know of a few already.

ASP_Volume3 #63301
Mouse scrolling

Vb's textbox will scroll up/down when you scroll with the mouse wheel, so will combo boxes. For those controls that cannot do this you need to add this functionality manually. The zip file includes a module for just this purpose and an example form (see screenshot) to show how to use it. The module recieves the mousescrolling event and then calls the mousemove event of the corresponding control. The code in the mousemove event sub must then check the module to see whether scrolling has indeed taken place, and if so in what direction. It can then respond by changing the .Top property or .TopRow property. This is particularly useful for MSFLEXGRID.

4_2005-2006 #168597
South Park Platform Game

This is a FUN platform game based loosely on South Park. It contains a lot of graphical API use. The code is not particularly neat, but the game is pretty good considering it's in VB6. I also turned it into a macro (i.e. made it work in VBA) but that is a different story. Huge thanks go to dark phoenix, who did the graphics (mostly from scratch in nothing but MSPaint!). Let me know of any bugs, although I know of a few already.

4_2005-2006 #168598
Mouse scrolling

Vb's textbox will scroll up/down when you scroll with the mouse wheel, so will combo boxes. For those controls that cannot do this you need to add this functionality manually. The zip file includes a module for just this purpose and an example form (see screenshot) to show how to use it. The module recieves the mousescrolling event and then calls the mousemove event of the corresponding control. The code in the mousemove event sub must then check the module to see whether scrolling has indeed taken place, and if so in what direction. It can then respond by changing the .Top property or .TopRow property. This is particularly useful for MSFLEXGRID.

5_2007-2008 #191115
South Park Platform Game

This is a FUN platform game based loosely on South Park. It contains a lot of graphical API use. The code is not particularly neat, but the game is pretty good considering it's in VB6. I also turned it into a macro (i.e. made it work in VBA) but that is a different story. Huge thanks go to dark phoenix, who did the graphics (mostly from scratch in nothing but MSPaint!). Let me know of any bugs, although I know of a few already.

5_2007-2008 #191116
Mouse scrolling

Vb's textbox will scroll up/down when you scroll with the mouse wheel, so will combo boxes. For those controls that cannot do this you need to add this functionality manually. The zip file includes a module for just this purpose and an example form (see screenshot) to show how to use it. The module recieves the mousescrolling event and then calls the mousemove event of the corresponding control. The code in the mousemove event sub must then check the module to see whether scrolling has indeed taken place, and if so in what direction. It can then respond by changing the .Top property or .TopRow property. This is particularly useful for MSFLEXGRID.

6_2008-2009 #213633
South Park Platform Game

This is a FUN platform game based loosely on South Park. It contains a lot of graphical API use. The code is not particularly neat, but the game is pretty good considering it's in VB6. I also turned it into a macro (i.e. made it work in VBA) but that is a different story. Huge thanks go to dark phoenix, who did the graphics (mostly from scratch in nothing but MSPaint!). Let me know of any bugs, although I know of a few already.

6_2008-2009 #213634
Mouse scrolling

Vb's textbox will scroll up/down when you scroll with the mouse wheel, so will combo boxes. For those controls that cannot do this you need to add this functionality manually. The zip file includes a module for just this purpose and an example form (see screenshot) to show how to use it. The module recieves the mousescrolling event and then calls the mousemove event of the corresponding control. The code in the mousemove event sub must then check the module to see whether scrolling has indeed taken place, and if so in what direction. It can then respond by changing the .Top property or .TopRow property. This is particularly useful for MSFLEXGRID.

7_2009-2012 #236151
South Park Platform Game

This is a FUN platform game based loosely on South Park. It contains a lot of graphical API use. The code is not particularly neat, but the game is pretty good considering it's in VB6. I also turned it into a macro (i.e. made it work in VBA) but that is a different story. Huge thanks go to dark phoenix, who did the graphics (mostly from scratch in nothing but MSPaint!). Let me know of any bugs, although I know of a few already.

7_2009-2012 #236152
Mouse scrolling

Vb's textbox will scroll up/down when you scroll with the mouse wheel, so will combo boxes. For those controls that cannot do this you need to add this functionality manually. The zip file includes a module for just this purpose and an example form (see screenshot) to show how to use it. The module recieves the mousescrolling event and then calls the mousemove event of the corresponding control. The code in the mousemove event sub must then check the module to see whether scrolling has indeed taken place, and if so in what direction. It can then respond by changing the .Top property or .TopRow property. This is particularly useful for MSFLEXGRID.

Languages
Top Categories
Global Discovery