all groups > dotnet compact framework > september 2004 > threads for monday september 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
including MapObjectsLT2 to .NET CompactFramework
Posted by exsa at 9/20/2004 11:41:03 PM
I have a question about MapObjectsLT2.
I want to develop a MapViewer for a PDA with VisualStudio 2003
CompactFramework. I try to include MapObjectsLT2 as COM, but CompactFramework
doesn't support COM. Can you help me how I can include the MapObjectsLT2
nevertheless ??
... more >>
WM_COPYDATA Messages between two C# Apps via MessageWindow
Posted by Jim Frazer at 9/20/2004 9:24:17 PM
Hi,
Is there any reason why using a MessageWindow in two C# applications to
exchage WM_COPYDATA windows messages wouldn't work? I'm trying to do this
and have failed so far. The receiving application WndProc is receiving
local messages but doesn't receive the WM_COPYDATA from the sending ... more >>
WebResponse:The remote server returned an error: (404) Not Found ?
Posted by MrDeveloper at 9/20/2004 6:54:46 PM
First run sucess get data but reply call function (for get refresh data), i
get error.
what I am doing wrong in this code. I get error "The remote server returned
an error: (404) Not Found"
Thanks for helps...
Dim req As WebRequest
Dim rsp As WebResponse
Dim WebData() As String
Dim Temp(... more >>
Problem with SqlCeCommandBuilder
Posted by Tomer at 9/20/2004 4:53:06 PM
Hi,
I've created a table in run time that has a primary key composed of two
fields.
The table creation sql is this:
"Create table CertDetail (AIndex int, Barcode nvarchar(20), Primary Key
(AIndex,Barcode))"
I'm using a SqlCeCommandBuilder to create the DataAdapter sql commands
(inse... more >>
Form size varies on emulator
Posted by Chakra at 9/20/2004 4:32:19 PM
Different forms of a .NET CF windows app appear to be of different sizes on
the emulator, though all of them have been designed with same size.The
controls appear at varying positions on the emulator form, though they have
been placed at the very same point in both the forms.
Any idea what cou... more >>
how to determine if my component will work under CP
Posted by David at 9/20/2004 3:23:54 PM
Do you know a software that determine if a particular assembly will run or
not under .net compact framework?
Thanks a lot
... more >>
Can't connect to SqlServer anymore! (from PocketPC)
Posted by Lloyd Dupont at 9/20/2004 3:19:20 PM
I think it might be related to XP SP2, but I have disabled the firewall
already!
Anyway I do some very simple code like that:
//------- OpenConnection ---------
SqlConnection sqlc = new SqlConnection();
sqlc.ConnectionString = "Server=172.16.0.115;Database=Northwind;User
ID=sa;Password=pwd;... more >>
How to install OpenNETCF with VS 2005 (Whidbey)
Posted by gerdes NO[at]SPAM cs.uni-bonn.de at 9/20/2004 2:52:19 PM
In contrast to VS 2003 there are no OpenNETCF .NET components in the
"Add Reference..." Dialog, after installing the Smart Device Framework
1.2.
Is it possible to use OpenNETCF with VS 2005? How can I install it?
Thanks
Volker... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Where to store...
Posted by Jacek Jurkowski at 9/20/2004 2:00:59 PM
.... configuration files? Does framework support
serialization?
... more >>
pb debugging evc++ dll with vb application..
Posted by Eric BOUXIROT at 9/20/2004 11:25:04 AM
hi there,
i want to debug a dll made with EVC++. the application is under VB.NET. in
EVC++ project settings i have set this :
in debug tab i set in category general
remote executable path and filename = path and exe name of my app.
in category Additional DLLs
i have add my DLL.and check Try ... more >>
Crypt strings (again)
Posted by Boris Nienke at 9/20/2004 8:55:17 AM
Hi,
i need to crypt some strings. These strings needs to be saved and read from
a (text?)file and sent via email (as attachment). Don't know if it relevant
but maybe there will be problems if the crypting would create Hex-00
values?
then i need a compatible crypting-code that runs in Delphi... more >>
Pull and Push problem
Posted by flyingwhiz NO[at]SPAM yahoo.com at 9/20/2004 8:05:52 AM
I have a Download button on my start up form where I allow user to
download data and Upload button on another form where he can upload
his data to the server.But these two events can be done when the
Pocket PC is in the craddle.But when the user accidently or mistakenly
tap these buttons when th... more >>
Loading Bitmaps into Pictureboxes
Posted by Cyberdot at 9/20/2004 2:23:10 AM
Hi,
I have a little problem with getting images into my pictureboxes while the
programm is running. I want to have the option changing pictures without
recompiling the programm. Because of this I tried to load pictures and then
put them into a picturebox with the folloing code I found here ... more >>
Arabic Language conversion how to proceed.
Posted by Suresh at 9/20/2004 2:07:03 AM
I have developed an application in C# (VB.NET) for Pocket PC 2002.
The i need to the application to support arabic also.
(I am not sure whether it is possible to have same software with
multilanguage support where application user can decide which language he
needs while login!)
Please he... more >>
How do you wait on a thread to finish without using Join?
Posted by Jim H at 9/20/2004 12:17:42 AM
I need to make sure a worker thread has completed before I can let my app
close. In System.Threading.Thread there is Join(). That isn't supported by
the cf. How do I know when it's safe to close my app? Is there some kind
of wait I can perform on the thread object?
Thanks,
jim
... more >>
|