Help: Reinstall eVC4.00 + sp2/3 + PPC 2003 SDK failed
Hi,
I have developed some applications with eVC4 and PPC 2003 SDK several months
ago.
My computer is DELL with preinstalled WinXP.
I had installed eVC4.00 + sp2/3 + PPC SDK 2003, and made some apps for my
DELL PDA.
But last week My computer was updated from net. Then I could not build my
apps since then.
Then I removeds and reinstalled eVC4.00 + sp2/3 + PPC SDK 2003 several
times. The result is the same.
I can't find WCE PPC 2003 App / WCE PPC 2003 MFC App in the
File->New->Projects Tab, and my old apps can't be successfully compiled.
But with WS2003 I can still use the PPC2003 emulator.
Anyone could help me to resolve this problem please.
Thanks.
wzl Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91656
changes of SDIO driver from OzoneUpdate to Magneto
hi~
I am developer of PPC currently working on driver porting from Ozone update
to Magneto with same h/w device. the code(BSP) I have was working well with
OzoneUpdate. what I want to know is about SDIO driver part. We have used
Bsquare sdio driver before but I heard that Magneto will support SDIO driver.
If I want to use MS sdio Stack , should I just simply delete previouse SDIO
driver code ? is there anything else I have to do?
Please kindly give me some advice.... Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91655
IR and UART
Hello,
I am working on an IR remote but I have a few questions about the hardware
involved and IR (raw) in general.
My understanding of the UART is this:
o All serial data goes through the UART. There is no way around this since
it is the last step before actually sending the data out through the serial
port.
o The UART will automatically append start, stop and parity bits when
sending and remove them on incoming data. This is invisible to the user and
causes no problems assuming both sender and receiver use UART.
o The data in transit is not the actual bit representation of the data but
is in fact the data plus the UART bits.
â?¢ Does all IR data go through the UART? I assume it does since itâ??s a serial
device but I am not sure.
â?¢ Can I get around the UART either by disabling it or just bypassing it all
together? I do not want it to â??helpâ?? me in any way. I want to send out a
specific byte without any UART bits.
â?¢ If I am receiving an IR code from a remote the data received is not the
actual data sent. This is due to two things: (1) the UART has already handled
the data and removed the bits it thought were start, stop and parity; and (2)
if the UART is waiting for a start bit and one never comes, then the UART
will continue waiting for a start bit and ignore the data it receives.
This is my general conception of how the UART works. I know this is probably
flawed in a few areas but thatâ??s why I am posting here. Please correct me and
share any good resources that would help me get a better understanding of how
IR communications work.
Now, hereâ??re some general IR questions and ones related to the remote. I am
using VITOâ??s Oscilloscope to view the IR code from the remote as well as
viewing any bytes I send.
â?¢ One finding is that if I send 0x0B VITO receives 0xF6
o FIRE BYTE: 0x0B = 00001011 = |____|¯|_|¯¯|
o SENT BYTE: 0xF6 = 11110110 = |¯¯¯¯|_|¯|__|
â?¢ I saw something along these lines in an IrDA doc as well.
Does anyone have any information on creating an IR remote? I know devices
without a CIR LED arenâ??t designed to function as such but I still would like
any input you can provide. However, the first step is understanding the UART
and how the data is handled.
Thank you,
Kyle Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91654
please help: Context menu on TreeView (.net compact framework)
Hi, there,
i added a context menu on a treeview, using
TreeView tv = new TreeView();
//add nodes
tv.nodes.Add(new TreeNode());
.....
.....
.....
//add context menu
ContextMenu ContextMenu1 = new ContextMenu();
ContextMenu1.MenuItems.Add(new MenuItem());
tv.ContextMenu = ContextMenu1
however ContextMenu is shown everywhere when I tap and hold in the treeveiw.
what i want is the ContextMenu is only shown on the nodes I selected ,
rather than every where in the treeview.
I know it is easy to do it in .net 1.1, but what i want is on .net Compact
Framework,
help please
Regards
Nick Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91653
How can I set timezone info. on PPC?
Hi, all.
I am trying to set timezone programmatically.
First, I get the timezoneinformation through POOM,
IPOutlookApp::GetTimezoneInformationFromIndex. By this way, I can get the
"TIME_ZONE_INFORMATION" structure filled with timezone info.
Next, "SetTimeZoneInformaton()" API is used for setting timezone.
But, It is seem that some timezone info missed. If set the timezone
GMT+8 Taipei(index : 220) and excute ppc clock on today screen,
we can see the GMT+8 Beijing(index : 210).
my code like this,
...
hr = CoCreateInstance(CLSID_Application, NULL, CLSCTX_INPROC_SERVER,
IID_IPOutlookApp, (LPVOID*)&g_polApp);
if(FAILED(hr)) return FALSE;
hr = g_polApp->Logon(NULL);
if(FAILED(hr)) return FALSE;
g_polApp->GetTimeZoneInformationFromIndex(220, &tzinfo);
g_polApp->SysFreeString(pwszVersion);
SetTimeZoneInformation(&tzinfo);
g_polApp->Logoff();
g_polApp->Release();
How can I set the all timezoneinformation right?
thanks. Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91651
Bluetooth Adaptors and Pocket PCS
I want my applicaiton to recieve data thats coming in from a bluetooth
adaptor, which is connected to a device via the serial port.
i have currently ben able to connect to the device with my Pocket PC, but
not sure how to set it up to recieve information..i use BTAccess to connect
my bluetooth, using a SPPConnection (Serial-Port Profile), do i need to set
up a Virtual Comm port (set a prt up with the address the same as my incoming
COM address on my PPC) in my app that is set to recieve the information. Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91643
System.NotSupportedException - on F5 debug but not on CTRL-F5
I built an application that works 100% ok when I run it in debug mode but
with CTRL-F5.
I changed to deploy and get the System.NotSupportedException message.
I ALSO get the error when I run in debug mode with F5 (not CTRL-F5).
Here is a partial piece of code:
using System;
using System.Drawing;
using System.Windows.Forms;
using System.Data;
using System.Data.SqlServerCe;
using System.Text.RegularExpressions;
namespace NJ5J_CarLog_PocketPC
{
public class formCarLog : System.Windows.Forms.Form
{
public string wrkMaximumMileageStart = "9999991.0";
public string wrkMaximumMileageEnd = "9999999.9";
public decimal maximumMileageStart = 0;
public decimal maximumMileageEnd = 0;
public formCarLog()
{
InitializeComponent();
maximumMileageStart =
System.Convert.ToDecimal(wrkMaximumMileageStart.ToString());
The last instruction above is what gives the exception. I found another
solution on this newsgroup and tried Parse() but it also gives the exception.
Is there a namespace I am omitting? The MSDN help shows that this is
supported in the .Net Compact Framework.
Thanks in advance,
Carl Perkins Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91640
Pocket PC vs. Pocket PC Phone Edition
From a development standpoint is there any real difference between a device
running Pocket PC and Pocket PC Phone Edition (other than the obvious cell
phone capability)?
Also, more of a market question. Is Pocket PC Phone Edition going to
eventually replace the WinCE Smartphone system?
I'm looking at branching some of my products out from the Pocket PC platform
to other WinCE platforms and I just want to know if its even worth it to
start working with Smartphones.
Thanks in advance,
ed Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91632
Send dialer app to back - PhoneMakeCall
I have a dialog that calls PhoneMakeCall. My problem is that when the
call concludes the phone app stays in the front. I have tried calling
my app to the front using SetForegroundWindow and the return value
indicates it has worked yet the phone app persists in the front. Is
there anyway to send this back? Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91631
broadcast problem
I'm working in evc 3.0 and I'm making a registry setting change then
broadcasting a notification using:
::SendMessage(HWND_BROADCAST, WM_WININICHANGE, 0xF2, 0);
However, on the pocket pc I'm using my program freezes on that call. I've
done the same thing in evc 4.2 and its worked fine. Does anyone have any
suggestions? Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91629
cheapest pocket pc hardware
I'm new to Pocket PC, Smart Phone, WinCE, etc.
I just want to write some noddy stuff for one of these devices so that I can
familiarise myself. What cheap device would you recommend and are there
any gotcha's that I should know about. E.g. I saw a device for £40 (Toshiba
e740), but I'm assuming that this is not a generic Pocket PC that would be
able to run apps that I author myself? I'm looking to spend about £150 UK
maximum.
Thanks. Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91628
How to select Contacts like built-in Inbox does?
By the built-in Inbox program, in the creating new email/SMS Message window,
tap on "Recipients" or the Contact icon, a listbox will displayed within the
messageBody area.
I want my application has the same functionality, how can I do it?
I checked MSDN, found nothing. actually I don't konw what keywords to search
in the net.
please help me on this . best with sample code
Thanks in adv Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91627
copying sql CE database to desktop
Hi all,
Is there any way to create a database on the desktop from an SQL CE database
that already exists on the handheld? This would be the reverse of the usual
method of the pocket PC subscribing to an SQL server database, and I suspect
it doesn't work that way.
I already have an existing, stand alone CE database on the device, populated
with data, that I want to connect and begin using replication with SQL server. Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91621
iPaq h5550 Biometric FingerPrint Reader
Readers Thank's a lot for read this messages.
La consulta es la siguiente:
I need to know how i can to integrate or star up my iPaq h5550 Biometric
FingerPrint Reader.
The question are the following:
1- This iPaq bring 128 RAM, is possible to grow to 1GB, if is true, i can to
develop some aplication that use the new 1GB SD RAM.
2- I know that this model of iPaq is for control the access of your Pocket
PC (one user),
If I can to use this FingerPrint Reader Tecnologie to implement for my
custom applicatión? For example: Time Access Control for 150 employees.
3- I am a developer, but for me is new this mobile platform; i think that
exist some SDK for develop or use this FingerPrint Reader, I need to know if
is posible to
integrate this SDK with my custom aplication.
I hope for yours helps, i know this is hard, i readed some about embbeded
Visual C++ 4.0, please help me to considerate the best option.
Regards
RAV Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91619
Paint background of Pocket pc task bar ?
I would like to do some skins with ppc task bar and the bottom tray bar.
After searched sdk and newsgroup, I got some clues to do it.
It seems to FindWindow and get handle of taskbar, then SetWindowLong to
replace window procedure.
But I can't find anymore than it.
Here is the page that implement what i want.
http://www.pocketpcdn.com/articles/taskbar_icon.html
but I just want to paint the bg of task bar and the bottom tray bar.
Any help or example is really appreciated. Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91616
IMsgStore::Advise
Hello,
I need to register for the event "fnewObjectCreated" (creation of a message)
in my Inbox folder but the Advise method needs an alocated IMAPIAdviseSink
object.
If I write LPMAPIADVISESINK lpAdviseSink I get a warning that an
uninitialized parameter is used. That's ok because I created a pointer to
IMAPIAdviseSink Interface only. But how can I initialize lpAdviseSink?????
RESULT =
lppMDB->Advise(cbEntryID,(LPENTRYID)rgprops[0].Value.bin.lpb,fnevObjectCreat
ed,lpAdviseSink,&ulong);
please help thanks in advance
Is there a good book available for either CEMAPI or MAPI? Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91614
XMLHTTP doesn't work, I'm getting access denied
Hello,
I need to write a web application for my pocket PC, here is part of the
code I'm using:
xrequest = new ActiveXObject("Microsoft.XMLHTTP");
xrequest.open("POST",url,true );
I'm getting access denied when trying to execute the open method.
The same code works fine when running it using scripting host on the same
pocket PC. Also, the same code works fine on another iPaq I have that uses
win CE 4
Trying to change the security setting in the registry didn't help.
Can someone please help
Thanks,
Shlomi Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91612
programatically turning wireless ON / OFF
hi there,
i would like to know how or if it is possible (through API i guess), to
programatically turn ON and OFF the wireless on my PDA?
thanks,
Paul Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91611
Text to Speech
Does anyone know of a text to speech library which has both english and
french language support and will run on Windows NT Embedded.
Thanks Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91610
Sending data via the IrDa Port
Hi all,
I am writing a small app that needs to send a serial string out of the
infra red port, the app does not need to look for a response hence no
need for a recieve routine. The data that I need to send is simple plain
ascii characters ie: the string "12456" padded with ASCII Start of
Header (1 hex) at the start of the data and ASCII End of Text at the end
of the data.
Has anyone done this before, and if so has anyone got a code sample I
could look at or maybe a goo hyperlink.
Many thanks
Joe Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91606
National Language Support
We are using language resources in one of our projects, and they work fine.
We have not translated any message text yet, and I was wondering how other
people might have done it. The obvious solution is to use hidden labels, but
I was wondering if there is anything better. Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91603
Create a virtual comport for gps data?
Hello!
I want to create a virtual comport on my windows mobile 2003 device which I
want to use for navigation.
I have a rs232 connection to a blackbox which sends me all kind of data
including NMEA signals wrapped in a protocol. I want to extract the NMEA
data from the protocol and send it to the virtual comport so that the
navigation software thinks it has it's own dedicated comport. I've looked in
the microsofts knowledgebase but only find bluetooth related items. like
this:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wcebluet/html/ceconvirtualcomportsample.asp
I couldn't check if this was usefull because I don't have this program.
Can anyone help me?
thanks,
Thijs. Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91602
ftp with evb
Hi!
I have a pocketpc with windows mobile 2003.
I try to use thies code for ftp
http://support.microsoft.com/default.aspx?scid=kb;en-us;305598
the error is here:
lngFtpHandle = InternetConnect(lngInternetHandle, myserverftp, _
INTERNET_DEFAULT_FTP_PORT, myusr, mypsw, _
INTERNET_SERVICE_FTP, INTERNET_FLAG_PASSIVE, 0)
It's work in the emulator but don't work in pocketpc
Pocketpc work with internet explorer, msn etc
Any idea? It's a bug of wininet.dll?
Hi, AEOM Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91600
IOCTL_HAL_GET_DEVICEID not returning a full buffer?
This is a repost with more details. The plot has thickened....
I have some customer complaining about there DeviceID ( a unique id obtained
by IOCTL_HAL_GET_DEVICEID ) not working properly. Further digging I found
that IOCTL_HAL_GET_DEVICEID doesn't return a full buffer.
Here is the deal in more detail. This code works on many machines with many
different os versions. I have narrowed in down to be machine specific. It is
not a problem with Mobile 2003 SE. I purchased a Dell X30 to make sure. Turns
out the code only returns 36 bytes on some machines but 40 on most. So anyone
have any ideas now?
[BAD RESPONSE]
Here is the output on a machine with a 36 bytes return.
Microsoft Windows CE 4.20.0
First Int32: 256
KernelIoControl Error: 0
Buffer Length: 256
Bytes Returned: 36
First Int32: 36
dwPresetIDOffset: 20
dwPlatformIDOffset: 36
dwPlatformIDSize: 0
Full ID: F80300EB-A471-1171-0078-
[GOOD RESPONSE]
Here is the same code run on a Dell x30 with WM2003 SE. Notice the 40 byte
return.
Microsoft Windows CE 4.21.1088
First Int32: 256
KernelIoControl Error: 0
Buffer Length: 256
Bytes Returned: 40
First Int32: 40
dwPresetIDOffsset: 20
dwPlatformIDOffset: 32
dwPlatformIDSize: 6
Full ID:
028B5615-4187-51DF-00A8-0050BFE45CE5
[CODE]
AddText( Environment.OSVersion.ToString() );
uint len = 256;
Int32 cb = 0; //For some reason this is very important
byte [] buffer = new byte[256];
buffer[0] = 0;
buffer[1] = 1;
uint ret;
AddText( "First Int32: " + BitConverter.ToInt32( buffer, 0 ).ToString() );
try
{
ret = KernelIoControl( IOCTL_HAL_GET_DEVICEID, IntPtr.Zero, 0, buffer,
len, ref cb );
AddText( "KernelIoControl Error: " + GetLastError().ToString() );
}
catch
{
throw;
}
AddText( "Buffer Length: " + len.ToString() );
AddText( "Bytes Returned: " + cb.ToString() );
AddText( "First Int32: " + BitConverter.ToInt32( buffer, 0 ).ToString() );
Int32 dwPresetIDOffsset = BitConverter.ToInt32(buffer, 4);
Int32 dwPlatformIDOffset = BitConverter.ToInt32(buffer, 0xc);
Int32 dwPlatformIDSize = BitConverter.ToInt32(buffer, 0x10);
StringBuilder sb = new StringBuilder();
sb.Append(String.Format("{0:X8}-{1:X4}-{2:X4}-{3:X4}-",
BitConverter.ToInt32(buffer, dwPresetIDOffsset),
BitConverter.ToInt16(buffer, dwPresetIDOffsset+4),
BitConverter.ToInt16(buffer, dwPresetIDOffsset+6),
BitConverter.ToInt16(buffer, dwPresetIDOffsset+8)));
AddText( "dwPresetIDOffsset: " + dwPresetIDOffsset.ToString() );
AddText( "dwPlatformIDOffset: " + dwPlatformIDOffset.ToString() );
AddText( "dwPlatformIDSize: " + dwPlatformIDSize.ToString() );
for( int i = dwPlatformIDOffset; i < dwPlatformIDOffset +
dwPlatformIDSize; i ++ )
sb.Append( String.Format("{0:X2}", buffer[i] ));
string text = sb.ToString();
AddText( "Full ID: " + text );
[/CODE]
--
Bobby Cannon
SharpDeck Software
www.sharpdeck.net Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91593
Bluetooth with Pocket PCs
I have a question to everyone
I am trying to develop an application that recieves information from a
bluetooth adaptor (which is plugged into a detector via a serial port
connection), the information will be recieved by teh bluetooth on my Pocket PC
At the moment will be recieving data in bytes.
Is there a easy way to implement something like this. Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91591
Exporting SDK from PocketPC Magneto
Could someone tell me the command line for exporting a SDK package?
Thanks,
Tiegang Li Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91590
how to get device id or whatever unique for every device?
Hi
Does anybody have any idea to recognize devices uniquely?
KernelIoControl () works with some devices but not all.
I think there should be some kind of id which can apply to every device like
MAC address for Ethernet devices.
If anybody knows, please reply.
thnks Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91589
How to using CopyMessages method of CEMAPI?
Hi
if a SMS message has just created using CreateMessage method, how do I get
its ENTRYID?
What I want is to copy this new created message to a folder.
MSDN do not have a sample for this, could any one show me the code?
Thanks Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91584
Persistent installation
I have programmed a pocketpc (HP/iPaq 2210) to operate as a controller for
some electronic test equipment.
The problem I have is that if the battery goes flat on the iPaq it loses its
application. I have the installation stored on the non-volatile memory
area, and can re-install, but then the installation erases itself.
Can I get the installation to NOT erase itself after installation, or can I
run the application from the non-volatile area?
Can someone give me a pointer here?
TIA
Steve
Albury AU Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91582
COMM Ports on Windows Mobile 2003 Second Edition
Hi all,
I have an HP4700 running on Windows Mobile 2003 Second Edition.
I am running a couple tests on my COM ports and I currently have the
following information that I get from the registry:
Port Registry Path Description
COM1 Drivers/BuiltIn/Serial "Serial Cable on COM1:"
COM2 Drivers/BuiltIn/Serial_FIR "Infrared Port"
COM3 Drivers/BuiltIn/IrComm "Infrared Port"
COM4 Drivers/Buildin/Serial_BTUR
COM5 Drivers/BuiltIn/Serial5 "Bluetooth Serial Port COM5:"
COM8 Drivers/BuiltIn/Serial8 "Bluetooth Serial Port COM8:"
COM9 Drivers/BuiltIn/SerialUSB "Serial on USB"
When I run the test with Bluetooth enabled, ports COM2 and COM4 fail. Why
would these ports fail if Bluetooth uses COM5 and COM8?
When I run the test with Bluetooth disabled, ports COM2, COM5 and COM8 fail.
If port COM5 and COM8 are Bluetooth and Bluetooth is disabled, how can they
fail saying that they are in use? Do I have the wrong mapping for the ports?
Any help is appreciated.
Thanks in advance.
--
Anderson Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91581
Pocket PC Emulator Stuck
My pocket PC emulation is stuck on "Tap to Set Up." How can I get around
that? Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91579
embedded VC 3.0 question
I am building an application that requires that I use eVC++ 3.0. I have a
question concerning the development environment.
How do I copy additional files to the emulator when I start the debugger?
How is this done in 3.0.
Paul Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91578
Header File compile time problems
Hello,
I am using EVC4 with the pocketpc 2003 SDK.
When I try to compile a set of c files that I have added to the Source Files
for a workspace that I have set up, I get a lot of errors in the include
files that came with the pocketPC 2003 SDK.
Im assuming that I have not set up the project or EVC4 correctly.
I have tried creating the project as a WCE ppc 2003 application, targeted
for the WCE ARMV4 and win32 emulator, as an empty project, simple windows CE
application and a typical hello world application.
Compiling the Typical Hello World app worked fine, before I added my C files.
Here are some examples of the errors/warnings I get, any pointers anyone has
would be greatly appreciated, I have not used VC/VS or EVC before. Thanks!
Compiling...
xcnv.c
C:\Program Files\Windows CE Tools\wce420\POCKET PC
2003\Include\emulator\stdlib.h(752) : error C2143: syntax error : missing ':'
before 'constant'
C:\Program Files\Windows CE Tools\wce420\POCKET PC
2003\Include\emulator\stdlib.h(752) : error C2143: syntax error : missing ';'
before ':'
C:\Program Files\Windows CE Tools\wce420\POCKET PC
2003\Include\emulator\stdlib.h(752) : error C2059: syntax error : ':'
...
C:\Program Files\Windows CE Tools\wce420\POCKET PC
2003\Include\emulator\winnt.h(2890) : warning C4005: 'CONTEXT_CONTROL' :
macro redefinition
C:\Program Files\Windows CE Tools\wce420\POCKET PC
2003\Include\emulator\winnt.h(1318) : see previous definition of
'CONTEXT_CONTROL'
... Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91572
library for 3D graphics for PocketPC
I have to make some practical task for uni. Course of computer graphics.
From lines and B-splines with antialiasing to 3D rasterizing with textures.
Will it be worth to do for PPC?
Just want to know, is there something already for PPC? free? Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91571
Available Space
Using a C# from a PC how can I find out how much main memory space there is
available and how much storage card space is available?
--
-Demetri Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91570
Push error when trying to push a table to SQL Server
I am trying to push a table from my pocket pc to my SQL Server but I recive
an error "The table cannot be opened " "The specified table does not exist ".
I recive this error when I have made changes to my table and then want to
push it back to SQL Server.
I can not understand why it does not work,. The table does exist.
Can anyone help me to solve this problem. Please
Thanks Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91561
Suspend/Resume and TODAY Screen
This is a general question for Pocket/Win Mobile. -- I have seen this happen
multiple times on Win Mobile 2003.
Launch your application -- next let the device goto sleep for a prolonged
period of time -- like overnight. Come back the next day and then power-on
the device you will see that in some-cases you first see the TODAY SCREEN
then your application and in other cases it directly jumps to TODAY SCREEN
and stays there ...
For an enterprise app and a novice user they feel that the app has exited
and if there is any captivity code included the Today screen seems to easily
break it by showing the Start -Menu etc on the top.
Is there any way to avoid or better stop such forceful behavior of the TODAY
SCREEN ?
Thanks in advance. Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91556
Suspend/Resume and TODAY Screen
This is a general question for Pocket/Win Mobile. -- I have seen this happen
multiple times on Win Mobile 2003.
Launch your application -- next let the device goto sleep for a prolonged
period of time -- like overnight. Come back the next day and then power-on
the device you will see that in some-cases you first see the TODAY SCREEN
then your application and in other cases it directly jumps to TODAY SCREEN
and stays there ...
For an enterprise app and a novice user they feel that the app has exited
and if there is any captivity code included the Today screen seems to easily
break it by showing the Start -Menu etc on the top.
Is there any way to avoid or better stop such forceful behavior of the TODAY
SCREEN ?
Thanks in advance. Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91554
Customize My pocket PC OS
Hi evryone,
I would like to customize my Pocket PC OS by uninstalling all software,
drivers and hardware in ROM that I don't need.
My aim also is to build my application in ROM so as to be loaded and
installed automatically if I do Hard Reset.
Could Platform Builder do that ?
If not, do you know any way to realise this operation.
Thanks. Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91551
Bluetooth Wake uo
Hi,
I have a belkin USB adapter and I am using the stack provided by Microsoft.
The OS is MS win XP SP2.
The problem is when my system goes in stand by and when a request arrives
from my PDA the system does not wake up.
Can somebody please help me here.
Subu Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91550
2 hopefully easy questions....
1. Is it possible to disable the battery warning popup message?
2. Is it possible to change the percentage level for when the alarm is
shown? eg..to show when it gets down to last, say 10%.
thanks,
paul Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91549
WM_VSCROLL
Hello,
my SpinButtonCtrl is connected to an input field, the orientation is set to
vertical.
If I press the up arrow the number of my input field is decreased and if I
press the down arrow the number is increased. How to change this behaviour.
I want to press the up arrow to let the number increase and to press the
down arrow to let the number decrease.
please help thanks in advance.....eVC++ 4.0 dialog based mfc app Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91547
Help! DELL AXIM UPGRADE
First Is it possible to upgrade DELL Axim X30 with the ROM Update? (From
support.dell URL about 33MB)
second is it possible to reverse the ROM Version leter if needed?
Thanks,
Arvi Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91546
Using Platform Builder libs
Hi,
I'm currently developing an application for PPC 2003. My problem is that I
would like to use one of the .lib files included in Platform Builder 4.2. I
have downloaded the trial version of PB and as I interpret the EULA, I'm not
allowed to link the lib file into my program if I intend to distribute it
comersially.
I guess my question is this: If I purchase the full license for Platform
Builder 4.2, am I then allowed to use lib files included in the PB for
comersial use?
regards
Johan Haren Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91544
Scrollbars on inputforms
Hi,
We're making some input forms on a PPC 2003 SE, using VB.Net...
But we ran into some trouble when the forms started getting larger than the
screen. We are now using the VScrollBar class, and to scroll, we put all the
input-fields on a panel. So when the user scrolls, the panel's Top-property
is set, so that it moves off the screen. This works obviously, but not
nearly how it should be done i guess....
Can anyone help me out on how to do this properly??
regards,
Christian Berkhout
Iv-Software BV
The Netherlands Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91542
About delete a file
Hi I use C# on PPC,
how can I delete a file with C# and moves it into Recycle Bin?
--
Thanks in advance,
Renzo Contarini Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91540
sync/recharger port
Hi Pocket PC gurus,
I am looking at a project that will be using pocket PC, but the other end
will be either a serial link or a USB link. There are many converter cables
for converting from sync/recharger port to serial/USB, but none for the SDIO
port. So my question is, will I be able to use the recharge/sync port from my
program? Thanks. Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91538
5-way Nav Control .NET CF API?
How does one receive notification of a button event from the 5-way Nav
control on a PDA with .NET Compact Framework? Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91537
graph code
Hi,
Anyone know of any free code or add-in to display extremely simple graph,
from a data grid, or other data object with just a date and a value?
I have seen the post from Mooseworks software, and their graph control
sounds great, but I'm not able to spend money on this part of the application.
Any code source or advice on writing my own code would be appreciated.
Thanks Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91531
ActiveSync - Combine or Replace - dialog question
Is there any way an ActiveSync provider can tell when this dialog is
displayed, and which option is selected?
Frank Tag: Unresolved external OleLoadPicture an IID_IPicture Tag: 91528
Hi wich library I need to resolved this linkererror?