| | Rating Thread /
Thread Starter | Last Post  | Replies | Views |
|  | Take a look at the StreamWriter and StreamReader class.
--
Regards,
Maarten Struys
PTS Software bv
----
"sdf" <carapils (AT) yahoo (DOT) com> wrote
Maarten Struys
|
07-08-2003 10:01 AM
Maarten Struys | 0 | 36 |
|  | I package a DLL by EVC++, and write a simple testing program to test it.
I simulate the target program to call the API by timer.
All the test passed,...
skyman
|
07-08-2003 08:34 AM
skyman | 2 | 28 |
|  | One of the reasons Chris is talking about is undoubtfully the fact that
smart device development can only be done using C# and VB.NET, not...
Maarten Struys
|
07-08-2003 08:06 AM
Maarten Struys | 0 | 33 |
|  | MemberwiseClone within Graphics object is available in the .net framework.
but Graphics object is not inheritable. How do you use...
Robert Huie
|
07-08-2003 07:58 AM
Alex Yakhnin [eMVP] | 1 | 28 |
|  | I wonder if your declarations are right: GetCurrentProcessId returns a DWORD
so I would declare it as:
public static extern unsigned int...
Maarten Struys
|
07-08-2003 07:27 AM
Maarten Struys | 0 | 27 |
|  | Hi,
Ive written a custom button using graphics and I override
the button_Click event in my button. The trouble is, most
of my buttons will display...
Zahid
|
07-08-2003 07:06 AM
Zahid | 0 | 41 |
|  | Mark,
You can try the listbox in McSoft Widgets at
www.mcsoft.com.au.
It supports multiselect.
Regards
Andrew
Andrew McGrath
|
07-08-2003 05:22 AM
Andrew McGrath | 0 | 28 |
|  | Public Declare Function GetFocus Lib "Coredll" () As
Integer
Public Declare Function GetWindowLong Lib "Coredll"
Alias "GetWindowLongW" (ByVal hwnd...
Kenan
|
07-08-2003 05:09 AM
Neil Cowburn [MVP] | 1 | 40 |
|  | Greetings,
Any thoughts on how to return the computer name of the CE
handheld? I am trying to invoke GetComputerName, but
either it is not...
Ian Williamson
|
07-08-2003 04:56 AM
Neil Cowburn [MVP] | 2 | 57 |
|  | Hi Alberto,
Are you connected via Active Sync when you attempt to deploy and/or debug
to your device?
Rich
This posting is provided "AS IS" with no...
AT
|
07-08-2003 04:21 AM
Alberto Silva | 1 | 32 |
|  | Dan,
I have somewhat been able to do what you want by having the text box not
be readonly at startup (that way you get the background color you...
JWW
|
07-08-2003 03:33 AM
C. Vollmer | 1 | 29 |
|  | Hi,
I would like to delete row from dataSet and with function call
DataAdapter.Update delete it from datasource(database) as well.
I really don't...
Gec
|
07-08-2003 03:00 AM
Gec | 0 | 29 |
|  | Here is what I did to remedy the problem on my system:
1. Uninstalled Visual Studio.NET and any related programs that get
installed with Visual...
AT
|
07-08-2003 02:54 AM
AT | 0 | 23 |
|  | Thanks for the help!!
but i want to learn how i can use dllImport to do that?
"Neil Cowburn " <neilc (AT) online (DOT) opennetcf.org> wrote
Erdem ALKILIÇGiL
|
07-08-2003 02:33 AM
Erdem ALKILIÇGiL | 0 | 40 |
|  | Hi,
I have tried the following code fragment on the device:
IPHostEntry host = Dns.GetHostByName("PPP_PEER");
IPAddress ip =...
Tibor Meinczinger
|
07-08-2003 02:32 AM
Tibor Meinczinger | 0 | 31 |
|  | Hi,
In code (vb.net cf), how can I set the font of a label? I am creating
controls at runtime, and want to set the font to courier new as I need
a...
AT
|
07-08-2003 01:10 AM
Alex Feinman [MVP] | 3 | 21 |
|  | Why not implement a delegate/event that the main thread can implement a
handler on and have the thread raise it when it's done? Othe options...
Chris Tacke, eMVP
|
07-07-2003 10:31 PM
Chris Tacke, eMVP | 0 | 40 |
|  | I am looking for something that will give me the name of the "My
Documents" folder. Currently I am assuming that it is "\My Documents"
but I want to...
AT
|
07-07-2003 10:30 PM
Chris Tacke, eMVP | 1 | 38 |
|  | The concept of Current Directory is not supported on PPC. This is by design
although is somewhat confusing
"Jamie Macleod" <bubamacleod (AT) yahoo...
Alex Feinman [MVP]
|
07-07-2003 09:45 PM
Alex Feinman [MVP] | 2 | 42 |
|  | Since SQL server is capable of running on an arbitrary port, the only
reliable way of doing what you want is quering Active Directory (provided
that...
Alex Feinman [MVP]
|
07-07-2003 08:11 PM
Ian Williamson | 1 | 41 |
|  | SQL Server CE provides two direct ways to get the data from SQL Server
database: replication and RDA. both of the can be used for your purpose.
Best...
AT
|
07-07-2003 08:09 PM
AT | 0 | 23 |
|  | Hi,
Which variable you are trying to reuse ? you can just reset the
selectCommand query and call it with a new datatable to fill it with...
AT
|
07-07-2003 08:06 PM
AT | 0 | 33 |
|  | As a follow-up to my earlier response, your workaround succeeds if I set the
Skin value to a valid full pathname to the xml file. However, if I...
Nandakumar Sankaran
|
07-07-2003 06:04 PM
Nandakumar Sankaran | 0 | 43 |
|  | Hi, Nandakumar,
Can you work around your soft keys issue by adding a button that represents
"Windows + F1" key, and use mouse click intead of...
AT
|
07-07-2003 05:55 PM
AT | 0 | 34 |
|  | In answer to question 2, building you application into you ce.net image can
be done by adding "User features". Go to Platform->Insert->User Feature...
AT
|
07-07-2003 05:55 PM
AT | 0 | 36 |
|  | Marko,
Does your device have an ActiveSync connection with your Visual Studio.NET
machine? You either need to run the Select WinCE CPU tool if the...
AT
|
07-07-2003 05:47 PM
AT | 0 | 32 |
|  | What happens when you try the following:
JavaConnector jc = new...
AT
|
07-07-2003 05:16 PM
AT | 0 | 35 |
|  | What is the equivalent of the data type "memo" in Access for SQL/SQLCE?
Timothy Taylor
|
07-07-2003 05:09 PM
Alex Feinman [MVP] | 1 | 40 |
|  | Hi,
I'm having problems downloading and saving files from the Internet.
When I run the following code multiple times it grinds to a halt on...
Steve
|
07-07-2003 05:03 PM
Steve | 2 | 32 |
|  | For a PocketPC 2003 upgrade you need to get in touch with the hardware
manufacturer of your PocketPC. I an upgrade for your device will be
available...
Maarten Struys
|
07-07-2003 04:12 PM
Maarten Struys | 0 | 35 |
|  | For P/Invoke example take a look at
http://www.alexfeinman.com/download.asp?doc=GAPITest.zip
I don't remember if the 4 keys can be intercepted via...
Alex Feinman [MVP]
|
07-06-2003 01:15 AM
Robert Huie | 3 | 55 |
|  | Hello,
"Jason W. Nadal" <jnadal (AT) comcast (DOT) net> schrieb:
Have a look at the classes provided in the System.IO namespace:
StreamWriter...
Herfried K. Wagner
|
07-01-2003 11:38 AM
Paul G. Tobey [eMVP] | 2 | 39 |
|  | Hi There
I dont know which category this fits in best as its kind
of a mix of a few...(ack!!)
Im getting "The viewstate is invalid for this page...
Isiah Taylor
|
07-01-2003 07:18 AM
Anatoly | 1 | 46 |
|  | Have you tried "key=""test"""?
"David" <zhouw (AT) worldnet (DOT) att.net> wrote
Mark Findlay
|
06-29-2003 10:18 PM
Mark Findlay | 2 | 49 |