all groups > dotnet compact framework > july 2004 > threads for tuesday july 20
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
How to convert a string to byte array and vice versa with c#?
Posted by Kempton at 7/20/2004 9:12:04 PM
ANN: Coding Competiton - added prizes (XBox)
Posted by Chris Tacke, eMVP at 7/20/2004 5:56:33 PM
There are 6 weeks left in the OpenNETCF Coding Competition and we've added
more categories and prizes, including an XBox for the overall winner and
several software license packages.
The complete rules are here:
http://wiki.opennetcf.org/rules.htm
The Competition Home is here:
http://wiki.... more >>
Pocket PC Copy/Paste in text box
Posted by William LaMartin at 7/20/2004 5:20:08 PM
I have a Pocket PC application created with VB.net 2003. In the emulator
when testing the application, I can select text in a text box, copy it with
a ctrl-v and paste it into another text box with a ctrl-v using the soft
Input Panel.
However, when I install the application on my Pocket PC ru... more >>
Get Files
Posted by flyingwhiz NO[at]SPAM yahoo.com at 7/20/2004 2:05:52 PM
I am trying to return files with .txt extension in a List box using
..NET CF.
I am trying with the following code
Dim StrFiles() As String
Dim StrFile As String
StrFiles = System.IO.Directory.GetFiles("\Program
Files\AITS_Tool\", "*.txt")
'StrFiles = System.IO.Directory... more >>
array initializer
Posted by Elmar Jacobs at 7/20/2004 1:41:59 PM
hi folk,
i try to initilize an arry of struct. but i become always the error msg
"Array initializers can only be used in avariable or field initializer." if
i try to define the _wordbook member.
the struct is
[c++]
public class CWordbook
{
protected struct wordEntry {
public int i... more >>
Beam CAB file(s)
Posted by Keith at 7/20/2004 12:41:43 PM
Hello all,
Given - I understand the question I have - has more to do
with user training than another solution - but I was
wondering if some people could throw some ideas out.
When a user single clicks on a CAB file - it attempts to
install it on their PPC - and then the file is removed o... more >>
How to deploy OpenNETCF & Odysee NETCF?
Posted by Palash at 7/20/2004 12:10:08 PM
Hi I am developing an app using MS.NET CF 1.1, OpenNetCF SDF 1.2 and Odyssey
CFCOM.
I also want to run my application inplace of explorer.exe (I have updated
the Launch50 reg key using PB 4.2).
What is the way to deploy my app on the WinCE device? How do I insert all
these 3rd Party assembl... more >>
Tag property a la Delphi
Posted by IGW at 7/20/2004 10:36:27 AM
Hello all,
I would like something like the Tag property as exposed in the basic Object
(is it Tobject?) in Delphi. I gather there is nothing like this in the CF.
Problem; I have a bunch of controls and menu items that I would like to
disable/enable depending on system state. I would pref... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Design Considerations
Posted by Pete at 7/20/2004 9:42:22 AM
I wish to develope the following application:
*Limited user interface on mobile device, basically data capture stored in
sqlce database.
*Sync w/sql server via webservices - internet connectivity.
*Robust internet web GUI from mobile device captured data or web GUI.
Required:
*Database syn... more >>
Custom Controls Disappear!?!
Posted by Dave at 7/20/2004 9:35:28 AM
Hi,
I am breaking my head over this. I have a custom control that I am in turn
using in another customer control. The internal control is a drawing area
based on the open net cf signature control - the code is the same with some
enhancements for undo. Everything works great about it except one... more >>
Start backup when power comes down to certain %
Posted by Pankaj S. at 7/20/2004 9:03:10 AM
Hi,
How can I take a backup of my application when power comes down to say X %.
I want to schedule this task through program?
Thanks in Advance.
Pankaj
... more >>
looking for extended textbox
Posted by Systemspecialist at 7/20/2004 6:39:03 AM
Hi all,
last month i tried to make better textbox. What i need?
-get position of cursor (line and column) - no problem
-print string on the position of cursor (speed problem)
-change position of cursor (speed problem)
My class works, but very slowly. I found any problem. For example, if you w... more >>
Memory Problem. Memory freed only if external program launched ???
Posted by palm.kevin NO[at]SPAM gmx.net at 7/20/2004 3:13:50 AM
I discovered a strange behaviour.
When I execute the following code :
StringBuilder res = new StringBuilder(6000000);
res.Remove(0,res.Length);
for(int i = 0; i < 500;i++)
res.Append("1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123... more >>
|