Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached
Member Avatar for Taximus

Hello everyone. I want to share with you a story about ***amasing student***. I knew one girl, she had Windows XP installed on her computer. One day her PC didn't work and she worried about that. She tried to turn it on, it turned and then it didn't show anything. …

Member Avatar for mike_2000_17
0
229
Member Avatar for Taximus

Hi everyone! Can you help me please? I need to write sniffer for internet explorer 9.0 using hooks in c# Is it possible? I searched google.com found some information: SharpCap (packet capture framework for .NET), using .NET Socket class to listen user's activities on the web browser but I didn't …

Member Avatar for Taximus
0
772
Member Avatar for Taximus

Hi everyone! :?: I am very thankful to creators of this web site and participants who give advices to others. It is really cool to be here. I am working on WinForm project. I decided to add background image to the form. Did it. Looks perfect. Then I dropped some …

Member Avatar for ddanbe
0
95
Member Avatar for Taximus

:?: Hi everyone. I am writting restrictions on some buttons. I have a problem. I don't know how to block key "AltGr". I have it on my down right side of keyboard. I do this: [CODE] private void Form1_KeyDown(object sender, KeyEventArgs e) { Keys keys = Control.ModifierKeys; if (keys == …

0
62
Member Avatar for Taximus

Hello everyone. I don't know how to call a method from abstract class in protected method. I know that to call method of some class I need to create an object, then object.Method. What are the other ways to call methods? Here is the example code: [CODE] static public List<Figure> …

Member Avatar for Narue
0
150
Member Avatar for Taximus

[COLOR="Red"]Hi everyone[/COLOR]. :?: I have a big problem. I have different classes: [B]Square, Circle, Star, Triangle[/B]. They allow me to draw figures on the picturebox. I have different buttons on my form. Example button "Circle" works like that: [CODE]Circle circle = new Circle(); list.Add(circle); circle.Draw(this.pictureBox1, circle.mypen, circle.pos, circle.num);[/CODE] When I …

Member Avatar for skatamatic
0
284
Member Avatar for Taximus

Hi everyone. I have a problem. I need to write a program where I can draw elements just by pressing the buttons on the form and I can do some operations with figures which I drew like (spin, delete, maximize/minimize). The task was given to me: use keys on keyboard …

Member Avatar for mazzica1
0
244