Group:  .NET General / Allgemein » microsoft.public.dotnet.framework.compactframework

Threads Replies Last Post
300 Pages: 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  >>  
Re: MSDN Article Copy
Articles don't normally get pulled off, its just that this one contained stolen or "borrowed without permission" code. -- Best Regards, Christian Resma Helle http://christian-helle.blogspot.com ----- ORIGINAL MESSAGE ----- On Dec 30, 12:52=A0pm, "Christian Resma Helle" <xtian...@gmail.com> wrote: > Sure, here are few that come to mind... > > I have one on Transparent...
1 12/31/2008 8:50:14 AM
Re: MSDN Article Copy
this was removed per request of the microsoft dynamics mobile group for copyright violations. the guy who wrote the article stole code from another microsoft group based in denmark and took credit for it. similar articles are available ou there that demonstrate the same idea -- Best Regards, Christian Resma Helle http://christian-helle.blogspot.com ----- ORIGINAL MESSAGE ----- Does any...
4 12/31/2008 4:55:35 AM
Compact Framework Phone Function
Dear all, I am investigating the CF 3.5 and am look for a way to end an incoming call if certain condition exists like call from certain phone number. Can anyone tell me if this can be done? I have looked at the API calls and there does not seems to a way to end a call programmatically. Thanks. Regards, Kueh. ...
3 12/31/2008 4:48:06 AM
MSDN Article Copy
Does anybody have a copy of the MSDN article "Implementing Transparency, Gradients, and 3-D Glass Effects on .NET Compact Framework Controls" that was found at http://msdn.microsoft.com/en-us/library/cc531311.aspx .. It was retired out of the MSDN archive, and I wanted it but never made a copy of it (probably should from now on if they're going to be pulling articles off the site). Your help ...
1 12/30/2008 4:50:03 PM
MUI Support Windows Mobile(Pocket PC)
Hi, We have an .net CF based Windows Mobile application. Currently we are supporting globalization by Satellite assemblies. We have Executables + Locale Specific Resource dll. We just came across .mui files, can someone shed somelight on how exactly MUI and Satellite assemeblies differ Is there someway we can generate MUI files for .net CF Windows Mobile (Pocket PC) based applicatio...
4 12/30/2008 3:09:17 PM
How to set resolution to 640x480?
Hello NG, I have a HTC Touch Pro, whith a resolution of 480x640. How can I set up a Project in VS2008 to suport a divice like this? All I can find is "Windows Mobile 5.0 Pocket PC SDK" which has a resolution of 240 x 320 Regards Rainer Queck ...
8 12/30/2008 2:39:04 PM
transaction of 2 db operations
Hi, How can i create transaction in c# net compact 2.0 ? for example : Execute Command A and Command B as one opertation only. if B fail, A will not effect the db. Hope im clear. ...
3 12/30/2008 2:26:02 PM
GPS Vs A-GPS
Hello Everyone, I know how to retrieve GPS values from internal GPS receiver via Compact Framework's managed APIs. Nowdays I am hearing about the A-GPS technology which is part of some new WM based devices (which gets GPS values faster). Can someone please help me if i want to get the GPS values out of these A-GPS h/w then how can i do that. Is there any managed way of doing that in ...
3 12/30/2008 12:35:06 PM
linq to sql in C# CF
Hi, who knows how to implement linq to sql in CF?? The problem is , that i can't get reference to system.linq.expressions. Is it possible to use linq? referencing linq.dll doesn't help...
3 12/30/2008 10:27:02 AM
SSL Socket Connection
Hi, I am making a mobile device client that needs to connect to a dedicated comms server using an SSL Socket. The SSLStream class doesnt appear to be in CF. How is the quickest and easiest way of creating this? Thanks, Shaun...
2 12/29/2008 12:40:31 PM
Re: "An existing connection was forcibly closed by the remote host"
what are you trying to connect to? -- Best Regards, Christian Resma Helle http://christian-helle.blogspot.com ----- ORIGINAL MESSAGE ----- Did you solve it? I get the same error if my client tries to connect to the server but the server is not up... the client get "connected" but then throws that error.... any idea? thanks, ...
1 12/29/2008 6:08:30 AM
Re: Compact Framework Phone Function
OpenNETCF wrote a managed wrapper for the TAPI, maybe you should check it out. But try to read through the TAPI documentation first to make sure that what you want is possible -- Best Regards, Christian Resma Helle http://christian-helle.blogspot.com ----- ORIGINAL MESSAGE ----- Hi Chris, Thanks for the prompt reply. I am probably asking very fundamental questions here. Is there...
1 12/29/2008 6:07:09 AM
Re: Compact Framework Phone Function
Have you looked into the TAPI? -- Regards, Christian Resma Helle http://christian-helle.blogspot.com ----- ORIGINAL MESSAGE ----- Dear all, I am investigating the CF 3.5 and am look for a way to end an incoming call if certain condition exists like call from certain phone number. Can anyone tell me if this can be done? I have looked at the API calls and there does not see...
4 12/29/2008 2:42:57 AM
DotNetZip for the .NET Compact Framework v3.5
DotNetZip has just been revised - there is now a version of the library built for .NET Compact Framework v3.5. DotNetZip is an open source zip library for .NET. It allows your applications to create, extract, edit, or examine zip files. It does passwords, Unicode, ZIP64, streams. It's all managed code, and it is packaged in binary form as a single DLL. For the Compact Framework, it is ...
6 12/28/2008 4:17:19 PM
Take picture with Camera and send picture to device through BT
Hi. We want to use a Camera to take picture and send the picture with Blue Tooth to the mobile device. 1. Can someone recommend on such Camera ? 2. Is this Idea realistic ? meaning , anyone heard on user that use Camera and device together with BT ? Thanking in advance ...
3 12/27/2008 5:54:44 PM
connecting to remote sql database
i'm trying to build an app to connect to a remote sql database from my windows mobile device and VB.NET (CF3.5) in VS2008 Pro. Trouble is I can't import System.Data.Sql or System.Data.SqlClient. Am I supposed to be able to? Russ ...
5 12/27/2008 9:23:08 AM
WM6 user process
Hello, im just wondering, how to filter out only processes that are running by user. I have all process that are running on my phone (i'm using OpenCF library), by calling ProcessEntry.GetProcesses(), but that's not what i'm looking for. In full .NET i would use ManagementObjectCollection and ManagementObjectSearcher to get user of process with query, but i have no idea how to do that in CE...
2 12/26/2008 8:34:35 PM
DirectShow
Hi, Has anyone managed to use DirectShow from managed code om windows mobile? I have tried using the DShowNET COM wrapper that can be found on CodeProject, but it uses a lot of classes from System.Runtime.InteropServices that are not available in CF 3.5 :-( Does anybody know an alternative for playing a video inside a managed application (in its own Form) ? Even a commercial one will ...
6 12/26/2008 7:05:10 PM
How I get a list of storage unities on my Pocket PC
This is a multi-part message in MIME format. ------=_NextPart_000_0016_01C96527.CA7D9ED0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I'm try list storage units that exist in my device Mobile (Memory = Cards). How I can do that? Thanks for any help.=20 --=20 Best regards, A.Rocha (Portugal) ------=_NextPart_000_0016_01C96...
3 12/24/2008 10:24:01 AM
File upload Pocket PC -> Web page, code examples
I've been struggling with uploading a file from a Pocket PC (.Net Compact Framework v2) app to a web page (ASP.Net 2.0). I can successfully upload to my page from an HTML page, but not from the app. I always get the "No File received by web server" message (see code). I'd rather fix the Pocket PC code vs. the web page code, since I know that works for uploads via HTML, but if I need t...
1 12/23/2008 7:58:02 PM
virtual address space limit on Win CE 5.0
Hi, Is there a way to check how much virtual address space my app use on runtime? I would like to monitor it in order to give an alert. Thanks, Empi. ...
3 12/23/2008 5:07:02 PM
Pb Exception System.Windows.forms.Application.Run()
Hello, I have an VS2005 application for a SYMBOL Device Windows Mobil 5 which use a a SQL CE 3 database . I can use it normalement and sometimes my NETCF application crash down without reason and I have this following exception « at SAV.frmInterventionControles.frmInterventioncontroles.Activate() at System.Windows.forms.form.onActivated() ...
3 12/23/2008 4:46:21 PM
connecting to databases other than SQL server
Hello, We have build a program in CF 2 (windows mobile 5) to connect to an sql server get some data, do some stuff in the mobile (client) and upload them back to the server. Now a client has the same infrastructure execpt the database is in DB2 format (excactly the same tables). As far as I have read it's not possible to connect to DB2 and there is no OLEDB for CF. What options do I h...
2 12/22/2008 11:52:01 AM
.NET Compact Framework 3.5 Redistributable
I downloaded this from this site: http://www.microsoft.com/downloads/details.aspx?FamilyID=E3821449-3C6B-42F1-9FD9-0041345B3385&displaylang=en How to I actually install it on my PDA? (ATT HTC Tilt with WM 6.1) Thanks in advance(please email me if you can, instead of posting a response. Thanks!...
2 12/22/2008 8:00:36 AM
How to get the height and colors of the top bar?.
Hi, anaybody knows how can I get info about the top bar (taskbar, startmenu bar, where the signal and battery levels indicators are). I need to know the height and color. Thanks. ...
2 12/22/2008 7:09:43 AM
300 Pages: 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  >>  

Home | Search | Terms | Imprint
Newsgroups Reader