all groups > dotnet compact framework > october 2003 > threads for saturday october 11
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
DataBinding to ComboBox Not Saving
Posted by Joe Keller at 10/11/2003 9:56:30 PM
Hello,
I have a combo box that gets it lookup values from table A but is bound to
table B. When I pull up my form and navigate through the records, the
records are read and displayed correctly in all of my fields, including the
combo box. However, when I change the value of what is shown in ... more >>
P/Invoke GradientFill
Posted by Ron Lemire at 10/11/2003 7:48:37 PM
Hi,
I'm trying to paint a gradient on a form by overriding the Paint handler
with GradientFill(
HDC hdc,
PTRIVERTEX pVertex,
ULONG nVertex,
PVOID pMesh,
ULONG nCount,
ULONG ulMode
);
The .NET Framework supports Graphics.GetHdc but the .NET Compact Framework
does not.
An... more >>
HWT: open a connection to the internet?
Posted by Mario Enriquez at 10/11/2003 6:39:04 PM
Hi,
Does anybody has an idea of how to open a connection to the internet using
CF. I've come
across and example of how to this with MFC using eVC++, however I'm not
familiar with VC++, and
I was wondering if somebody has alread comeup with a solution?
My application requires the user to tr... more >>
Sound?
Posted by ongg NO[at]SPAM w-linknospam.net at 10/11/2003 5:14:12 PM
Is there a way to play wave files using the framework? The one example I saw
in MSDN indicates that we need to interop and use Win32 calls. I'd rather
not do that.
Thanks,
Jay
... more >>
Resource folders
Posted by fhunter at 10/11/2003 1:52:27 PM
This is a bit more of a Visual Studio question, but it is
still related to PocketPC and Smartphone development
specifically.
I would like to store my resources inside folders. I know
how to add a resource to the project and set the Build
Action to Content. I know I can add folders to the ... more >>
Problems with SetWindowPos, GetWindowLong (coredll)
Posted by José Manuel at 10/11/2003 11:47:12 AM
Hi, I'm trying to translate an application from eVB to Visual Basic .Net
where I have custom keyboards implemented as is described in
http://www.devbuzz.com/content/zinc_evb_skinnable_keyboard_pg1.asp
But I've many problems:
1.- There isn't a Handle propertie for Form class? I can't get it.
... more >>
|