Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet compact framework > april 2005 > threads for friday april 22

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

Changing AssemblyVersion causes TypeLoadException
Posted by Simon Says at 4/22/2005 11:53:11 PM
Dear all, I uses VB.net to create an application for WinCE 4.2. I've a "abc.dll" assemblyVersion 1.0, and a "app.exe". Initially, I've compiled my app.exe with abc.dll (version 1.0). Later, I've fixed some bugs in my abc.dll and I changed the version to 2.0. I've then copied and pasted my abc...more >>


Debugging Questions
Posted by ShakeDoctor at 4/22/2005 9:28:43 PM
1) Why do Trace.Assert calls fire in Release mode? 2) Is it possible to output Trace.Assert's to the Output window in VS.NET? TIA. ...more >>

What is the equivalent to the OK_Click event?
Posted by JamesL at 4/22/2005 6:40:06 PM
What is the equivalent to the OK_Click event? James ...more >>

How do I emulate APP.END from eVB?
Posted by JamesL at 4/22/2005 6:02:41 PM
I am sorry I have to ask some of the most basic of questions but the learning curve from eVB to VB.NET is not small. In my eVb program I exited the program using APP.End. Obviously I can not do that since App is no recognized in VB.NET. How can I accomplish the same task of actually exiti...more >>

How to display a bitmap in VB.NET for pocket_PC
Posted by JamesL at 4/22/2005 5:11:08 PM
OK, I am trying to create a form in VB.NET program for the pocket PC. I want to display my logo on the form. I put a picture box on the form. I get the application path. I attach the filename to the path. But, the visualstudio help tells me to use the command: picturebox.image = ...more >>

Get embedded bitmap
Posted by Giuseppe at 4/22/2005 4:39:18 PM
Hi all, I have a bitmap "myImage.bmp" embedded in my project and Build Action property is set to "Embedded Resource". I'd like to load this image at run time with Dim b as Bitmap b=New Bitmap(System.Reflection.Assembly.GetExecutingAssembly.GetManifestResourceStream("mainSpace.myImage.bmp")...more >>

Best way to create a timer app.
Posted by nkusoccer at 4/22/2005 2:54:05 PM
I've built a CF program and I would like to keep track of the seconds elapsed since the user does a certain funtion (i.e. click on a button, etc.) I've tried to use the Environment.TickCount method and the Forms.Timer control, but both seem to fall behind a couple of seconds after a few min...more >>

compact framework newbie.
Posted by Shane Story at 4/22/2005 2:45:14 PM
I created a simple app in .NET 2003 for the compact framework. Of course it made all sorts of CAB files for various systems. My friend has a HP Jornada 430 device and I tried several of these and it wouldn't work. Do I have to have CE.NET running on it? Do I have to install the compact f...more >>



Can I send a fax from my pocket pc using .net compact framework only?
Posted by Rodrigo Garcia Lima at 4/22/2005 2:35:04 PM
How? Thx. :)...more >>

Activated event called before OnPaint
Posted by ShakeDoctor at 4/22/2005 2:24:27 PM
Hi, when I set the Activated event for a form like so: this.Activated += new EventHandler(Form_Activated); in the constructor for the form (after InitialiseComponent()), the Form_Activated method is called *before* the OnPaint method for the form. However, I want to paint the form first, ...more >>

File transfer via bluetooth programatically
Posted by Jon Hopper at 4/22/2005 2:20:09 PM
I have 2 PDA's both with Bluetooth. I am attempting to programmatically connect to the second PDA from the first via Bluetooth, and then transfer files from one to the other after renaming the file, using the first as a master. Is there any way this can be done using the .net framework? ...more >>

How to Dial from smartphone in c# with beta 2
Posted by pkellner at 4/22/2005 1:09:03 PM
I found some notes on how to dial by calling the winapi using vs2003 that I've put a link in below. Is there a newer .net library that lets me control the device or do I still need to use the winapi for this. Thanks, -Peter http://msdn.microsoft.com/library/default.asp?url=/library/en-...more >>

Emulate cancel button
Posted by Nancy Kafer at 4/22/2005 1:01:43 PM
I have two VB .NET 2003 forms, one is a calculator and the other is a results page. When the user presses calculate the results page displays correctly. The results page has a "Previous page" button that allows the user to return to the calculator page so they can change values. When I run my ap...more >>

What emulator does VGA mode?
Posted by Blarney at 4/22/2005 12:40:17 PM
I have installed the Mobile Application Development Toolkit and I thought there was a VGA emulator in it so I could debug my .NET apps. But when I launch Visual studio, all that appears is the 2002 emulator. Where is the 2003/VGA emulator? Thank you ...more >>

