Palo Mraz 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-
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. .  -
Embedding and displaying RTF resources to tweak the UI of an application easily and efficiently. .  -
Fighting Response.End and the infamous ThreadAbortException while trying to implement manual file downloading in an ASP.NET application..  -
Developing a simple ColorPicker WinForms control by implementing the IWindowsFormsEditorService interface and leveraging the WinForms design-time infrastructure..  -
Taking a closer look at the code generated by the Windows Forms Designer and understanding some of the important implications. .  -
How to easily customize an ASP.NET server control by deriving from it. . 
Code Samples-
Discusses some unexpected implications of using the 'On Error Resume Next' statement in Visual Basic applications..  -
Explores an odd feature of the System.Windows.Forms.TreeView and a simple workaround. . 
|