Click here to Skip to main content
15,886,026 members
Home / Discussions / C#
   

C#

 
GeneralRe: Why rebuild everything? Pin
Heath Stewart15-Jan-04 6:21
protectorHeath Stewart15-Jan-04 6:21 
GeneralRe: Why rebuild everything? Pin
Carl Mercier15-Jan-04 9:55
Carl Mercier15-Jan-04 9:55 
GeneralRe: Why rebuild everything? Pin
Heath Stewart15-Jan-04 10:05
protectorHeath Stewart15-Jan-04 10:05 
GeneralRe: Why rebuild everything? Pin
Carl Mercier15-Jan-04 11:19
Carl Mercier15-Jan-04 11:19 
GeneralRe: Why rebuild everything? Pin
Carl Mercier16-Jan-04 6:10
Carl Mercier16-Jan-04 6:10 
GeneralRe: Why rebuild everything? Pin
Not Active15-Jan-04 7:16
mentorNot Active15-Jan-04 7:16 
Generalscale a bitmap with 1bppIndexed Pin
FiDz15-Jan-04 3:59
FiDz15-Jan-04 3:59 
GeneralSelectedText in a ComboBox startup problem Pin
= M =15-Jan-04 3:53
professional= M =15-Jan-04 3:53 
I get some strange behavior from a comboBox.
It selects it's value, when the tab page where it's on is Entered.

I do not want that to happen!

When creating or layouting the selection is NULL.
(I'm using the tabpages from the magiclibrary by the way, the designer f***s the visualAppearance enum up but it work ok)

The comboBox uses a dataView for it's selectedValue
and an other one for it's dataSource.

Tried setting the SelectedText in the SelectedValueChanged event but it's already NULL.

Solved it by setting the selectedtext in the tappage enter function.
Unfortunatly this means that i have to litter my code all over the place with functions that fix this.

Is there a more generic sollution to this?
Could I inherit and catch some hidden event that get's fired just before it get's shown? (but after it's layouted)
Or does sombody know what setting might be wrong?

Still puzzling..

(PS 4 people have been trying to find it for a few days now and no luck, so probably only the true wizards can solve this riddle.)
GeneralRe: SelectedText in a ComboBox startup problem Pin
Mike Osbahr30-Jan-04 9:11
Mike Osbahr30-Jan-04 9:11 
GeneralPropertyGrid customization Pin
kaloyan15-Jan-04 3:28
kaloyan15-Jan-04 3:28 
GeneralRe: PropertyGrid customization Pin
Heath Stewart15-Jan-04 6:05
protectorHeath Stewart15-Jan-04 6:05 
GeneralRe: PropertyGrid customization Pin
kaloyan15-Jan-04 22:31
kaloyan15-Jan-04 22:31 
Generala beginner's question Pin
Forrest Feather15-Jan-04 2:56
Forrest Feather15-Jan-04 2:56 
GeneralRe: a beginner's question Pin
Guinness4Strength15-Jan-04 3:49
Guinness4Strength15-Jan-04 3:49 
GeneralRe: a beginner's question Pin
Colin Angus Mackay15-Jan-04 4:16
Colin Angus Mackay15-Jan-04 4:16 
GeneralRe: a beginner's question Pin
HAHAHA_NEXT15-Jan-04 10:58
HAHAHA_NEXT15-Jan-04 10:58 
GeneralQuestion about multicast Pin
Korby15-Jan-04 1:49
Korby15-Jan-04 1:49 
GeneralRe: Question about multicast Pin
Heath Stewart15-Jan-04 6:02
protectorHeath Stewart15-Jan-04 6:02 
Generalwinforms: aligning of column headers Pin
troels_sorensen15-Jan-04 1:23
troels_sorensen15-Jan-04 1:23 
GeneralRe: winforms: aligning of column headers Pin
Heath Stewart15-Jan-04 5:53
protectorHeath Stewart15-Jan-04 5:53 
GeneralRe: winforms: aligning of column headers Pin
troels_sorensen15-Jan-04 7:45
troels_sorensen15-Jan-04 7:45 
GeneralRe: winforms: aligning of column headers Pin
Heath Stewart15-Jan-04 9:24
protectorHeath Stewart15-Jan-04 9:24 
GeneralMultiple Datarelations Pin
switchname15-Jan-04 1:04
switchname15-Jan-04 1:04 
GeneralRe: Multiple Datarelations Pin
Mazdak15-Jan-04 2:40
Mazdak15-Jan-04 2:40 
GeneralRe: Multiple Datarelations Pin
switchname15-Jan-04 3:06
switchname15-Jan-04 3:06 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.