Re: [nsbasic-ce] Re: or, disable the power button

2010-05-26 Thread George Henne
I can't see how you would do this from NS Basic. Instead, could you have your program save its state whenever something significant happens? >and more here... > >http://www.codeproject.com/KB/windows/WiMoQueue.aspx > >--- In nsbasic-ce@yahoogroups.com, "Stewart M" wrote: >> >> Or, anyone have an

Re: [nsbasic-ce] Re: Lock-up on seond run of my application

2010-05-26 Thread George Henne
This sounds like a problem we have seen before. At this point, we don't have a fix for it. We have looked into the problem, and it appears to be fairly complex. > > >Hello, > >Yes - I do execute a Bye statement... > >Cheers, > >Mike. > >--- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: >>

[nsbasic-ce] Re: Lock-up on seond run of my application

2010-05-26 Thread Mike
Thanks. Is the issue tied to the Tab control or a more general problem? If the Tab control, then I will re-engineer to not use that GUI control. Cheers, Mike. --- In nsbasic-ce@yahoogroups.com, "George Henne" wrote: > > This sounds like a problem we have seen before. At this point, we don'

[nsbasic-ce] Re: or, disable the power button

2010-05-26 Thread Stewart M
Success! Kind of. Found this: http://msdn.microsoft.com/EN-US/library/aa908497.aspx And after futzing around with the code came up with this... Declare "sub PowerPolicyNotify Lib ""Coredll"" (ByVal PPN_UNATTENDEDMODE as long, ByVal PPN_TF as Boolean)" PowerPolicyNotify 3, True 'power butto