System.Windows.Forms.SendKeys for controlling content over Adobe Flash Player
Hello,I'm trying to control a some content presented over Adobe Flash Player in a browser.This manipulation works well when I'm performing myself on keyboard the keys UP, DOWN, LEFT, RIGHT.But when I...
View ArticleUpdate XML element value or attribute value
Hello,I have this Xml document and i just want to know how to update the element 'name' value based on target id:<sites> <domain id="US1.COM"> <site id="s1"> <target...
View ArticleHow to troubleshoot .net3.5 WinForm localization
If I use .net 4 or 4.5 it works well, but when I use .net3.5 it's not work Step to reproduce this problem: create simply winform project Form1.Text = Form1 set in Form1.Localizable = true change...
View ArticleHow do edit/update datagridview row values by clicking the row?
Hi Friends & Professionals, How do edit/update the data gridview row values by clciking the row? I am using table adapter with MS Access & c# winforms app. am binding data dynamically and i...
View ArticleComponentEditor within a third party environment (WinCC)
Hi there,I have recently developed a suite of controls using WinForms, intended to replace our legacy ActiveX controls for deployment in a range of SCADA environments, such as Siemens WinCC. These...
View Articletreeview drag and drop to word
I'm working on a program that would make a node of a treeview be drag and dropped in MS Word, but when I drag it in MS Word, MS Word would have an error saying "Word cannot obtain the data from the...
View ArticleDrawing on Desktop with Anitalias.
There are many ways to draw on desktop:Using Graphics.FromHDC. Desktop is known as a special window which it's Handle = 0 (I can't solve my problem this way. I can't draw transparent PNG on desktop -...
View Articleunable to add system.windows.forms.controls as a reference
Visual C# Express 2008. I'm trying to change to size property in code and I'm receiving error refering to this. It isn't listed in 'Add Reference'. How can I get this?
View ArticleListviewItem Tag property & performance (storing obejcts in Tag vs Ids)
Hi I have a performance issue question and hopefully someone could share their opinion.I am returning static list of objects to show (only certain properties will show in columns) in a winforms...
View ArticleProgrammatically scrolling ListBox
How can I programmatically scroll a ListBox-Control, without setting the SelectedIndex-Property? The ListBox's SelectionMode is "None", so setting the SelectedIndex-Property raises a...
View ArticleWhy no seperate text and value fields for comboboxes and listboxes?
In ASP.NET listboxes you can have seperate values and text for each item in a listbox, this is useful because it allows you to pass both a unique ID of an object and a text describing it to the lisbox....
View ArticleC# dictionary problem... Need help
Hello Everyone,I am pretty new to coding and am needing some help. I am creating a program that rolls two dice 5 times and then adds the values of each roll and displays it in a listbox. This part of...
View Articlegetting date information using if statement
Hello. I think I've been looking at the screen to long as the brain is not comprehending on how to code the following line. The txtToDoItemDateDue has a short date (2/16/2013) placed there by a...
View Articlehighlight records after certain number of days (c# - winforms)
Hello. In the code posted below it shows in yellow all the rows of the datagridview that are older than today. What I would like to do is show a different color depending on the age of the record....
View ArticleAny Adverstisement Service for Windows Forms desktop application
Can anybody recommend good Adverstisement Service for Windows Forms desktop applicationI have an application for free, thought of getting some ad revenue.
View ArticleAttribute [RefreshProperties(RefreshProperties.Repaint)] doesn't appear to...
I'm writing a custom control based on Control.It has several properties that force a repaint and most my property coding is similar to the following.public string MinText { get { return _minText; } set...
View ArticleHow to list Subfolders AS WELL AS Root Folders GUI FTP Windows Forms C#
I posted this as a response to my previous topic but then I thought it would probably be more appropriate to make it as a new topic as the previous topic was about another question entirely, to be...
View Articlesuggest book for windows form application :book should contain good...
kindly suggest as i know only c#.thanks and regard love4csharp
View Articlewindows form examples
HiI want to practice more windows form application as i am new to this. please suggest good site or material containing good eg so that i can excercise more and more. kindly helpthanks and regard...
View ArticleWcf or webservice?
Hi All,We are using .net framework 4.0 for our application. I will give a brief idea of what I am trying to do here. My application needs to submit requests to most of the US States for medicaid...
View Article