all groups > dotnet compact framework > august 2003 > threads for tuesday august 12
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
Toolbox icon for User Control
Posted by Andy Beaulieu at 8/12/2003 8:47:26 PM
I'm trying to get an icon to display in the Toolbox for a Custom Control I
developed. According to articles I've found such as this one -
http://msdn.microsoft.com/vbasic/using/building/windows/customcontrols/default.aspx?pull=/library/en-us/dnnetcomp/html/customctrlscompactfx.asp
- you simpl... more >>
Frame Rates in Games
Posted by Drew at 8/12/2003 6:31:04 PM
I am in the midst of porting my Personal Java game to C# and the Compact
Framework.
I'm just starting to get it working, but it's running very slow so far.
I'm guessing it's running about 6 frames per second on the Compact Framework
whereas I'm getting a good 16-18 frames per second using th... more >>
about InputPanel
Posted by www.msale.net at 8/12/2003 6:04:05 PM
I insert InputPanel control and mainmenu control to the form,and the form
include the following module:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
When I compile the project,it appear error,and... more >>
InputPanel not suported on CE.net emulator?
Posted by Alberto Silva at 8/12/2003 4:26:13 PM
Hi,
The subject says it all... if I add an inputpanel to a form and run it on
the emulator, I get an 'System.NotSupportedException'... am I doing
something wrong?
If I build the solution & copy manually the exe to the device (CE.net 4.1),
it works fine...
Regards,
Alberto Silva
... more >>
Edit Menu Error please help!
Posted by Timothy Taylor at 8/12/2003 3:59:48 PM
Hello,
I converter the Edit Menu C# project found at...
http://www.businessanyplace.net/?p=code
to be VB.NET CF code and after toying with it i got it down to one error
that happens on all the lines of code below.
The same error occurs on all the lines where it says "system.uint32" the
... more >>
Campaign for KeyDown
Posted by Richard Kucia at 8/12/2003 1:41:32 PM
I'm trying to intercept the arrow and return keystrokes with the KeyDown
event. Yes, I've tried the McSoft package and it won't work for me.
I believe a TextBox and only one or two other controls make the KeyDown
event available. For my testing, added a handler to a textbox's KeyDown
event. Up... more >>
Rotating Text
Posted by Alfonso Paredes at 8/12/2003 1:17:46 PM
I need to draw text at diferent angles.
Usually I'd use the Matriz class and then transform the
Graphics object, but those do not exist in the CF.
so, does anyone have an alternative method?
Saludos
Alfonso... more >>
Rotating Images
Posted by Brian Adams at 8/12/2003 12:57:08 PM
I am working on an image viewer application as a learning
exercise. Obviously I am making heavy use of the Bitmap
and Image classes. In the full framework, there is a
method called Image.RotateFlip() that would allow some
trivial image manipulation. This method doesn't exist in
the Comp... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Access IIS directory with PIE failed,very confusing
Posted by jeru at 8/12/2003 10:48:53 AM
Hi all,
I use pie on emulator connect to my iis directory on my local machine,
The first time i set the iis security to allow anonymouse access,i can see
my page on the pie,
next time,i set the iis security to integrate Windows authentication,this
time a login form
appeared in my pie,promo... more >>
Set code to inherited event
Posted by Ibai Peña at 8/12/2003 10:36:44 AM
Hi,
I´m trying to asign some code to he click event of a PictureBox control.
The event is inherited from Control. The event doesn´t appear in the
properties window, so I cant set the code to the event.
What am I doing wrong?
Regards,
--
Ibai Peña
... more >>
I need the pocket pc device name, please help
Posted by Chad at 8/12/2003 10:11:01 AM
In the Pocket PC, under settings, about, deviceID, there
is device name that is used as the partnership/connection
name between the desktop and the pocket PC. I need to use
it in my pocket pc program and the deadline is quickly
approaching. Can anyone tell me how to get the device
name, ... more >>
Application Memory Usage
Posted by penghao98 NO[at]SPAM hotmail.com at 8/12/2003 10:07:08 AM
I noticed that any running .NET window application including .Net
Visual Studio, when GUI is not minimized and keped running for long
time, the memory useage of its could be high, but, when it is
minimized the memory useage will be immedictely drop down. I think
this is where .Net garbage collec... more >>
Windows CE 2.12
Posted by Regis at 8/12/2003 7:18:14 AM
Did anyone ever try to develop .NET applications for this
version of Windows CE? I konw it's not an official
supported OS, but... It's possible to run a .NET
application on it?... more >>
RDA with MSDE?
Posted by LawX at 8/12/2003 2:31:23 AM
I'm experiencing troubles while using RDA. It's now been
three days I try to debug the application but there's
nothing to do with it. So my question is, quite basic
actually, can I use RDA with an MSDE based DB instead of a
classical Sql Server? I guess I should have asked myself
this qu... more >>
|