Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Thushan Fernando Profile

photo Thushan Fernando (Thushan Fernando)
28 Sep 2001
Australia :: Melbourne Australia
Senior Software Developer / Admin
http://www.vividas.com
Contact memberContact this Member Edit ProfileEdit my profile

Work Work Work
Currently I'm working at Vividas Pty Ltd and studying at Swinburne University. My time on DeveloperFusion is limited due to workloads on both parts, I do however keep a Blog that gets updated fairly regularly with lots of Techno-babble...

I also have a software business called WebSoftware Systems in Australia, the primary product we have at the moment is HotHTML which started life as a simple VB6 based HTML editor and is now a full blown text/web development IDE. I'm currently also working on the v4.0 release in .NET 2.0.

This user has contributed 2 articles, 6 code samples and posted 3018 messages in our discussion forums.

Technology Interests

    Articles & Tutorials

  • Controlling Dial Up Networking using the WinInet API

    by Thushan Fernando

    This article explains the basics of controling your DUN([D]ial [U]p [N]etworking) via the WinInet API Function. It covers determining if there is an active connection, connecting and disconnecting from the internet.. Read full article

  • Getting System Folders Easily via API

    by Thushan Fernando

    Instead of using static paths like 'C:\WinNT\' in your programs and making it not work on Windows 9x OS's, use the power of the Win32 API to retrieve the important system paths! This article explores a few alternative methods of retrieving some of the core System folders in the win32 enviroment.. Read full article