Artyom Trishkin
Artyom Trishkin
4.2 (65)
  • Bilgiler
13+ yıl
deneyim
0
ürünler
0
demo sürümleri
20
işler
0
sinyaller
0
aboneler
Программист konum:
Writing scripts, indicators, EAs on mql5 and mql4
------------------------------------------------
Reliable, high quality. Help you check your strategy in StrategyTester, offer options to increase profitability. I write as a tester, and for demo and live trading.
------------------------------------------------
For all questions, please contact personal messages.
------------------------------------------------
Artyom Trishkin
"DoEasy. Controls (Part 28): Bar styles in the ProgressBar control" makalesini yayınladı
DoEasy. Controls (Part 28): Bar styles in the ProgressBar control

In this article, I will develop display styles and description text for the progress bar of the ProgressBar control.

4
Artyom Trishkin
"DoEasy. Controls (Part 27): Working on ProgressBar WinForms object" makalesini yayınladı
DoEasy. Controls (Part 27): Working on ProgressBar WinForms object

In this article, I will continue the development of the ProgressBar control. In particular, I will create the functionality for managing the progress bar and visual effects.

4
Artyom Trishkin
"DoEasy. Controls (Part 26): Finalizing the ToolTip WinForms object and moving on to ProgressBar development" makalesini yayınladı
DoEasy. Controls (Part 26): Finalizing the ToolTip WinForms object and moving on to ProgressBar development

In this article, I will complete the development of the ToolTip control and start the development of the ProgressBar WinForms object. While working on objects, I will develop universal functionality for animating controls and their components.

3
Artyom Trishkin
"DoEasy. Controls (Part 25): Tooltip WinForms object" makalesini yayınladı
DoEasy. Controls (Part 25): Tooltip WinForms object

In this article, I will start developing the Tooltip control, as well as new graphical primitives for the library. Naturally, not every element has a tooltip, but every graphical object has the ability to set it.

3
Artyom Trishkin
"DoEasy. Controls (Part 24): Hint auxiliary WinForms object" makalesini yayınladı
DoEasy. Controls (Part 24): Hint auxiliary WinForms object

In this article, I will revise the logic of specifying the base and main objects for all WinForms library objects, develop a new Hint base object and several of its derived classes to indicate the possible direction of moving the separator.

2
Artyom Trishkin
"DoEasy. Controls (Part 23): Improving TabControl and SplitContainer WinForms objects" makalesini yayınladı
DoEasy. Controls (Part 23): Improving TabControl and SplitContainer WinForms objects

In this article, I will add new mouse events relative to the boundaries of the working areas of WinForms objects and fix some shortcomings in the functioning of the TabControl and SplitContainer controls.

2
Artyom Trishkin
"DoEasy. Controls (Part 22): SplitContainer. Changing the properties of the created object" makalesini yayınladı
DoEasy. Controls (Part 22): SplitContainer. Changing the properties of the created object

In the current article, I will implement the ability to change the properties and appearance of the newly created SplitContainer control.

3
Artyom Trishkin
"DoEasy. Controls (Part 21): SplitContainer control. Panel separator" makalesini yayınladı
DoEasy. Controls (Part 21): SplitContainer control. Panel separator

In this article, I will create the class of an auxiliary panel separator object for the SplitContainer control.

1
Artyom Trishkin
"DoEasy. Controls (Part 20): SplitContainer WinForms object" makalesini yayınladı
DoEasy. Controls (Part 20): SplitContainer WinForms object

In the current article, I will start developing the SplitContainer control from the MS Visual Studio toolkit. This control consists of two panels separated by a vertical or horizontal movable separator.

Artyom Trishkin
"DoEasy. Controls (Part 19): Scrolling tabs in TabControl, WinForms object events" makalesini yayınladı
DoEasy. Controls (Part 19): Scrolling tabs in TabControl, WinForms object events

In this article, I will create the functionality for scrolling tab headers in TabControl using scrolling buttons. The functionality is meant to place tab headers into a single line from either side of the control.

