OBEX API for bluetooth
Hi,
I'd like to implement a small file transfer app for my own HP iPAQ 4100
(running PocketPC 2003) to PDA phones (Sony Ericsson) using OBEX via
bluetooth. Which tools should I need? What is the API that I need to use?
I found several Obex* functions for PocketPC 2002 (and they severely
lack in detail), but seem to work only with IRDA. Are these the correct
ones, or which functions should I look for? TIA!
Francisco Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71227
How to add a WCE configuration
Hi,
I have a project with only one WCE configuration: STANDARDSDK. I
want to add another WCE configuration: POCKET PC 2003, so that EVC4
can compile it with PocketPC 2003 SDK. Any one knows how to do it?
Thank U.
Stanley Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71226
Bluetooth Hp Pocket PC 5450 and Windows CE 4.2 API
I am trying to use the Windows API to discover and communicate with Blue
Tooth devices. When I call WSALookupServiceBegin it works ok but
WSALookupServiceNext fails with 10050 Network Failure. Has anyone
successfully used the windows API to control the Blue Tooth on a iPaq? The
code for WSALookupServiceNext is below.
PBYTE pOut = (PBYTE)LocalAlloc (LPTR, MYBUFFSIZE);
if (!pOut) return -1;
WSAQUERYSET *pQueryResult = (WSAQUERYSET *)pOut;
for (i = 0; i < nMax; i++) {
dwLen = MYBUFFSIZE;
dwFlags = LUP_RETURN_NAME | LUP_RETURN_ADDR;
rc = WSALookupServiceNext (hLookup, dwFlags, &dwLen, pQueryResult);
if (rc == SOCKET_ERROR) {
rc = GetLastError();
break;
} Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71222
[Q, MFC, CE/Mobile] Weird problems with CListCtrl as WS_POPUP (stack overflows, etc.)
Hi,
Since Windows CE/Mobile does support any type of owner-drawn list
boxes (used in combo boxes), I am trying to develop a replacement. The
replacement is a custom CWnd-derived class called MFC32CQBComboEx (to
take advantage of custom draw in CListCtrl).
In MFC32CQBComboEx OnCreate() (WM_CREATE) I spawn child windows: an
edit control, a button, and a list control:
...
DWORD dwFlags = WS_EX_TOOLWINDOW;
#ifndef UNDER_CE
dwFlags = dwFlags | WS_EX_LEFT | WS_EX_LTRREADING;
#endif // UNDER_CE
...
VERIFY(m_pWndSubListCtrl->CreateEx(dwFlags, WC_LISTVIEW, _T(""),
WS_POPUP | WS_BORDER, 0, 0, 0, 0, GetParent()->GetSafeHwnd(), (HMENU)
0));
...
where pWndSubListCtrl a pointer to an instance of:
class CQBComboDropList : public CListCtrl
{
}
The CListCtrl is created with CreateEx() and WS_POPUP, since if the
combo drop-down is created as a regular WS_CHILD and it overlaps an
edit control, there are problems with mouse pointer/flashing/focus.
All of the code seems to work perfectly on the desktop side, but
Windows CE/Mobile is giving me the following weird behavior:
1. CListCtrl ::SetColumn() bombs out with stack overflow errors. It
works on desktop. Moving the SetColumn() to, say, WM_ACTIVATE causes
the same overflow under Windows CE/Mobile.
void CQBComboDropList::OnSize(UINT nType, int cx, int cy)
{
CListCtrl::OnSize(nType, cx, cy);
if (m_bCreateOk)
{
// account for the fact that we might have
// a vertical scrollbar and adjust first column
// to give "list-box" type of feel
LVCOLUMN col;
col.mask = LVCF_WIDTH;
col.cx = cx;
SetColumn(0, &col);
}
}
2. ON_NOTIFY_REFLECT(LVN_ITEMCHANGED, OnItemChanged) never fires under
Windows CE/Mobile. Works fine on desktop. void
CQBComboDropList::OnItemChanged(NMHDR* pNMHDR, LRESULT* pResult) never
gets called.
Both of those "weird" cases lead me to believe that there is something
I am missing here in the "wide" picture. Any suggestions?
Thanks,
Gary Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71221
Edit Box - Text control
Hi,
Is there any way in MFC that i can retrieve the input text of an edit box
and set it to a new text when the user input a character from the keyboard?
Please note that the edit box resides in standalone application "Pocket PC
Contact Manager" seperate from my application. I'm trying to predict the
user input by retrieving the user text in the contact manager and show the
closest result in this edit box
Thanks for your help Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71219
Pocket Internet Explorer question
Hi,
I have a mobile version of my site and I'm having some trouble with my
download file links in PIE. I have lots of theme files available for
download (.tsk files). Tapping the download links in Pocket Internet
Explorer should allow the user to download/save the linked .tsk file.
Instead, it opens the file as text.
The mobile version of my site is just a simple .html file. Here's the link:
www.mcdeb.com/mcmobile.html. Of course, everything works fine in IE6, but
not in the mobile browser.
I have the same issue when just browsing the open directory of files here:
http://www.mcdeb.com/themes/
Any help would be greatly appreciated. I've been trying to figure this out
for some time now.
Thanks much. Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71209
Changing Text in Popup menu item using MFC
Hi all,
can someone please explaine how to change the text of popup menu item using
MFC mainframe.
THanks for your help Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71208
Moving commandbar
Hi,
I used the CommandBar_Create function in evc4 to create a commandbar, but it
is positioned at the top of the window.
Is there any way to move it to the bottom?
Thanks in advance
Nelson Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71206
repost: appcore
I posted this some days back. Kind of getting desperate now. Would welcome
any pointers...
----------------
In order to migrate my app to pocketpc 2003 from pocketpc 2002, I created a
new project, added files, and moved all settings. The code built fine.
However crashes as soon as it is run. It asserts at line 87 of appcore.cpp:
ASSERT(AfxGetThread() == NULL);
My exe uses couple of .dlls. Exe and dll use MFC in a shared dll, and I am
not linking with any static lib. I put breakpoint on CWinApp constructor,
and the ctor is called only once, so no possibility of having two CWinApp
derived objects either. The same app when built using evc 3.0, and run on
pocket pc 2003 runs fine.
What could be going wrong here?
Thanks Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71203
Bar Code Symbol (Paul Your comments)
(Paul, your comments are mandatory... Your PATIENCE and
guidance has been of great help to us so far.)
Kindly comment on each point below onwards... if ANYTHING
about that is wrong. Kindly understand it is a huge
investment for small company like us,,, hence any mistake
could be too costly for us. I am newbie in development of
pocket Pc and hence would appreciate any help !
1) We have finalyzed the solution
as : -
1) on Symbol PDT 8100 (PDA :
PDT8100-T4BA4000 )with Pocket PC 2002 OS.
2) Zebra QL 320 printer.
Certain facts /our assumptions: -
a. We plan developing application
using .net compact framework (C#) and Symbol Mobility
Developer kit.
b. Bar Code generation and Scanning
i. Our PDA application
will be used for Bar Code Scanning (using any of the code
standard chosen by the end user).
ii. For this inbuilt bar
code scanner of the Symbol PDT 8100 device will be used.
iii. The scanned data will
need to be used directly into our application (to display
in the fields in the applications).
iv. Symbol MSDK scanning
classes will be used for this purposes.
v. BarCode generation will
also be done using the Symbol MSDK.
c. Bar Code Printing
1. We will be using the
thermal printer ZEBRA QL 320 for bar code printing.
2. This printer will be
used on the 802.11 b WLAN.
3. This printer will be
having the a seperate IP over the network.
4. This printer will need
to be installed and configured on the PDA.
5. The DRIVER for the
printer (zebra QL 320)will be already available (on the
PDA?) or would come with the printer.
6. The Symbol MSDK can be
used to print only on the printers installed on the PDT
8100.
7. The installation /
configuration of the printer would be done by providing IP
of the printer.
8. The Symbol MSDK supports
printing (including bar code printing) on this INSTALLED
network printer (ZEBRA QL320).
2) More over need your comments also
on the fact that,are there any WIRELESS BAR CODE SCANNERS
(seperate scanners and not PDA integrated with scanners
like PDT 8100)working on 802.11b from SYMBOL or any other
device? Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71201
Raw IR - Lego Mindstorms
I want to communicate with a Lego Mindstorms device from my Toshiba e740.
I'm able to receive raw IR from lego using OpenNETCF.OI.Serial.Port. It is
very strange begause from the Lego IR i send some data and on my PocketPC I
receive different data.
I tried everything. I set the communication speed to 2400, parity, stopbits,
etc... nothing seems to work.
If this can be solved by some tricks, the huge problem is sending data to
the Lego IR. I tried sending different schemas of data but it didn't seem to
work.
From what i read from the net it is a problem of IR versus IrDA...
Anyone had any luck in sending/receiving IR (non IrDA) from the PocketPC.
Toshiba e740 ?
Thanks, Bill Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71200
Access Violation !
Hello !
I have a question to you.
I am unsing a self written List with a DataStructure and I always get an
AccessViloation exception when i would like to add a new Element.
Data Structures:
Code:
struct weinEintrag
{
CString mWeinName;
CString mWeinJahrgang;
CString mWeinPreis;
CString mWeinProduzent;
CString mWeinBewertung;
CString mWeinAlc;
CString mWeinNotiz;
struct weinEintrag *next;
};
struct weinListe
{
struct weinEintrag *start;
};
The following function takes the weinEintrag as Argument and i want to copy
the values of the Argument into a new WeinEintrag structure:
I am using the following code :
Code:
int weinListe_add( struct weinListe *wnLst, struct weinEintrag *wnE)
{
struct weinEintrag *we;
we = (struct weinEintrag *) malloc( sizeof(struct weinEintrag));
if(!we)
return 0;
we->mWeinAlc = wnE->mWeinAlc; //HERE I GET THE ACCESS VIOLATION
!!!!!
we->mWeinBewertung = wnE->mWeinBewertung;
we->mWeinJahrgang = wnE->mWeinJahrgang;
we->mWeinName = wnE->mWeinName;
we->mWeinNotiz = wnE->mWeinNotiz;
we->mWeinPreis = wnE->mWeinPreis;
we->mWeinProduzent = wnE->mWeinProduzent;
we->next = wnLst->start;
wnLst->start = we;
elementCounter++;
return 1;
}
Can you tell me what's wrong in this code ??
regards, martin Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71196
Search an list all *.txt-files on pocketpc?
How can I search an list all *.txt on the pocketpc or in a specific folder
on pocketpc? Using eVB...
Thanks a lot!!! Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71194
SDP download/CD update for VB.NET 2003
I have already obtained a copy of VB.NET 2003
Standard edition. I would like to know if there is an
upgrade (downloadable / CD) for VB.NET 2003 Standard
edition available that will help get the smart device
programming feature to work with it or will I have to
obtain the entire Visual Studio .NET 2003 Professional
edition package inorder to have the smart programming
feature.
Regards,
Clarence Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71192
technical question about ppc
Dear Sir,
I have never used this means before, but found the name of the newsgroup
under windowsmobile newsgroups. So I thought maybe someone there can help me
out. I'm looking for a place where I can find technical information being a
little more deeper than the average ppc2000 user. For instance, I would like
to know if it is possible to auto-synchronize a folder on my ppc- SD-Card
through ActiveSync (or any other tool). So that my main memory doesn't have
to be used. Or, If I want to get all my appointment from Calendar
automatically backed-up, I keep getting the message 'backup Region is full'.
Can anyone help me to find answers on these and similar questions? Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71191
Connecting to the Internet
Hi,
I am using the Pocket PC 2002 SDK and I want to connect to the internet using the PPC emulator. My system is connected to a LAN using ethernet card which provides a internet connection. Do suggest a way to connect my emulator thru my system.
Regards
Palani Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71189
Serial communication questions
I managed to open a RAW IR port on ipaq 3950, it works on and even manage to
control my HITACHI TV with it, however there are some quirks:
1. the output signal i am sending seems (on a digital scope) to have some
unexpected data along with the signal, i think its from the flow-control or
buffer sizes, what is the right way to open a port without(!) flow control at
all?
2. i am trying to "listen" to incomming ir signals, with success but the timing
of the thread seems to vary from time to time, like the ipaq is spanning to a
different process and then returns, this means the timing is not accurate at
all, how can i use a thread that has ALL cpu power? i tried some time critical
threads but with no luck.
thanks for the future replies ;-)
--
Liran
www.com-n-sense.com Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71184
How to programmatically insert a calenda event?
I am writting an application in eVC++ 3.0
I need to insert a calenda event to remind user from my program.
How can I do?
Please let me know.
Thanks in advance.
-Kien Bui Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71183
writing to a file problem help! using MFC CFile
Hi anyone,
I am trying to write to a file both in the root directory and in the Compact
Flash I get the same problem. Though the file gives me the right amount of
bytes written, only the first character shows in the file. I pasted my
complete code below.
CString fileTestname( "test2.txt" );
CString testMessage( "Coolant Temperature" );
//TCHAR pbuf[20] = _T("Coolant Temperature");
CFile fileObject;
CFileException e;
if( !fileObject.Open( fileTestname, CFile::modeCreate | CFile::modeWrite,
&e ) )
{
AfxMessageBox( TEXT( "Could not open: " )+fileTestname );
} else
{
fileObject.Write( testMessage, testMessage.GetLength() );
}
fileObject.Close();
What am I doing wrong?
Looking forward to your help!
Adolph Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71181
How do you open .prc files
Where can I find or what can I do to open prc files on my
desktop? Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71180
which CF or SD Bluetooth adapters support MS native Bluetooth API?
which CF or SD Bluetooth adapters support MS native Bluetooth API?
(a not the one e.g. from Widcomm)
--
http://msmobiles.com - all about Microsoft
Smartphone and Pocket PC phone.
http://dotnetdn.com - latest .NET CF news. Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71179
How to use wireless to debug my app?
I'm getting quite frustrated. I've been developing an app for iPaq using
the cradle and USB for debugging. Slow as it is it works.
Now, since my app requires serial port access, I need to move my debugging
to via wireless so I can have my serial port cable hooked up. However, I am
lost as to how to set this up. I've read on Google where many people highly
recommend this setup but can't find any info on exactly how to make it work.
As of right now my iPAQ can detect and "connect" to the wireless lan but
can't see the Internet. I'm not sure if it can see the PC and, even if it
could, I have no clue as to how to start a debug session in eVC over the
wireless link to run my app on the iPAQ.
Can some post a HOWTO link or give me some step-by-step directions, please?
I'd be forever grateful. Feel free to dumb it down - I'm a PocketPC newbie.
I'm using eVC 4, ActiveSync 3.7.1, PocketPC 4.20.1081 on WinXP on an iPAQ
4155.
Thanks,
Chris Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71178
Pocket PPC 2003 CD
I have upgraded my viewsonic from pocketpc 2002 to pocketpc2003. When I
tried to read my e-books with the reader, I got the message that Microsoft
Reader could no longer access the book. I downloaded the version 2.2 from
Microsoft and now I can read my e-books again. Seems to me that the new
Microsoft Reader that comes with PocketPC2003 does not contain the latest MS
Reader.
Has anybody else upgraded from pocket pc 2002 to pocket 2003 and can not
read e-books?
Lamar Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71175
get serial port handle
On a PPC, can I use the FindFirstFile API to get the handle of an open
serial port device? Does the FindFirstFile API work with devces??? Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71171
WMP control for PIE can't play secure WMA on PPC2003
I am developing a WMA player to play secure WMA's on PocketPC using eVC3.0 &
the Windows Media Player for Pocket PC Software Development Kit.
I am able to use the WMP control for PocketIE to play regular as well as
secure WMA's( transfered to PPC2002 using desktop WMP9) on PPC2002.
The player is also able to play regular WMA's on PPC2003.
My problem is the player cannot play secure WMA's on PPC2003.
When using this WMA player on the new iPaq h1935 running PocketPC2003
w/WMP9, I notice the following:
1. I can still transfer secure WMA's onto the device w/desktop WMP9.
It creates a DRMv1PM file at the root of the device, or the root of the
Storage Card(SD Card).
2. I can also transfer using a WMDM app. It also creates a DRMv1PM file.
3. The PPC2003's WMP9 is able to play the secure WMA transfered via 1 & 2..
4. The MS sample app from the "Windows Media Player for Pocket PC Software
Development Kit "does not play the secure WMA's anymore. It says "Windows
Media Player cannot play this file because the file cannot be found or the
file type is not valid. Verify that the network and proxy settings are
correct...."
I have noticed that quite a few postings in this and other newsgroup:
1. There was issue about PIE unable to display content using the WMP
control in PPC2003.
2. There was problems playing legally purchased WMA's. I assume these
are secure WMA's.
My questions are:
1. Are there any ways to get the WMP control to play secure WMA's on
PPC2003?
Is there any sample/documentation about this issue?
2. When can we have an updated WMP control that works on PPC2003? So far
everything else seems to work fine on PPC2003 with the current WMP control
SDK except the WMA's w/ DRM.
Thanks!
Joseph
Serenade Systems, Inc Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71169
ppc 2003
Is there a way to get a PPC 2003 OS build with PPC 2003
SDK and/or .NET PPC 2003 emulator? Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71168
appcore
In order to migrate my app to pocketpc 2003 from pocketpc 2002, I created a
new project, added files, and moved all settings. The code built fine.
However crashes as soon as it is run. It asserts at line 87 of appcore.cpp:
ASSERT(AfxGetThread() == NULL);
My exe uses couple of .dlls. exe and dll use MFC in a shared dll, and I am
not linking with any static lib.
What could be going wrong here?
Thanks Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71166
Programmatically beam a file using irsquirt.exe on PPC 2003
In Pocket PC 2000 and 2002, I could programmatically beam a file by invoking
the built-in \Windows\irsquirt.exe program. This program is missing from
2003. Does anyone know what the replacement is, and how to achieve the same
result without too much coding? Thanks! Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71164
How to develop a SMS send/receive program based on PPC 2003?
I have PPC 2003 (not phone edition), and a GPRS CF-card, How can i
develop a Short message send and receive program? Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71163
eVB Run Time and deployment
I have created an application with eVB 3.0 and created a
setup package with Application Install Wizard. I copied
the whole CD1 folder to Pocket PC. On Pocket PC, I
clicked on the file TestApp.Arm 1100 (4K) v3.00.CAB and
the application was installed. When I tried to run the
application, I got the message that the application
requires MS eVB Runtime to install.
What are the eVB runtime files? I can see Pvbform2.dll,
Pvbhost2.dll and vbscript.dll in the Windows folder from
my PC when Pocket PC is connected to my PC.
I am totally new to Pocket PC development. How can an eVB
application be deployed to Pocket PC. Thank you for any
advice. Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71162
Wildcard search in POOM API?
Hi. I'm Sangho Lee.
I'm developing Pocket PC 2003 application using POOM API and CeDB API in eVC
4.0.
I can use only eVC 4.0 currently.
I'd like to know if there's way to search a substring of a property value of
a Contacts item using POOM API,
eg. pItems->Restrict(L"[FileAs] = \"*aa*\"") for the item collection with
"maa", "caab", or "aadd" etc. of FileAs value.
Or, something like LIKE clause in SQL: [FileAs] LIKE "%aa%"
I'm desperately searching the way...
Thanks in advance.
Sangho Lee <chicgeon@yahoo.com> Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71161
code generation error!
Hey,
I just created a PPC 2002 program by entering in the project name, and
accepting all defaults except , I created a dialog based project.
and before adding a single line of code, the compiler gave me the
following error:
"syntax error : identifier PAstruct"
(in afxext.h)
I mean what the hell, so I then deleted the project and tried to
create a new one with the same properties. Same error. This is
something that really shouldnt be happening. Please let me know if
you have tackled this problem and if you know how to fix it.
Thanks Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71160
evc 3/4 and edit control fonts
In EVC 3/4 how do you change the font/weight etc of the edit control ?
I've done an approx screen layout in EVB and now need to code it in EVC
Is it something like ... will use the 'currently selected' font ?? like
textout does ?
TIA
Andrew Kennard Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71159
Troubles with web services
Hi
I am trying to consume a web service (Hello World example) from a Pocket PC.
The web service is on a different computer running IIS and I can navigate to
the .asmx file and see the methods via internet and also invoking them. It
also works using the Internet Explorer built in to the Pocket PC Emulator.
Im running Visual Studio 2003.NET.
In my smart device project i added a web reference to this web service and
used the following very simple code. Just trying to get the first step into
the world of web services.
computer2.WebServiceHello ws = new computer2.WebServiceHello();
textBox1.Text = ws.HelloWorld();
and the error im getting is a System.Net.WebException with the following
message.
"Unable to connect to the remote server"
Now im puzzled what im doing wrong. Can anyone give me some ideas...
<Best regards>
//P Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71148
Troubles with web services
I am trying to consume a web service (Hello World example) from a Pocket PC.
The web service is on a different computer running IIS and I can navigate to
the .asmx file and see the methods via internet and also invoking them. It
also works using the Internet Explorer built in to the Pocket PC Emulator.
Im running Visual Studio 2003.NET.
In my smart device project i added a web reference to this web service and
used the following very simple code. Just trying to get the first step into
the world of web services.
computer2.WebServiceHello ws = new computer2.WebServiceHello();
textBox1.Text = ws.HelloWorld();
and the error im getting is a System.Net.WebException with the following
message.
"Unable to connect to the remote server"
Now im puzzled what im doing wrong. Can anyone give me some ideas...
<Best regards>
//P Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71147
Pocket PC Internet Explorer & Pocket PC Keyboard
while developing a Web Application for a Pocket PC MDA with keyboard I have discovered that the Pocket PC Internet Explorer does not react to the TAB or ENTER keys, except to move the cursor in and out of the address field. Ideally, the TAB key should move the cursor from field to field inside of the HTML Page and the ENTER key should activate command buttons. Can anyone offer me advise? Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71146
evc++ and pocket-excel
How can I read and write data from my application running
on my pocket pc to an excel-sheet on my pocket pc?
At the moment I develop with ecv 3.0, is it better to
use .NET to solve my problem? Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71143
SDE download required
I am presently trying to develop an application to run on
Pocket PC 2002 using VB.NET. I have already installed
the .NET Compact Framework. I need to get the Smart Device
Extension Beta version. I am unable to get it on the
microsoft website. I happened to come across a page on
online msdn (link as given below)
http://msdn.microsoft.com/library/default.asp?
url=/library/en-us/dnroad/html/road04242002.asp
which provides a link to download the beta version of the
SDE
(http://msdn.microsoft.com/vstudio/device/sdebeta.asp) .
But when i click the link provided i don't seem to be
going to the URL that i had clicked. Please let me know
where can i download a copy of sde. Thanks in advance. Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71142
Sub doesn't work after focus is set to grid
This is a multi-part message in MIME format.
------=_NextPart_000_000F_01C3D127.F1785230
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi,
I have the following code:
Private Sub Text4_Change()
Dim Rs As ADOCE.Recordset
Dim SQL As String
If Len(Text4.Text) =3D 0 Then Exit Sub
SQL =3D "Select * from ARTICLE where DESCRIPTION LIKE '%" & =
Text4.Text & "%'"
Grid2.Rows =3D 0
Set Rs =3D CreateObject("ADOCE.Recordset.3.1")
Rs.Open SQL, Conn, adOpenKeyset, adLockOptimistic
While Not Rs.EOF
Grid2.AddItem Rs.Fields("PLU") & vbTab & =
Rs.Fields("DESCRIPTION")=20
Rs.MoveNext
Wend
Rs.Close
Set Rs =3D Nothing
End Sub
With this sub each record is shown in grid2 from the Article table =
containing what is typed in text4. This all works perfect.
But, as soon as I scroll the grid down, it doesn't work anymore.=20
When i then type some characters in the textbox, it doesn't show the =
contents of the article table anymore.
------=_NextPart_000_000F_01C3D127.F1785230
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 6.00.2734.1600" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY>
<DIV>Hi,</DIV>
<DIV> </DIV>
<DIV>I have the following code:</DIV>
<DIV> </DIV>
<DIV> Private Sub Text4_Change()</DIV>
<DIV> Dim Rs As=20
ADOCE.Recordset<BR> Dim SQL As=20
String<BR> If Len(Text4.Text) =
=3D 0 Then=20
Exit Sub<BR></DIV>
<BLOCKQUOTE dir=3Dltr style=3D"MARGIN-RIGHT: 0px">
<DIV> SQL =3D "Select * from ARTICLE where =
DESCRIPTION LIKE '%"=20
& Text4.Text & "%'"<BR> Grid2.Rows =3D =
0</DIV>
<DIV> </DIV>
<DIV> Set Rs =3D=20
=
CreateObject("ADOCE.Recordset.3.1")<BR> &nbs=
p;=20
Rs.Open SQL, Conn, adOpenKeyset,=20
=
adLockOptimistic<BR>  =
; While=20
Not=20
=
Rs.EOF<BR> &nb=
sp; =20
Grid2.AddItem Rs.Fields("PLU") & vbTab & =
Rs.Fields("DESCRIPTION")=20
</DIV>
=
<DIV> &n=
bsp; Rs.MoveNext<BR> =
Wend<BR> =20
Rs.Close</DIV>
<DIV> Set Rs =3D Nothing</DIV>
<DIV> </DIV>
<DIV>End Sub</DIV></BLOCKQUOTE>
<DIV>With this sub each record is shown in grid2 from the Article table=20
containing what is typed in text4. This all works perfect.<BR>But, as =
soon as I=20
scroll the grid down, it doesn't work anymore. </DIV>
<DIV>When i then type some characters in the textbox, it doesn't =
show the=20
contents of the article table anymore.</DIV></BODY></HTML>
------=_NextPart_000_000F_01C3D127.F1785230-- Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71141
File searching in pocket pc
I've asked similar things months ago but couldn't get
reply... so I'd like to ask in another way.
I'm writing a English-Chinese dictionary for pocket pc.
But the problem is the it's very time consuming and also
seems impossible to load all data (word and meaning) to
an array before perform searching.
So shall I use some file-based searching techniques? If
yes, can anyone give me some suggestions? Or there's some
other methods for pocket pc actually? I'm writing the
program by evc.
I've searching for informations for few months already
and really feel so hopeless.
Thanks alot! Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71137
Interrupt signal
Hi,
I am developing a hardware for PPC using CF slot. I use
interrupt signal. It works well on Dell Axim but not
function at all on Toshiba PocketPC e740 and iPAQ H3800.
The driver is also written by me and I did register my
interrupt function.
Thanks!
Regard,
NKH Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71134
emulator problems
I have been having so much problem using evb and the emulator ppc 2002. I try to use the samples but when I push the Icon it says on the emulator(can't open control). I tried to use the control manager it says "can't find suitable control manager". I tried to use the application install wizard it says (can't find list of processors)
Please help
thanks for previous input
Pat Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71133
newbie question on data storage for PPC windows mobile 2003
hi,
Can anyone explain to me how i can create a database in the databases folder
on the pocket pc? i know how to create xml files or even sql server ce
databases on the PPC but i've notice that there is a databases folder that i
can see from my desktop on the PPC but i have no idea how to access or
create files in that directory can anyone guide me on this.
Thank you very much Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71132
Databases & Pocket PC Development
I'm new to Pocket PC development.
Just wondering how to develop a smart device app'n and use
the controls from the data tab on the toolbox (ie to
connect to a database). It seems when I use the smart
device app'n template, none of the data controls are
enabled.
How do you connect to a database? Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71128
TreeView
I'm using a TreeView control and C#. When I taps to open the contect menu
the red ring-thingy circles twice prior to the menu popping up. I've checed
the resco file browser and there all is ok. Has anyone any ide wzy the
thingy is shown twice?
/SåA Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71126
Determine when Scrollbar is tapped in datagrid control
Happy New Year, I can not seem to figure out how to
determine when a scroll bar is tapped from within a
datagrid control. My problem is that when the user taps a
cell I reposition a text box over the cell and allow them
to edit its contents. However, when the user taps the
scroll bar, my textbox is no longer covering the
appropriate cell. I can I determine when the datagrid
scrolls so I can hide my textbox or reposition it
accordingly? Thanks for any help. Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71124
application error when evb3.0
Dear all,
I have installed evb 3.0 on my pc of profeesional 2000 with sp 4. When I
run the program, I open a new project, and compile it without writing
anything. However, I get application error that "The memory could not be
"read" ". And then the evb program is terminated. Anyone can tell me how to
solve this problem? Thank you very much.
Best regards,
William Wong.
-- Tag: How to retrieve the data through webservice to SQL2000 Server Tag: 71119
Can any one tell me how to create a webservice that can
access by Pocket PC application. Plz Post me some
reference or website URL? Thank you
Girish.
"Aloy" <anonymous@discussions.microsoft.com> wrote in message
news:020601c3d2c5$34e24460$a001280a@phx.gbl...
> Can any one tell me how to create a webservice that can
> access by Pocket PC application. Plz Post me some
> reference or website URL? Thank you