all groups > dotnet compact framework > march 2005 > threads for sunday march 13
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
Failed detecting Storage Cards
Posted by MuZZy at 3/13/2005 11:55:38 PM
Hi,
I'm doing a file explorer component for my app, and i can't seem to get access to my storage
cards... I have Dell Axim 50v WM2003SE with SD Card installed. Using GSFinder file explorer i
perfectly see the storage, but when i read sub folders or root "\", it just shows:
Program Files
M... more >>
ArrayList, databinding and listbox
Posted by wooz at 3/13/2005 11:11:39 PM
I've got ArrayList filled by some objects. I bind it to listbox.
Public class clsX
Private pUserName as string
Public Property UserName() As String
Get
Return pUserName
End Get
Set(ByVal Value As String)
pUserName = Value
E... more >>
Checking if form is modal
Posted by MuZZy at 3/13/2005 10:00:12 PM
Hi,
How do i check if form was called as a dialog vs. non-modal?
In .NET WinForms there is a Modal property, but it doesn't exist in .NETCF
Any ideas would be highly appreciated!
Thank you,
Andrey... more >>
serialization without xml format?
Posted by news.austin.rr.com at 3/13/2005 6:56:53 PM
A co-worker recently insisted that you cannot serialize and deserialize
objects unless you use XML. Shouldn't it be possible to create classes that
have the ability to serialize and deserialize themselves to a text file of a
proprietary format without using XML?
... more >>
Splitter control?
Posted by MuZZy at 3/13/2005 6:31:59 PM
Hi,
I can't find a splitter control for .NETCF - basicly it would be a control splitting two other
controls enabling resizing of them, like in explorer it splits Folders Tree and files ListView
I think there should be one, as i've seen this functionality on some PPC apps, like Resco Explorer... more >>
OpenFileDialog always pointing on My Documents?
Posted by MuZZy at 3/13/2005 5:40:13 PM
Hi,
I' m trying to use OpenFileDialog for my PDA application, like below:
OpenFileDialog ofd = new OpenFileDialog();
ofd.InitialDirectory = @"\Windows";
if (ofd.ShowDialog() != DialogResult.OK ) return;
OpenDocument(ofd.FileName);
When dialog opens, it always points to "All Folders" whic... more >>
newbie question
Posted by KC Eric at 3/13/2005 2:08:13 PM
Hi all,
what's the equivalent of Me.Closed() of VB.net in C#?
thanks!
... more >>
How to open .csdproj extension?
Posted by a_rahlis NO[at]SPAM hotmail.com at 3/13/2005 6:09:30 AM
Hi, i am new to the .NET,
i am trying to open .csdproj project file
however VS .NET 2003 doesn't recognize this extension as one of it's
projects, i tried installing .NET Compact Framework SP3
it didn't help.
What am I doing wrong?
Regards,
QuantumShadow
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
the ppc emulator ip address
Posted by monson kk via .NET 247 at 3/13/2005 5:14:35 AM
i try to connect to the ppc emulator from another ppc emulator in a LAN network...
but i get error say that the the host does not response...
all the ip address is correct
when i connect to windows form from ppc emulator , it can work !!
can someone tell why?? how to fix it??
------------... more >>
How to sumulate "Click" event w/ TreeView control (.Net CF)
Posted by charliewest at 3/13/2005 2:03:01 AM
I would like to implement the following functionality:
When a user taps a (child) treeNode, an event fires which allows me to get
the selected child treeNode's TAG object, determine it's values, and then
"do something else"...
Intellisense shows the "Click" event, however, this does nothin... more >>
Problem accessing file in PictureBox control
Posted by charliewest at 3/13/2005 1:49:02 AM
Using VS 2003, i have dragged and dropped a picture box control to my smart
app form, and have selected the image using the properties dialog box. The
project builds fine, w/out errors. However, when i attempt to run the
application, i get the following error:
A first chance exception of ty... more >>
[Newbie]Invoking the pocket pc 2003 emulator manually?
Posted by Pop at 3/13/2005 1:37:01 AM
Hi all,
How to invoke the pocket pc 2003 emulator manually?
I mean without using Visual Studio 2003.
I can find a way to invoke pocket pc 2002 manually but not 2003.
Thanks in advance.... more >>
|