2
Artyom Trishkin
"DoEasy. Controls (Part 18): Functionality for scrolling tabs in TabControl" makalesini yayınladı
DoEasy. Controls (Part 18): Functionality for scrolling tabs in TabControl

In this article, I will place header scrolling control buttons in TabControl WinForms object in case the header bar does not fit the size of the control. Besides, I will implement the shift of the header bar when clicking on the cropped tab header.

3
Artyom Trishkin
"DoEasy. Controls (Part 17): Cropping invisible object parts, auxiliary arrow buttons WinForms objects" makalesini yayınladı
DoEasy. Controls (Part 17): Cropping invisible object parts, auxiliary arrow buttons WinForms objects

In this article, I will create the functionality for hiding object sections located beyond their containers. Besides, I will create auxiliary arrow button objects to be used as part of other WinForms objects.

2
Artyom Trishkin
"DoEasy. Controls (Part 16): TabControl WinForms object — several rows of tab headers, stretching headers to fit the container" makalesini yayınladı
DoEasy. Controls (Part 16): TabControl WinForms object — several rows of tab headers, stretching headers to fit the container

In this article, I will continue the development of TabControl and implement the arrangement of tab headers on all four sides of the control for all modes of setting the size of headers: Normal, Fixed and Fill To Right.

3
Artyom Trishkin
"DoEasy. Controls (Part 15): TabControl WinForms object — several rows of tab headers, tab handling methods" makalesini yayınladı
DoEasy. Controls (Part 15): TabControl WinForms object — several rows of tab headers, tab handling methods

In this article, I will continue working on the TabControl WinForm object — I will create a tab field object class, make it possible to arrange tab headers in several rows and add methods for handling object tabs.

2
Artyom Trishkin
"DoEasy. Controls (Part 14): New algorithm for naming graphical elements. Continuing work on the TabControl WinForms object" makalesini yayınladı
DoEasy. Controls (Part 14): New algorithm for naming graphical elements. Continuing work on the TabControl WinForms object

In this article, I will create a new algorithm for naming all graphical elements meant for building custom graphics, as well as continue developing the TabControl WinForms object.

3
Artyom Trishkin
"DoEasy. Controls (Part 13): Optimizing interaction of WinForms objects with the mouse, starting the development of the TabControl WinForms object" makalesini yayınladı
DoEasy. Controls (Part 13): Optimizing interaction of WinForms objects with the mouse, starting the development of the TabControl WinForms object

In this article, I will fix and optimize handling the appearance of WinForms objects after moving the mouse cursor away from the object, as well as start the development of the TabControl WinForms object.

3
Artyom Trishkin
"DoEasy. Controls (Part 12): Base list object, ListBox and ButtonListBox WinForms objects" makalesini yayınladı
DoEasy. Controls (Part 12): Base list object, ListBox and ButtonListBox WinForms objects

In this article, I am going to create the base object of WinForms object lists, as well as the two new objects: ListBox and ButtonListBox.

4
Artyom Trishkin
"DoEasy. Controls (Part 11): WinForms objects — groups, CheckedListBox WinForms object" makalesini yayınladı
DoEasy. Controls (Part 11): WinForms objects — groups, CheckedListBox WinForms object

The article considers grouping WinForms objects and creation of the CheckBox objects list object.

2
Artyom Trishkin
"DoEasy. Controls (Part 10): WinForms objects — Animating the interface" makalesini yayınladı
DoEasy. Controls (Part 10): WinForms objects — Animating the interface

It is time to animate the graphical interface by implementing the functionality for object interaction with users and objects. The new functionality will also be necessary to let more complex objects work correctly.

2
Artyom Trishkin
"DoEasy. Controls (Part 9): Re-arranging WinForms object methods, RadioButton and Button controls" makalesini yayınladı
DoEasy. Controls (Part 9): Re-arranging WinForms object methods, RadioButton and Button controls

In this article, I will fix the names of WinForms object class methods and create Button and RadioButton WinForms objects.

2