Click here to Skip to main content
65,938 articles
CodeProject is changing. Read more.
Everything / GUI

GUI

GUI

Great Reads

by PavPS
.NET C# TrayBalloon component with hyper-links and fading.
by The Zakies
we will build an outline line around the drawn lines so we would test the mouse click on this outline to know which line is selected. and we would in the coming update build a select function inside the move tool
by The Zakies
in this tut we will create a technique to enable the user to control points within a drawn line, by drawing circles around points of the line , when the user clicks a circle he would control the corresponding point.
by The Zakies
we would create Hand_tool to pan through the drawing form, and we would use a custom cursor of open and closed hands

Latest Articles

by PavPS
.NET C# TrayBalloon component with hyper-links and fading.
by The Zakies
we will build an outline line around the drawn lines so we would test the mouse click on this outline to know which line is selected. and we would in the coming update build a select function inside the move tool
by The Zakies
in this tut we will create a technique to enable the user to control points within a drawn line, by drawing circles around points of the line , when the user clicks a circle he would control the corresponding point.
by The Zakies
we would create Hand_tool to pan through the drawing form, and we would use a custom cursor of open and closed hands

All Articles

Sort by Score

GUI 

by The Zakies
we will build an outline line around the drawn lines so we would test the mouse click on this outline to know which line is selected. and we would in the coming update build a select function inside the move tool
by The Zakies
in this tut we will create a technique to enable the user to control points within a drawn line, by drawing circles around points of the line , when the user clicks a circle he would control the corresponding point.
by The Zakies
we would create Hand_tool to pan through the drawing form, and we would use a custom cursor of open and closed hands
by The Zakies
we will continue the functionality of the hand tool with having a navigator panel which works as a map, we will also have a red rectangle which tells the user where he is actually viewing inside the whole form, also it can be moved to pan the form
by The Zakies
Learn how to implement a tecnique of a parent form that createes and controls other forms , through the tecnique of using the tab control, also learn how to implement a menu for the tools, and how to add cutom cursor for each tool
by Caner Korkmaz
C++ -> Drawing Rectangles to Console
by Jose David Pujo
Smaller code:void DrawRect(int x, int y, int width, int height, int curPosX=0, int curPosY=0){ setxy(x, y); cout << char(201); cout.width(width); cout.fill (char(205)); cout << char(187); setxy(x,height+y); cout << char(200); cout.width(width); cout.fill...
by RedDk
The solution to annoying garish webpages; say good-bye to all that irritating light while browsing the internet. Keep it dark ... learn how here.
by The Zakies
Tutorial 2 (how to interactively add multiple shapes GDI using linked lists)
by Steffen Ploetz
Investigate the window manager's shell window ID and additional information of an OpenTK window.
by Peer Adi
This is a liquid container control for displaying liquid level in container or tank.
by Sergey Alexandrovich Kryukov
Popular question on Forms collaboration, also answered for WPF
by Abdelrahman Elzedy, Abeer Touny
A description for a Java code implementing a Matrix program in a GUI form
by hari19113
This code will help us to reshape our Windows form.
by PawelBujak
How to avoid blocking long operations in GUI applications, that lead to hung state.
by Daniel Lieberwirth (BrainInBlack)
This describes a simple way to create interactive, bitmap based, buttons for WinForm applications.
by Emmery Chrisco
Tabbed Browser Control addon
by honey the codewitch
Adapt a TextBox to make it writeable like any other text based I/O
by Ufulum
Sample of how to make a listview popup for editing a cell in a DataGridView.
by Joe Leibowitz
Use PowerShell to Query and Display Data II (Active Directory\LDAP)
by AlphaDeltaTheta
Descriprion of the use of the new @font-face CSS rule introduced in CSS3 to use custom fonts in web pages.
by pasztorpisti
This tip describes the correct use of the mouse capturing in custom controls and custom windows.