all groups > dotnet compact framework > march 2006 > threads for march 29 - 31, 2006
Filter by week: 1 2 3 4 5
Handheld PC using WinCe 5.0
Posted by John Olbert at 3/31/2006 10:52:01 PM
Do you know of any handheld computer device that is currently available in
the USA that runs the WinCe 5.0 OS?
I have searched for a bit and have not found any item.
Thanks.
--
John Olbert
... more >>
Need help setting up RDA
Posted by Phillip N Rounds at 3/31/2006 4:02:20 PM
I'm trying to use RDA to exchange data between a CF 2.0 app and SQL Server
2005 ( Developer Edition ), and I guess I really don't know what I'm doing.
SQL Server 2005 is up and running.
I've installed SQL CE ( 3.0 ) on my development machine.
I've configured IIS ( 5.1 ) for RDA as follows... more >>
Printing Images
Posted by Scott Toney at 3/31/2006 2:55:33 PM
I am looking for a reliable "third party" component that can print (IR,
BlueTooth and WiFi). Any suggestions?
Thanks
... more >>
.Net CF 2.0 compatible with SQL CE 2.0 ????
Posted by BenRu at 3/31/2006 9:05:35 AM
Need help,,
I can use .NetCF1.1 applcaiton to access SQL CE2.0.
But now. I upgarde my Windows CE device to .Net CF 2.0.
Everything is fine except SQLCE 2.0 AP.
I did some tests.
Even the CreateDatabase is not workable.
--------------------------- my testing code ----------
System.... more >>
How to create a panel contrl dynamically in asp.net
Posted by daya g at 3/31/2006 6:43:35 AM
Dear All,
I am creating table rows dynamically (through code behind) in vb.net,
and i would like to add the rows to a panel control to get expand,
collapse feature, but i am not getting any idea how can i create a panel
in runtime and add my table rows to the panel. pls anybody have any idea
... more >>
Using functions from WZCSAPI.dll?
Posted by mich1985 at 3/31/2006 5:04:40 AM
Hello,
i try to use the following function to get avaiable wifi nics.
C/C++ declaration:
//---------------------------------------
// [P]INTF_ENTRY: describes the key info for one interface
// this is used in conjunction with [P]INTFS_KEY_TABLE and
WZCEnumInterfaces
typedef struct
{
L... more >>
Native Exception while running the Application
Posted by Srik at 3/31/2006 2:02:01 AM
Hi,
I am getting a Native Excpetion when I am running my Application in a
Windows CE. NET 4.2 device. I am getting the Exception when I am trying to
use Functional keys(F1, F2,..) for various functionalities in the application.
The Application is a Smart Device Application for Pocket PC(no... more >>
speed-up question
Posted by Jon Brunson at 3/31/2006 12:00:00 AM
Morning all,
I just want some advice really. I've got the following VB.NET code, and
it seems rather slow, and I was wondering if anyone could see a/some
way/s of speeding it up a little/lot.
Thanks in advance
[VB.NET]
' Me.barCurrent is a ProgressBar
Dim sqlLocal As New SqlCeConn... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to maximize window in pocket pc
Posted by supriya at 3/31/2006 12:00:00 AM
when i minimize my application window,
there is no icon to maximize the window.
how can i maximize that in pocket pc.
thx
... more >>
Different behavior of ShowDialog between CF1 & CF2
Posted by Alex Stark at 3/31/2006 12:00:00 AM
Hi,
I have a WM2003 application ported from Compact Framework 1 to 2.
In my main menu I do a simple :
ToolsForm tf = new ToolsForm();
tf.ShowDialog();
in ToolsForm.Load I do some init stuff and show a state message. This
works with CF 1. But after porting this app to CF2 I have a d... more >>
Native Exception on key press
Posted by Murthy at 3/30/2006 11:51:03 PM
Hi,
I developed an Pocket PC Application. In this When i am using Short cut keys
for Buttons (like F1, F2), I is throwing me Native Exception.
I am using .net CF 1.0 with Service Pack-3.
Does does any one have any idea why i am getting this Exception.
I am using the KeyUP Event of Text ... more >>
Detecting keyboard popup
Posted by Peter Morris [Droopy eyes software] at 3/30/2006 9:12:12 PM
I recently saw an article on the web that detected when the keyboard popped
up. It then measured the size of this virtual keyboard control and resized
a TabControl so that the tabs were visible.
Does anyone know the url / name of author / or anything at all which may
help me to relocate it... more >>
Setting the brightness of a PocketPC display
Posted by Boris Stoicov at 3/30/2006 7:04:47 PM
Hi all,
I want to programmatically set the brightness of the display of a PocketPC
from my application.
I can do this by changing registry keys but on the different devices the
keys may have different names.
Is there an universal way for doing this. I found an API function
ChangeDisplay... more >>
How to programmatically Provide Domain\Username and Password
Posted by Ron Weiner at 3/30/2006 4:04:33 PM
I have a VB.Net Pocket PC application that needs to be able to move files it
generates to a \\Server\Share for additional processing. The devices
connect to our network via WiFi. I am currently using code like:
strFiles = Directory.GetFiles(strSearchPath, "*.wav")
j = 0
For Eac... more >>
Update Picturebox in Background ?
Posted by Giorgos at 3/30/2006 3:45:29 PM
Hello all ! I have a question I hope you could help me with.
I need to update the image of my custom picturebox while the form is I
the background. If the image is changed while the form is in the
background, the imagebox appears just empty. (The same thing happens
with the built in picturebox... more >>
DropDownStyle for a Windows CE Combo Box
Posted by Lazer at 3/30/2006 2:25:02 PM
I need a different DropDownStyle for my Windows CE Combo Boxes is there any
solution?
I have a windows CE data collactor where the user can scan in barcodes but
the user must also be able to select it from a combo box,
Now the problam is that I got thousands for items in the combo box and... more >>
Resource assembly missing?
Posted by Harry Simpson at 3/30/2006 10:09:22 AM
I'm downloading a file from the web service folder on the server. Of course
it works great in my dev environment but deployed I keep getting the
following error:
ex.message = "could not find resource assembly"
I've narrowed it down to this bit of code but the error message doesn't make
... more >>
How can 'Tab' pressed event be catched in CF?
Posted by Frankie D. at 3/30/2006 5:01:04 AM
I try to use KeyDown event of the form (or KeyDown event of the controls),
most of the key combinations (Alt+1, Alt+2, F1 etc.) works, but some
combination ( Tab, Alt+Tab, Shift+Alt+Tab) does not work, why?
Pleeeease help!
Thanks,
Frankie... more >>
Deployment for pocket pc
Posted by AVD at 3/30/2006 1:59:49 AM
I have created one application for pocket pc 2003. I want to deploy
that application on Pocket pc hp 6515. Processor of 6515 is PXA272. i
am not understanding which processor should be used for deployment,
because in compact framework we dont have this type of processor.
Thanks in advance.
... more >>
Windows Mobile dev. with .NET
Posted by ~~~ .NET Ed ~~~ at 3/30/2006 12:26:05 AM
I have a question regarding the compact framework and its emulators. I have
a Dell Axim X51v with Windows Mobile 5 and when I tried to create a VS.NET
project (VS 2003) it presented me with possibilities for Pocket PC and
Windows CE. I am confused there, wasn't Pocket PC the "new" Windows CE? ... more >>
Debugging .NetCF program with PC .Net Framework
Posted by Dex at 3/30/2006 12:00:00 AM
Hi Community,
Might sound a bit strange: But since .Net programs are generally
hardware-independent, I can start and operate a .NetCF executable (e.g.
compiled for ARMV4) on my PC without the need of an emulator, which is much
much faster. I comment out the few Platform Invokes and SqlServe... more >>
Refresh toolbar icon
Posted by Peter Hartlén at 3/30/2006 12:00:00 AM
Hi!
Using PocketPC 2003 SE, CF 1 SP3
I'm switching the toolbar icon of a certain toolbar button. The icon is
identical except for a red cross in the upper right corner. The problem is
that when switching from the icon with red cross to the icon without, the
cross remains.
I've tried t... more >>
DeviceWake event in SDF 2.0 Beta1 fires twice
Posted by Lonifasiko at 3/29/2006 11:06:12 PM
My application is having problems with being power aware.
My idea is to capture wake-up event and when PPC wakes up, show a
screensaver during x seconds. With Chris Tacke's example:
http://blog.opennetcf.org/ctacke/CommentView,guid,cf2c3926-e875-4a25-b635-39e227b358f5.aspx
all works well and dev... more >>
Passing Values to a Web Service using PocketPC 5 (VB)
Posted by Stewart at 3/29/2006 7:16:26 PM
Hello,
I have an existing application that has a large number of web services. I
want to connect to those web services and consume them for my PocketPC phone
Application. The only problem that I am having is that I cannot seem to see
how I can databind to my controls in VS2005.
In a sm... more >>
nic traffic monitor
Posted by Trapulo at 3/29/2006 6:08:13 PM
Hello,
is there any way I can read how many bytes have beed sended or received from
a connection interface (a nic, a wifi, or a dial-up connection as a gprs
one)?
I think there can be a solution using some performance monitors, but I
cannot find a way to solve this.
thanks
... more >>
get phoneNumber from SIM
Posted by Daniela Constanza at 3/29/2006 1:59:01 PM
Hello.
I need to read the phone number from a SIM card.
My app run in Pocket PC 2003 SE.
Thanks
... more >>
References to Projects versus dlls
Posted by johnjohners NO[at]SPAM yahoo.com at 3/29/2006 1:09:12 PM
Which method of setting references is considered more stable? Setting a
refference to a project or its dll.
Is it a best practice to always reference a project instead of a dll
when the actual project source code is available?
Currently various projects in my solution have a mix of project a... more >>
Using CF 2.0 with VS 2003?
Posted by Phillip N Rounds at 3/29/2006 10:19:21 AM
Is it possible to develop an app using the Compact Framework 2.0 in VS.NET
2003?
If no, is there any way to directly query a remote SQL Server using CF 1.0?
Thanks
Phil Rounds
... more >>
Remote connect lost
Posted by Chuck Hecht at 3/29/2006 9:19:41 AM
I have been running vs2005 for a few months now with no issues. I am getting
the following error "the remote connection to the device has been lost.
Please verify the device connection and restart debugging"
I have checked the connection, restarted vs and it still is happening. Any
ideas??????... more >>
How to deploy localized controls
Posted by Daniel Cazzulino [kzu] at 3/29/2006 7:15:23 AM
I'm using VS2005 localization feature to set the labels in the languages my
app supports, changing the Localizable=true and Language of the control.
When I run the app in an alternate language emulator (ESN from MSDN), I
still get the messages in english, even if at designtime I see the prope... more >>
SqlDbType error message
Posted by kevinc at 3/29/2006 7:06:02 AM
I am converting a project from vs2003 to vs2005 and framework v1 to v2. I am
getting the following error message on this code:
using System;
using System.Data;
using System.Data.SqlServerCe;
using System.Windows.Forms;
using System.IO;
using System.Runtime.InteropServices;
using System.T... more >>
Need help on developing WEB SERVICE for uploading data on PDA/PALM
Posted by Ahsan Ullah at 3/29/2006 2:53:12 AM
Hi,Everybody.I need to get some idea regarding the development of code for PDA.I am using C# in VisualStudio2003.
i will be greatful to you if you let me know how can i develop it.I know that VS2003 provides support for mobile applications. ... more >>
How to get Email notification..?
Posted by Jaikant at 3/29/2006 1:26:04 AM
On windows mobile 5.0.
Like using 'PocketOutlook.MessageInterceptor' class we can get the
notification of new SMS messages, How to get a notification of new email in
my application ?
Alternatively I tried and get notification for UnreadTotalEmails changed
event using SystemState class, but... more >>
New email notification
Posted by Jaikant at 3/29/2006 1:25:20 AM
On windows mobile 5.0.
Like using 'PocketOutlook.MessageInterceptor' class we can get the notification of new SMS messages, How to get a notification of new email in my application ?
Alternatively I tried and get notification for UnreadTotalEmails changed event using SystemState class, but I am ... more >>
checkbox KeyDown
Posted by Nathan Franklin at 3/29/2006 12:00:00 AM
Dear List
I have done a bit of research and found out that the checkbox control
handles the arrow keys on the pocket pc internally. I would love to able to
get access to those items. I have tried an inherited control overriding the
onkeydown event, but it still gets to it internally before ... more >>
required website names to learn...
Posted by supriya at 3/29/2006 12:00:00 AM
Hi,
I wanted to develop some applications for
pocket pc using c#.
can anybody give me some website names
where i can find some samples in c# for
pocket pc applictions.
thnx.
... more >>
Console application in pocket pc
Posted by supriya at 3/29/2006 12:00:00 AM
Hi all,
I wrote very small code to read data from console
and print it.I deployed the appliction using pocket pc
emulator.The controle is coming to the code but after
that the program is exiting.
does pocket pc support for console appliction?
If so please tell me how to read input from cons... more >>
|