Contact Summary Screen
Hi,
Does anyone know if you can modify the summary screen for a contact on a
PPC 2002 device by defining which fields you wish to display on the summary?
Is it possible to do this without coding? If coding is necessary would
POOM be the best area to start looking at?
Any suggestions would be welcome.
Thanks. Tag: Calendar Tag: 59507
SHFullscreen: can hide Start Menu but not Taskbar. Help!
I've scoured usenet trying to find out how to make an app run in kiosk
mode.
From what I've seen the following should produce my desired result,
that is remove the taskbar and start menu from the app, but it only
removes the start menu. I've spent a half day playing with this code
to no avail, could someone use this to make a test CF app and see
what's wrong here? Or a working sample, but keep in mind I culled
this from supposedly working samples...
Thanks. - Beau
*****************************************************************************
using System;
using System.Drawing;
using System.Collections;
using System.Windows.Forms;
using System.Data;
using System.Runtime.InteropServices;
namespace KioskTest
{
public class SHAPI
{
public const int SHFS_SHOWTASKBAR = 1;
public const int SHFS_HIDETASKBAR = 2;
public const int SHFS_SHOWSIPBUTTON = 4;
public const int SHFS_HIDESIPBUTTON = 8;
public const int SHFS_SHOWSTARTICON = 16;
public const int SHFS_HIDESTARTICON = 32;
[DllImport("aygshell.dll")]
private extern static bool SHFullScreen(IntPtr hWnd, int dwState);
public static bool FullScreen(IntPtr hWnd)
{
return SHFullScreen(hWnd, SHFS_HIDESTARTICON | SHFS_HIDETASKBAR);
}
[DllImport("coredll.dll")]
internal static extern int SetForegroundWindow(IntPtr hWnd);
}
public class API
{
[DllImport("coredll.dll", EntryPoint="FindWindow")]
private extern static IntPtr FindWindow(string lpClassName, string
lpWindowName);
public static IntPtr FindWindow(string windowName)
{
return FindWindow(null, windowName);
}
}
public class Form1 : System.Windows.Forms.Form
{
public Form1()
{
System.Windows.Forms.Button button1 = new
System.Windows.Forms.Button();
button1.Location = new System.Drawing.Point(48, 80);
button1.Size = new System.Drawing.Size(128, 48);
button1.Text = "button1";
button1.Click += new System.EventHandler(this.button1_Click);
this.Controls.Add(button1);
this.ClientSize = new System.Drawing.Size(240, 320);
this.Text = "KioskMode";
}
protected override void Dispose( bool disposing )
{
base.Dispose( disposing );
}
static void Main()
{
System.Windows.Forms.Application.Run(new Form1());
}
private void button1_Click(object sender, System.EventArgs e)
{
IntPtr hWnd = API.FindWindow(this.Text);
if(hWnd != IntPtr.Zero)
{
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Focus();
SHAPI.SetForegroundWindow(hWnd);
SHAPI.FullScreen(hWnd);
}
}
}
} Tag: Calendar Tag: 59505
DataGrid : modifier les tailles des cellules et les polices ???????????
Bonjour a tous,
Je travail actuellement sur un projet qui est presque terminé,
mis a part qu'il contient 3 Datagrid, que je n'arrive pas a paramétrer au
niveau de la taille de la police et du redmentionnement des cases.
je suis allé sur un forum qui m'a envoyé ce ci comme reponse:
Il faut utiliser DataGridTableStyle avec les classes du style
DataGridBoolColumn et DataGridTextBoxColumn (voir l'aide de VS.Net pour plus
d'info et exemples.)
ColumnMapping ....
voila ce que j'ai fais:
'DataGrid : correspond au DG que je veux redimentionner
'TextBox1: est une zone de saisie dans laquelle je rentre des
valeur(dimention de mes cases)
Dim DGStyle As DataGridTableStyle = New DataGridTableStyle
Dim Col As New DataGridTextBoxColumn
Col.Width = Val(TextBox1.Text)
DGStyle.GridColumnStyles.Clear()
DGStyle.GridColumnStyles.Add(Col)
DataGrid.TableStyles.Clear()
DataGrid.TableStyles.Add(DGStyle)
DataGrid.Refresh()
ca plante pas mais ca fé rien????
Ci vous voyez pourquoi n'ésitez pas !!!!!
Email : jpm@adi-soft.com Tag: Calendar Tag: 59504
debugging native code
Hi,
How can I debug programs written for Pocket PC 2002, ARM architecture? I'm
not talking about debugging inside the emulator, but the real target
processor. I have some few routines written in assembly and I don't know if
there is any emulator for the native code or remote-debugging facility. For
this purpose, is there any difference between PocketPC 2002 and 2003?
best regards
Arash Tag: Calendar Tag: 59501
Problems Installing App with the Application Install Wizard
Hello,
How's Everybody??
I use Embedded VB 3.0 to develop app. for a Pocket PC device. About 1
month ago I had problems with my HD, and I have installed all my
developments tools again. I use the Application Install Wizard to create
the Setup package for my application. I remember(before my computer
crashed) that after I finishes with all the steps in the wizard
automatically the wizard installed my app. on the hand held, now this is now
happening. If I try to run the Setup.exe contained in the CD1 folder, the
Setup program asked me for a destination folder and let me browse and select
a destination in my computer not the hand held. So what I'm doing right now
is copying the .cab file to the hand held and running it directly to install
the application. I 'm not sure what settings I have before that allowed me
to install the app with the wizard, or running the setup.exe.
Any ideas????
Thank you very much in advance.
Marlene Roman
WDS Tag: Calendar Tag: 59496
Ports, PocketPc an TS Sessions
Have you any driver or soft to print and read on a device such as M-station
by Vega-Infotek on a generic way without manufacturing specifications.
Is it posible to use this devices with aplications running on a Terminal
Server platform?
How can I print and read form Irda peripherals for PocketPC on Terminal
Server sessions running on PDA's?
Regards and thanks for you answer. Tag: Calendar Tag: 59493
Media Player Embedded ActiveX
I'm trying to develop a web page with the embedded player
control. I downloaded and installed the control on a Dell
Axim running PC2003.
The sample page (essentially copied from the SDK) runs
fine on my desktop (W2K). But, on the Axim, the page is
blank and "sometimes" closes.
Any suggestions? Tag: Calendar Tag: 59490
Refresh Today Screen from external program
I am developing an application with two components:
One is a dll that is called from the today application.
The other is a MFC program.
When the MFC program changes some data in a file the dll should reload to
update itself.
This works fine when I add or remove an item from "today" or use the "MS
THEME SWITCHER" for example. But isn't there a way to force "today" to
reload from an external program?
Thanks in advance -
Rainer
PS Sorry for posting this message four times. It always appeared under my
own Message with the wrong date Tag: Calendar Tag: 59487
PPC Emulator
Can anybody please let me know about the issues that might
popup if we use the Pocket PC emulator in the real time
environment?
The performance is one issue but that's major only in case
we use multimedia.
Any help will be much appreciated.
Regards,
Teekam. Tag: Calendar Tag: 59482
Invalidate Today Screen
I am developing an application with two components:
One is a dll that is called from the today application.
The other is a MFC program.
When the MFC program changes some data in a file the dll should reload to
update itself.
This works fine when I add or remove an item from "today" or use the "MS
THEME SWITCHER" for example. But isn't there a way to force "today" to
reload from an external program?
Thanks in advance -
Rainer Tag: Calendar Tag: 59480
Pocket PC 2003 SDK docs are now in MSDN!
It occurred to me today that I hadn't seen anyone point this out on the
newsgroup yet. The Pocket PC 2003 SDK docs are actually up in MSDN online
now, as of about two weeks ago. If you want to peek at something without
having to install the SDK, you can get at it directly from the web! This is
much improved over the 2002 and 2000 SDK where you could only get technical
articles. The 2003 docs in MSDN are the complete set of API reference docs
and whatnot that you get in the SDK download.
I don't have a great direct URL for you, but
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/guide_ppc/htm/_ppc_pocket_pc_api_reference_igwh.asp
will get you in the vicinity. It's the top page for the API reference, but
also expands the navigation tree out enough so you can see all the other
documentation and articles that were in the SDK.
Hope someone finds this useful!
--
Neil Enns
Lead Program Manager
Microsoft Mobile Devices Product Group
This posting is provided "AS IS" with no warranties, and confers no rights. Tag: Calendar Tag: 59479
Network File Share Service
Has anyone used Network File Share services to send data
from a Pocket PC to a shared drive on another Machine on
the Network? I wanted to code a propriety app to
transfer files to a network share, each the pocket pc is
cradled (the cradle creates the network connection and
authentication). What is the best way to get to the
shared drive? (IP ADDRESS\DIRECTORY?). Any issues anyone
has run into?
(Also, we can't use web services or TCP/IP). I was
hoping for a process that is similar to copying to a
network share from a laptop or desktip.
Frank Tag: Calendar Tag: 59473
ANN: Use HTMLview.dll in .NetCF Application
I extensively used the HTMLview control in an my eVB apps and it worked
great. (thanks to the devbuzz.com article written by Alex Yakhnin). Well I
ported the code to C# so I could use it in my current applications. If your
an eVB developer moving to .NetCF and need HTML functionality I am sure this
will come in handy.
To download the code goto www.clearknowledge.com and click on News & Events
and you will find it there.
Mark Arteaga
www.clearknowledge.com Tag: Calendar Tag: 59472
Problem regarding ActiveX on Pocket PC 2002 Emulator
Hi guys,
I have a problem regarding the activeX. I have an
activeX which receives and sends an image file from/to the
server. I use http post and Microsoft Windows Internet
Extensions (InternetReadFile & InternetWriteFile
functions) to post the image back to the server.
The activeX works fine on the Pocket PC 2002 but not on
the Emulator. I can store the image files locally on the
Emulator but can not retrieve them from the server nor
send them back to the server. Is this a limitation of the
PocketPC Emulator?
I am using Embedded Visual C++ 3.0, Pocket PC 2002, and
Windows 2000 Server. Any suggestions or resources pointing
to this problem are greatly appreciated.
Thanks,
NS Tag: Calendar Tag: 59469
Modifying the order of the columns of the list
I would like to know as I can modify the order of the
columns of my list. I am using the code:
void CB1::OnButTest()
{
CHeaderCtrl* pHeaderCtrl = m_Grid.GetHeaderCtrl();
if (pHeaderCtrl != NULL)
{
int nColumnCount = pHeaderCtrl-
>GetItemCount();
LPINT pnOrder = (LPINT) malloc
(nColumnCount*sizeof(int));
ASSERT(pnOrder != NULL);
m_Grid.GetColumnOrderArray(pnOrder,
nColumnCount);
int i, nTemp;
for (i=1; i<5; i++)
{
if (i==1)
nTemp = pnOrder[i];
pnOrder[i] = pnOrder[i+1];
}
pnOrder[5] = nTemp;
m_Grid.SetColumnOrderArray(nColumnCount,
pnOrder);
free(pnOrder);
}
}
... and the column of list are:
m_Grid.InsertColumn(0, (LPCTSTR) _T("Produto"),
LVCFMT_LEFT, 100);
m_Grid.InsertColumn(1, (LPCTSTR) _T("Qtde"),
LVCFMT_LEFT, 60);
m_Grid.InsertColumn(2, (LPCTSTR) _T("Pr. Cx."),
LVCFMT_LEFT, 60);
m_Grid.InsertColumn(3, (LPCTSTR) _T("Pr. Un."),
LVCFMT_LEFT, 60);
m_Grid.InsertColumn(4, (LPCTSTR) _T("Prazo"),
LVCFMT_LEFT, 60);
m_Grid.InsertColumn(5, (LPCTSTR) _T("Subtotal"),
LVCFMT_LEFT, 60);
But only the titulos are being changed of place, with this
the content of the columns continue in the same place. I
would like to modify the positioning of the column with
its titulo and fields.
Can you help-me? Tag: Calendar Tag: 59467
Server Busy loop locks eVC 4.2
Has anyone tried debugging when using Emulator\Folder Sharing? Right after
setting the share in the debugger, I get a Server Busy message and the only
way to get out of the loop is to kill eVC. Any insight appreciated.
Thanks, Karl Tag: Calendar Tag: 59465
DropDownList size
HI
I'm developping a web site for Pocket PC with ASP .Net and I'm testing with
Pocket PC 2002 emulator.
I have a problem with <asp:DropDownList> because I can't see all the item
that contains.
Is there a solution to this ? How to do to automatically resize the list of
the size of the longer item of the list ?
Thanks Tag: Calendar Tag: 59455
TextBox and Special caracters
HI
I'm developping a web site for Pocket PC with ASP .Net and I'm testing with
Pocket PC 2002 emulator.
I have problems with special caracters (é,ñ,...) that don't appear correctly
in text box areas.
Do you know if it exists a solution ?
Thanks Tag: Calendar Tag: 59454
ActiveSync 3.7 <-> Pocket PC 2003 SDK Emulator over Virtual Switch
Hi,
I've been pulling my brains out trying to get ActiveSync 3.7 to connect to
the PocketPC 2003 SDK Emulator. I'm running Win XP, and I've installed the
SDK Service Packs 1 & 2.
From the Pocket PC Development Guide (MSDN Home > MSDN Library > Pocket PC
and Smartphone > Pocket PC Development Guide > Working with the Pocket PC
Emulator > Using the Emulator > Using ActiveSync with the Emulator), I am
successful able to do everything, except steps 8 & 9.
When I open Activesync in the Emulator (Step #8), and click Sync (Step #9),
the Emulator says "Connecting", and I get the confirmation sound. On the
Activesync side, it initially says "Connecting", but after a few seconds I
get the error: "Critical communications services have failed to start. Try
resetting the mobile device, and then connect again."
When I reset the emulator, I get the same result...
A little more information - in the emulator, when I go to
Activesync->Tools->Options, my laptop's name appears in the "Use this PC"
field, and I have both boxes underneath the field checked (Use mobile
schedule to sync with this PC, and Sync with this PC during manual sync).
Also, I can successfully bring up Internet Explorer in the browser and
connect to the Internet, passing through my laptop.
Any help would be greatly appreciated! Thanks!!!
--
Thanks,
Terry Tag: Calendar Tag: 59452
RTTI & PocketPC 2003
I am using eVC++ 4.0 with the standardsdk. I am able to compile and
run code that uses dynamic_cast<> and typeid on the standardsdk
compiler just fine. When I move that code to a pocket pc 2003 device
it runs perfectly fine until it reaches the dynamic_cast or typeid
calls then throws an exception. I need a definitive answer as to
whether these are available on a ppc2003 machine or whether my code
just needs to be linked differently. I am new to this area so I just
need to know what is possible and impossible so I can get on with my
work. Thanks. Tag: Calendar Tag: 59448
Embedded tools download - Product ID
downloaded EVT2002web_min.exe (all 200+ MB).. only to find
it requires a product key. I thought this was a freebee?
Is this a fact.. or is there a product key that is
available to install this product? Tag: Calendar Tag: 59441
Great New Pocket Pc Software Shop now On-Line
Great new Pocket Pc Software Shop now On-line @ www.onestoppocketshop.com
Suppliers of Today Themes, Ringtones, Games, Applications, Multimedia and
much more.
One stop pocket shop, software suppliers for Pocket PC and Smartphone
devices, Partners with award winning website Handango.
All sales are processed through Handango's secure server. Tag: Calendar Tag: 59440
custom control question
I am trying to write a design time custom control using
Studio.NET 2003. I already add the reference to System
and System.Windows.Forms. But when I build my project, I
got errors:
c:\PPCCustomCtrl\bin\Debug\System.CF.Windows.Forms.dll
Referenced class 'System.Windows.Forms.Control' has base
class or
Interface 'System.ComponentModel.ISynchronizeInvoke'
defined in an assembly that is not referenced. You must
add a reference to assembly 'System'.
c:\PPCCustomCtrl\bin\Debug\System.CF.Windows.Forms.dll
Referenced class 'System.Windows.Forms.Control' has base
class or interface 'System.Windows.Forms.IWin32Window'
defined in an assembly that is not referenced. You must
add a reference to assembly 'System.Windows.Forms'.
C:\PPCCustomCtrl\MyTextBoxCtrl.cs
(13): 'System.Windows.Forms.Control' is defined in
multiple places; using definition
from 'c:\Qin\DotNET\CSharp\PDA\PPCApplications\PPCCustomCt
rl\bin\Debug\System.CF.Windows.Forms.dll'
Error: The dependency 'System.Drawing,
Version=1.0.5000.0, Culture=neutral,
PublicKeyToken=969db8053d3322ac' in
project 'PPCCustomCtrl' cannot be copied to the run
directory because it would conflict with
dependency 'System.Drawing, Version=1.0.5000.0,
Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a'.
Can anyone tell me the reason? Tag: Calendar Tag: 59436
Tabcontrol 's Tabpage Position so strange
I put a tabcontrol control into my form,and then add the tabpage. In the IDE
,I can see the tabpage's "tab" on the top,but when I run it,the tabpage's
"tab" is on the bottom now. Why ? Tag: Calendar Tag: 59433
Provisioning the device (PPC 2003)
I remember seeing an artcle or MSDN video clip of how the new 2003 devices
can be provisioned using XML files downloaded from a server.
If I remember correctly, there was a website where you can go create sample
XML files with settings for your Pocket PC (e.g: start page for PIE etc).
Does anyone know what that site was? And where can I get some more info on
the provisioning functionality? I have not installed the 2003 SDK yet, so
let me know if its included in that.
Thanks! Tag: Calendar Tag: 59432
Can not deploy to iPaq h2215 with VS .NET 2003
My Development Envirnoment:
1. newly configured window 2003 server
2. VS.NET 2003 architect installed
3. pocket PC 2003 SDK installed
4. SQL Server for CE 2.0 installed
5. ActiveSync 3.7 installed
My Pocket PC:
1. brand new HP iPaq h2215 with pocket pc 2003 OS
2. ActiveSync 3.7
Connection:
ActiveSync USB connect h2215 to my developing PC without any problems,
I can install pocket street, games to pocket pc and browser WWW from
pocket pc.
Problem:
I have encountered a deployment problem when trying to deploy a simple
C# project developed with VS.NET 2003 to my new iPaq h2215 (with
pocket pc 2003).
I am keep getting a error message:
Deploying to Pocket PC Device using TCP Connect Transport
Error: Cannot establish a connection. Be sure the device is physically
connected to the development computer.
Confusion:
1. My ActiveSync is working fine, the light is green and status is
connected, I can view my pcoket pc folder from development PC, connect
to Interent...
2. However, VS.NET 2003 IDE can not establish TCP connection to pocket
pc at all!
3. This is my first time to deploy VS. NET 2003 project to pocket pc
2003, before, I have done this with VS. NET 2003 to pocket pc 2002
with ActiveSync 3.5 without causing me any problems!
Need:
HELP!!!
Thanks
Chang Tag: Calendar Tag: 59426
web service
i'm getting a "there is no source code available for the current location"
when i try to instanciate a web service. i have added a web reference to a
site that has a namespace "automation.synchronize".
in the class there is a variable defined:
private webservice as automation.synchronize
i get the error when instanciating it here:
public sub tryIt() ' just some dummy interface for sample's sake
try
webservice = new automation.synchronize ' here's the error
catch e as exception
msgbox(e.message)
end try
end sub
any ideas? i would also like to be able to change the web reference url
dynamically. if anyone knows how, i'd like to know...but being able to
consume the service in the first place is the main issue right now.
tia,
steve Tag: Calendar Tag: 59425
USB file dump from WinCE industrial controller
We have a unit gathering some data on a WinCE device. We need to
goto the premises and download some data files. Since the device has
a USB port, (no accessible disk, or flash) it would seem that the
best way is to simply download to a USB memory card watch-a-ma-
hinky. Does anyone have a utility for doing this or the code to do
this. It seems simple ... but I don't want to re-invent something
that is probably already be available.
Gale Tag: Calendar Tag: 59424
does PPC2002 avail sms implementation at all?
If any one has successfully implemented incoming sms
detection by any method on a t-mobile, please respond.
I've tried 3 different methods with no success.
Thanks in advance
Preiya Tag: Calendar Tag: 59420
CAB Files
Hi
I have a CAB file in the IPAQ File Store. When i install from the CAB
File the file gets deleted when finished. Is there anyway that when
insatlled the cab file stays there?
Neil Tag: Calendar Tag: 59417
How to stop "Connected" dialog PPC2002
I'm using PPC2002 and every time a connection is made
the "Connected" dialog is displayed (with the hide and End
buttons). How do I prevent this dialog from displaying?
Thanks in advance,
Simon Tag: Calendar Tag: 59416
Activating an application from Today screen
Hi frnds,
Can you suggest a way for activating an application
from "Today" Screen ?
Any suggestions or tips would be of great help.
Thanx Tag: Calendar Tag: 59414
PR_CREATION_TIME
hi,
I want to know the precise time when a new mail or sms
gets stored in the inbox in activesync or sms folder. i.e.
when the message was received on the device.(t
mobile/ppc2002) I guess PR_CREATION_TIME is the property
which gives such time. But its giving me default value for
all the messages in the inbox. Any other property i can
use? Tag: Calendar Tag: 59413
How to stop Connected dialogbox
When I connect to the internet via a PPC 2002 device I get
the "Connected" dialog box containing the "Hide" and "End"
buttons. Can somebody tell me how I stop this from
showing please?
Thanks in advance,
Simon Tag: Calendar Tag: 59412
What is The Combobox.Dropdown Event In VS2003 Vb.Net CF ?
In EVB3, I can use the Combo Box's Dropdown Event to do something when it
Droped down,but ,I can not find the same event in the Vs2003 Vb.Net CF
Combobox Control.
Who can help me ? Tag: Calendar Tag: 59411
Invalidate Today Screen
am developing an application with two components:
One is a dll that is called from the today application.
The other is a MFC program.
When the MFC program changes some data in a file the dll should reload to
update itself.
This works fine when I add or remove an item from "today" or use the "MS
THEME SWITCHER" for example. But isn't there a way to force "today" to
reload from an external program?
Thanks in advance -
Rainer Tag: Calendar Tag: 59409
Invalidate Today Screen
I am developing an application with two components:
One is a dll that is called from the today application.
The other is a MFC program.
When the MFC program changes some data in a file the dll should reload to
update itself.
This works fine when I add or remove an item from "today" or use the "MS
THEME SWITCHER" for example. But isn't there a way to force "today" to
reload from an external program?
Thanks in advance -
Rainer Tag: Calendar Tag: 59408
Install SQL-Server in PPC Emulator
Which steps are necesary to install SQL Server CE (or other programs) in the
emulator?
I try to conect the emulator with Active Sync 3.7 but it don't work. I have
eVC++ and SDK 2003 and I can run my own C++ programs in the emulator.
Could be instaled in the emulator?
Could I install other software?
Thanks;
Jorge Morrás
P.D.: I look for this answer since May. I hope you can help me. Tag: Calendar Tag: 59397
ANN: PocketAI Digital Mind Assistant v. 2.2 release
Miami, FL - 3D Net Productions announced the version 2.2 release of
it's decision wizard software for the Pocket PC, the PocketAI Digital
Mind Assistant. This unique application turns the Pocket PC into an
artificial intelligence thinking machine using boolean and fuzzy logic,
useful for business and personal life decision making.
PocketAI is now better than ever. New features and improvements include:
- A second boolean mode has been added. This new boolean mode allows
the direct comparison of two alternatives using a list up up to five weighed
attributes.
- Added optional password protection for individual PocketAI documents.
- Fixed Menus setting issue where icon appeared twice in previous versions.
- Added several prompts to guide users throughout the application.
- Bug fixes and provisions to catch and prevent improper use. PocketAI is
now virtually 100% stable and protected against potential malfunction due
to misuse.
All PocketAI 2.x registered users can simply download and install this
upgrade at no charge. Your existing registration keys will work with the
new product automatically. Version 1.x users with paid registration can
upgrade at no charge upon request.
This upgrade is highly recommended. Please go to
http://www.3dnetproductions.com/pocketai and download your copy today. Tag: Calendar Tag: 59389
How do I load XML file to MSXML?...
dear All..
I have problem with MSXML..
I wanna load file to MSXML but It doesnt work..
I tried many method which finded internet.
But I failed..
I think,
although load() method return success,
If problem causes
"iXMLElm->getElementsByTagName(L"NAME", &iXMLChild);"
then it close function..
iXMLDoc->load(L"file:\\My Documents\\a.xml", &vSuccess);
if(!SUCCEEDED(hr))
AfxMessageBox(_T("LOAD FAIL.."));
iXMLDoc->get_documentElement(&iXMLElm);
iXMLElm->getElementsByTagName(L"NAME", &iXMLChild);
AfxMessageBox(_T("aaa")); //It doesnt work..
.......
.......
.......
and,,, another fail..
//CComBSTR bstrXML;
//bstrXML = XMLData; //XMLData is CString that read from file..
//iXMLDoc->loadXML(bstrXML,&tEmpty);
//iXMLDoc->loadXML((BSTR)(LPCTSTR)XMLData,&tEmpty);
but,,,
iXMLDoc->loadXML( L"<customer><NAME>Joe</NAME>"
L"<last_name>Smith</last_name></customer>",&tEmpty);
iXMLDoc->get_documentElement(&iXMLElm);
iXMLElm->getElementsByTagName(L"NAME", &iXMLChild);
AfxMessageBox(_T("aaa")); //It do work..
......
......
......
What is the best method to load xml file..?.. Tag: Calendar Tag: 59386
PocketPC 2002 and 2003
Since, there is a big changes on the platform and SDK. So, does the
PocketPC2002 application able to run under the PocketPC2003 platform?
regards, Tag: Calendar Tag: 59381
Anyone else having problem with POOM calls under the 2003 OS?
I've got an application that uses POOM to read and display apppointments on
the screen. It seems to work fine under the 2002 OS, however, POOM works
sporatically under the 2003 OS for the same exact executable. Specifically,
when I do a ->get_Items() and go through all the available appointments POOM
doesn't always return all the appointments!
It seems to work ok if I leave out the
->put_IncludeRecurrences(VARIANT_TRUE)
call, but works inconsistently if I have this call in. Anyone else
experience this kind of problem with POOM and the 2003 OS?
I'm baffled!
Thanks,
ppcinfo Tag: Calendar Tag: 59380
Fixed columns of one list
I would like to know as I can fix a column of my list,
thus, when I click on the ScrollBar of the list, this
column do not move. For example I have a list with the
fields: Product, Price, Amount and Stated period, I would
like of when I click on Horizontal ScrollBar, the column
Product is fixed, thus improving the visualization.
Somebody can help me! Tag: Calendar Tag: 59379
Multiple button clicks slow
I have a PPC program that has some owner drawn buttons and a text box up top
(very similiar to the calculator button). If you try to press the same
button (like the #1 in the calculator) in a row the second press doesn't
register unless you wait a second or so. This doesn't happen in the
calculator program. I can't see what I'm doing wrong.
I am catching BN_CLICKED then doing
case ID_BUTTON2:
{
int ndx = GetWindowTextLength(textbox);
SetFocus(textbox);
SendMessage(textbox,EM_SETSEL,(WPARAM)ndx, (LPARAM)ndx);
SendMessage(textbox,EM_REPLACESEL,0,(LPARAM)"2");
break;
}
Any suggestions are welcome.
Frank Tag: Calendar Tag: 59378
help
hello, like I can make work the ActiveX control that uses
the DLL Mscecomm.dll on the Internet explorer (pocket pc
2002) this at the moment working to me but in pcs
windows98/XP/NT/2000. I need to solve the problem Tag: Calendar Tag: 59374
WPA on PPC 2003
I need some information regarding WPA on PPC 2003:
1. Will it be supported? I know that CE.NET 4.2 supports it, but I've been
hearing reports that WPA isn't enabled on PPC 2003.
2. If it is supported, does WZC provide a GUI for WPA setting on PPC 2003?
3. Where can I find documentation regarding the interface to the EAP/PEAP
DLLs so that a 3rd party client utility can configure the stacks for legacy
and WPA settings?
Thanks! Tag: Calendar Tag: 59371
databinding in Access cont.
I read the earlier post that said to buy a 3rd party tool
to develop with Access and pocket pc 2003 ... Does that
mean that is not possible to connect to an Access Database
like you can connect to an sql database without writing an
extensive tool?
My situation is that I developed an application for pocket
pc with eVB to depoly july 1. I developed on pocket pc
2002, when the rest of the handhelds arrived they were
pocket pc 2003 (we did not order all pc's at the same
time) and my app did not work on them for obvious
reasons. Do I have any other options then re-writing the
app in vb .net? (Which I have no idea how to use)
Thanks much! Tag: Calendar Tag: 59367
Copying files to emulator
Hi:
I'm new w/ all this embedded stuff. I am trying to copy
a configuration file I made to a PocketPC emulator but I
can't seem to figure out how to do that. Any help would
be appreciated.
Thanks. Tag: Calendar Tag: 59366
programatically reading the volume label of an MMC
Greetings,
Would anyone have an idea of how I would programatically
read the volume label of the MMC card loaded in the slot
of a Pocket PC?
-Thanks
Chris Tag: Calendar Tag: 59359
Does anyone know how to open the calendar.exe application, telling it
to show a specific day? I'm using eVC