Ouch! think this is above my level of expertise at the moment. Think I'll stick with the old MGCEWin32.API calls for battery status for now. Thanks for the...
I have been writing a program and testing with a symbol device. Today I am trying to install and test the same program on a Hp IPAQ. I get an error message...
"Unfortunately, the current Pocket PC API requires that Today Screen plug-ins be implemented as Windows DLLs with standard exported entry points." -- MSDN...
Hi, I'm trying to get a hex-string out from a byte-array. ram is a byte-array scr.drawtext ram(0) show's me the character in position 0 scr.drawtext...
Any progress on this ? I would love to help you test this control, but unless someone can tell me how to add it to a formless project I can't get started. Al...
... Remember that NSBasic/CE doesn't have typed variables (byte, integer, etc). Be sure that your array is the data type you expect. I'm guessing that scr is...
This four step guide will give you the foundation you always wanted. Learning the basics in handling stocks. This guide will help anyone, interested in getting...
It seems that all the buttons I create are rounded edged metalic buttons. I try to set the background color with no luck. In eVB you have to pick the style...
Hi Guys: What is ths screen size of the H/PC? More precisely what are the dimension entered into the pictureboc control to have it appear maximum screen size?...
Hi,... i've a unexplicable Problem in a form_load Subroutine in my Program: This Subprogram runs correctly!! ... Sub Zeitaendern_load Dim x apptitle="MP -...
Form_Load is called from Form_Show - which has On Error Resume Next set. It could be that one of the statements in your routine is raising an error. The On...
I just tried this here, on a new project. Buttons are standard Windows looking button: square, not rounded. Setting the BackColor to another color results in...
Hello George, I got the full program from Andreas and did some testing; one of the first things I did was to put "On Error Goto 0" as the first statement of...
Is there a scontrol or some way to get PNG image file support? If not, is there already a web browser written with NSBasic that supports PNG image file and...
Hi George: This should have been a simple thing to remember but old age creeping up. ... The screen size I found out is 640 X 240. Thanks Bob ... From: "George...
Hello Bob, the Resco Photo Viewer supports PNG files. This has nothing to do with NSBasic I'm afraid, and I don't know if it runs on H/PC 2.0 either, but I...
George, I installed the RuntimeFat.ppc.exe supplied with v6.5.1 onto the device. The version of NSBasic on the device is v6.2.0. Have you included the wrong...
I am using the ListBox's event KeyPress(ByVal Keyascii). However, everytime I try to assign anything to ListBox.List(ListBox.ListIndex) I get a This Property...
hello, i had a problem with adding the object in runtime. i am adding the option button during the runtime. AddObject "OptionButton", name, l, 10, 140, 16 Its...
George, I've been having a quick play with the file.nsb sample using the new nsbcomdlg control. Does .initdir actually do anything? I've tried various things...
Robert, The reason for this is some fundamental differences between Windows CE ... In PocketPC (all versions) and the Pocket PC ancestor (Palm-Sized PC) the ...
When you create an object, it stays created. It does not uncreate if you close the form. Put a flag in your program that gets set the first time the Form_Load...