Send a suggestion!

We're building a brand new version of the site, and we'd love to hear your ideas

Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

    Sample Code Sample Code RSS feed

  • How to empty a recycle bin

    by peetah

    Here is a little snippet that allows you to clean your recycle bin without any confirmation from the user, no progress ui and the sound is removed.. Read full article

  • Mouse Coordinates

    by Random`

    This application is simple but sometimes useful, it gives you the cursor coordinates when you move it across the screen. You can use this to create a list of random numbers or maybe to trigger an event when the cursor moves over already determinded X and Y.. Read full article

  • Create Dynamic Menu in VB

    by khari6579

    This coding is useful for VB Developer who are interesting to create Dynamic menu. Steps: Add form - Name - frmMain Image List - Name - imglstImages Label - Name - lblLabel Class- mcPopupMenu. Read full article

  • Add Disappearing Effect To Your Forms

    by MahR

    This is a simple piece of code to add continuously "disappearing" effect on your forms.. Read full article

  • ListBoxHScroll class

    by 10Tec

    Adding the horizontal scroll bar to a list box dynamically taking into account its font (using the IFont interface) and the vertical scroll bar visibility (by analyzing the WS_VSCROLL flag of the listbox styles). Read full article

  • More System & Windows API Sample Code...