all groups > dotnet compact framework > february 2005 > threads for saturday february 12
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
help:how to implement the MouseEnter and MouseLeave in CF
Posted by Yang_He at 2/12/2005 10:41:40 PM
Is there any way can implement the function, please help me!
Thanks forward!
... more >>
Run PPC Program by csharp?
Posted by RC at 2/12/2005 8:40:27 PM
I now want to run Pocket IE by clicking a button
eg. iexplorer.exe http://www.yahoo.com
any sample code for doing that?
Thanks
... more >>
Simple Encryption in Compact Framework
Posted by Nathan Mellor at 2/12/2005 4:49:56 PM
Are there some examples for encryption on Pocket PC from .Net CF?
I noticed that Opennetcf.org had some encryption libraries, but no examples
of using them.
My needs are:
Encrypt and decrypt dates, numbers, strings to stor in text file or
registry.
Not too many steps, hopefully.
Assurance... more >>
Changing width of DataGrid component
Posted by glenn at 2/12/2005 2:06:00 PM
Can anyone tell me the easiest way to change the width of the colomns of a
datagrid. All the help files are telling me to set the PreferredColomnWidth
property but it does not seem to exist when I access the components
properties.
Can anyone tell me what I"m doing wrong that is making all the... more >>
Tools to develop.
Posted by Eduardo S.E. de Castro at 2/12/2005 1:43:59 PM
Hi,
does anyone know if I can buy Visual C#, not Visual Studio to develop
Compact FrameWork Applications?
What version do I have to buy?
Thank You,
Eduardo.
... more >>
Mikehall Blog Question : .NET Compact Framework ?
Posted by Mike Hall at 2/12/2005 1:21:03 PM
Hi,
I presented at a Windows Mobile developers event last week, talking about
mobile application development, and in particular how to debug, performance
monitor, and detect leaks (gdi, handle, memory) in applications - I was
surprised to see that over 90% of the audience were native applic... more >>
Mybase.resize being repeatedly called...
Posted by Blarney at 2/12/2005 12:59:49 PM
Hi all,
I am having a problem with the mybase.resize handler in my program. I
am using the "standard" screen rotation code to handle portrait and
landscape mode.
Private Sub frmMain_Resize(ByVal sender As Object, ByVal e As
System.EventArgs) Handles MyBase.Resize
If (Screen.Pr... more >>
GetCurrentDirectory() doesn't work
Posted by Kwok-ho at 2/12/2005 10:54:42 AM
Dear all,
I have an XML file in the same directory of the executable file. Therefore I
use Directory.GetCurrentDirectory() method to get the current directory, so
that I can open the XML in that directory. However, I got a
NotSupportedException when calling the method. I have read the MSDN,... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Download file from aspx response
Posted by RC at 2/12/2005 4:04:51 AM
I have created an aspx page response for user to Download file from server
Code:
http://support.microsoft.com/kb/812406/EN-US/
And try to DL from that page to PPC by following code
http://www.codeguru.com/Csharp/Csharp/cs_network/internetweb/print.php/c7005/
However I got error when runni... more >>
POOM, email and VB.NET
Posted by Neil Mercer at 2/12/2005 3:01:07 AM
Hi,
Is there any sample code, or a component I can buy that allows access to the
Pocket Outlook email on a PDA? Specifically I want to be able to read
messages from the various folders and probably write messages into the
folders too.
I've seen components that allow access to POOM from .... more >>
|