all groups > dotnet compact framework > march 2004 > threads for tuesday march 16
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
Connecting with a phone card
Posted by Earl at 3/16/2004 9:47:06 PM
Can anyone point me to a link on how to implement connections with a phone
card using .Net CF?
... more >>
2 imageLists; no Icons visible in ListView (VB.net 2003)
Posted by bonkers at 3/16/2004 9:41:31 PM
Yet another bizarre one...
I have a ListView populated with images from an Image List. When the user
selects one of these images, I wish to show an enlarged image in a
PictureBox.
The only way I have managed to do this so far, is to create two ImageLists,
one with the images at 16x16, and a... more >>
Context Menu Position
Posted by Salazaar at 3/16/2004 9:22:00 PM
Hi,
Is there a way to make a ContextMenu always appear at a particular position
only, irrespective of where on the control the mouse is clicked.By default,
it appears slightly to the right of the mouse pointer when the appropriate
control is clicked.
Specifically, I want my contextmenu to a... more >>
Building a SOAP Message (in Compact Framework) [REPLYING FROM microsoft.public.dotnet.framework]
Posted by news.microsoft.com at 3/16/2004 5:54:06 PM
I have exactly the same problem but instead the solution is directed to
compact framework.
I decided to use DOM. Using the XmlDocument class I created all the nodes
(envelope, body, etc) and sent it to a stream with the XmlDocument.Save
method. However, an exception was returned saying that it... more >>
Web Service and Windows CE
Posted by Shannon Ramirez at 3/16/2004 5:12:27 PM
I have a web service that access sql server. From the CE, I'd like to
reference that web service to gain access to the sql data. I've
created the web service and written a little vb client app to test
that it is working and learn how to do that. Now I'd like to use the
web service and access ... more >>
regional settings
Posted by Michael Wenninger at 3/16/2004 4:17:36 PM
Hello,
where can i find the current regional settings in the registry ?
... more >>
tap-and-hold event
Posted by Salazaar at 3/16/2004 4:03:03 PM
Hi,
I am trying to create a custom control using the .net framework sdk. I want
a context menu to popup when the control is clicked. Right now, the context
menu pops up only when the user taps and holds the stylus for a while. How
do I make this happend when the control is clicked instead of t... more >>
Deploying to Emulator
Posted by Jamie Macleod at 3/16/2004 3:44:52 PM
I am having trouble deploying to the Pocket PC 2003 Emulator and the Pocket
PC 2003 Phone Edition Emulator from VS .NEt. I keep getting a deployment
error. I have no problems with the Pocket PC 2002 emulator. Any advice on
how to get this working?
Jamie
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
GPRS PUSH
Posted by Murray Foxcroft at 3/16/2004 3:20:55 PM
Hi there,
We're writing a compact framework application to do some field service
automation. I need to implement PUSH technology to send updates to the
device. How do I get a server to identify, wake up and connect to a mobile
device and send information, say, via sockets.
Thanks in advance... more >>
DataGrid row height
Posted by Mike at 3/16/2004 2:15:34 PM
I've looked at a couple of posts about this and Alex's DataGrid Demo, but I
still don't see how to change row height programatically so that long text
will wrap to the next line in a DataGrid. Has anyone been able to do this?
(preferrably in VB)
... more >>
remote control of a device
Posted by Matteo Cima at 3/16/2004 1:28:07 PM
Hi,
some desktop programs have the ability to start an app in the device, afaik
on ppc only,
is this made with RAPI so activesync is mandatory ?
Or, given the ip of the device in the local network (wifi or ethernet), is
possible to "control" something on the device without activesync?
regard... more >>
Multiple forms and threads
Posted by Christian Westerlund at 3/16/2004 12:36:30 PM
My problem is the following
I get an ArgumentOutOfRangeException when I navigate up and down on my
datagrid. I hold down the right button which moves to the next cell and
then go up with the left key and repeat that until I get an exception
which usually takes less than a half minute. I ... more >>
App Help and Documentation Tools
Posted by Felipe T. at 3/16/2004 10:09:30 AM
Hi,
Im wondering what are the tools available for
generating .chm, help and documentation of a .Net project?
Thx,
Felipe
... more >>
Extra dial string commands - not enough space
Posted by chora at 3/16/2004 2:50:26 AM
Hi all,
I am trying to setup a GPRS connection, which needs several AT commands
GSM engine specific.
In Pocket PC connection settings ("Extra dial-string modem commands"
)there is not enough space to include all of them.
Is there a workaround?
*** Sent via Developersdex http://www.... more >>
address of byte array
Posted by A. User at 3/16/2004 12:55:36 AM
I am a C# beginner so I don't know the C# syntax that good.
I have a CF app that manipulates a bunch of data in a byte array.
I need to pass the address of the start of the array as a DWORD
(C# uint) to my unmanaged code function with pinvoke. The unmanaged
code I know works and my app works wit... more >>
|