Members

Technology Zones

IBM Learning Center

Articles

Hosted By

MaximumASP

Info

Palo Mraz Profile

photo Palo Mraz (palom)
20 Jan 2004
Bratislava, Slovakia United States

http://www.lamarvin.com
Contact memberContact this Member Edit ProfileEdit my profile

I live in Slovakia with my wife, two sons (fulltime), one daughter (occasionally) and a dog. I've been doing Microsoft Windows development since 1988; primarily in VB. I'm a big fan of the MS .NET framework, publisher of the www.VBInfoZine.com ezine and the author of the Dynamic AutoComplete Tool .NET component (dact.lamarvin.com).

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

Technology Interests

      Articles & Tutorials

    • Intercepting keys in custom UITypeEditor's

      by palom

      This article and the accompanying source code shows you how to intercept the ENTER and ESC keys in your own UITypeEditor implementation. Intercepting the keys is essential for emulating the behavior of the .NET Framework's built-in, drop-down editors in order to provide your users with a consistent user experience. . Read full article

    • RichTextLabel WinForms Control

      by palom

      Embedding and displaying RTF resources to tweak the UI of an application easily and efficiently. . Read full article

    • Manual File Downloads In ASP.NET

      by palom

      Fighting Response.End and the infamous ThreadAbortException while trying to implement manual file downloading in an ASP.NET application.. Read full article

    • The ColorPicker WinForms Control

      by palom

      Developing a simple ColorPicker WinForms control by implementing the IWindowsFormsEditorService interface and leveraging the WinForms design-time infrastructure.. Read full article

    • Windows Form Designer generated code

      by palom

      Taking a closer look at the code generated by the Windows Forms Designer and understanding some of the important implications. . Read full article

    • Inheriting An ASP.NET Server Control

      by palom

      How to easily customize an ASP.NET server control by deriving from it. . Read full article