What I Usually do is create a Global Flag and set it to False at startup. then the last thing I do in teh Form load event is set it to true. In the
Change event Simply check the status of the flag in the first line , if it is false Exit sub
Scot Rose, MCSD
Microsoft Visual Basic Developer Support
Want to know more? Check out the MSDN at msdn.microsoft.com or the Microsoft Knowledge Base at support.microsoft.com
This posting is provided AS IS, with no warranties, and confers no rights.
--------------------
Quote:
>Subject: DataCombo Change Event
>Date: Sun, 25 Aug 2002 11:58:54 +0200
>Lines: 13
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
>Newsgroups: microsoft.public.vb.controls
>NNTP-Posting-Host: 80.13.60.101
>Path: cpmsftngxa08!tkmsftngp01!tkmsftngp08
>Xref: cpmsftngxa08 microsoft.public.vb.controls:135959
>X-Tomcat-NG: microsoft.public.vb.controls
>Hello,
>how can I avoid the Change Event to trigger already
>on project loading ?
>I need to trigger it manually only.
>Thank you in advance,
>Regards,
>H.G. Lamy