
Really need help a bug with VS.Net and MaskEditBox
It work, I just miss something in my code after put your
function. Can you tell more about this function. Where do
you find it and where I can find information about those
special event call.
Thanks a lot
But I suppose to be generated code and I had some trouble
Quote:
>-----Original Message-----
>Hi Eric,
>You'd have to provide more detail information. Did you
include the code I
>showed below ?
>Bill.
>> Hi
>> thanks for the function but what I can do if it return
me
>> System.NullReferenceException ? It's mean what?
>> thanks for your help and patience
>> >-----Original Message-----
>> >Hi Eric,
>> >Try the following code in your form.
>> > Private Const WM_SHOWWINDOW = &H18
>> > Private m_loaded As Boolean
>> > Protected Overrides Sub WndProc(ByRef m As
>> System.Windows.Forms.Message)
>> > If m.Msg = WM_SHOWWINDOW Then
>> > If Not m_loaded Then
>> > m_loaded = True
>> > MyBase.OnLoad(New System.EventArgs())
>> > End If
>> > End If
>> > MyBase.WndProc(m)
>> > End Sub
>> >> Hi,
>> >> I have a form without anything on it and I use the
>> >> form_load to popup a msgbox "allo". Simple like that.
>> When
>> >> I try to add a maskeditbox on my form the program
didn't
>> >> pass into the form_load then My msgbox cannot be
showed.
>> >> Thanks to every one who try.
>> >.
>.