| Thread | Last Post | Replies |
|
| PictureBox.Size - not setting | 28 Feb 2005 16:33 GMT | 2 |
I have a windows form where I am using a PictureBox with an image. The picture box is created at design time with a specified image. The picture box is anchor bottom left, and set to autosize. During a mouseenter, I want to enlarge the image and on mouseleave put back
|
| Textbox only for numeric input | 28 Feb 2005 16:12 GMT | 1 |
Visual Studio VB 7.0 Is there a possibility to have a textbox that only accepts numeric inputs ? Thanks
|
| ListControl DisplayMember being reset after DataSource change | 28 Feb 2005 15:48 GMT | 2 |
Has anyone else noticed the following problem? I like to set my DisplayMember and ValueMember properties of my ListControls before setting the DataSource (in fact I only set them once) so that my SelectedIndexChanged event only fires once. When I
|
| Change text of a CheckListBox item | 28 Feb 2005 14:14 GMT | 3 |
I get an item text using SomeVar = CheckLB.GetItemText(.SelectedItem) Now I want to manipulate "SomeVar" then move the new value back into the item it was taken from. I can't seem to find the method to change the items
|
| Tooltip problem in TabControl | 28 Feb 2005 10:07 GMT | 6 |
I have created a form containing Messenger-style owner-draw TabControl, with the tabs down the left side. I have found that the tooltips in the top/first tab page work fine when I first start up the program (this is the 'default' page that is first
|
| Panel scrolling | 28 Feb 2005 09:09 GMT | 2 |
I have an owner drawn panel (DockStyle.Fill) I use as a canvas drawing items from a database. Each item is given the same fixed amount of width. If the number of items is large. They will be drawn too far off to the right, thus disappearing outside the clientarea of the panel. ...
|
| Prevent user adding row to datagrid | 28 Feb 2005 01:03 GMT | 1 |
I want to allow the user to edit the existing rows in a datagrid, but not to add any new rows. Is this possible? Thanks,
|
| Making a Startup Windows Form Invisible | 27 Feb 2005 18:14 GMT | 2 |
' Hi all I have been using the following example from the Dot Net Help screen with the above title as my model Sub Main()
|
| Synchronizing Grid and Controls on Different Forms | 26 Feb 2005 20:28 GMT | 1 |
Say I have a DataGrid on one form, and a number of simple controls on another form, both bound to the same DataSet. The form with the DataGrid is launched from the control form, and the DataSet and the name of the table are passed to the form's constructor and then
|
| Microsoft.Office.Interop.Excel | 26 Feb 2005 19:20 GMT | 1 |
I'm developping a windows application which allows user loading and printing an Excel file. My question is about the code of opening a Excel file: here it is: Excel.ApplicationClass _mExcelApp;
|
| Drag & Drop - black square | 26 Feb 2005 17:44 GMT | 2 |
When I do a Drag&Drop operation on my windows form a large black square appeares and follows the mouse. I assume what should appear is an nice icon to indicate the drag&drop status. At first I thought it was some weird display problem specific to my machine. However I have run the
|
| Make ComboBox ReadOnly | 26 Feb 2005 07:57 GMT | 8 |
Is there a way to make a combobox readOnly instead of disabling it. tnx Jean Paul
|
| How do you "cancel" keystrokes in a WinForms control? | 25 Feb 2005 16:00 GMT | 3 |
I'd like to be able to "cancel" keystrokes in a custom textbox (or combobox) so that the user is unable to enter too many characters for the underlying databound field. How? Thanks.
|
| Font sizes | 25 Feb 2005 14:00 GMT | 1 |
I have noticed that when I specify a 8.25 font size Verdana for any .NET controls, and when I specify the smae font size and font-family in a webpage through CSS and displayed in IE, the sizes look different on the screen. Any ideas of how to get them to match up?
|
| microsoft.public.dotnet.framework.windowsforms.controls ,microsoft.public.dotnet.languages.csharp | 25 Feb 2005 13:50 GMT | 1 |
In C#, windows forms, how to override the default look & feel of scrollbar? Do you have an example? thanks from Peter (cmk128@hotmail.com)
|