all groups > dotnet compact framework > june 2006
Filter by week: 1 2 3 4 5
.NET Framwork and VB
Posted by Prateek at 6/30/2006 6:39:43 AM
Hi,
I have recently started coding and designing the ,.NET based system
using different technology involved in .NET and well from the subject
line of this post, it is obvious that I am coming from a VB background.
I have many years of expirance in designing distributed system based on
VB, C... more >>
USB connexion
Posted by Vincent A. at 6/30/2006 5:38:59 AM
Hi !
I'm developping using C# and .NET CF 1.0. I'd like to connect an USB
printer on my device. I know how to manipulate serial port COM1: /
COM2: but i've never tested with an USB port. Can I manipulate USB as
Serial port ?
Thanks in advance,
Vincent.
... more >>
Removing shell from startup and terminating it
Posted by Steven at 6/30/2006 3:09:59 AM
Hi,
There are two thing i would like to know.
1. How can i prevent the shell (is it called Explorer too on PPC?) too
launch after soft-reset and start a other program.
2. If the user is already in explorer, how can i make it that if he
turns the device off, and then on again that my program... more >>
Device IP?
Posted by Ofer B. at 6/29/2006 11:59:43 PM
Hi
How can I knoe the device IP when it is connected to my comuter with activr
sync?
Thanks
... more >>
How to convert .BMP file to .JPG file?
Posted by Nat at 6/29/2006 10:30:01 PM
My setup: Win CE 5.0, Compact Framework 1.0 SP3.
In my application I created a BMP file I want to convert to a JPG file. Is
there a smart workaround to do it?
Nat... more >>
XML digital signature in CF?
Posted by Tomppa at 6/29/2006 7:32:44 PM
Can I do this in CF with some other namespace?
static bool VerifyXmlDocument(RSA key, XmlDocument doc)
{
SignedXml sxml = new SignedXml(doc);
try
{
// Find signature node
XmlNode sig = doc.GetElementsByTagName("Signature",
SignedXml.XmlDsigNamespaceUrl)[0];
sxml.LoadXml((Xm... more >>
How to put a file to the emulator
Posted by Frank Kreißel at 6/29/2006 6:04:48 PM
Hi,
I have just written my first program for pocket PC and it works as well on a
real PDA and on the Emulator.
But now my program should read a file in the PDA - it works too on the real
PDA, but I don't know how to put the file to the emulator.
Can anybody help me in this "fundamental"... more >>
ObjectDisposedException
Posted by HW at 6/29/2006 4:52:15 PM
Hi, I'm seeing an ObjectDisposedException inside the Watch variable
of my FileStream object, the code is here dead simple when i Close the
Filestream object it doesn't get set to Nothing although the BinaryReader
object does get set to Nothing, what's wrong?
Dim FS As System.IO.FileStream
Dim... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
VB.NET Turn of PDA
Posted by attaxia NO[at]SPAM gmail.com at 6/29/2006 4:35:33 PM
Hey,
I've Googled this, but i cannot find any information on it.
How do i use VB.net to turn of a PDA?
Any help is appreciated,
Steven
... more >>
Beaming data
Posted by Peter Morris [Droopy eyes software] at 6/29/2006 4:05:06 PM
Hi all
I have an Intermec on which I am developing a dotnet V2 app. At some point
during the day two members of staff may meet and decide to exchange stock.
To ensure that there is no fraud I would like the PPCs to talk to each other
and negotiate a level of stock to transfer. Eg
01) P... more >>
DAL code generation tool (C# and/or VB.NTE) for SQL Server Ce 3.0?
Posted by MobileBoy36 at 6/29/2006 3:42:32 PM
Hi group,
For the full 2.0 framework, there exist a tool named DataTierGenerator for
the MS Enterprise Library 2.0.
Does there exist a DAL code generation tool (C# and/or VB.NTE) for SQL
Server Ce like DataTierGenerator ??
This would be a 'nice to have' for every compact framework developer.... more >>
.NET CF 2.0 SP1 Redistibutable
Posted by CC at 6/29/2006 1:16:01 PM
I installed this SP & found that it replaced my NETCFv2.wm.armv4i.cab with
NETCFv1.WM.ARMV4I.CAB. This cab is only half the size of the v2 cab &
downgrades my pda's to .NETCF v1.0.
What happened?
Attaching a WM5 pda to my ActiveSync & running the msi does update the pda
to .NETCF v2.0.6... more >>
Application wont exit
Posted by Arthur Dent at 6/29/2006 12:19:13 PM
Hello All,
Im having a problem getting my app to unload from memory. it starts with a
sub main, that essentially goes:
Dim f as myForm
f.ShowDialog()
Application.Exit
now, it IS getting to the application.exit statment (tested with a MsgBox
statement earlier), but it just WONT
unload... more >>
Network Connection
Posted by mmobile at 6/29/2006 12:12:07 PM
How do you estatblish a network connection from .NET CF 2.0?
Thanks.
... more >>
'System.Runtime.CompilerServices.InternalsVisibleTo'
Posted by Davis at 6/29/2006 11:17:37 AM
Hi, Is this 'System.Runtime.CompilerServices.InternalsVisibleTo'
attribute only available in CF 2.0?
Thanks
... more >>
Inherited Forms and menus
Posted by Arthur Dent at 6/29/2006 11:02:36 AM
Hello all,
I have a small application which has a base form, and forms inherited from
it.
The base form contains a barcode scanner, and a protected event it raise
when the scanner reads data, and the inherited forms can get the scanner and
catch the event with no problems at all.
My pro... more >>
Can not install Compact Framework 2 SP 1
Posted by Bob at 6/29/2006 10:41:03 AM
When I run the MSI I get the following error:
Windows Installer
Another version of this product is already installed
Installation of this version cannot continue. To
configure or remove the existing version of this product
use Add /Remove Pr... more >>
images with title in listview
Posted by raju at 6/29/2006 7:08:07 AM
hai
In my application, i want to display images with title,(ie, image
bottom of that image title will come) like available in windows
explorer, I tried with largeimage and smallimage list but the title is
not coming, only the image only appearing.
How to achieve this? if it is possi... more >>
Garbage Collection - Impact on other processes
Posted by Joe at 6/29/2006 4:46:02 AM
Hello,
Our application will have a few managed and unmanaged processes running at
all times. What happens to the managed and unmanaged processes when the
garbage collector runs? Are they all suspended until garbage collection
completes or only the managed processes?
... more >>
Quick Bit Of Threading Advice Required
Posted by Mark at 6/29/2006 1:45:54 AM
Hi I have a non UI set of classes which do bits and pieces like getting
file lists, generating xml etc. I figured on doing some of these
processes on seperate threads. These wouldnt be called by the UI they
would be controlled by the objects themselves. My question is simply
whats the correct ... more >>
How to hide user control from the external usage
Posted by Andrew Khimenko at 6/29/2006 1:15:01 AM
Hi, everybody.
In the controls library I'm currently working on there are couple of
controls used for internal purposes only. They just a part of another
controls.
I want to hide them from the end user (developer) usage. How can I do that?
I've tryed to use Friend modifier on the user con... more >>
Implementing directional keypad
Posted by bill at 6/28/2006 3:59:12 PM
Hi, I'm developing custom device using PXA270 and WinCE 5.0.
I want to implement a directional keypad which will have 4 buttons
effectively similar to say a gamepad, up arrow, down arrow, left
and right. This is so the user can navigate the main CF application
and move from say tab to tab rather... more >>
Communicating with process
Posted by mick at 6/28/2006 3:47:11 PM
Hello, I was wondering whether it was possible to send a message
from one app to another process and for example send a mouse event
to its main form in .NET CF. Could this be done with Pointo Point mesage
queues?
... more >>
Speed up Bulk Insert Dataset records!
Posted by Jay Balapa at 6/28/2006 3:44:10 PM
Hello,
I have an winform compact framework app which returns a dataset from
webservice .
I need to bulkinsert that database into my SQLCE database.
Right now I iterate row by row and insert rows one at a time. To insert
1500 rows it takes me 10minutes.
Which is unaceptable. Can... more >>
SQL Mobile Field Content
Posted by Beebs at 6/28/2006 3:37:29 PM
How can I get the contents of a field in SQL Mobile. I've just
switched over from doing ADOCE projects so I'm quite clueless.
For instance, I use to be able to do this:
rs.Open(sqlString)
If Not rs.EOF And Not rs.BOF Then
If variable1 <> rs.Fields("Field1").Value.ToString() Then
'Do so... more >>
Need to find SMS service providers
Posted by moondaddy at 6/28/2006 1:10:04 PM
I need to send SMS messages from a web server to wireless devices, however,
we can not connect modems to the server. I'm having a difficult time
finding a service where we could send a text message via SMS or a web
service, then have this service send the message to the wireless device. I
... more >>
Memory mapped IO to PCI driver
Posted by paulgc3 NO[at]SPAM gmail.com at 6/28/2006 10:14:55 AM
Hello,
I like .NET CF 2.0. I love speed. I need both.
Situation: PCI device on CE 5.0. Memory mapped IO connectivity to
device.
Desires:
o I want to have my driver init routine return an address pointing to
the user mode address of the memory mapped region in the hardware.
o I want ... more >>
video stream
Posted by Vigj at 6/28/2006 7:55:02 AM
Hi all,
I want to develop an application that takes video from the pda camera or
some camera connected to the pda and streams it to a PC over the internet.
Can someone give me some clues about the best way to do this?... more >>
Generics Problem
Posted by Chris Oswald at 6/28/2006 7:35:20 AM
I am trying to pass a generic collection as a parameter to a method and
I keep getting a compile error. I can do this in the full framework
but not CF. Can anyone explain to me why this doesn't work? I get the
following error: genasm.exe(1) : error There was an error finalizing
type . Type '... more >>
Problem with socket communication for client (On handheld) / server (on PC) application
Posted by jd_ie at 6/28/2006 6:43:47 AM
Hi,
Sorry, I'm reposting this as unfortunately, it's quite urgent, and I
hope someone out there can help...
have a client application running on a windows ce .net device, and a
server application running on a PC. I have been experiencing problems
with the tcp connection dropping (ObjectDis... more >>
webBrowser.DocumentText and display images
Posted by sebapi at 6/28/2006 6:02:01 AM
Hello!
I use DocumentText property to display my web content. If it contains image
then webBrowser doesn't display it.
How can I display images with using DocumentText property ?
Thanks for help.
Sebastian.... more >>
Switching Panels using Visible =true & Visible=false;
Posted by Kristof Taveirne at 6/28/2006 4:34:50 AM
Hi,
I'm developing an application on PDA using WindowsCE.
In my application I have several tabs at the bottom of my screen.
However, in one of the tabs I've placed 2 radiobutton, used to switch
between between 2 panels on that same tab. (I don't use nested tabs,
because I noticed they always ... more >>
TextBox does not get OnMouseDown and OnMouseUp?
Posted by Hilton at 6/28/2006 12:20:37 AM
Hi,
Works on full Framework, but on PDA, I don't get these events? Do these
work? Am I doing something wrong? WM 5.0, CF 1.
Since/If these don't work, any alternatives?
Thanks,
Hilton
... more >>
Intercept a phone call and have custom module run instead of WM5 inbuilt handler
Posted by Sanjay Shetty at 6/28/2006 12:00:00 AM
Is it possible to intercept a phone call via Managed Code on WM5 and have my
custom code run instead of the the inbuild WM5 handler?
If so could you provide some sample code or point to an
article/documentation etc.
thanks in advance,
Regards,
sanjay shetty
... more >>
Textbox and Timer problem
Posted by Felix at 6/27/2006 8:07:26 PM
Hi,
I am experiencing a strange problem while developing a smartphone WM5
application. I have 4 textboxes and a timer that updates these
textboxes. The textboxes enabled is set to false so the user cannot
modify them. This works fine and the timer updates the textboxes
correctly. I added anothe... more >>
Pocket PC Phone Edition and Internet Detection
Posted by Philippe at 6/27/2006 6:38:09 PM
How can I detect if a specific Pocket PC has all the feature of the
"phone edition" ?
Internet detection?
thanks.
Philippe
Map4Pda.com
... more >>
Unit testing tool for .net CF1.1 (pocketpc 2002) C#
Posted by abcdef at 6/27/2006 5:43:03 PM
Hi all,
I am looking for unit testing tool for my compact framework (1.1)
application. If not there for this version , what is the altenative way to do
the unit testing for .net compact framework applications?
Any ideas are welcome.
thanks in advance
... more >>
SDF Encryption
Posted by Harry Simpson at 6/27/2006 2:37:58 PM
Ok seemed to flawlessly "encrypt" the SDF using the SQLCEeng Createdatabase
with the password and Encryption on.
What "level" and type of encryption is this? Such as AES 128bit etc.???
Looked everywhere and it just says encrypted without a type or level.
Anyone know?
TIA
Harry
... more >>
SqlCe and Secure Digital
Posted by Simone at 6/27/2006 2:19:27 PM
Hallo.
I have this problem.
In my app, i insert data into an SDF that is located on a Secure Digital.
After inserting Data (no SqlCeException during install), i cannot find all
records into DB.
I have seen that in my SD the free space is about 3MB. Then i free space of
the SD and the next INSE... more >>
Deploying C# application trought ActiveSync and cab
Posted by Vincent at 6/27/2006 1:58:25 PM
I read a lot about how to deploy my C# application and can't get it
working for all target.
I tryed that sample:
http://www.codeproject.com/netcf/compframe4.asp#xx790851xx
But the installer cant install on my device (PPC2003 Dell Axim /XScale
proc.) and give a unvaluable error like "Install... more >>
Controls do not seem to render correctly
Posted by Volker Lehmann at 6/27/2006 1:50:16 PM
Hello,
I am encountering strange problems in my current CF forms application.
Sometimes controls will be rendered incorrectly, e.g. a label being
rendered like a button - with a black border and a white background that
changes to black when clicked with the pen and changes back to white ... more >>
Invoke of Show Form not working
Posted by Davis at 6/27/2006 11:44:29 AM
Hi, I have a UI tester console app which launches my GUI app
(single form)to be tested on separate thread and sets the various controls
using the ControlInvoker class. I'm using CF 1.0 SP3
I can set the testBox,listBox controls in my app to be tested
and read the values back. I've also managed... more >>
Custom control's KeyDown / KeyPress event not fired?
Posted by tamberg at 6/27/2006 7:53:24 AM
Is it possible that a trivial (class MyControl: Control {}) custom
control's KeyDown / KeyPress events are not fired on .NET CF 1.1 for
PPC2003 / WM5? This seems strange as the events are fired on SP2003.
... more >>
Does CF have anything comparable to DOS (i.e., Run cmd ?)
Posted by Rob at 6/27/2006 7:30:19 AM
I am guessing No....
... more >>
WMP wrapper in C# CF 2.0
Posted by Krupa at 6/27/2006 7:29:13 AM
Hi there,
I intend to develop a wrapper for Windows media player to get a handle
of the player so that I can open, play, pause and stop the player
programmatically. I also need the player to go full screen. I was
wondering if I can achieve this in C# by p/Invoking to WaveOut
functions in core... more >>
soft reset on power on
Posted by a NO[at]SPAM b.com at 6/27/2006 12:53:06 AM
i need to do a soft reset when the app detects that the user has
turned on the pda. (dont ask why)
does CeRunAppAtEvent do the trick? will it fire with a soft reset?
therefore doing continuous soft resets?
... more >>
How to convert a Dataset into a xml strin
Posted by Michael Kugler at 6/27/2006 12:00:00 AM
Hi NG
How is it possible to convert a dataset into a XML string without saving it
to a file?
ds.writetoxml() only allows a filename.
---
Mit freundlichen Grüßen / Yours sincerely ,
Michael Kugler
Compunited
Inh.: Michael Kugler
Hasellohweg 19
90766 Fürth
Germany
Tel +49(91... more >>
How do you reference a file on a handheld ?
Posted by Rob at 6/26/2006 11:43:22 PM
I simply want to copy a file using the File.Copy(strSource,strDest) format
On a handheld device how do you reference a file.... what is the beginning
of the path ?
On a server it is \\servername\folder
On a desktop it is C:\Foldername
I see my handheld has My Device as a root... I tri... more >>
Hardware Keyboard Event (CF 2.0)
Posted by sync at 6/26/2006 11:31:01 PM
Hi all,
I am looking for a method which detects hardware keyboard are enabled in CF
2.0 for Windows Mobile 5.0 devices.
This is my scenario:
When a textbox on a form has the focus, the SIP is enabled by setting
InputPanel.Enabled to true in the TextBox.GotFocus. The issue is how can i
... more >>
How do you move files around using VB.net ?
Posted by Rob at 6/26/2006 8:32:11 PM
I need to move some files to different folders. How would you do it within
compact framework ? File system object work here ?
Thanks
... more >>
|