Answer Questions
Joel Archambault generic control that can handle all paper documents
Hi, I'm looking for a control (and related database-setup) to give the user one (generic) screen that can be used for electronic input of every paper documents we currently use! (basically, I don't want to build a different screen for every paper document that exists in our organisation, just one generic screen) That way when a new document is introduced it's just a matter of adding it's 'definition' to the d ...Show All
Brian S. Ward Can Microsoft.Ink recognize geometry?
Would be possible to recognize an approximated geometric element like a segment, arc or a circles from an Ink Stroke I never used Microsoft.Ink Thank you Andrea Try posting to the TabletPC dev forum instead. http://www.microsoft.com/communities/newsgroups/en-us/default.aspx dg=microsoft.public.windows.tabletpc.developer Thank you I will! Andrea ...Show All
Krushi ProgressBar Properties
Ok. In the properties window for a progressbar control, it has the ForeColor, and the BackColor. But when I change the properties, the progressbar still has a white background and green boxes. Can someone tell me what the problem is This properties are derived from Control, and are not related to the ProgressBar. the progressbar look and fell is determinate by the OS defintions and theme. To customize a progress bar to match ...Show All
al12345 How to do password masking in data grid
Hi, I would like to do a password masking in a data grid cell. It should display * characters instead of password. I appreciate your help. Regards. Sorry I am not getting the error on my computer. Hi Ken, Thanks for your suggestion. I create a derived class exactly what you recommend, the * characters displayed in the datagrid. But when I click on the password field and then click to other field, the following error appears --------- ...Show All
Sunny Day How to show a dialog in the relative center of the parent form?
Is there a way to show a modal/non-modal dialog in a location that is the relative center of its parent form Thanks. It will work for a modeless dialog if you set the dialog's Parent property before showing it. just set the StartPosition Property to FormStartPosition.CenterParent This works for Modal Dialogs, but I cannot get it to work for a Mode ...Show All
mailtoashish Small problem with a e.cancel in a KeyPress event Plz help
private void textBox1_KeyPress(object sender, KeyPressEventArgs e) { if (!(Char.IsLetterOrDigit(e.KeyChar) == true ||(e.KeyChar)==8)) { e.cancel = true; } } i tried the above code for my alphanumeric filter as a textbox it is giving me the following error.: its saying : --->System.Windows.Forms.KeyPressEventArgs' does not contain a definition for 'cancel' <----- help! how can i ...Show All
Rafer_Smith Capture Property not working as expected
I have created a class that acts as an in-place editor. It is basically a form that contains a textbox. The user passes in the size and then calls ShowDialog. What I want to do is capture all mouse input once the Editor has been displayed so that if the user clicks anywhere outside the textbox the editor will close. To do this I have tried overriding the OnControlCreate method, as well as handling the VisibleChanged event, and setting the ...Show All
Wommat Setting TreeNodeText Property is too slow
Hi ! I've developped a Drag & Droppable Treeview. You may reorder and change the hierarchy dynamically. In my Treeview, Each TreeNode Text contains its order. Example : 1 - Node 1 ......1 - Node 5 ......2 - Node 6 ......3 - Node 7 2 - Node 2 .. ...Show All
Swatanya addition date
I am using VB.NET windows forms. I have problem with addition(+) between startdate and enddate I want to show value to total how many day example startdate =#01/01/2003# enddate =#02/05/2003# totaldate = startdate+enddate what is sum value totaldate Can any one help Thanks ...Show All
DShower editable datagrid - only one column
I am having a heck of a time finding a good link or resource that will help me with this.... I have a datagrid that is populated by a DataSet (multiple-table complex query returned from stored procedure). Now, I want to have a column on&nb ...Show All
JWhitted Need help with Composite Application Block
Hi I am having a lot of trouble understanding the whole CAB ( Composite UI Applicaiton Block ) idea. Can anyone point out a good website ....book ...anything that could help me understand the use of CAB. I have already tried to go threw the hands on labs and it didnt seem to help. After the third lab I was just lost. The only place I have found some understanding was at http://dotnet.sys-con.com/read/133764_p.htm this site helped me wit ...Show All
Arnnei Using Matrix transformations
I`m experimenting with using Matrix transformations on a GraphicsPath. I have added a rectangle to the path and want to use this path to draw several versions of the rectangle(sheared, rotated, translatet etc..). Question: Is there an easy trick to have the r ...Show All
Jack Shoeman same problem
If you use the default .NET Collection Editor on a property should it call the IList.Add method that you have implemented in your collection when the add button is clicked in Collection Editor form Thanks Jamie Yes that does it. Thanks. ...Show All
walt13671 Adding and Removing Items from Listboxes
I have two bound listboxes on my form. The first list identifies all the wards in a hospital. The second listbox identifies the wards assigned to a coverage team. The user should be able to add a ward to a coverage team by selecting the ward in the first box, clicking the "Add" button and having it show up in the second list box. When I try this, I get the error message "Cannot modify the Items collection when the DataSource prope ...Show All
warder Migrate to VS2005 RC1
Surprisingly, there are quite some changes between Beta 2 and RC1, which caused my Beta2 project failed to compile in RC1. Here is one that puzzled me, "Unable to find manifest signing certificate in the certificate store". I didn't sign my project in Beta2, and it didn't give me an error. So now in RC1, I have to sign my project It seems even if I uncheck the item in property page, as soon as I hit the publish, it will roll b ...Show All
