[nsbasic-ce] Package misc. files for deployment

2010-02-28 Thread michiman56
If I have a few files to go with the application, say into its folder, how do I go about this? Things like .TXT or .BMP files. I tried adding such files as resources but they don't seem to get deployed. Is there something else I need to do? Where does the Project's Dir to Include property

[nsbasic-ce] Re: file system help

2010-03-02 Thread michiman56
Ok, it looks like you are using the newObjects SFMain to do this. I'm not a fan of using magic numbers, even if they do save space in NSB/CE programs. I always have to look them up, so I prefer to declare constants using the names in the library's typelib where possible. You seem to be opening

[nsbasic-ce] Re: file system help

2010-03-02 Thread michiman56
Sorry about the typo in Option Explicit there. Should be all on one line of course. --- In nsbasic-ce@yahoogroups.com, michiman56 rriemer...@... wrote: Ok, it looks like you are using the newObjects SFMain to do this. I'm not a fan of using magic numbers, even if they do save space in NSB

[nsbasic-ce] Re: Unable ti resolve ClassID

2010-03-03 Thread michiman56
Probably should be SFRecord. The newObjects libraries seem to use a c prefix on constants and enums, but not on classes. --- In nsbasic-ce@yahoogroups.com, George Walters gwalt...@... wrote: Good question! Guess I need new glasses. Have an appointment next week. Thought I clipped this from

[nsbasic-ce] Borderless ListView?

2010-04-03 Thread michiman56
I want to use a ListView (NSBasic.comctl.ListView.1) full screen on some forms, but it just looks wrong and inconsistent with Windows Mobile applets like Task manager, etc. The culprit is the default sunken border. But as far as I can tell this control doesn't have a BorderStyle property. I

[nsbasic-ce] Re: Windows Phone 7: Just blew our foot off?

2010-10-15 Thread michiman56
since Windows embedded CE gets the compatibility with Win32 (http://download.microsoft.com/download/8/3/8/8382E93C-4840-435F-B856-1D2672692DEB/Windows-Embedded-Standard-7-Technical-Overview.pdf)? Best Regards, Marc --- In nsbasic-ce@yahoogroups.com, michiman56 rriemersma@ wrote

[nsbasic-ce] Microsoft Said to Be Unveiling Windows for ARM Chips

2010-12-22 Thread michiman56
One for you George. Microsoft Said to Be Unveiling Windows for ARM Chips http://www.bloomberg.com/news/2010-12-21/microsoft-is-said-to-announce-\ version-of-windows-for-arm-chips-at-ces-show.html Is this something that NSB-CE might target, or would NSB-Desktop (with ARM libraries) be more

[nsbasic-ce] Re: What SQLite manager should I use on the desktop?

2011-02-18 Thread michiman56
Why not try the one provided by the outfit that produced the SQLite library you're using? In this case: http://www.newobjects.com/product.asp?Category=76 Or was this the one you tried? --- In nsbasic-ce@yahoogroups.com, elriba75 edgard.riba@... wrote: Hi, I wanted to create a new SQLite