Re: multi threading
HI, I found out that is the RS232 Class that have causing me problem. It
happen when i use it with
..Workingmode = overlapped
"aikwee" <aikwee@spammer .com> wrote in message
news:uXNeAAEgDH A.2344@TK2MSFTN GP10.phx.gbl...[color=blue]
> thanks guys, i guess i have to dig deepper to find what's going on....
> "Dick Grier" <dick_grierNOSP AM@msn.com> wrote in message
> news:%23kXBu66f DHA.3324@TK2MSF TNGP11.phx.gbl. ..[color=green]
> > Hi,
> >
> > The UI is STAThread (Single Apartment Threaded). The Microsoft[/color][/color]
references[color=blue][color=green]
> > for Threading describe what you need to do to write from a free thread[/color][/color]
to[color=blue]
> an[color=green]
> > STAThread code module. The example code that they show involves[/color][/color]
updating[color=blue]
> a[color=green]
> > ListView control, I think. However, the requirements are the same
> > regardless, when your threaded code calls code in an STAThread (UI).
> >
> > --
> > Richard Grier (Microsoft Visual Basic MVP)
> >
> > See www.hardandsoftware.net for contact information.
> >
> > Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
> > Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
> >
> >[/color]
>
>[/color]
HI, I found out that is the RS232 Class that have causing me problem. It
happen when i use it with
..Workingmode = overlapped
"aikwee" <aikwee@spammer .com> wrote in message
news:uXNeAAEgDH A.2344@TK2MSFTN GP10.phx.gbl...[color=blue]
> thanks guys, i guess i have to dig deepper to find what's going on....
> "Dick Grier" <dick_grierNOSP AM@msn.com> wrote in message
> news:%23kXBu66f DHA.3324@TK2MSF TNGP11.phx.gbl. ..[color=green]
> > Hi,
> >
> > The UI is STAThread (Single Apartment Threaded). The Microsoft[/color][/color]
references[color=blue][color=green]
> > for Threading describe what you need to do to write from a free thread[/color][/color]
to[color=blue]
> an[color=green]
> > STAThread code module. The example code that they show involves[/color][/color]
updating[color=blue]
> a[color=green]
> > ListView control, I think. However, the requirements are the same
> > regardless, when your threaded code calls code in an STAThread (UI).
> >
> > --
> > Richard Grier (Microsoft Visual Basic MVP)
> >
> > See www.hardandsoftware.net for contact information.
> >
> > Author of Visual Basic Programmer's Guide to Serial Communications, 3rd
> > Edition ISBN 1-890422-27-4 (391 pages) published February 2002.
> >
> >[/color]
>
>[/color]
Comment