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.

0 Endorsements

4 Posted Topics

Member Avatar for MRafeie

Hi The [I]System.Windows.Forms.SendKeys.Send[/I] method does not support sending Left or Right shift key. How can I send these keys in C#? thanks in advance

Member Avatar for MRafeie
0
1K
Member Avatar for msd1357

Hi You can use the [I][B]ParentForm[/B][/I] property of your component easily. For example: this.MasterFormName = this.ParentForm.Name;

Member Avatar for MRafeie
0
79
Member Avatar for MRafeie

Hi I've a WindowsFormsApplication project and I wanna use Office components in it. For example, Consider the PlainTextContentControl which belongs to Microsoft.Office.Tools.Word namespace. (i.e. As we know this component is in the "Word Controls" group of ToolBox.) I added the above reference to my project, but this component is not …

0
80
Member Avatar for MRafeie

Dear All I'm looking for an algorithm or method to divide a GraphicsPath into some segments. For example: There is a curve and I'd like to have 10 points on it which denote to 9 section with equal length. i.e.GraphicsPath is a class in 'System.Drawing.Drawing2D' namespace.

Member Avatar for MRafeie
0
57

The End.