Somewhere I read that I can only have 1 Form object open at a time, and the example of using 2 forms in a program has Form1.Hide before Form2.Show. Instead of...
You can probably do this in your own code (not the generated code). How about having your forms only use the top part of the window, while you add your own...
I looked at that, and I'd like more screen area to work with. It occurred to me I could make multiple Frame objects and turn the Visible property on and off...
Hi Dont know if this helps but I have an application the the user selects from the first window either Defects, Inspections Reports etc. The selection shows...
Hi Again The other thing that I have done is disable the Windows Close X button. This means that the user can only close a window by using the close button I...
Hello everyone! I am new to NS Basic, even though I have been a registered NS Basic for PalmOS user since Version 3. I just never really got around to ...
Answers in line. ... without ... If you have the API declarations, then you can probably use NSBasic Desktop. Look at the Declare2 project in the Samples...
I've been ending my program by just clicking the window's close (X) button. But now I want to execute some form unload code, so I added a QUIT button that...
I feel dumb asking this as it should be simple enough. I'm very new to NSBasic however, I like what I see so far. I'm using the CE version (if that matters)...
Have successfully install the latest version of NSBasic/Desktop. Creating and saving projects seems to perform fine. However, after closing IDE and trying to...
I just took a fresh Vista system out of the box. I wasn't able to reproduce this. Can you give me a step by step so I can make it happen here? Thanks! George...
Mr. Henne, Here's the setup: Computer: Sony VGN-UX390N (with latest updates) Vista Business All Microsoft Office (2003 & 2007) product has been removed. Two...
Hi Tom, There are many variables here. Let's take this topic off line while we work through all of them. We'll share the results with the group when we are...
Sounds, good to me. Where would you like me to start. Tom Seroogy PS - I'll be on the road for a day or two. I may not be able to respond till I return....
I get the an error error in line 22 Object Required: " when i run the following code Const fsModeAppend = 8 Const vbNormal = 0 Const vbReadOnly = 1 Const...
Thanks George I have just seen the Obivous and removed Dim fso That seems to work Thanks again Ps how come one can look at the same trivial peice of code for 2...
Hi Curtis, seems we both spotted this at about the same time. Regarding your P.S.: that's completely normal. Where I used to work, we often invited a colleague...
When I worked with a group of other programmers. I would often ask someone else for a "sanity check" ;-) John ... work, ... couldn't ... first ... third ... a...
Hey guys, I want to use a grid I own with NSB Desktop. The Grid is the Janus Grid, it is a really nice grid but when I add it to the IDE I do not get any...
Even if the properties do not show up in the Properties Window, you can still use them by setting their values in your code: Grid.Top=10 I don't know a way to...
I understand that I can do what you suggest but I guess it is a matter of usability for me. I am used to code completion and property pages. Thanks ... itself....