Advertisement

Results for "Author: max christian pohle"

7_2009-2012 #221305
WordWrap in only 5 codelines

I hope that this is the shortest and easiest wordwrap-function in vb you have ever seen, that you enjoy it and use it in all your projects :-)

7_2009-2012 #221306
speedcheck - calculates a functions runtime in ms (4 code-optimization)

Just one line of code is needed to test a functions speed -> With this class-module. It creates an object which is automatically terminated together with the function you check and it uses debug.print to let you know how long your pc had been busy (in ms) with that function. Sure you can save the value of timer() and read it before your function reaches exit/end function, but its harder to remove this before you release your app... So try this!

7_2009-2012 #221307
OnMouseOver Hoverbuttons only need one line of code to work- keep your code clearly with this

To improve the look of your application you might wish to have hooverbuttons. -You think you'll need many codelines for each button and so many lines would make your code unclearly for you? >> Download the solution for your problem here. You'll only need one line of code to make a Command-button, Checkbox-Button or even a picturebox being your individual Hooverbutton! I really hope you like my solution! I have searched the internet for so long to find a solution like this- But there is none! So please support my work and vote for me. thx!

7_2009-2012 #221308
How2 use SetTimer-API

One timer is not enough? Have you ever tried to add multiple timer-controls to your form? Well- This wont work because they will not work together. This example shows you how to realize it using the SetTimer-API: very simple and effective!

Languages
Top Categories
Global Discovery