all groups > dotnet compact framework > august 2004 > threads for tuesday august 17
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
C libraries in C#
Posted by Naveen Mukkelli at 8/17/2004 11:45:03 PM
Hi,
I am a student and new to .NET Compact Framework,Visual Studio.NET.
I am using .NET Compact Framework and Visual C#.NET for my project.
I have to use some C runtime DLLs in my project, but I have no idea
how this can be done. I mean, using C SDK and C runtime DLLs in
C# smart device applic... more >>
Invoke of TAPI functions
Posted by David at 8/17/2004 11:31:18 PM
Hello.
From which file can I invoke TAPI function in CF?
I'm doing it usualy from tapi.dll, but I can't find this file on PPC.
... more >>
How can i load a csv file into a dataset in .Net Compact framework
Posted by Shrage H. Smilowitz at 8/17/2004 8:31:22 PM
How can i load a csv file into a dataset in .Net Compact framework
... more >>
Serial ports on PPC Emulator
Posted by David at 8/17/2004 7:36:33 PM
Is it possible to program serial communications to the modem on PPC Emulator
(in VS.NET 2003)?
... more >>
Button Control Color
Posted by tma at 8/17/2004 5:30:09 PM
How can I go about changing the color of a button control in the CF?
Are .ForeColor and .BackColor not applicable in CF?
... more >>
msgwaitformultipleobjects
Posted by Jimmy at 8/17/2004 3:27:01 PM
Hey
Trying to make a program that downloads a file from the Internet and
afterwards installs this file. The file that is downloadet is a cab file,
and i use shellexecuteex to simulate a click on the file, so that i can get
it installed. The problem is that i have to use some win32api calls, an... more >>
ExtractIconEx
Posted by WeBe at 8/17/2004 2:27:32 PM
Does anyone know how to use the ExtractIconEx, or any other, function to get
a handle to an icon that is embedded in the resource?
As the Windows CE documentation for ExtractIconEx states, the nIconIndex
parameter should be -N to extract an icon that is not the first (App) icon.
However, icons... more >>
ApplicationEx Message pump and "Home" key
Posted by fhunter at 8/17/2004 2:25:01 PM
I notice that the message pump in ApplicationEx does not capture the "Home"
key press event. Is this correct? If so, why is this? Is there any way to
capture this event?
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
WndProc in managed C# code
Posted by Andreas Selle at 8/17/2004 2:06:34 PM
Hi,
I am sure that it must be possible to somehow hook up the WndProc of a
native Window with my own C# code. The .NETCF internally has to do that
anyway. I only wonder, how I could do so. I have seen solutions wrapping
controls with the Microsoft.WindowsCE.Forms.MessageWindows which is wrappe... more >>
cheap windows bar code pda
Posted by Bruce at 8/17/2004 12:34:09 PM
now I know why so many small distrbutors give a strange look when I mention
windows hh prices - the palm symbol 1550 is selling for pennies:
does anyone know about a current or planned cheap windows unit w/ built in
bar code scanner? ( not a consumer unit with a plug in)
... more >>
Help to get a Byte array from Bitmap, GetPixel is too slow
Posted by Jim byrd at 8/17/2004 10:39:04 AM
I am trying to get a Byte array out of a Bitmap that already exists. The
bitmap is in Format32bppArgb format. I am using the following code but it is
very slow.
Is there any other way to copy RGB values of a Bitmap into byte array?
b = new byte[ABitmap.Width*ABitmap.Height*3];
for(int y=0;y... more >>
detect when an app is background
Posted by Lloyd Dupont at 8/17/2004 9:06:59 AM
I have a multi form application and I want to know when my application goes
background ...
any trick?
I'm going to put/test activate/deactivate on all window and do something,
but wonder if there is any nice way?
--
Lloyd Dupont, Software Architect
Get Your Data Mobile
http://www.ihookd... more >>
|