| Thread | Last Post | Replies |
|
| eVB download | 12 Sep 2005 17:15 GMT | 2 |
I tried to find visual basic for pocket PC download I could find visual tools which claimed to have eVB inside, however, after I open, it only contains eVC++, the file name is evt2002web_min.exe (210MB) any idea how to download eVB, I want it to write some applications for my
|
| C# Splash Screen | 12 Sep 2005 14:58 GMT | 1 |
I want a splash screen. The following meets the purpose but is a little slow in loading. The object is to load fast enough so the "hourglass" does not appear. What is the fastest way to load a splash screen in 2003 SE using C#?
|
| 16/24 bits BitBlt Performance | 12 Sep 2005 12:40 GMT | 3 |
I ran some profiling on the BitBlt function on a Dell X50 PPC, and found out that the function runs MUCH slower when rendering 16 bit bitmaps compared to 24 bit bitmaps. I thought it might be because the device display color depth is 24 bits
|
| Attribute.GetCustomAttribute( myAssembly, typeof( MyAttribute ) ) | 12 Sep 2005 09:22 GMT | 2 |
Hello, As you can see in the subject, I'am trying to read a custom attribute applied on an assembly. The GetCustomAttribute is supported by the CF ( the assembly overload too) but I received a NotSupportedException.
|
| External Program | 12 Sep 2005 08:46 GMT | 1 |
I am using VB.NET 2003 to create a PDA application that will run on an XDA II Pocket PC. I need my program to launch an external application (like camera.exe or IE), but I can not find any useful code. Has anyone been able to do this, or have
|
| VS2005B2 | 12 Sep 2005 06:42 GMT | 1 |
i am a little bit confused about Net versions. Playing with the Studio2005 i want to deliver a application to the pocket - device.(2003SE) How to guarantee that this application will
|
| Remove system bars to get full screen... | 12 Sep 2005 01:08 GMT | 1 |
I am new to programming for Pocket PC, and I was wondering if someone could help me out with a small app I am making: I need to get this app running at full screen so how can I hide the status and menu bars?
|
| Why not show busy Cursor | 11 Sep 2005 23:26 GMT | 2 |
hi, all I have a project created by evc4.0 for pocketpc2003 when a thread is start to run on background, I want to display busy cursor? is it possible?
|
| visibility of menu items | 11 Sep 2005 13:38 GMT | 2 |
i noticed that the menu items dont have a visible property. Also no handle property. I want to control the visibility of my app's menu items (make them visible true or false). How can I do that? Using .net cf 2.0. whidbey beta2.
|
| Convert Project | 10 Sep 2005 20:03 GMT | 5 |
Has anyone successfully converted a Visual Studio .NET 2003 .NET compact framework (C#) project to Visual Studio 2005
|
| system.console.writeline | 10 Sep 2005 18:32 GMT | 6 |
why is it that System.Console.WriteLine does not print out any statemens to the Quick COnsole Window using VS2005 beta2? How can i print out debug statements to a console window?
|
| Unit testing framework? | 10 Sep 2005 18:21 GMT | 1 |
Is there a unit testing framework for PocketPC available? I use CppUnit for desktop development and would like to use something similar PocketPC development. Thanks
|
| CF2 and Custom Control Libraries? | 10 Sep 2005 18:14 GMT | 3 |
Is it going to be any easier to develop libraries with custom controls for the compact framework with version 2? For windows forms you just write a dll, and ref it in your toolbox, but looking at these examples for the CF winforms, and you have to
|
| Visual Studio 2005 VB.NET without Framework? | 10 Sep 2005 18:05 GMT | 5 |
I heard rumours that it will be possible to code in VS 2005 and to compile it to system code so no (slow) startup translation from the Framework is needed... Is that true?
|
| low priority task | 10 Sep 2005 12:32 GMT | 1 |
I need to run a very low priority task periodically (every 30mins) on my Windows Mobile 2003. What's the best approach to doing this? I'm using VS.NET 2005 but there doesn't seem to be the concept of an NT service or scheduled task.
|