all groups > dotnet compact framework > march 2004 > threads for sunday march 21
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
Sending an email
Posted by Robert at 3/21/2004 11:36:05 PM
Is there a way to send an email using the compact framework? If not, what other methods could I use to develop my application to send emails on the pocket pc 2002 platform
Thanks
Robert... more >>
Test a int if it is dividable by4
Posted by Jeroen Ceuppens at 3/21/2004 11:31:56 PM
Hi,
I want to test if a integer is dividable by 4, and if not, make it dividable
by 4
So: 80=ok
79= not good should be 80 after test
78=should be 80
77=should be 80
81=should be 84
........
What is the best way to do this?
I used to program in C and ... more >>
Oracle Connectivity
Posted by MS.Joo at 3/21/2004 11:11:06 PM
Can I directly access remote oracle database(version 8.1.*) from .NET CF based Application
Of course, Wireless lan environment is already built
Previously, I make .NET CF based application that directly access remote SQLServer200 database using SqlDataProvider
Unfortunately, OracleDataProvi... more >>
Unable To Create Projects For Smart Devices
Posted by Dan Marks at 3/21/2004 9:42:30 PM
I have VS2003 Enterprise Edition installed. I was under the impression that
it would allow me to create projects for either PocketPC 2003 or WinCE. But
when I go to create a project I cannot find anything for Smart Device
Projects. Is there something I'm missing?
... more >>
tool or commandbar items.
Posted by fhunter at 3/21/2004 7:06:05 PM
What should I search for in order to get information on how to add an item to the "commandbar", the bar towards the bottom of the screen on a PocketPC. When no programs are running you see a New (menu entry) and a connect to PC icon. How can I add another icon to this bar
Thank you
... more >>
How to create a Custom SIP Panel ???
Posted by Francis Shanahan at 3/21/2004 1:26:42 PM
Folks I'd like to create a custom SIP (soft input panel) for my pocket PC.
Something that pops up along with "Keyboard", "Block Recognizer", "Letter
Recognizer" and so on. I'd like to add "Fran's Recognizer" there.
I've used the InputPanel control with the compact framework but it's just
the s... more >>
ImageList problem
Posted by CafeCat at 3/21/2004 12:43:20 PM
Hi all,
I have a problem in ImageList. When I add 2 images to the ImageList, program
will allways get NullReferenceException error. I find system name the 2
images as "resource" and "resource1", and when program run to
this.imageList1.Images.Add(((System.Drawing.Image)(resources.GetObject("res... more >>
How to add image to ColumnHeader in .Net Compact Framework?
Posted by astanley at 3/21/2004 11:31:06 AM
Does anyone know how to add an image to the ColumnHeader control in the .Net Compact Framework?
The Microsoft Windows CE .NET 4.2 documentation has an article "Working with Advanced Header Control Features" which describes how you can do this non .Net code, so it should be possible in .Net too; h... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Database Problem ??
Posted by Jess at 3/21/2004 6:21:06 AM
How to download the database From SQL Server 2000 or 7 to SQL Server CE. Can This work on emulator ??? Where should I put the code to download the database ?? Is it in "Form_Load
Thanks... more >>
I/O
Posted by Hong at 3/21/2004 6:16:06 AM
I store some premium rate in a text file and this rate later is used to calculate the premium. I decided to put the interest rate in text file instead of database because different age have different rate. For example
// each age consists of 5 rat
age 10, 2.65, 2.85, 3.02, 3.25. 3.5
age 20, 2.... more >>
|