Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008


all groups > dotnet compact framework > october 2004

Filter by week: 1 2 3 4 5

SIP in all Forms? & GUI standards
Posted by hari_vb.net_pocketpc at 10/31/2004 7:56:01 PM
Hi, I am developing a pocket pc application using VB.Net. In every form, I have used textboxes. So is it necessary to add the Inputpanel in all the forms? Or I have to use the inputpanel created in one of the forms, in all other forms? Which is the standard way? I wish to hav...more >>

Calling the COM-API directly via P/Invoke
Posted by Sebastian Zenker at 10/31/2004 7:31:58 PM
Why isn't it possible to call the COM-API (CoInitialize, CoCreateInstance, etc.) directly via P/Invoke instead of writing a unmanaged+managed wrapper or using a library like CFCOM? Which DLL exports the COM functions? Sorry I'm a newbe with COM Interop....more >>

Multi Threading
Posted by Glyn Meek at 10/31/2004 4:32:38 PM
1) I have an 'animated' graphic window that displays as the application is loading and doing its initialization. This animation routine is staretd as a separate thread at the beginning of the Mainform load. 2) The animation form is smaller than the screen and so overlays the main application...more >>

rda.pull issue
Posted by Tomer at 10/31/2004 2:18:49 PM
It seems that the rda.pull method uses the \temp directory as a temporary storage room for the SDF. There's a problem when pulling a very large table about 60mb SDF on a 64mb ram PPC. When the ram runs out, the OS throws an error and the rda.pull throws an exception. Is there a way around thi...more >>

Problem referencing class libraries compiled with .NET 1.1
Posted by Gabo at 10/31/2004 12:09:22 PM
Hi, I'm new to the PocketPC development arena and I'm trying to write a WinForms app shell for PocketPC that references a dll that was compiled using a standard Class Library project. I created a PocketPC Windows Forms project, added a reference to my assembly and whenever I try to compile I...more >>

