Help functionality for WM6 Standard
Do WM6 Standard devices support htm help like professional devices? thx. Tag: Does anyone moderate this group? Tag: 85140
Native Error w/ CF2 SP2
I've got an app that I deploy to a symbol MC70 device running Windows Mobile
5.
The device actually comes with CF1 SP3 RTM on it. I have installed the CF2
RTM cab file NETFv2.wm.armv4i.cab 2/2/2005 and it installs the CF2 RTM
2.0.5238.0 just fine and the applications works great.
The problem is when I substitute the CF2 SP2 cab and install 2.0.7045.0 - I
then try to start up my application and the program errs out before it can
even stop with a natve error in the application exe message.
How does VS2005 get updated to compile and run against CF2 SP2 environment?
Why can't I run my app after CF2 SP2 is installed??
TIA
Harry Tag: Does anyone moderate this group? Tag: 85133
Sharing folders in WinCE 6.0 with authentication.
Hi to all
I need to configure User/Password for access to device in LAN. The
device is a board with ARM processor and NIC 10/100. On the board
there's a DOM (disk on module). Some client need access to Hard Disk
(the DOM) where my application write some data. My application is
write in VB.NET 2005 and the O.S. is WinCE 6.0.
I follow the instruction at: http://msdn2.microsoft.com/en-us/library/aa450272.aspx
but when i type "http://localhost/remoteadmin" in internet explorer
the "Windows CE Remote Management Tool" not appears! (step 7 "Using
the Remote Configuration Tool to Configure the File Server" of the
instruction at the previous url).
I think the problem is that i dont have a CEPC!
How can i do ?
There are a libraries or instructions that can i use in my VB.net
application for menage the user/password ?
Thanks in advance.
Ale Tag: Does anyone moderate this group? Tag: 85126
Touch screen driver in Win CE 6.0
Hi
I am creating the Win CE OS in VS 2005. I am adding the touch screen drivers
supplied by the vendor by referncing them in subprojects (pbpxml) and
building the OS.
Once deployed, when I boot the OS, the touch screen LCD is not working. The
LCD shows the picture and stuff but the touch is not working.
There is a alignment exe which came with the monitor. When I build that in
the OS and double click on that in Windows CE, nothing happens.
Please help!! Am stuck on this big time..
Thanks
Rama Tag: Does anyone moderate this group? Tag: 85124
DOM serial number
Hi to all,
i develop in vb 2005 and my application run on device with ARM
processor and
one DOM (Disk On Module) mounted on 40 pin (IDE) connector. The O.S.
is WinCE
6.0.
Is possible recognize the serial number of the DOM from VB ?
Can i have a little example or link ?
Thank you very much.
Ale Tag: Does anyone moderate this group? Tag: 85123
Clone datatable rows
Hi,
I want to copy datatable rows in other datatable without using loops. Clone
method in datatable object copy table structure but not data and there is no
clone method in datarow object.
The only way i have found is import each row of the old datatable, in new
datatable. But i don't like this way very much because i think it isn't so
much optimal
Can anybody help me?
thanks a lot Tag: Does anyone moderate this group? Tag: 85117
Hide columns in datagrid
Hi,
I want to hide a column of a datagrid in a pocketpc application. do anybody
knows how i can do it?
Thanks Tag: Does anyone moderate this group? Tag: 85114
Add KeyDown (KeyUp) event to LinkedLabel
I need KeyDown event in LinkedLabel, is there any possibility to extend
this control? I have try create LinkedLabelEx in UserControl but it
doesn't work. The events doesn't fired from UserControl when focus is on
LinkedLabel.
Any suggestions?
Thanks, George. Tag: Does anyone moderate this group? Tag: 85112
DirectShow Image Quality and Resolution
Has anyone tried to set a resolution or image size using DirectShow? I need
to know how to change the image resolution and the image size that DirectShow
is giving me. Is it a registry setting in the PPC? Is it a property in code?
Is it something that needs to be added to the Filter Graph?
Help !!!!
--
Noble D. Bell
www.noblesoftware.com Tag: Does anyone moderate this group? Tag: 85104
BUY and SELL lotro gold mmo,wow| wowmmocom.com
http://www.wowmmocom.com
http://www.wowmmocom.com
you can buy the cheapest lotro gold
in our website http://www.wowmmocom.com,we'll
provid you the reliable and instant delivery
our msn: julieook@hotmail.com
website: http://www.wowmmocom.com Tag: Does anyone moderate this group? Tag: 85096
Question on SyncML.
Hi,
Q1. Is there any namespace in .net framework for SyncML ?
Q2.
Can anyone spare a small basic samplecode on SyncML
(Sending phone contacts details using SyncML). Currently i have no idea and
want a sample code to begin with. Sample can be either in C# or VB.NET.
Regards
JIGNESH. Tag: Does anyone moderate this group? Tag: 85095
Debugging C# on Windows CE 5 Core
I have VS2005 Standard. I can debug a C# CF2 program on an full Windows 5 CE
Device but when I plug in an Windows CE Core Device all breakspoints a
grayed. Everything is the same , I just change both devices ( they have the
same CPU ).
I can debug an native C++ project on the Windows CE Core device, but not C#
programs. Any idea what's missing ?
Thomas Tag: Does anyone moderate this group? Tag: 85088
Problem with datagrid - ObjectDisposedException when second time dispose
Hello,
I am still learning C#, so please bear with me.
I have a two Form, from first I open second form with datagrid. When I
Dispose datagrid second time I get a ObjectDisposedException.
In first (main) form I have a button with code under onclick event:
temp_n = this.Text;
this.Text = string.Empty;
Form1 frm1 = new Form1;
frm1.ShowDialog();
frm1.Dispose();
this.Text = temp_n;
and in second form:
private void Form1_Load(object sender, EventArgs e)
{
ceCmd = Global.DatabaseConnection.CreateCommand();
ceCmd.CommandText = "select col1,col2 from table";
ceCmd.CommandType = CommandType.Text;
ceResSet = ceCmd.ExecuteResultSet(ResultSetOptions.Scrollable);
dataGrid1.DataSource = ceResSet;
}
and
private void Form1_Closed(object sender, EventArgs e)
{
if (ceResSet != null)
{
ceResSet.Close();
ceResSet.Dispose();
}
if (dataGrid1 != null) dataGrid1.Dispose();
}
and when I twice opened and closed second Form i get a
ObjectDisposedException on
"if (dataGrid1 != null) dataGrid1.Dispose();"
it's strange to me because when i put button on second form and add event:
private void Button_Click(object sender, EventArgs e)
{
if (ceResSet != null)
{
ceResSet.Close();
ceResSet.Dispose();
}
if (dataGrid1 != null) dataGrid1.Dispose();
this.Close();
}
everything is OK. So i tried put datagrid1.Dispose() on override OnClosing
and override OnClosed but with no change - DisposedException still occurs.
So, what I'm doing wrong? Tag: Does anyone moderate this group? Tag: 85085
Installation Question .NET 2005
Hi, All
I just installed MS .NET 2005,
i am developing applications for two different handhelds TekLogix (Mobil
5.0) and Intermec CN3 (Mobile 6.0), each comes with their custom SDK's,
Question; Is it ok to install all SDK's from both handhelds on one PC for
development?
What if it is create some conflict or they are not compatible?
TekLogix comes with 1 SDK
Intermec has 8 SDK's for different purposes.
Please, advice Tag: Does anyone moderate this group? Tag: 85071
Controls.Clear() CF 2.0
Hello all, I am currently converting my application to CF 2.0 and ran into a
problem with the TabControl.Controls.Clear() call. When the form and tab
page is first loaded it works fine but doesn't work if it is called a second
time? This works find in CF 1.1? To give you an idea, I have a tab page
that has language specific information in it, if the user selects a new
language from a drop down box (an NO it is not within the tab control), I
call the TabControl.Controls.Clear() call and then reload it. Also there is
no error message? Here is what the stack trace looks like:
at Microsoft.AGL.Common.MISC.HandleAr()\r\n
at System.Windows.Forms.Control.ResumeLayout()\r\n
at System.Windows.Forms.Control.ResumeLayout()\r\n
at ControlCollection.Clear()\r\n
at myApp.frmDisclaimer.LoadDisclaimers()\r\n
at myApp.frmDisclaimer.cbLanguage_SelectedIndexChanged()\r\n
at System.Windows.Forms.ComboBox.OnSelectedIndexChanged()\r\n
at System.Windows.Forms.ComboBox.WnProc()\r\n
at System.Windows.Forms.Control._InternalWnProc()\r\n
at OpenNETCF.Windows.Forms.ApplicationEx.DispatchMessage()\r\n
at OpenNETCF.Windows.Forms.ApplicationEx.Pump()\r\n
at OpenNETCF.Windows.Forms.ApplicationEx.RunMessageLoop()\r\n
at OpenNETCF.Windows.Forms.ApplicationEx.Run()\r\n
at myApp.Classes.StartUp.Main()
HResult -2146232798 int
Any Ideas?
TIA Tag: Does anyone moderate this group? Tag: 85070
Remote connection to the Device
Hi, All
I am using .NET 2005 two different handhelds:
1) Intermec CN3 Mobile 5.0
2) TekLogix Psion Mobile 6.0
On Intermec i can run app in debug mode with no problem.
On TekLogix when i trying to run app in debug mode display warning message
on the PC "The remote connection to the device has been lost. Please verify
the device connection and restart debugging", at the same time handheld
display message " We are sorry..." on the task bar and "Problem has occurred
with app.
Please tell Microsoft about this problem, at no cost to you"
Is anybody have experience with such issue, How to fix it?
Please, help Tag: Does anyone moderate this group? Tag: 85069
How do I compile unmanaged c++ code in VS 2005?
Hello,
I am going to have to use some unmanaged c++ code in an application that we
are working on. My question is this. Do I have to use the eVC++ 4.00 IDE to
compile this code or can I do it all right from VS2005? I have never done any
work in VS that required unmanaged c++ code.
Thanks in advance,
--
Noble D. Bell
www.noblesoftware.com Tag: Does anyone moderate this group? Tag: 85063
OpenNETCF Advanced Debugging Toolkit
Hi all,
I have come across this toolkit.
http://www.codeplex.com/adt/SourceControl/ListDownloadableCommits.aspx
But there seems to be no instructions on how to use it?
has any one used it before and what is it used for.
Thanks
ink Tag: Does anyone moderate this group? Tag: 85062
Function key stuck on in Windows Mobile 6 device in Textboxes
I have a very strange problem with a new Sprint 6800 Windows Mobile 6
device.
When I use the popout keyboard, it always acts like the function key is
stuck on. This happens in a single line or multi-line textbox. The SIP
works fine. The Fn light goes on and off when I press the Fn (blue dot)
key, but the keystrokes always show up as if the function key was on. This
same app works fine on at least 10 other mobile device models that we have
deployed.
The keyboard works fine in all other apps (Word, notes, contacts, etc.), so
it seems to be a .NET related issue. I have Googled the problem and came up
with nothing.
Any idea what to try?? Tag: Does anyone moderate this group? Tag: 85048
HttpWebRequest in .NET CF 2.0 - Sent XML File over 34K Corrupted
I have a .NET CF 2.0 Mobile Application that sends "collected data" to a
HTTPS Server (running Apache under Windows 2000) and the XML file (SOAP)
containing the collected data "occasionally" appears corrupted on the server
side, but only when the XML file is greater than 34K in size, and cannot be
properly parsed as an XML Document due to missing / corrupt XML Tags. I say
"occasionally" because I cannot reproduce this error myself and only a few
of our customers (2-3 out of 70) using the mobile application have
experienced this situation. The XML file is never corrupt as long as it is
under 34K in size.
In an attempt to reproduce this error I have sent "collected data" files as
large as 125K without any XML errors and did so using various Internet
Connections, i.e. using our corporate intranet, the Internet via ADSL from
my home and using ActiveSync running on a Desktop Machine connected to our
intranet and the Internet. I have NEVER been able to reproduce this error
which led me to believe that the problem was due to hardware failures of the
mobile device itself or the customers network, but after extensive research
and testing this does not appear to be the problem either. Also, the
"collected data" itself does not contain any characters that would violate
the XML standard and I went so far as to add some code to the mobile
application that validates the XML Structure prior to sending the data to
the host server and the structure is always validated before sending but
arrives at the host server corrupted!! I am assuming that the HTTPS / TCP/IP
protocols will handle corrupt packets via the packet checksum and request
the packet again, so I don't think data is being corrupted during its trip
to the host server but instead is actually corrupt when being transmitted
from the mobile device itself, hence the packet checksums are always
correct. The mobile device is a Symbol MC3090 running WinCE 5.0 and Symbol
(now Motorola) has no mention of any "data corruption" within their
knowledgebase regarding these devices.
I have read the Microsoft Article (ID 831578) regarding "Memory Leak When
SSL and Client Certificates are Used With the HttpWebRequest Object" but am
unsure if this applies to the .NET CF 2.0. We are using HTTPS / SSL and I am
using the standard example given for the
LocalCertificatePolicy.CheckValidationResult to eliminate certificate
problems such as mismatched certificate and machine names but I do not
ignore an invalid certificate.
Originally I was using .NET CF 1.1 when I created this application and ran
into a .NET CF bug regarding the use the HttpWebRequest class over HTTPS
whereby the workaround was to set AllowWriteStreamBuffering = True and to
not specify the ContentLength property. Even though the project has been
upgraded to .NET CF 2.0 I am still abiding by the workaround for the .NET CF
1.1 bug. Is this still an issue in .NET CF 2.0?
An example of the corrupted xml data: (closing tag of </ItemEnterpriseName>
is corrupt and opening <ItemName> tag is missing along with the data itself)
<Name>DEFAULT</Name>
<ItemEnterpriseName>Comtech Data</ItemEnterpriseNa4A</ItemName>
<SiteEnterpriseName>Comtech Data</SiteEnterpriseName>
... data continues ...
The data should have appeared as:
<Name>DEFAULT</Name>
<ItemEnterpriseName>Comtech Data</ItemEnterpriseName>
<ItemName>IC/SO-NC7SBU3157</ItemName>
<SiteEnterpriseName>Comtech Data</SiteEnterpriseName>
... data continues ...
Any assistance in the matter would be tremendously appreciated!!!
Thank you,
Greg Hellem Tag: Does anyone moderate this group? Tag: 85046
HTC S710
I have an app running WM6 Standard on HTC S710. I open a form to enter text
in landscape mode. If I enter info using slide out QWERTY, then slide back
in and click 'Cancel' to close form (me.close) I get what seems to be a HTC
Task screen. If I use the 'Back' button the Task screen closes and I get my
parent form. Is anyone else experiencing something similar? Thanks. Tag: Does anyone moderate this group? Tag: 85044
Vista advice needed
I need to invest in a new laptop and a large majority of the ones (especially
the DELL XPS) are now running Vista.
I've had vista running on my PC at home for a while now and certain things
just doesn't really work well, such as VS.NET 2005. Mobile development
doesn't seem to work the same as on XP either.
How have you guys found the migration went from XP to Vista? Should i just
stick with what i know best, XP ?
Any advice greatly appreciated Tag: Does anyone moderate this group? Tag: 85039
Button Click & Listview events not triggered
Hi.
We have a smart device app written in VB.NET, CF2.0 which has a form
with listview & buttons. On this particuar form, sometimes when you
click the listview or the buttons, the Listview.SelectedIndexChanged &
Button.Click events are only triggered the second time you click them.
Sometimes it's the first time. We want it triggered on the first
click.
We've tried the listview.activation property set to standard, oneclick
& twoclick. no effect.
Cant see anything else on the button, listview or form properties
which may relate to this.
Also, this is only happening on one form, and not others in the same
app.
Does anyone have any suggestions of what may be the cause??
Thanks. Ian. Tag: Does anyone moderate this group? Tag: 85035
help! how to add custom property to poom contact / appointment / task
hi there,
i'm using vs2005 c# with .net cf 2.0 and developing an app for windows
mobile. i am at a point that i have to add a custom property to the
contacts in a contact collection for storing some extra information
about the contacts. however the app always returns "null" for whatever
i've updated to the new field. i've successfully added a field
"Checked" to a contact and the Add method returned true. then i tried
to update the value of Checked with "Yes" but it had no effect.
i want to update Checked so that i can make use of it. can somebody
help?
for (int iIdx = 0; iIdx < ccContactColn.Count; iIdx++)
{
ccContactColn[iIdx].Properties.Add("Checked");
ccContactColn[iIdx].Properties["Checked"] = "Yes"; //
ccContactColn[iIdx].Properties["Checked"] keeps returning null
}
remarks:
ccContactColn.IsReadOnly returns false
ccContactColn.IsFixedSize returns false
thanks
batterhead Tag: Does anyone moderate this group? Tag: 85031
WLAN poweron/poeroff
Hi!
i am using a fujitsu-siemens n550 with ce 5.0/.netcf 2.0 and vb.net/c#. Is
it possible to poweroff/poweron the wlan interface programmatically? I have
found no information about that, no api or system-message.
thanks in advance
hagen
info@cecode.de Tag: Does anyone moderate this group? Tag: 85030
how to improve sql server ce database performance?
Hi,
In my project, iam parsing many xml files and storing their content
into sql server ce database as many tables using primary and foreign
key relationship.
Iam using VS2005,WM6(Compact framework and SQL server ce) platform.
To store 5 xml files parsed content(each file is around 150kb)it is
taking around 8mins.
Iam using simple commands, create, insert,update to write into
database, to retreive the data iam using SqlCeDataReader/
SqlCeResultSet.
Note: Iam opening the connection when it is required and closing it
after its usage.
Please let me know, on how to improve the performance.
Thanks and Regards,
Prathibha Tag: Does anyone moderate this group? Tag: 85029
keydown and picture image change problem
Hi, i'm creating a smartphone application that has a picturebox, and
the image on it changes whenever the focus is set to a linklabel
control. i have this code:
AddHandler Me.KeyDown, AddressOf Form1_KeyDown
...
Private Sub Form1_KeyDown(ByVal sender As Object, _
ByVal e As KeyEventArgs) Handles MyBase.KeyDown
If LinkLabel1.Focused = False Then
Dim bmp As Bitmap = New System.Drawing.Bitmap("\Program
Files\3.gif")
PictureBox1.Image = bmp
Else
Dim bmp As Bitmap = New System.Drawing.Bitmap("\Program
Files\1.gif")
PictureBox1.Image = bmp
End If
Picturebox1.Refresh()
End Sub
but the problem is sometimes the image changes sometimes it takes 2
presses (2 movements) before the image changes.
any idea why? Thanks. Tag: Does anyone moderate this group? Tag: 85027
Mac or Unquie ID
We have written an application for PPC devices. We are looking for a way to
lock a license to the hardware. On a PC we'd use read and encode the MAC
address, how do we read this or another unique ID from PPC hardware using the
compact framework?
Any ideas would be gratefully received as its got us stumped! As long as we
can read a unique code from somewhere on the device we can generate a license
file and lock the software to the device.
--
Neil McQuillan
CitrusLime
www.citruslime.com Tag: Does anyone moderate this group? Tag: 85018
Unable to load iso-8859-8 encoding
Hi all,
When I try to get the Hebrew encoding (iso-8859-8) using the following
snippet code, I got a PlatformNotSupportedException. I am developing a
WindowsMobile5 software using C# and I need to convert data into Hebrew
Encoding.
Anyboby can help me? Are there any cab that I can install for using this
encoding?
Many Thanks in Advance
mauro Tag: Does anyone moderate this group? Tag: 85016
Flight mode
Hello,
is it possible to detect whether Flight mode is set?
I can detect whether phone is off using
Microsoft.WindowsMobile.Status.SystemState, but how to turn it on and flight
mode off? Tag: Does anyone moderate this group? Tag: 85007
DataGrid & Horizontal Scroll Bar
Hi All,
Environment: VS2005, VB.net , CF 2.0 with service pack 2
I am able to display data in the datagrid. there are 7 columns in the
grid. Delivery,Return,Description,Quantity,total quantity. the gird
displays first three columns Del,Return, Description (part of the
description is displayed). when user click on the Description column
Horizontal scroll bar Automatically adjusted to display Description
field. in this Delivery,return columns are moved to left side and user
can't see these fields.
My requirement:
When ever user clicks on the partically displayed Description field,
stop horizontal scroll bar changing to display selected column. only
when user manually scrolls horizontal scroll bar datagrid values has
to be scrolled horizontally. Tag: Does anyone moderate this group? Tag: 85006
How to debug an unmanaged dll?
In my Pocket PC solution I have C# project and an unmanaged C++ dll project
that is called by the C# project. The C++ project deploys the dll file to
the device when it has changed. What should I do to debug my dll - I have
set /ASSEMBLYDEBUG correctly but I still got the message "The breakpoint
will not currently be hit" at the breakpoints in the dll source??
Thanks
Ole Tag: Does anyone moderate this group? Tag: 85005
Strange(?) behaviour of SqlCeConnection
Hello, I observe a strange behaviour of SqlCeConnection disposing.
I have a simple class to connect to DB with one static SqlCeConnection
namespace SOMETHING
{
/// <summary>
/// This singleton class holds the common application values.
/// </summary>
sealed class Common : IDisposable
{
// Singleton instance variable (Values)
public static readonly Common Values = new Common();
private Common()
{
Load();
}
public void Load()
{
this.databaseConnection = new
SqlCeConnection(LocalConnectionString);
}
public void DbOpen()
{
if (this.databaseConnection.State != ConnectionState.Open)
this.databaseConnection.Open();
}
#region Properties
private SqlCeConnection databaseConnection;
public SqlCeConnection DatabaseConnection
{
get { return databaseConnection; }
set { databaseConnection = value; }
}
public string LocalConnectionString
{
get { return "Data Source=" + localDbPath + localDbName + ";
Password = test"; }
}
public string AppPath
{
get { return
Path.GetDirectoryName(System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase);
}
}
#endregion
#region Dispose
public void Dispose()
{
if(this.databaseConnection.State != ConnectionState.Closed)
this.databaseConnection.Close();
if (this.databaseConnection != null)
{
this.databaseConnection.Dispose();
this.databaseConnection = null;
}
//czy zapisywac zmiany przy usuwaniu obiektu?
//Save();
}
#endregion
~Common()
{
//Dispose();
}
}
}
and from Form1.cs code I do
Common.Values.DbOpen();
in Form1 on load event
and
Common.Values.Dispose();
in Form1 closing event
and everything is ok. But when I uncomment Dispose in Common destructor and
not use Common.Values.Dispose() in Form1 closing event application hang on
this.databaseConnection.Close() in Dispose function. Why? Tag: Does anyone moderate this group? Tag: 84993
Downloading an Image within the Compact Framework in C#
Hello all,
I am looking to download an image from a website from within a compact
framework pda app. I have tried everything I could find and thus I
turn to you. Any help or suggestions would be appreciated.
Thank you. Tag: Does anyone moderate this group? Tag: 84990
Downloading an Image within the Compact Framework in C#
Hello all,
I am looking to download an image from a website from within a compact
framework pda app. I have tried everything I could find and thus I
turn to you. Any help or suggestions would be appreciated.
Thank you. Tag: Does anyone moderate this group? Tag: 84989
DataGrid and ContextMenu (CF 2)
Hello,
I have a DataGrid with a BindingSource and a ContextMenu.
I would like to change the Current property of the BindingSource before
the ContextMenu appears so that it matches the clicked row.
Is there a way to do this ?
Thanks for your help.
--
Fred
http://www.cerber mail.com/?3kA6ftaCvT (enlever l'espace) Tag: Does anyone moderate this group? Tag: 84980
Using "DirectShow" with C# in the Compact Framework along with WM6
Hello all,
I am trying to develop an application using C# and .NetCF on Windows Mobile
6. I need to use the "DirectShow" api in order to preview video and take a
still shot with the built-in camera. I have tried using the built-in camera
dialog that comes with WM6 but it is limited and does not do some of the
things that I need.
Can anyone point me in the right direction or offer me some sample C# .NetCF
code that will help out?
Thanks in advance,
--
Noble D. Bell
www.noblesoftware.com Tag: Does anyone moderate this group? Tag: 84978
WebRequest Methods
Does Compact Framework have WebRequest methods, such as HTTPWebRequest and
HTTPWebResponse? If not, how do I talk to a Web Service that doesn't use
standard SOAP protocols?
Also, is there an easy way to separate the documentation for Compact
Framework in Visual Studio, so that you are not sorting through all the
Framework methods that don't apply.
--
Regards,
Fred Chateau
fchateauAtComcastDotNet Tag: Does anyone moderate this group? Tag: 84971
Datagrid and TableStyle in Master Detail table
Hi,
I have modifiy the column style of a datagrid at desing time but at runtime
the datagrid set the standard style as Width = 50 ...
The grid is linked at two table in Master/Detail
I use Visual Studio 2005 and Vb .
--
Thanks
Vincenzo Tag: Does anyone moderate this group? Tag: 84967
How to play multimedia files on CE devices?
Dear Sirs,
I'm an Italian developer and I need to build an application to playback
a list of videos (mpg or avi) on a HP Thinclient running CE .net 5.0, it has
an onboard player () but I need to manage the playback and have to fit the
video th the screen (full screen) without borders and/or controls visible,
is it possible? I used WMP9 SDK for the same application that runs on WinXp
are there any library to use on CE .net ?
Please replay me ASAP.
Thank You VERY MUCH!!!
Best regards.
Ivan Marchesin Tag: Does anyone moderate this group? Tag: 84964
Delete from file
I know that it generally isn't possible to delete a part of a file, but I'll
pop this question anyway in case there is a good idea out there:
I have a program that runs on a PDA with e.g. 32MB storage. The program
generate a file and if the file exceed 16MB I do not have the possibility to
delete a single character from the file, because I normally will have to
create a new file without the character and after that delete the original
file ---- or what????
Thanks
Ole Tag: Does anyone moderate this group? Tag: 84958
Disabling system notifications
Hi,
I wrote an application that run under WM5. The application runs in
kiosk mode. I have disabled anything that the user could do with
device however I couldn't disable the system notifications (like
battery or network). How do I do that? Tag: Does anyone moderate this group? Tag: 84954
Unitechs Autoinstall program
Has anyone used Unitechs Autoinstall program and would like to share how to
use it. I need to have an application autoinstall after a hard reset. If I
put my cab file on the flash drive it will survive a hard reset. Using the
autoinstall program will accomplish this but the docs are weak at best and I
do not have the unit with me to test out.
Thanks
Tom Tag: Does anyone moderate this group? Tag: 84948
Conditionally installing files
I have a cab file for an app I wrote using VS 2005 for CE 5. Is it possible
to have the files installed only if they do not exist on the device. I want
to store my database on the Flash drive so they do not get deleted during a
hard reset, when the app is installed again I do not want to overwrite the
database.
Thanks
Tom Tag: Does anyone moderate this group? Tag: 84947
consecutive Listbox click events bug (only .NET Compact!!!)
Please help me!
I haven't found anything regarding this problem on the internet.
If you are using a listbox in .NET compact (compact only!!!) you'll
notice sort of a delay between two consecutive clicks when selecting
different items. The selection does not update if you do this too fast
- the click event even gets lost!!
The problem also is showing up with listviews in detail view.
Note that it's not an performance issue since using hardware keys the
effect is gone!
Try it with the device emulator by creating a project, putting a
listbox in the form and hit run. Then select an item in the listbox
and almost instantly switch to an other one.
Thanks for your help,
Mark Tag: Does anyone moderate this group? Tag: 84946
Can a compact framework application of full framework application hit a java webservice running on apache
Hi
I want to create a .net compact framework and full framework
application that uses web services. However the web services are
created with java running on an apache server. Can this be done? Can
my .net C# applications use web services hosted on an apache server
written in java? What issues might I run into?
Thanks Tag: Does anyone moderate this group? Tag: 84943
Form Display
Hello All, I just converted my application from VS2003 and CF 1.1 to VS2005
and CF 2.0. Now that I have done this my forms are not loading correctly
and cannot figure out why. What I have is a Splash form that loads all of
my application variables, inside this forms load event, I have a
LoadApplicaton() function which loads everything and then at the end of this
function, I create a new form and then call .Show(). For some reason, the
form just shows for split second (if that) and then goes back to my splash
form. This was not a problem in 1.1 however, is causing me a lot of
headaches in 2.0. Any Ideas? Tag: Does anyone moderate this group? Tag: 84939
Platform
I haven't worked on the CF for about 3 years but now have a client that just
bought a number of WinCE based scanners and now wants me to build some apps
for them. My main question is would they have been better off with Win
Mobile on the same device which was an option.
I remember CE being more difficult to work with. No ActiveSync pass through
(assuming they aren't using 802.11 for connectivity.) But honestly, I don't
know anything about the current state of ActiveSync.
Could someone reply with some general info on the subject. I know that CE
has its place but would Mobile be easier to deal with for this project? (And
I do realize the Mobile is running on top of CE.) What as some of the big
issues when dealing with CE? Etc.
Thanks!
-Andy Tag: Does anyone moderate this group? Tag: 84930
User Activity
Hello all, what is the best way to keep track of user activity? Is there
anything built into CF2.0 that I can use?
TIA Tag: Does anyone moderate this group? Tag: 84926