all groups > dotnet compact framework > october 2003 > threads for monday october 27
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
multi-platform install fails (ppc .net cf vs.net)
Posted by Anatoly at 10/27/2003 11:22:13 PM
I am trying to put together a platform-independent (multi-cab) setup of =
a PPC application.=20
using Vs.net 2003, plus recommendations at this URL: =
http://msdn.microsoft.com/library/default.asp?url=3D/library/en-us/dnnetc=
omp/html/netcfdeployment.asp
The cab files and msi get built withou... more >>
CF Toolbar buttons with Transparency?
Posted by Anatoly at 10/27/2003 11:02:35 PM
I am trying to draw some toolbar images that have transparent pixels on the
sides - so that it blends in with the toolbar color,
I tried both bitmaps and Icons.
bitmaps don't even have a "transparent color", and ImageList on CF doesn't
support such color setting.
Icons support transparent... more >>
Query on using RAPI on desktop
Posted by Neville Lang at 10/27/2003 8:49:40 PM
Hi all,
For my app, when a Pocket PC device is "cradled", I need to upload a number
of updated files from the device onto the desktop, after a user has entered
data. I am storing the user-entered data into proprietary formatted files
and are NOT using SQL CE on the device. Once the files have ... more >>
activesync and wininet
Posted by Thomas at 10/27/2003 8:04:26 PM
Hi gurus!
I have developed a ftp application on .NET CF by wrapping the wininet ftp
functions. The application does work perfectly well (for both file upload
and download) when the CE.NET device is connected to the FTP server via
wireless LAN. However, when the CE.NET device is connected to th... more >>
Looping thru controls - esp. Checkbox
Posted by Graeme Anderson at 10/27/2003 7:58:05 PM
I have written some code that loops through a windows panel that contains
many checkboxes. Depending on the flag, it should set the checkbox value to
true or false. The full framework has the HasChildren method, CF does not.
The code example below runs until I try and set the checkbox value the... more >>
Daylight Saving problems on CE.NET 4.1
Posted by sven.sauter NO[at]SPAM sauter.li at 10/27/2003 6:42:58 PM
Hi!
I have a big problem regarding daylight saving on Windows CE 4.1.
This is making me really crazy.
You can see the problem using the Windows CE.NET Emulator 4.1.0 build 14:
Deselect "Automatically adjust daylight saving" (or similar, since I'm using
the german Emulator).
Sometimes, th... more >>
Support for other languages
Posted by Richard Kucia at 10/27/2003 6:35:25 PM
1) Where can I download the CF in other languages?
2) Are there emulators available in other languages?
Thanks.
Richard Kucia
... more >>
Graphics contents to Bimap object
Posted by degoo at 10/27/2003 6:32:55 PM
I draw on the surface of a control (System.Drawing.Graphics), and I'd like
to transfer to a Bitmap object. I have a routine to save the contents of a
Bitmap object (a Image) to a file on the pocket.
How can do this??
Thanks!!!
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
RegOpenKeyExW and PPC2000 ...
Posted by JustMe at 10/27/2003 6:24:40 PM
Hello,
I'm using the Registry library found at www.OpenNETcf.org. It works fine on
my PocketPC 2003 device.
However, on my PocketPC 2000 device, I cannot get past the RegOpenKeyExW
function. I get the message 'Method call did not return a value'. The code
is 'exactly' the same as the PPC... more >>
Serial Number for and PocketPC 2003 device
Posted by Maloney at 10/27/2003 5:10:56 PM
I am trying to get the serial number using this way,
http://smartdevices.microsoftdev.com/Learn/Articles/513.aspx and the from
the second post http://www.opennetcf.org/forums/topic.asp?TOPIC_ID=88.
Using KernelIoControl seems to work on all the HP Ipaqs i've tried it on but
i tried it on a Tos... more >>
IPAddress
Posted by Lloyd Dupont at 10/27/2003 4:27:33 PM
is there a way to know all visible IP on the network ?
in my databse program I would like to popup a list of IP to which the device
could connect to, so the user could just choose instead of typing
... more >>
Globalize app with Asian characters. Where is the font?
Posted by Miguel Hau at 10/27/2003 4:22:21 PM
Hello,
I am writing an app using c# for win ce.net and I want it to support
japanese characters. I notice that the fonts that had these characters were
Arial Unicode and MS Mincho but both of them were 8megs or greater in size.
How does windows ce.net support japanese characters? and what f... more >>
Question about SqlServerCe
Posted by Jose Luis Bravo at 10/27/2003 3:23:58 PM
Hi all,
I'm using VS 2003 to develop an application for a handheld device running
Windows CE NET 4.2;
some days ago, we thought that it would be a good idea to use the *.exe
generated by VS2003
together with the .NET Framework Redistributable to check the application on
the PC.
The point of... more >>
Invalidate() bug
Posted by Lloyd Dupont at 10/27/2003 3:03:19 PM
it looks like to me that if you are calling Invalidate(r) with different
rectangle before any drawing is done (like multiple call to Invalidate() in
the same method), all the rectangle are discarded in favor of the last one
any thoughts ?
... more >>
Problem CryptDecrypt
Posted by s.wullems NO[at]SPAM syscon.nl at 10/27/2003 2:51:20 PM
Hi,
I am using the CryptDecrypt function 3 times in a row. the result of the
first i use as input on the 3 CryptDecrypt as follows:
// Result1 decrypte
byte[] m_abResult1 = Crypto.Decrypt(m_strInnerKey, abEncResult1);
// Result2 decrypte
byte[] m_abResult1 = Crypto.Decrypt(m_strInnerKey, abEnc... more >>
How do you launch an application from within a CF application?
Posted by Derek Chong at 10/27/2003 2:07:46 PM
I would like to open IE from within my compact framework application. In
VB.Net the snippet below works but is not supported in the compact
framework.
Dim pProcess As New Process
pProcess.Start(strPath)
Cheers
Derek
... more >>
Serial Communications in VB.NET?
Posted by Mike at 10/27/2003 1:41:15 PM
Since the old MSComm control is not supported in .NET CF
I am trying find alternative ways to conduct Serial Port
Communications with a Pocket PC.
There was a post a few days ago announcing some new
serial communication code examples via MS-Download.
"Serial Communications
http://w... more >>
Part string matching in arraylists in VB.net
Posted by Paul [Paradise Solutions] at 10/27/2003 1:35:37 PM
Hi all
I'm not sure if this is possible, so any input would be good.
I have an arraylist and would like search its elements, but my search
string wil only be ~part~ of the element value.
eg.
Element value="Test Element Value"
Search string = "Test"
Is there an existing method that I ... more >>
Location of localized messages
Posted by Richard Kucia at 10/27/2003 11:58:40 AM
I'm porting a full framework app to the CF. The FF app is written to be
locale-aware. The FF deployment project automatically creates the
appropriate language-specific subfolders beneath the application folder.
The FF CLR automatically scans the various folders for the "right"
language file, bas... more >>
how to kill/stop another app. from my app.
Posted by rocio at 10/27/2003 10:56:17 AM
Just wondering if I can detect what other applications are running in my CE
device, and stop/kill them from my application. How can I do this?
... more >>
focused control ?
Posted by Lloyd Dupont at 10/27/2003 10:28:56 AM
how to find the focused .NET control ?
I'm already able to get HWND of the focused control with the win32 call
GetFocus(), but that doesn't really help ....
basically I want to add copy/paste support...
using the Pasteboard class from OpenNETCF and GetFocus(), GetWindowsText()
win32 call I ... more >>
Why I can't load a bitmap from a resource or file?
Posted by Domenico La Fauci at 10/27/2003 10:11:54 AM
Hi all,
My C# application run properly on the CE .NET emulator for Visual Studio
..NET 2003 but when use my real device an excetpion is occurred.
The device is an Xscale processor and my CE.NET image contain Compact
Framework 1.0.
The handled exception is generated by System.Drwaing.dll... more >>
WebService Client and TTL
Posted by Mario Enriquez at 10/27/2003 10:07:50 AM
Hi,
I've run into this problem, and I hope you could help me on this!
I've developed a webs service in java, which I use from a .netCF
application, but
every time I try to access it I get a "Could not find resource assembly"
exception.
Since I've have tested this server from my PC brows... more >>
Using Bluetooth API
Posted by Ibai_Peña at 10/27/2003 9:44:55 AM
Hi,=20
I=B4m trying to use Bluetooth API from my project to activate it.
I have read the API documentation from here, and try to get it with this =
code:
//Define the method
[DllImport("BthUtil.dll",CharSet=3DCharSet.Unicode, =
SetLastError=3Dtrue)]
internal static extern int BthSetMode( Sy... more >>
call api windows ce
Posted by Santiago Herrero at 10/27/2003 9:27:47 AM
Hi everybody!
I am writting a compact framework app and I want to call to the api ras.dll
and I´m having problems to understand how to change from
(for example)
typedef struct _RASCONN {
DWORD dwSize;
HRASCONN hrasconn;
TCHAR szEntryName[RAS_MaxEntryName + 1];
} RASCONN ;
to c#structure... more >>
[Interop] how to check wireless network test ?
Posted by Lloyd Dupont at 10/27/2003 8:49:09 AM
I wrote some code based on (Http)WebRequest
there is a timeout of 15 seconds, which I can't really decrease because I
receive a lot of data and I had connection timeout when I try to decrrease
it.
on the other hand when I try to do a connection and for some reason the
network is disconnected ... more >>
.net CF Game Resources?
Posted by Kyle Prestenback at 10/27/2003 8:31:51 AM
Can you point me to a good list of resources on game
development using the compact framwork. I have found only
a small handful of texts (the msdn soccer game). Are there
other resources available for understanding and jump
starting game development in the CF.
thanks,
Kyle... more >>
.NET Compact Framework Pocket PC Processor Requirements
Posted by Ted Ogrean at 10/27/2003 8:16:04 AM
A sales rep told me I need an X-Scale Procesor in my
Pocket PC to run the .NET Compact framework, SQL Server
CE, and developed .NET apps.
Is this true?... more >>
SDE for VS.NET Version 2002
Posted by Loku at 10/27/2003 6:41:25 AM
Hi,
I have VisualStudio.NET Version 2002.
Can't I develop applications for Pocket PC.
If it is possible Which software do i need to install over
VS.NET 2002.
Thank you,
Loku... more >>
SQL Server CE timezone
Posted by Aaron at 10/27/2003 6:21:29 AM
SQL Server CE is changing the times I put into it based
on the timezone of the PDA. I do not want this, how can
I shut it off for my Database??
Thanks,
Aaron... more >>
all the latest news about . NET Compact Framework
Posted by www.msmobiles.com at 10/27/2003 6:09:32 AM
all the latest news about .NET Compact Framework
can be found at http://dotnetdn.com .
if you have something to submit, some new .NET CF control
or some new .NET CF article, then please go to:
http://dotnetdn.com/submitfeedback/
and submit them.
... more >>
DataGrid align Cell in Compact Framework.
Posted by (joao.norte NO[at]SPAM novitec.pt) at 10/27/2003 2:08:39 AM
I need help for horizontal align cell in .Net Compact Framework.
Thanks
**********************************************************************
Sent via Fuzzy Software @ http://www.fuzzysoftware.com/
Comprehensive, categorised, searchable collection of links to A... more >>
|