all groups > dotnet compact framework > january 2005 > threads for sunday january 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
WndProc + Event = Error?
Posted by trollpower NO[at]SPAM gmx.de at 1/16/2005 11:43:35 PM
Dear NG,
ive encountered the following issue. Ive made a inherited class from
MessageWindow overriding the WndProc method. I fire a self defined
event if a certain message occurs. In my Form I catch the event and
have the GUI make some changes. All the functions work ok except the
fact that t... more >>
My Application Hangs when I use the stylus on the screen while a thread is running
Posted by Dave at 1/16/2005 7:55:42 PM
My application loops through each unit in an array and displays it on the
screen (in a label) for a pre-set amount of time.
It runs fine, but while it's running if I move my stylus around the screen
or "mouseover" buttons on my form or click on the menu, the system will
freeze up. I've tri... more >>
OpenFileDialog problem
Posted by alan at 1/16/2005 7:47:02 PM
in .net CF, OpenFileDialog can only open the files in My Documents
is there any methods that can browse all files in the PPC rather than only
in My Documents?
any sample codes for this?
thanks a lot!!... more >>
Accessing Pocket PC Clipboard content
Posted by Dave at 1/16/2005 7:25:22 PM
How can I access the content in the clipboard via vb.net? Thanks,
-Dave
... more >>
rebuild opennetcf
Posted by vhoward at 1/16/2005 6:52:36 PM
hi,
i need to rebuild opennetcf (exactly opennetcf.net) to implement the fix on
GetAdaters
i have downloaded the last source, i have compiled it
but i don't know how to deploy the last version (in the GAC ?, as a local
dll ?...)
... more >>
TypeLoadException error with custom control on service pack 2
Posted by dantheman at 1/16/2005 5:00:44 PM
hi all,
the following code fails on pocket pc's and emulator with service pack
2 installed can any one make it work and tell me how i can make it work
please i don't no what to try any more, i've re-compiled with service
pack 2 installed on the dev box but yet it's still not working
i get t... more >>
SQL CE Alternatives
Posted by Strider at 1/16/2005 3:33:03 PM
We've had enough with SQL CE!
It's data corruption problem is just too much
for us and our customers to bear.
We are looking for mobile database alternatives.
At this moment we are evaluating SQL Anywhere UltraLite, Oracle 9i Lite and
DB2 Everyplace.
Has anyone used any of these product... more >>
Handeling KeyDown for controls doesn't work.??
Posted by Mustafa Rabie at 1/16/2005 11:42:56 AM
hi all
i have added this code to my application to handel the key evens when a
control on my form has a focus, but whenever i click on the control, my code
is not excuted and the normal code for the control is, i set a break point
at the function entry and the code didn't break at it. i am u... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Help: SmartPhone not liking HTTP 302 redirects it seems
Posted by andrewdavey NO[at]SPAM hotmail.com at 1/16/2005 7:40:58 AM
Any ideas why a request to a URI that returns a HTTP/1.1 302 Object
moved header works on my PC, but fails on the SmartPhone (windows
mobile 2003)
System.Net.HttpWebRequest request = null;
System.Net.HttpWebResponse response = null;
System.IO.Stream stream = null;
try
{
request = (Syste... more >>
How to know about the service pack used with vs 2003?
Posted by Hari at 1/16/2005 6:51:02 AM
hi,
how to know that which service pack is installed with our visual studio 2003
(compact framework)? because i have to recreate my application in another
machine and have to produce the exe. so i have to install the visual studio
environment with the exact service pack in anothermachine.
... more >>
datagrid, header, click
Posted by wooz at 1/16/2005 1:35:51 AM
How to read value of the clicked datagrid header. I can obtain only
information about column number of clicked header. Column header seams not
to be ordinary cell, so DataGrid.CurrentCell is usless in this case.
Any suggestions ?
... more >>
|