473,549 Members | 4,476 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Application for pocket pc

Hi to all,
I have a general question:

is it possible, that I can't use DataGrid and the method
SetDataBinding for an application running on a pocket pc?

I used the same code (comming from MSDN help-file) in an
application for pocket pc and in a windows application!

On windows forms it works fine and in the pocket pc
application, I get some errors, that the method can't be
found.

thanks for help
Nov 15 '05 #1
3 1407
Hi Michael,
is it possible, that I can't use DataGrid and the method
SetDataBinding for an application running on a pocket pc?
It's quite possible that the Compact Framework uses stripped down versions
of some controls. MSDN documentation does not mark the SetDataBinding method
as "Supported by the .NET Compact Framework" and it is most likely missing
from the compact version.

You can however just assign the DataSource and the DataMember properties of
the DataGrid with the same effect.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"Michael" <mi************ ****@inode.at> wrote in message
news:08******** *************** *****@phx.gbl.. . Hi to all,
I have a general question:

is it possible, that I can't use DataGrid and the method
SetDataBinding for an application running on a pocket pc?

I used the same code (comming from MSDN help-file) in an
application for pocket pc and in a windows application!

On windows forms it works fine and in the pocket pc
application, I get some errors, that the method can't be
found.

thanks for help


Nov 15 '05 #2
Hi Dmitriy,
yes it's possible to assign the DataSource property, but
the DataMember is missing.

Do you have some other idea to bind the data to a
DataGrid?

thanks for help
Michael
-----Original Message-----
Hi Michael,
is it possible, that I can't use DataGrid and the method SetDataBinding for an application running on a pocket pc?

It's quite possible that the Compact Framework uses stripped down versionsof some controls. MSDN documentation does not mark the SetDataBinding methodas "Supported by the .NET Compact Framework" and it is most likely missingfrom the compact version.

You can however just assign the DataSource and the DataMember properties ofthe DataGrid with the same effect.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"Michael" <mi************ ****@inode.at> wrote in message
news:08******* *************** ******@phx.gbl. ..
Hi to all,
I have a general question:

is it possible, that I can't use DataGrid and the

method SetDataBinding for an application running on a pocket pc?
I used the same code (comming from MSDN help-file) in an application for pocket pc and in a windows application!

On windows forms it works fine and in the pocket pc
application, I get some errors, that the method can't be found.

thanks for help


.

Nov 15 '05 #3
Hi Michael,

You should post this question to
microsoft.publi c.dotnet.framew ork.compactfram ework

there may help you better.

Cheers,

--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation

<mi************ ****@inode.at> wrote in message
news:0b******** *************** *****@phx.gbl.. .
Hi Dmitriy,
yes it's possible to assign the DataSource property, but
the DataMember is missing.

Do you have some other idea to bind the data to a
DataGrid?

thanks for help
Michael
-----Original Message-----
Hi Michael,
is it possible, that I can't use DataGrid and the method SetDataBinding for an application running on a pocket pc?

It's quite possible that the Compact Framework uses

stripped down versions
of some controls. MSDN documentation does not mark the

SetDataBinding method
as "Supported by the .NET Compact Framework" and it is

most likely missing
from the compact version.

You can however just assign the DataSource and the

DataMember properties of
the DataGrid with the same effect.

--
Dmitriy Lapshin [C# / .NET MVP]
X-Unity Test Studio
http://x-unity.miik.com.ua/teststudio.aspx
Bring the power of unit testing to VS .NET IDE

"Michael" <mi************ ****@inode.at> wrote in message
news:08******* *************** ******@phx.gbl. ..
Hi to all,
I have a general question:

is it possible, that I can't use DataGrid and the

method SetDataBinding for an application running on a pocket pc?
I used the same code (comming from MSDN help-file) in an application for pocket pc and in a windows application!

On windows forms it works fine and in the pocket pc
application, I get some errors, that the method can't be found.

thanks for help


.

Nov 15 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
3568
by: paul | last post by:
I have developed an application for pocket pc that requires multiple forms to be open at any one time. The user is able to flick from one to the other, making changes to each as and when necessary The application uses a stacking system to hold instances of the forms, and an array to hold "previous navigation" information (information on this...
1
2733
by: M O J O | last post by:
Hi, I've developed a Windows VB.Net CRM application for my company. I need my own CRM application to be able to replicate it's calendar with my Pocket PC 2003 Outlook calendar. Understand me correct ... * I'm not developing a compactframework VB.Net application, but a
4
3019
by: Greg | last post by:
Hi, I am developing Pocket PC application in VB.NET. Within the application we are using web services developed by outsourced team. They developed the services in C#. After adding a web reference to web services in my Pocket PC app, I am not able to compile Smart device solution. The same web services are used by web application and they...
3
3154
by: Daniel Liberman | last post by:
Hi, everyone. That's my environment: - I have a pocket pc (iPAQ h4350) application developed with VSNET2003/C# that has a SQL Server CE Database, running. That's working fine. Obs: the pocket is NOT supposed to have a wireless conection available. - I have an access database on a standalone desktop running Windows XP, i.e., there is NO...
0
463
by: timp | last post by:
Hi I am trying to request a web service from an IIS server via https within a pocket pc windows application. The IIS web service has been configured to use SSL. This web service is just a simple HelloWorld program, which returns a string when called. ICertificatePolicy interface is implemented on the pocket pc application so that it will...
2
6745
by: Ludovic DE FREITAS | last post by:
Hello, I am making a prototype system with a Pocket PC that must connect to a Server Application. Unfortunately, the server cannot be a Web Server, but a simple Windows Forms Application. Here is my question: The only way to easily communicate for a Pocket PC is the Web Service. Is it possible to host a web service in a Windows Forms...
15
1820
by: limeydrink | last post by:
Hi all, I want to create a mobile field worker data solution. Let me explain... I work for a company that has some software used by call takers to enter information into a database about faults with electrical appliances they manufacture, sell to customers, and then provide maintenance contracts for.
0
1284
by: polocar | last post by:
Hi all, I'm writing in Visual C# (of Visual Studio .NET 2003 Professional Edition package) a program that must run in a pocket PC (with Pocket PC 2002 installed), so when I created the project I selected "Visual C#" as "Project Type" and "Smart Device Application" as "Model". This program must connect to an Access database (stored in the...
0
959
by: mrajsenkumar | last post by:
Hi I am creating application in pocket pc 2003SE. I want retrive pocket pc contacts into my application. i am working in vs2005. i am new in pocket pc. so anybody help me. how to map outlook contacts? how to populate that contacts into my application combobox list?
0
7526
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7814
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6050
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5373
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5092
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3504
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3486
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
1949
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1063
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.