all groups > dotnet compact framework > march 2004 > threads for monday march 22
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
Debugging wirelessly
Posted by Me at 3/22/2004 11:26:34 PM
Right now I am using Visual Studio .NET 2003 on the desktop to debug code
that is running on my PDA which is in the cradle.
My application is a wireless one, so can I run the debugger on the PDA while
it is NOT in the cradle (i.e., wireless debugging)?
The wireless PDA has access to the ne... more >>
Intercepting the WM_HELP message
Posted by Michael Lahrkamp at 3/22/2004 9:53:55 PM
Hi All:
I'm using VB.NET and want to capture the WM_HELP message in order to trigger
the help file for a PPC application. Anybody got any suggestions? All help
appreciated! This is becoming a critical item.
Thanks,
Mike
... more >>
Can't use keybd_event()
Posted by cssnow NO[at]SPAM hotmail.com at 3/22/2004 6:34:16 PM
I want to shut my app down via a button on my form, but I can't
because I don't have UIBASE.LIB. I have used PInvoke many times, but
that experience won't do me any good without the .lib. Is this
library in some component that I haven't installed?
Rob B... more >>
Socket.Close
Posted by Jose Luis Balsera at 3/22/2004 5:44:32 PM
Hi all,
I'm experiencing a behavior in Socket.Close that I'm not able to explain.
Maybe someone can find a reason for the following:
In my app I use a socket to send and receive data from a server running in a
desktop PC. The app in the server runs under the full .NET Framework. In my
Pocket ... more >>
Palm OS
Posted by Shannon Ramirez at 3/22/2004 4:34:42 PM
does vb.net have anyway to write to a palm os device... more >>
Error accessing web service on localhost from emulator
Posted by Derek Anderson at 3/22/2004 3:40:49 PM
I am trying to develop CF app by starting with Pocket TaskVision sample app.
I have a AuthService web service and a DataAccess web service. The
namespaces are
http://kiwi.kanecompany.com/KaneWS/AuthService
http://kiwi.kanecompany.com/KaneWS/DataAccess
The web services are located on my dev ... more >>
hosts table
Posted by Shannon Ramirez at 3/22/2004 3:15:40 PM
I'd like to do to the ce what you can do in windows hosts table.
192.168.1.5 www.adnsname.com
can someone tell me the registry hack to do on the ce device. I have
a registery editor downloaded to the ce, but can't find the hack. I'm
running an emulator on my xp machine.
can anyone hel... more >>
Native exception with asynchronous Tacke-stack
Posted by .pd. at 3/22/2004 12:25:22 PM
Hello,
In an effort to speed up form loading, I modified Chris Tacke's FormStack
example in these ways:
-- Added 2 ManualResetEvents to the StackForm class - Create and
InitComp.
-- Added a ManualResetEvent to the FormStack class - preLoadDone.
-- Added a Flip method to the FormStack cla... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Headers and ListViews per the UI guidelines - how?
Posted by dnovak27 NO[at]SPAM comcast.net at 3/22/2004 12:16:26 PM
I'm looking at how MS suggests implementing ListView controls w/
headers in the Pocket PC User Interface Guidelines.
I don't mean the column headers on ListViews, but the control above
them that lets you choose folders, change sort view, etc. For an
example, see the top of the File Explorer w... more >>
Smart Device Framework ButtonEx Problem
Posted by jeffg22 NO[at]SPAM mindspring.com at 3/22/2004 11:21:27 AM
Hi -
I'm trying to use the OpenNetCF ButtonEx control (part of their Smart
Device Framework), and I'm having a problem with the Click event. The
event fires once, but doesn't fire on any subsequent click. What am I
doing wrong??
I've coded a simple VB.NET app, with two buttons on a form. Bu... more >>
Unable to successfully execute disk IO on the file system.
Posted by Peter B at 3/22/2004 11:09:01 AM
Hi!
Im running a database SQL CE Database on a SD-card. After the handheld has
been in sleep mode, and I wake it up, my application tends to crash. I have
a consistent connection to the database, i.e. I don't close the connection
until the application is terminated.
Has anyone experienced c... more >>
OpenNetCF SDF deployment
Posted by Brian H at 3/22/2004 10:31:57 AM
Hi all,
I'm migrating code from the older, earlier DLLs of the SDF (before it was
called the SDF). I used to include the DLL (such as OpenNet's Win32 DLL)
with the deployment, including it in the .inf, etc.
With the SDF, what's the recommended way to package this with my app such
that it i... more >>
mscorlib problem
Posted by Art at 3/22/2004 9:50:43 AM
I develope the .NetCF app in PPC.
When I run, it shows the error, like mscorlib desktop version conflicts with
mscorlib ppc version.
Someone tells me to remove the mscorlib desktop version, and install the ppc
version, but how to do that ? I try, but can't do that.
How to remove the mscorlib d... more >>
Playing compressed audio from URL
Posted by Balint Toth at 3/22/2004 8:02:27 AM
Hi all,
How can I play any kind of compressed audio on CF from an URL? WMA, MP3,
OGG, G711, or whatever. Is there a fast library for such things, or the
support is built in?
Thanks in advance!
Best Regards,
Bálint Tóth
... more >>
FromHandle not supported
Posted by hfr at 3/22/2004 6:31:07 AM
Hi
since methods like Icon.FromHandle() are not supported in the .NET CF I'd like to know if there is another way to "transfer" a HICON to the Icon class!
Kind Regards
... more >>
Tab Oreder
Posted by Jon at 3/22/2004 5:11:06 AM
Hi
I develope an application to run on Pocket PC. My app has a form containing TextBox,ListBox and Button controls
How to set Tab orders for those controls (as I didn't find TabIndex property)
Thanks
Jon... more >>
|