Przejdź do głównej zawartości

GDI + Custom Controls with Visual C Sharp 2005

A fast-paced example-driven tutorial to building custom controls using Visual C# 2005 Express Edition and .NET 2.0. If you want to build custom controls with C# but you don't know where to start, or you are intimidated by the huge amount of information that needs to be absorbed, then this book is for you. This friendly tutorial is based on numerous examples with real-world applicability, and includes a case study featuring the development of a fully functional PieChart control. Showing you how to use the free Visual C# 2005 Express Edition environment to develop your controls, Building Custom Controls with Visual C# 2005 will teach you how to create professional, reusable custom controls for your desktop applications in no time. This book has been written with the intermediate C# developer in mind. Assuming a working knowledge of C#, the book teaches you how to implement custom controls using Visual C# 2005 Express Edition and all other versions of Visual C#, and GDI+ with .NET 2.0 The book covers: . Understand the basics of custom controls . Use GDI+ to draw your own controls . Implement double buffering to speed up your forms . Add printing functionality to your custom controls . Handle the mouse events to improve the user experience . Offer design-time support for programmers using your control . Design intuitive interfaces for your users

Pdf dostępny TUTAJ

Komentarze

Popularne posty z tego bloga

Custom Scroll 1.0 - PPC Application for HTC

Hi All, I would like to present You a small and simple application called Custom Scroll. It gives You a chance to take the opportunity customizing scrolling behavior of HTCScroll Windows addon (which is used in File Explorer, MS Contacts, Programs, Settings... - everywhere where scrolls are used - and we are using fingers (flick gestures) to scroll... I've noticed that when I'm trying new ROM many times "scrolling feature" need to be modified by myself, so why don't we just make it quick and simple, with predefined checked and accepted values - even maybe "solutions" ? that's why I've made that application... I would like to ask You a favor... when You'll be testing Your own values and You'll notice that some of combinations are quite good, please post them 'here' - in this topic ... after testing I'll build them into program. Please take a look at the video, where I'm showing how does Custom Scroll works and how to operat...

Send WinKey - Open Start Menu...

Send WinKey is tiny application that is emulating click of Windows Key... * You can use it while binding / mapping your hardware keys (ex Xperia, Touch Pro etc.) when You need the "fast" opening of Start menu (not touching screen but pressing the button...) Cab Installation XDA-Developers Thread *(yesssss... I know that MortScript has got that kind of options... but ... not everybody needs to have mortscript installed... or not everybody wants to edit those lines of scripts/codes... etc) :) cheers...

RWA - Run With Argument - 1.0

RWA1.0 - Run With Argument small application that allows to run any other *.exe file with arguments...for some reasons it can be useful especially when working on HTC devices... - argument is saved in config file that has the same filename as rwa.exe file but with extension: *.txt (ex RWA.exe -> RWA.txt, AWR.exe -> AWR.txt, 123.exe->123.txt etc...) that function allows to have multi RWAs in system, without conflicts... - the config file is built as: \Windows\tmail.exe -t so the first line is absolute path to file, second line is argument that will be used when launching new process... - run RWA with any argument to enable logger (weird he ?? that application allows to run other applications with argument... and I want You to run it with arguments... heh... ;) only for education purpose... ) 12:45:39 _____________________NEW__ATTEMPT____________________ 12:45:39 The Log filename is: RWA1log.txt 12:45:39 Trying to open Registry 12:45:40 RWA filename: RWA1.exe 12:45:40 RWA ...