Selection Rectangle
Hi All,I want to fill my rectangle like this. How can I do that?Any ideas?Thanks,Attiqe Ur Rehman
View ArticleMouseDown Event procedure on Drag Drop routines
Hello Everyone:I'm trying to drag drop employee records from one DataGridView to another DataGridView:Following is the MouseDown event routine from the Unassigned Employee Grid Viewprivate void...
View Articleuninstall patch
Hi allI hope this is the correct forum ....Recently i have installed terminal patch in my windows 7..now i want to remove this patch from my pc....please tell me how to remove this patch Thanks;Ram.TT.Ram
View ArticleCan't get 1-bit dept image via c#
thank you in advance for your help!!We are trying to generate 1-bit images via c#. The properties on the image say it is 1-bit, but when we try to print it on a laser that only print 1-bit images, we...
View ArticleSaveFileDialog initial directory and Search Results
Hi folks,I'm running into a problem with the SaveFileDialog class. I've been letting Windows remember the previous directory used by a common dialog (e.g. OpenFileDialog) and when the user does a save...
View ArticleAutomatically scroll to the end of text in a multiline textbox
Hello,I have a multiline textbox where I add text programmatically. When text was added and the text length exceeds the visible part of the TextBox I want to scroll programmatically to the end of the...
View ArticleHow can I add the string text to the method that get string[] to display the...
This is the code in Form1 i tried now:using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using...
View ArticleSwf not seen on some computers
hello in windows forms using a swf that looks great in my development team: I guided the link:http://weblogs.asp.net/twalters/archive/2003/12/29/46265.aspxbut in some machines my swf is not shown, a...
View Articleinherited form problem with access to ancestor object
I have a form A:Formbform A has a custom control myUC which has internal properties and members Ican access from form A public virtual void setDisplay(){ } internal Dictionary<string,int>...
View Article[Windows8&8.1] Print queues-Root Print Queue device will appear after idle
Hi All,I found the device Print queues will auto appear after idle on windows 8 or 8.1 OS.Does anybody know why? or any Hotfix can reference, thanks.
View Articlehow can i show real time clock on each form in visual studio C#
how can i show real time clock on each form in visual studio C#
View ArticleHow add a item to combobox
how i can add a item to combox with value an display value without use a datatableThanks
View ArticleWindows Form Application(VB) - Can not add Data to DataBase
Hi Guys,I'm creating a application with Microsoft Visual Studio 2013 Express/Windows Form Application Managed to Read data from Database(Database was created from within Microsoft Visual Studio 2013...
View ArticleC# Why DrawArc/DrawPie angle point differs from actual Arc point for the same...
When I draw an Ellipse or an Arc using C# DrawArc/DrawEllipse or DrawPie GDI functions, I believed that it draws for the exact angle what I have given. But, when I did a test on it by writing a small...
View ArticleWhich events' event handlers are BeginInvoke'd rather than called directly?
Is there a list of which WinForms Events have the handling of their events BeginInvoke'd to be processed at some later point rather than being called directly?For example, it helped us tremendously...
View ArticleWhich wcf binding should i choose for my Winforms application
HII am having a Winform application which is used primarily for financial analytics ( i.e. uses matlab etc) . As we have to perform lot of analytical function and generate reports based on account/fund...
View ArticleHow to draw on the webBrowser using c#?
Hi everyone, I am a beginner of C#. I am currently working on a simple project that requires to create a web browser a do some simple graphics on it. I have finished the web browser part and I cannot...
View ArticleRegular Expression to validate Directory Path
I have this RegEx to validate a Directory Path but its not working as expected^((([a-zA-Z]:)|(\\{2}\w+)|(\\{2}(?:(?:25[0-5]|2[0-4]\d|[01]\d\d|\d?\d)(?(?=\.?\d)\.)){4}))(\\(\w[\w ]*)))but its allowing a...
View ArticleDataGridView get/set scrollbar position
Hey, so I've searched around and found different answers to this problem but none of em are perfect. I need to be able to get and set the horizontal scrollbar position so that I can get it before I...
View ArticleCheckListBox items checked or uncheck based on ListBox selection
Hi...I have one CheckedListBox and one ListBox that has the same items, and I want the item in checkedlistbox check if it is unchecked or unchecked if it is checked when I select the item in...
View Article