all groups > dotnet compact framework > august 2004 > threads for friday august 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
Copy File
Posted by David at 8/20/2004 11:23:38 PM
Hello.
How can I copy some file(s) to the PPC Emulator of VS .NET 2003 from my hard
disk?
... more >>
MDC 2004 DVD?
Posted by Thore Berntsen at 8/20/2004 8:44:39 PM
I did not attend MDC 2004, but I still would still like to buy the
conference DVD. Does anyone know where I can buy it?
Thore Berntsen
... more >>
Call Stack Dump
Posted by Bogdan Sima at 8/20/2004 5:45:30 PM
Hi,
Is there a way to programatically dump the call stack in the CF?
Thank you,
Bogdan
... more >>
How to P/Invoke the RasGetEntryDialParams method??
Posted by Roberto Rocco at 8/20/2004 5:11:05 PM
Hello,
Can anybody provide a code snippet of how to P/Invoke RasGetEntryDialParams?
Anytime we try it the function returns with an errorcode 87 (invalid
parameters).
I guess the problem lies in the LPRASDIALPARAMS struct members which
probably aren't set correctly.
Many thanks in adv... more >>
Treeview bug : Select top visible item but itself?
Posted by Saul at 8/20/2004 5:00:31 PM
Hi all,
I am struggling with an annoying problem. It's a little difficult to
describe, but I will try as simply as I can.
The issue is with a Treeview control, which has a two level structure, in my
cases, category and product. This issue is only visible when the tree is
expanded so that... more >>
Calculate difference between two datetime values
Posted by Peter at 8/20/2004 4:47:29 PM
Hello all,
I'm new in CF and C#.
How can I calculate the diffence between two datetime values, lets say :
Date1 "8/21/2004 03:20:00"
Date2 "8/20/2004 23:40:00"
and then compare this
if (Date1 - Date2) >= 15 minutes then
do something
else
do otherwise
thanks
Peter.
... more >>
German special character and string.Replace() method
Posted by Christian Schwarz at 8/20/2004 12:29:01 PM
Hi,
I've noticed a problem with the string.Replace() and the
StringBuilder.Replace() methods.
I try to replace the german special character "ß" (sharp spoken "ss") in
order to mask the character with "ß" for showing it in the OpenNETCF's
HTMLViewer control. The problem is, that the Re... more >>
ListView control
Posted by Rick Lederman at 8/20/2004 11:33:11 AM
I'm using a ListView control in a Pocket PC app. I need to know what row a
user clicked on. In VB can anyone help? I also want to update data in a
specific row/column.
Thanks
Rick Lederman
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
How to save a graphic object to bitmap with vb.net code?
Posted by news.microsoft.com at 8/20/2004 11:01:23 AM
OpenNetCF files instalation
Posted by Luminal at 8/20/2004 9:51:10 AM
Greetings
I'm new to OpenNetCF and recently downoad it. I've downloaded the source
package and the binary package. Now, in your oppinion, what is the
package I should use? I know that the bin package is an msi, so the
installation is simple, but how do I install the source package? Where
... more >>
Public Folders
Posted by news NO[at]SPAM craigpay.com at 8/20/2004 6:06:05 AM
I'm looking to write a Pocket PC app to access public folders on an
exchange server. Would MAPI be used to do this?
Craig... more >>
How to change the string "My company <app>"
Posted by Maurice Asuar at 8/20/2004 4:09:01 AM
Hi,
In the "Remove programs" list, I have noticed that the name of my
application is shown with "My Company" before the name of the app. The
question is: How can i remove / change this text??
I have heard about changing it in the assembly file, but i've done this, and
i get exactly the ... more >>
How to handle SIP in PDA
Posted by Suresh at 8/20/2004 2:43:02 AM
Problem 1: I am getting some error "Error Message: Exception" while disable
the input panel in one form and opening another form.
In case if i enable Controlbox=true then i am not getting this error.
Problem 2: I navigate from one form to second form with key board enabled in
form one. In ca... more >>
|