all groups > dotnet compact framework > march 2005 > threads for thursday march 31
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
Urg help!! - ListView Control Problem displaying multi-language
Posted by dilipn123 NO[at]SPAM gmail.com at 3/31/2005 7:29:56 PM
Hi,
I'm having this problem using ListView Control(.Net CF-VS net 2003) to
display e.g. customer names which is stored in Thai language. It
displays me special characters i.e. square boxes inplace of
description.
The surprising thing is the description is displayed properly in thai
language ... more >>
Deploy .NetCF and OpenNetCF.
Posted by alan at 3/31/2005 6:13:03 PM
how can I deploy the CAB files like "netcf.core.ppc3.arm.cab",
"OpenNetCF.SDF.PPC3.ARM.CAB" to my PPC device?
for normal PPC Application, i follow the example in codeproject of
customerinstaller, this works fine.
but how can i deploy the CF cabs to the device?
thanks a lot!!!... more >>
Loading Forms at Startup
Posted by Beebs at 3/31/2005 4:58:30 PM
Is there any way in VB .NET to load all forms into memory at startup
without showing them, then showing my startup form using ShowDialog.
For all of my forms I'm using the singleton method, so I don't know
whether that would be an issue or not. Would something like this work
for each form:
f... more >>
XML to SQLCE
Posted by Amirallia at 3/31/2005 4:30:52 PM
Hi,
I want to import my data from a XML file to a SqlCE db. I use VB.NET
What's the best solution to do this ?
Thanks
--
Ceci est une signature automatique de MesNews.
Site : http://www.mesnews.net
... more >>
Shared Method Error
Posted by Beebs at 3/31/2005 4:08:39 PM
I created a class to store some global variables that I need only if I
check the type of handheld and it matches. In my class, one of the
following shared Public variables is this:
Public Shared MyReaderHandler As New System.EventHandler(AddressOf
MyReader_Notify)
but I get the error:
C... more >>
Install Application to a memory card on the Device?
Posted by elena at 3/31/2005 3:07:02 PM
Hi, All
I build CAB file from Build CAB menu, in the property page i specified where
to install application on the device("\SD Card\APP"), this is the memory card
on the device. After i build cab, i have in \cab\release\many cab's with
different processors, the specific processor for my devic... more >>
grid column in vb.net (pocket pc)
Posted by Steiner Hubert at 3/31/2005 2:15:57 PM
hello,
i use this code:
toGrid.DataSource = dset.Tables("myTable")
this works fine - but here is my id field visible
-> how can i hide this id column in the grid?
... more >>
Prevent DataGrid row height resize?
Posted by Chris Botha at 3/31/2005 1:47:41 PM
How do I prevent the height resize of rows in a DataGrid?
Thanks.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Custom control focus? Anyone?
Posted by Tomer at 3/31/2005 1:18:46 PM
Hi,
I've wrote a custom control which acts as a radio button, it can recieve
focus, and mouse clicks.
When a message is poped up it steals the focus, and when it is closed the
focus doesn't returns to the radio control.
I've check the same procedure with the regular text box and the focus
re... more >>
VS2005 and .netcf
Posted by ramonours at 3/31/2005 1:13:32 PM
Hello all,
anyone know what is going to be the minimum version of VS2005 we are going
to need to build .netcf applications??
Thanks inadvance,
-r
--
Get The CrashCart!!
http://www.rncrashcart.com
... more >>
How to Flush the database!
Posted by Mike at 3/31/2005 12:41:06 PM
I am trying to ensure minimal data loss in the event of a soft reset for my
data collection application. I am trying to use CeMountDBVol, CeFlushtDBVol,
CeUnMountDBVol, to do this but cant get it to work properly.
I would be extremely grateful to anyone who could post a quick code snippet
... more >>
Simple .cab Question
Posted by Beebs at 3/31/2005 11:51:21 AM
If I'm just distributing the cab file that I generate from Visual
Studio, how can I change the company information and application
title? I don't see any place in the project properties where this is
possible. Can I edit the AssemblyInfo.vb file directly?
Thanks... more >>
Start an extern application
Posted by benoit.rheaume NO[at]SPAM gmail.com at 3/31/2005 10:52:30 AM
Hello,
I'm trying, via my code in C#, to start an extern application. I've
tried to following code without success :
public struct ProcessInfo
{
public IntPtr hProcess;
public IntPtr hThread;
public Int32 ProcessId;
public Int32 ThreadId;
}
[DllImport("CoreDll.DLL", SetLastEr... more >>
Showing one form from another
Posted by Tommy at 3/31/2005 10:02:53 AM
I have a problem with forms getting hidden and the zorder getting screwed up
when going from one form to another and also if you bring up a program on
top of mine. When the other program is closed my showing form is hidden.
What is the preferred method of showing forms? I can't be the only on... more >>
Dynamic Invoke from Umanaged Dll in CompactFramework (WinCE 5, C#, VS 2003)
Posted by Marco [Stinger] at 3/31/2005 9:36:59 AM
Hi
Sorry if this has been asked before but I'm VERY new to the
compact framework.
Here's my problem
I'm writing a program for a WinCE.NET 5 device using Visual Studio 2003
and C#.
This program needs to call a few DLL writen in EmbeddedC++.
I already know that the dll's work since I've teste... more >>
SelectedIndexChanged Event is firing too many times
Posted by Michael Baltic at 3/31/2005 7:41:08 AM
I am using a custom collection class to fill a combo box. When I set the
data source properties, the SelectedIndexChanged event is firing for every
item in the collection. Here is a code snippet:
// Collection class
public class ReconcileBatchList : CollectionBase
{
}
// Combo box bin... more >>
[LISTVIEW] Keypress event
Posted by Rogerio Jun at 3/31/2005 7:11:06 AM
The ListView.KeyPress event is exposed in the
...NET Compact Framework, but maybe I am using it incorrectly. A complete
program is included below: I never get the MessageBox from
listView_KeyPress. This approach works on the .NET Framework. What am I
missing?
using System.Drawing;
using Syst... more >>
Button for smartphone?
Posted by temilson NO[at]SPAM sasktel.net at 3/31/2005 7:05:53 AM
Hi ...
I desperately need to be able to mimic a button on
Smartphone devices. I've created an 'image' button by
inheriting from control and then overiding paint etc..
However, even though this control displays perfectly, I cannot use the
up/down keys to take the focus to this control.
... more >>
installation package
Posted by alan at 3/31/2005 3:49:01 AM
how can i make the installation package for my PPC application?
I should use the deployment project in VS.net?
or make a cab file?
will the installation package install .net CF and opennetCF as well?
would you please tell me how to make the installation package step by step?
thanks a lot!!!... more >>
Printing from pocketpc
Posted by Rn at 3/31/2005 3:45:06 AM
Hi,
I am using .NETCF. I would like to add printing functionality to my app
- I would like it to print via Ir, Bluetooth or cable. I guess the best
option is a good third party SDK. The problem is it has to support
printing from right to left (hebrew).
Thanks in advance for any idea.
... more >>
Form cannot be minimized and show destop
Posted by RC at 3/31/2005 12:57:56 AM
hi,
My target platform is Windows CE.NET 4.2.
I 've create a form without control box and border, so it becomes full
screen.
I want to make a button on tool bar next to menu bar for minimize the form
But I find there is no windows state for minimizing windows (Only Max and
Normal).
How to... more >>
How to tell if WiFi is enabled
Posted by Dodzi at 3/31/2005 12:33:02 AM
..NET Compact Framework app, running on iPAQ. Is it possible from software to
determine whether WiFi is enabled? Further, is it possible to enable it?
Dodzi
... more >>
|