all groups > dotnet windows forms > september 2003 > threads for sunday september 21
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
ComboBox.SelectedValueChanged event
Posted by Dominic Paquette at 9/21/2003 10:39:59 PM
Hi,
I have a comboBox on a form. In the FormLoad event handler, I set the
DataSource, DisplayMember, and ValueMember properties. I noticed that when I
set the properties it causes something like 6 SelectedValueChanged events to
be fired. In the SelectedValueChangedEvent handler SelectedValue.ToS... more >>
Prove this corrective update from the M$
Posted by philippe jourdain at 9/21/2003 2:57:29 PM
Microsoft Consumer
this is the latest version of security update, the
"September 2003, Cumulative Patch" update which resolves
all known security vulnerabilities affecting
MS Internet Explorer, MS Outlook and MS Outlook Express
as well as three newly discovered vulnerabilities.
Install now t... more >>
XSL transform Using XSL.Transform
Posted by John Lehmann at 9/21/2003 11:47:23 AM
I have an interesting problem. I am performing an XSL
transform using the System.Xml.Xsl.Transform class.
I have a database that contains the XSL style sheet
string. And it seems to work pretty well for simple
transforms. But as soon as I add Xsl variables or For each
loops to the XSL strin... more >>
User friendly UI via system/screen log font
Posted by Tony at 9/21/2003 10:59:44 AM
Hi all,
I've been researching MSDN and news forums for the past few days trying to
achieve a more user friendly UI, similar to what MS applications (and
others) do with regards to using system display settings. For example, MS
Outlook uses the system/screen icon log font (established under the... more >>
Floating window makes parent flicker...
Posted by Iulian Ionescu at 9/21/2003 5:56:30 AM
Hi, I have the following problem: I designed a control
that acts similar to a combo box by dropping a small
window on click with some content. The control has a
private member of type ContainerPanel, which is a type I
defined as derived from form. I set all the properties
for this type so ... more >>
|