microsoft.public.dotnet.framework.windowsforms.controls
RSS FEED IDEMS: www.tech-archive.net: microsoft.public.dotnet.framework.windowsforms.controls
- Can I share menu items between menus?
microsoft.public.dotnet.framework.windowsforms.controls: Can I share menu items between menus?
- Winforms binding -> non-IListSource to a ListBox
microsoft.public.dotnet.framework.windowsforms.controls: Winforms binding - non-IListSource to a ListBox
- StausBar not in toolbox Form Design
microsoft.public.dotnet.framework.windowsforms.controls: StausBar not in toolbox Form Design
- How can I tell when a control is fully created
microsoft.public.dotnet.framework.windowsforms.controls: How can I tell when a control is fully created
- Q: Why PictureBox takes SO MUCH memory ??
Summary:
I have a problem with memory when trying to load more pictures ..... ... I already tried to reduce quality of images, ...
- Charts Control
Summary:
I'm developing a windows application using vb.net on SQL database, ... database changes every second (like stock quotes), ... data changed on my application using dynamic chart. ...
- Efficient way of removing selected items from a (very) large ListView
Summary:
ListViewItems, and I need to be able to remove all the selected items. ... foreach ... foreach (int index in lv.SelectedIndices) ...
- Listview Control ?
Summary:
getting the size of the sting using the listview font and it is about 2 ... StringSize to there correct unit of measure for the .Width of the listview ... Dim StringSize As SizeF = g.MeasureString(Text, ... If StringWidth> Me.TextColumnWidth Then ...
- Avoiding the Forms BackColor to Control
Summary:
When I drop a Button to it, the component assumes the same BackColor of this Form parent. ... How do I to avoid this behavior? ... Thanx for all and sorry my english, ... Luciano. ...
- Form within a panel resize problem
Summary:
I have a parent form which contains a panel control. ... Anyone know how to get around this and make the child form resize when the ...
- Displaying rich text in a listbox (in 1.1)
Summary:
trying to override the drawing (via DrawItem), but the only way I see to ... it in the listbox...character by character. ... create an RTF control and dump its graphics into the DrawItem event's ...
- Hide a property from a property grid at runtime.
Summary:
property grid at runtime but allow it to be seen at design time. ... I tried setting the category of the property to 'Design' and that does not ... I am designing a control that is going to be ... manipulated at BOTH runtime and at design time. ...
- UserControl and TextChanged event
Summary:
Anyone know why the TextChanged event on the UserControl object is public ... Intellisense you can't see the TextChanged event but I can still to ... Even in MSDN it says TextChanged is not intended to be used from code. ...
- AutoComplete ComboBox with DroppedDown=true
Summary:
I have create an autocomplete combobox in VS.NET 1.1 based on some ... string ToFind = Text.Substring+ e.KeyChar; ... int Index = FindStringExact; ... SelectionLength = Text.Length - SelectionStart; ...
- Component, Properties window and Object Collection Editor
Summary:
I am trying to create a component to Validate Controls in a Form. ... like the IErrorProvider). ... My point is that i am trying to create an item in the properties window ... the three dots button it pops up the Object Collection Editor. ...