Click here to Skip to main content
15,917,568 members
Home / Discussions / Windows Forms
   

Windows Forms

 
AnswerRe: database based windows application, how to presente data ???? Pin
I.explore.code18-Jun-07 19:35
I.explore.code18-Jun-07 19:35 
GeneralRe: database based windows application, how to presente data ???? Pin
Hasan Jaffal18-Jun-07 22:48
Hasan Jaffal18-Jun-07 22:48 
QuestionWindows preemption Pin
Nir sheffi24-May-07 1:26
Nir sheffi24-May-07 1:26 
AnswerRe: Windows preemption Pin
kubben24-May-07 2:45
kubben24-May-07 2:45 
AnswerRe: Windows preemption Pin
Dave Kreskowiak24-May-07 6:13
mveDave Kreskowiak24-May-07 6:13 
GeneralRe: Windows preemption Pin
Nir sheffi24-May-07 8:38
Nir sheffi24-May-07 8:38 
GeneralRe: Windows preemption Pin
Dave Kreskowiak24-May-07 9:00
mveDave Kreskowiak24-May-07 9:00 
QuestionUnwanted Event firing Pin
francoisdotnet23-May-07 2:06
francoisdotnet23-May-07 2:06 
Hi
I have a composite (complex) CustomControl in VB.NET.

In the *.Designer.vb file a control is set to a Settings value:
Me.nudtags.Value = Global.Project1.My.MySettings.Default.pastags

I suspect this fires the ValueChanged event (even though the Designer.vb file calls Me.SuspendLayout?)

Private Sub nudtags_ValueChanged(ByVal sender As Object, ByVal e As System.EventArgs) Handles nudtags.ValueChanged<br />
<br />
    DoMethod(nudtags.Value)<br />
End Sub


The "DoMethod" can not run in design-time, but it fires and runs as soon as I add the control to a form (in the same project).

There must be a way to prevent this event from firing in design time and/or after the CustomControl is loaded in runtime? Confused | :confused:

PS: I tried Me.DesignMode but with no luck.
AnswerRe: Unwanted Event firing Pin
Dave Kreskowiak28-May-07 6:06
mveDave Kreskowiak28-May-07 6:06 
GeneralRe: Unwanted Event firing Pin
francoisdotnet28-May-07 11:12
francoisdotnet28-May-07 11:12 
QuestionScroll a listbox Pin
ScottM122-May-07 20:28
ScottM122-May-07 20:28 
AnswerRe: Scroll a listbox Pin
PandemoniumPasha23-May-07 1:51
PandemoniumPasha23-May-07 1:51 
GeneralRe: Scroll a listbox Pin
ScottM123-May-07 2:24
ScottM123-May-07 2:24 
QuestionWorkerthread in .Net 1.1 Pin
matthias s.22-May-07 8:27
matthias s.22-May-07 8:27 
AnswerRe: Workerthread in .Net 1.1 Pin
ScottM122-May-07 20:20
ScottM122-May-07 20:20 
QuestionMDI application help - multiple views Pin
earlgraham22-May-07 7:37
earlgraham22-May-07 7:37 
QuestionButton click event Pin
dodoxor22-May-07 5:49
dodoxor22-May-07 5:49 
AnswerRe: Button click event Pin
Paul Conrad13-Jul-07 13:47
professionalPaul Conrad13-Jul-07 13:47 
AnswerRe: Button click event Pin
dodoxor13-Jul-07 21:33
dodoxor13-Jul-07 21:33 
GeneralRe: Button click event Pin
Paul Conrad14-Jul-07 4:25
professionalPaul Conrad14-Jul-07 4:25 
QuestionClick Once with multiple sites Pin
Garry Pilkington22-May-07 1:01
Garry Pilkington22-May-07 1:01 
QuestionImport a class form Pin
dodoxor21-May-07 22:35
dodoxor21-May-07 22:35 
AnswerRe: Import a class form Pin
sarah_malik22-May-07 1:44
sarah_malik22-May-07 1:44 
QuestionRe: Import a class form Pin
dodoxor22-May-07 2:15
dodoxor22-May-07 2:15 
QuestionASP.NET button transparent in Safari [modified] Pin
hifiger200421-May-07 3:24
hifiger200421-May-07 3:24 

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.