combobox language problem
Posted by Peter Schmitz at 4/22/2005 12:16:04 PM
Hi, I just created my first .net compact framework application that includes some comboboxes. Now, as this application targets the german market, these comboboxes need to display german string - that may include 'non-english' charakters (like ä,ü,ö,ß ...). Unfortunately, these chars d...more >>

WebServices and CF - Redux
Posted by Bill at 4/22/2005 11:34:02 AM
Goal: to employ Windows Authentication to access sensitive Web Services from a CF application. Please humor me and consider the following code one more time: mammoth.POE_WebServices wert = new PreProcEval.mammoth.POE_WebServices(); wert.Credentials = new NetworkCredential( "userid", "passwor...more >>

Help on System.TypeLoadException in publicKeyToken="b77a5c561934e089"
Posted by Mario Fernandez at 4/22/2005 11:25:23 AM
I have a compact Framework Project develope in Visual Studio 2003 wich reference a desktop dll, this dll has its code in such a way if a function is called under Desktop running environment then call one version of the function and if it calls under PDA running environment then calls other v...more >>

Running CF code on the desktop and profiling
Posted by news.austin.rr.com at 4/22/2005 10:42:33 AM
Hi, What are some of the problems i may encounter when i try to run my app on the desktop? If im not mistaken I can place all the dlls, xml and exe files in a folder on a desktop system and run the exe. If i can get this to work by fixing any compatibility issues how accurately can i profi...more >>

smartphone emulator failure on beta 2, can not find csc.exe
Posted by pkellner at 4/22/2005 10:18:02 AM
In the latest Beta 2 of vs2005 (just downloaded) when I choose new project, mobile device, I get a simple project. When I try to run it I get the following error because of a missing exe. I thought I installed everything. Any ideas? Error 6 The specified task executable location "C:\WI...more >>

Deployment issues - help
Posted by Rob S at 4/22/2005 8:29:04 AM
Hi there, any help with this would be much appreciated. I'm trying to build a simple setup program in .net following the instructions from: http://www.codeproject.com/netcf/PackagingAndDeployingPPC.asp#xx1027169xx as well as the ones from MSDN. However, i go through all the steps in the ...more >>

copying directory to storage card
Posted by Sussa_Malata at 4/22/2005 5:24:12 AM
hi all, I am writing a windows mobile application using vb.net which will allow users to select data folder location. My problem is when trying to move a folder to a storage card. I tried using the directory.move function but I keep getting an IOException error. Is this possible or is there ...more >>

Using Win CE 5.0 SDK with VS.NET 2003
Posted by Michael at 4/22/2005 4:52:55 AM
Hi, My goal is to test my application on Windows CE 5.0 in the emulator. I created a SDK that has .NET support, and built is for the "Emulator:x86_Debug." After installing the SDK, I started Visual Studio, and openned my application's solution. I selected my SDK's emulator as the Deploymen...more >>

Moving from Pocket PC 2003 to CE.NET 4.1
Posted by james NO[at]SPAM microsec.co.uk at 4/22/2005 2:40:51 AM
Hi all, We've developed a VB.NET application which currently runs on a Pocket PC 2003 device. I would like to move to a CE.NET 4.1 device, mainly because I understand that with CE.NET, I can customise the device UI so that our application is the only application available (i.e. no 'Today' and...more >>

Remoting
Posted by Vidya at 4/22/2005 2:11:02 AM
I have a Service which exposes a set of COM objects. I am accessing this service from Desktop client using DCOM. I want to access this service from a PocketPC client. From what I have read, DCOM and remoting are not supported in CF 2.0. What is the best way to access a service running on...more >>

How to get Pocket PC to open up IE to given URL? (C#)
Posted by sherifffruitfly NO[at]SPAM gmail.com at 4/22/2005 12:02:17 AM
Hi all, I need the little C# code that gives a Pocket PC (emulator, actually) form with a dropdown and a button, where the dropdown has hardcoded urls in it, and the button launches Internet Explorer to whatever the selected URL is. I could figure it out myself, except I have no idea how to...more >>

BMP to JPG (again)
Posted by Boris Nienke at 4/22/2005 12:00:00 AM
Hi, is there a function available (C# wrapper or something) to convert BMP file to a JPG file? i think i ask this once a year at least ;-) but i'm still hoping :) thanks a lot Boris...more >>


DevelopmentNow Blog