WaitAny with timeout
Posted by Alexander Muylaert at 10/31/2004 11:22:34 AM
Hi I assume I must be the 1.000.000 poster by now with the same question. (I can find the question a lot, just can't find the answer). I need a Timeoutable ManualresetEvent. Anybody has any clue on how to get their? I'm sharing a lot of source between Compact en full framework. I hav...more >>

Available serial ports
Posted by ORC at 10/31/2004 10:53:32 AM
I'm looking for an example of how to get a list of available serial ports on a Pocket PC using C# so any help is highly appreciated. Thanks Ole ...more >>

Get the int value of a given character in VB.NET under PPC
Posted by BlueMoon at 10/31/2004 6:09:02 AM
Let's say, I have "abc", I want to get "efg". What function shall I use? Many thanks....more >>



eVC 4 DLL & VB .NET ERROR
Posted by Antoni Mass? Mola via .NET 247 at 10/31/2004 3:56:36 AM
Hi, I've created a DLL using eVC 4. //C++ Code __declspec(dllexport) CString ShowLastError () { return _T("Test"); } In my .def file I export the function: ShowLastError In my VB .NET <DllImport("test.DLL")> Public Function ShowLastError() As String End Function Whe...more >>

Toolbar control does not appear on Pocket PC
Posted by Cheli via .NET 247 at 10/31/2004 3:55:12 AM
Hi! Does anybody know why toolbars won't appear on Dell Axim X30? I tried installing the application to a Dell Axim X3 and it works. but how come when i installed it to an X30 the toolbars does not appear. Thanks! -------------------------------- cheli ----------------------- Posted by a us...more >>

Axim x30 cab file
Posted by Mitch via .NET 247 at 10/31/2004 3:53:17 AM
Hi! Will Armv4 cab file work on Axim x30? -------------------------------- From: Mitch ----------------------- Posted by a user from .NET 247 (http://www.dotnet247.com/) <Id>GgAn1yMlmEW8LkuAQWA6SQ==</Id>...more >>

"pressing" a button on an application
Posted by Peter Bliesner via .NET 247 at 10/31/2004 3:51:27 AM
We have developed a application on a Symbol device using VB.net.compactframework. I there a way to use the enter key on the device to "press" a button control on the apllication? -------------------------------- From: Peter Bliesner ----------------------- Posted by a user from .NET 247 (ht...more >>

Control Arrays
Posted by Tim Boalch via .NET 247 at 10/31/2004 3:48:09 AM
More of a CLR issue, but WHY ON EARTH did they remove Control Arrays? For example, in VB6, if u were making a dialog similar to the standard section of the Color Common Dialog, u'd have an array of PictureBoxes with different back-colours, and clicking on them would raise a single, common event: ...more >>

Printing from Windows CE
Posted by John Tunante via .NET 247 at 10/31/2004 3:47:01 AM
Hi! How i can print a text file from Windows CE with c# ? What objects i need ? Thank's ----------------------- Posted by a user from .NET 247 (http://www.dotnet247.com/) <Id>Ae8yuIZMiUKricKpHR0O5Q==</Id>...more >>

Same Panel in Different Forms?
Posted by hari_vb.net_pocketpc at 10/31/2004 2:04:12 AM
Hi, I am developing a Pocket PC Application using VB.Net. I have to use 5 forms in my application and I wish to display a common Panel, containing a group of 8 buttons, in all the forms. Is it possible to display the same panel in all the forms? Please reply in detail. For data entry, i...more >>

Same Panel in All Forms?
Posted by hari_vb.net_pocketpc at 10/31/2004 1:59:32 AM
Hi, I am developing a Pocket PC Application using VB.Net. I have to use 5 forms in my application and I wish to display a common Panel, containing a group of 8 buttons, in all the forms. Is it possible to display the same panel in all the forms? Please reply in detail. For data entry, i...more >>

MSG: The .Net assembly 'System.windows.Form' Could not be found
Posted by Hiten at 10/30/2004 10:50:04 PM
Hi when i start my smart device application/create new smart device application The .Net assembly 'System.windows.Form' Could not be found,'System.windows.XML','System.windows.Form.DATAGRID' etc... message box appears and development envirement close. what the problem any body knows it? than...more >>

Button Click Simulation
Posted by Dave at 10/30/2004 9:18:25 PM
Hello. How can I simulate button click in Compact Framework? Why there is no PerformClick method of the Button class? Thank you. ...more >>

listbox
Posted by vhoward at 10/30/2004 8:23:38 PM
hi i use an asus mypal and c# is it a way to modify the layout (color or font) of some lines in a listbox actually i use enclose lines with car. ( and car. ) thanks in advance ...more >>

sample code
Posted by ramonours at 10/30/2004 3:09:03 PM
Hello, any sample code / tutorial out there that demonstrates a main form with a button which will directed to 1 or more other forms who also have buttons that direct it back to the main form in .netcf?? I seem to be having more problems with this than I think I should be having! thanks, bb ...more >>

Access Calculator Menu Bar
Posted by Andrej at 10/30/2004 1:54:05 PM
Hi all, how can I get the handle to the menu bar/task bar of the calculator in a PocketPC device to simulate following user stylus input: Edit->Paste. Is there a general approach to my problem? Can someone help me with this problem please?...more >>

Pocket PC Emulator
Posted by BlueMoon at 10/30/2004 9:45:02 AM
Anybody got idea on set up and use an Emulator without installing VS.NET? I am intending to demo a PPC application with an independent Emulator. Anybody got any idea, please let me know. You can also email me at: islandfong@yahoo.co.uk Many thanks....more >>

WebService and Emulator
Posted by Claus Kessel at 10/30/2004 7:30:02 AM
Hi, I have a problem with the Windows CE Emulator. I try to access a web method returning just a simple string. I always get a WebException with the following error message: "The connection with the remote server could not be established" I changed the url from \\localhost\\... to \\hostnam...more >>

Multiple forms for PocketPC?
Posted by gzathegeeniahz at 10/30/2004 7:21:01 AM
This is the problem:Let's say that I have two windows forms(I am making an mobile device application) and I have a textBox in Form1.In the other Form (form2) i have a textBox and a button.So I want to implement a code in the OnClick event of the button that will copy textBox1.text from Form1 i...more >>

create a drive
Posted by Chance Hopkins at 10/30/2004 7:09:44 AM
I there any way to create or mount a new drive in the PPC using the compact framework? I'd like to create a "pgp like drive" using some encryption I found. I feel that I could simply encrypt single files, but I'd like to create some type of directory that I could work out of. Thoughts? ...more >>

Multi Language: Error Is anyone knows about it
Posted by Hiten at 10/30/2004 1:11:31 AM
I am using .Net 2003 I want to write PocketPC application with multi lang support i wrote following lines of code 'Out side of base class Imports System.Threading Imports System.Globalization 'Following lines are in base clase befor Initit Component Thread.CurrentThread.CurrentCulture...more >>

Fullscreen on vb.net
Posted by d green at 10/30/2004 12:53:05 AM
Sorry if this has been asked before, how can I hide the task bat and title bar with vb .net Compact framework? I am looking for the elusive shfullscreen equivalent. cheers guys ...more >>

The leak of picturebox?
Posted by yao at 10/29/2004 10:11:10 PM
I create a form named 'w_test' and add a picturebox and a buttuon on the form.the code in the button is very simple: me.close() In another form, I use the code below to show the form 'w_test': Dim frmTest as w_test = new w_test w_test.showdialog() When I open and close 'w_test' each ti...more >>

Idle of the application (implementing screensaver)
Posted by Tod Johnson at 10/29/2004 10:00:45 PM
Hello guys, does anybody know how to detect that the application didn't receive input from user for concrete time period. I'd like to implement ScreenSaver or smth. Thanks, Tod...more >>

WinCE Deployment
Posted by Adam at 10/29/2004 6:58:48 PM
I am trying to deploy wince with SQLCE, SQL, and Compact framework in 1 installation package using .Net installation projects etc (per MS rec.). After much frustration I have the whole lot getting (nearly) working for the correct device. My question is, in the .Net project where you specify th...more >>

Ppc code running on win2000 ?
Posted by at 10/29/2004 5:39:43 PM
I have just tried to run an exe which I compiled for Pocket PC (ARM) on my Windows 2000, and it is running absolutely fine. Is it in general compatible?...more >>

debugging on device
Posted by Geoff Callaghan at 10/29/2004 4:52:28 PM
Isn't it possible to debug on the device through a USB connection? I can only see an IP connection, and I don't see how that can work for most people. Also, I would like to debug some serial port code using the emulator. I have the emulator set to read com 2. Can I send data out com 1on my com...more >>

turn off the display in the smartdevice framework
Posted by jayderk at 10/29/2004 3:30:53 PM
Hello, I was just wondering if there was a way to turn off the display in the smart device framework? ...more >>

I am trying to get what comes in from the port and compare it with what I currently have
Posted by jayderk at 10/29/2004 2:01:19 PM
Hello All, I am trying to get this function to work correctly and can not seem to do so. basically this function searches the port.input for a time of "secondsToSearch" for a message that starts with "message". you can see that I don't even bother searching until the length of data in the ...more >>

Turning off display of WindowsCE/PPC
Posted by Tod Johnson at 10/29/2004 1:34:50 PM
Hello, is it possible to turn off the display of the device (not suspend)? I need the mode that device could still process tasks but the display will be turned off. Thanks in advance, Tod...more >>

prevent child control painting
Posted by gerry at 10/29/2004 1:21:44 PM
using a custom control derived from a container control ie. Panel , can that control somehow prevent its contained child controls from painting ? can anyone point me to any documentation regarding how a form is painted - ie. what methods/events execute on which controls and in what order and in...more >>

signature - very slow...
Posted by Mobile Boy 36 at 10/29/2004 1:03:47 PM
Dear All, I'm making a signaturecontrol class. It is working but very slow. I override the mousemove event and the onpaint event from the base class System.windows.Forms.PictureBox. In the onmouse event I use Me.Invalidate to raise the onpaint event. What am I doing wrong? Why is it so slow?...more >>

NativeOverlapped supported in CF ?
Posted by ORC at 10/29/2004 11:15:14 AM
Quick question: System.Threading.NativeOverlapped supported in CF ? Thanks Ole ...more >>

Is there any way to launch the Emulator without any IMAGE?
Posted by Daimy at 10/29/2004 9:53:18 AM
Is there any way to launch the Emulator without any IMAGE? Thanks! ...more >>

P/Invoke : getting a string from a dll (returned or in param) ???
Posted by Yannick S. at 10/29/2004 9:20:51 AM
hi all, I want to construct a string in a dll and then call this function in C#. I have try the MS samples but none work for the compact framework. in my C dll : yannick.c : extern "C" YANNICK_DLL_API char* TestStringAsResult() { char* result = new char[64];//(char*)CoTaskMemAlloc( 64 ); ...more >>

HOW TO: Send file to shared folder
Posted by Joaquin at 10/29/2004 1:45:02 AM
I'm trying to send a file from my device to a remote shared folder, I've been googling and couldn't find any useful solution. The only way I think I can do it is by using TCP and deploying a "listener" service on the server computer, but there must be another way. Thanks for your help...more >>

join wav files
Posted by Piergi at 10/29/2004 1:43:06 AM
Hi, i'm using vb.net and dotnet compact framework to develop an application for pocketpc. I need to record the voice in a wav file; using waveout class from microsoft all work fine. And now the problem: i need to merge (join) distinct ..wav files in one new file. Can somebody help me ? Than...more >>

changing comboboc.selecteditem without triggering event
Posted by luser NO[at]SPAM skip.informatik.gu.se at 10/29/2004 1:42:36 AM
Is there a way to change a selected item in a combobox, without triggering the SelectedIndexChanged event? I got listener on a few comboboxes, 'cause i want to save the changes immediately to an instance of say... "foo". But when the user loads another instance of "foo", i want to set the sele...more >>

not creating extra instense
Posted by ramonours at 10/29/2004 12:04:01 AM
Hello How can I go back to the main form on my app from other forms without creating an extra instance of it?? So that I won't have to tap 'ok' button twice to close my app??? using vb.net .netcf thanks, bb. -- Get The CrashCart!! http://www.rncrashcart.com ...more >>

closing application
Posted by ramonours at 10/28/2004 10:42:57 PM
Hello, I have a .netcf program using vb.net and I have a multiple form application. When I attempt to close the application using the 'ok' button on the main form, it leaves the other forms there and will not close the application. Is there a better way to do this? Or is there a way to know wh...more >>

FormStack application and the Transcriber Input System
Posted by Vincent at 10/28/2004 10:20:02 PM
Hello, I used the FormStack example to speed up my application. However, it seems that textboxes no longer work with the "Transcriber" text input system. I'm using Transcriber version 1.51 and .NET CF 1.0SP2 I think the problem has to do with the FormStack event loop which looks like th...more >>

set sip location...
Posted by baramuse at 10/28/2004 6:43:49 PM
Hi all :) Almost everything is in the subject... I just want to set the location of the SIP programatically(is that english? :p) The Bounds property is read-only so... Oh yes I'm dealing with a WindowsCE.net OS and using C# :) Thanks in advance and good morning/afternoon/night :p...more >>

How to read SMS in inbox?
Posted by Daimy at 10/28/2004 5:07:57 PM
I use MAPI to read the inbox, but only the messages in ActiveSync's inbox can be read. The messages in SMS's inbox can not be read. Help! Thanks! ...more >>

app
Posted by Page Up - XP at 10/28/2004 4:41:25 PM
Hello, Where can I find a task manager and a schedule (calendar) for wince.net 4.2? Regards ...more >>

Can I deploy dotfuscated file on the simulator?
Posted by at 10/28/2004 4:27:27 PM
How do I copy a dotfuscated (or any) file to the simulator ?...more >>


DevelopmentNow Blog