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

  • VB.NET Stylise Your Forms like you would with CSS on a webpage

    by phill64

    How to Programatically change properties of all the controls on your form.. Read full article

  • IP2Location Geolocation .NET Component in VB.NET

    by IP2Location

    IP2Location .NET component that translates IP address to country, city, region, latitude, longitude, ZIP code, ISP and domain name. Developers use this component for projects related to: 1. Display native language and currency; 2. Redirect based on country; 3. Digital rights management; 4. Prevent password sharing and abuse of service; 5. Reduce credit card fraud; 6. Web log stats and analysis;. Read full article

  • Retrieving the Summary properties of a file

    by Praveena

    How to fetch the Summary properties from a file, including Author, LastSavedBy, Subject, and LineCount using the DSOFile.OleDocumentProperties object.. Read full article

  • Manipulate Multiple Windows Forms Controls

    by thing123

    This is just a simple program to show new .NET developers how to enumerate controls in a form and manipulate them.. Read full article

  • Login Form

    by Safreak

    This code allows a user to login to another form if that user has a profile within a database. Since many newbies are often looking for login code, hopefully this simple Access example will be helpful. . Read full article