Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
H

heavenamour

@heavenamour
About
Posts
8
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Windows Forms Question
    H heavenamour

    Hello Dear... InitializeComponent() Is not a special thing ! This is a common function. It will call in Constructor.You can move all codes in this function to the constructor directely ! But You can't change this codes in designer ! Designer (VS.NET) Protects this portion of codes.If you change some codes in this area,Designer will reproduce theme at each rebuild. I hope this was helpful for you, Bye

    C# question winforms

  • RichTextbox Problem
    H heavenamour

    Hi every body I wrote an application in Persian language that contains a text editor with RichTextBox.But when I click somewhere on untyped rich textbox area the system language switch between FA(Farsi) to EN ! :mad: How can I avoid this behavior or rich text box

    C# help question

  • Handling System Events
    H heavenamour

    Thanx For Your Attention Dave. Your Guid was very useful for me.:rose: Good Luck !

    C# question csharp help

  • Handling System Events
    H heavenamour

    Hi... I want to handle system events such as mouse clicks,mouse move and any action that happens out side of my application(When my application is not focused.Such as clicks on desktop or on any other application). Like babylone dictionary and keyloggers.I read an article in code project about system hooks(Global System Hooks in .NET) But hooking is very heavy action.The CPU usage of this sample is 80% to 100% when application is running ! I want a way to trap this events when they happen. Please Guide me !

    C# question csharp help

  • Handling System Events
    H heavenamour

    Hello Every Body How can I handle a system event that is not exposed by the SystemEvents class using c# ? I read somthing about "InvokeOnEventsThread" method in MSDN : public static void InvokeOnEventsThread(Delegate method); But I don't undrestand how I can use it.Please Help Me. Thanx :confused:

    C# question csharp help

  • Customizing .NET Collection Editor
    H heavenamour

    Thanx.Yes I read this. But I can't implement it ? I can customize the CollectionEditor for my HolidayObject but the auto generation code did not created ! Serializing could not work ! :((

    C# csharp design help tutorial

  • Customizing .NET Collection Editor
    H heavenamour

    :confused:Hi every body I Wrote a calendar class that have a collection of holidays as an ArrayList. This collection is a property of my custom control that I want Add some objects of Holiday class to it at design time.I want to customize the .NET collection editor to add my Holiday class instances instead of object type.Please help me. My holiday class is very simple as follow : public class Holiday { private int month; private int day; private string reason; public Holiday(int month,int day,int reason) {...} //Properties public int Month {...} public int Day {...} public string Reason {...} } I read some articles is code project but they were very complicated.Please give me one simple tutorial link if you can. Xironix

    C# csharp design help tutorial

  • Customizing .NET Collection Editor
    H heavenamour

    :confused:Hi every body I Wrote a calendar class that have a collection of holidays as an ArrayList. This collection is a property of my custom control that I want Add some objects of Holiday class to it at design time.I want to customize the .NET collection editor to add my Holiday class instances instead of object type.Please help me. My holiday class is very simple as follow : public class Holiday { private int month; private int day; private string reason; public Holiday(int month,int day,int reason) {...} //Properties public int Month {...} public int Day {...} public string Reason {...} } I read some articles is code project but they were very complicated.Please give me one simple tutorial link if you can. Xironix

    C# csharp design help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups