Click here to Skip to main content
15,910,877 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Exception Line Number at runtime Pin
lmoelleb17-Oct-07 23:36
lmoelleb17-Oct-07 23:36 
QuestionCould not find the text file in window service Pin
sabby200617-Oct-07 18:28
sabby200617-Oct-07 18:28 
AnswerRe: Could not find the text file in window service Pin
il_masacratore17-Oct-07 22:37
il_masacratore17-Oct-07 22:37 
GeneralRe: Could not find the text file in window service Pin
sabby200617-Oct-07 23:09
sabby200617-Oct-07 23:09 
Questionintercepting network traffic of a process Pin
prattel17-Oct-07 13:59
prattel17-Oct-07 13:59 
AnswerRe: intercepting network traffic of a process Pin
Dave Kreskowiak17-Oct-07 14:09
mveDave Kreskowiak17-Oct-07 14:09 
GeneralRe: intercepting network traffic of a process Pin
prattel17-Oct-07 14:21
prattel17-Oct-07 14:21 
QuestionComboBox issues Pin
tuga-x17-Oct-07 1:24
tuga-x17-Oct-07 1:24 
Hello,

I have an issue with a ComboBox control which I'll try to explain here.

On a windows form, I have Panel A. As a child control to Panel A I have another panel (Panel B). One of the children of Panel B is a ComboBox (ComboBox1).
- Panel A
- Panel B
- ComboBox1

The ComboBox1 is global to the form, since it's needed elsewhere on the code. If I set "ComboBox1.Parent = null" and then dispose of Panel B, the next time I create a new panel with our ComboBox1 inside, none of the ComboBox1 events will fire. Particularly, SelectedIndexChanged, DropDown, DropDownClosed.

It seems that because the parent of ComboBox1 was destroyed it somehow messes up some internal things inside ComboBox1.

Any ideas why this happens? Any suggestions to solve this? Is this a bug from Microsoft?
AnswerRe: ComboBox issues Pin
Luc Pattyn17-Oct-07 2:48
sitebuilderLuc Pattyn17-Oct-07 2:48 
GeneralRe: ComboBox issues Pin
tuga-x17-Oct-07 2:57
tuga-x17-Oct-07 2:57 
GeneralRe: ComboBox issues Pin
Luc Pattyn17-Oct-07 3:13
sitebuilderLuc Pattyn17-Oct-07 3:13 
GeneralRe: ComboBox issues Pin
tuga-x17-Oct-07 3:45
tuga-x17-Oct-07 3:45 
GeneralRe: ComboBox issues Pin
Luc Pattyn17-Oct-07 14:53
sitebuilderLuc Pattyn17-Oct-07 14:53 
GeneralRe: ComboBox issues Pin
tuga-x17-Oct-07 23:02
tuga-x17-Oct-07 23:02 
GeneralRe: ComboBox issues Pin
Luc Pattyn18-Oct-07 2:52
sitebuilderLuc Pattyn18-Oct-07 2:52 
GeneralRe: ComboBox issues Pin
tuga-x18-Oct-07 2:57
tuga-x18-Oct-07 2:57 
GeneralRe: ComboBox issues Pin
Patrick Etc.18-Oct-07 9:16
Patrick Etc.18-Oct-07 9:16 
GeneralRe: ComboBox issues Pin
Luc Pattyn18-Oct-07 9:42
sitebuilderLuc Pattyn18-Oct-07 9:42 
GeneralRe: ComboBox issues Pin
Patrick Etc.18-Oct-07 9:56
Patrick Etc.18-Oct-07 9:56 
GeneralRe: ComboBox issues Pin
Luc Pattyn18-Oct-07 10:41
sitebuilderLuc Pattyn18-Oct-07 10:41 
GeneralRe: ComboBox issues Pin
tuga-x18-Oct-07 22:19
tuga-x18-Oct-07 22:19 
QuestionValueType vs Reference Pin
rtalan17-Oct-07 0:16
rtalan17-Oct-07 0:16 
AnswerRe: ValueType vs Reference Pin
Robert Rohde17-Oct-07 0:27
Robert Rohde17-Oct-07 0:27 
GeneralRe: ValueType vs Reference Pin
rtalan17-Oct-07 0:48
rtalan17-Oct-07 0:48 
GeneralRe: ValueType vs Reference Pin
lmoelleb17-Oct-07 1:39
lmoelleb17-Oct-07 1:39 

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.