No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
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. … | |
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 … | |
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 … | |
:?: 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 == … | |
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> … | |
[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 … | |
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 … |
The End.