Re: Secondary window
- Posted by "J. Kenneth Riviere" <kriviere at MINDSPRING.COM> Aug 12, 2000
- 451 views
Well, that was it! Thanks much. Now that you've pointed out my error it helps me get a better insight into how Win32Lib is working. I had thought that it was simply storing a string for later usage. Now I see that it is immediately using that string to be able to establish the link to the subroutine name I was passing. Thanks. I have to admit that I'm still struggling with the shift to gui and Windows programming. Too many years writing the controls directly makes it difficult to remember the many ramifications and possibilities of multiple parallel actions within my program. I haven't yet tried to do something where I establish a lengthy transaction and then invoke an event and try to see how well the long transaction handles the interruption. Thanks again. -jkr