all groups > dotnet compact framework > march 2005 > threads for monday march 28
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
Problems calling CreateFontIndirect
Posted by Per Rasmussen at 3/28/2005 11:30:00 PM
I need to call the function CreateFontIndirect. I have made my header like
this:
private class LOGFONT
{
private int lfHeight;
private int lfWidth;
private int lfEscapement;
private int lfOrientation;
private int lfWeight;
private byte lfItalic;
private byte lfU... more >>
Global Declares in VB .NET
Posted by Beebs at 3/28/2005 10:34:52 PM
I need to put a conditional around some global, or public delclares in
my main module, but that obviously doesn't work. What other options
do I have to do this. My three variables are:
Dim MyReader As New Symbol.Barcode.Reader
Dim MyReaderData As New
Symbol.Barcode.ReaderData(Symbol.Barcode... more >>
exit application
Posted by Costi Stan at 3/28/2005 10:14:04 PM
Hi,
how do i exit a pocketpc application?
Using Application.Exit() seems not working ?!
Thanks,
Costi
... more >>
Add a column to contacts
Posted by Chakra at 3/28/2005 6:31:20 PM
Is it possible to customise the schema of the Contacts in a PPC and add our
own column(s) to the Contacts data ?
... more >>
Regional Settings
Posted by David de Passos at 3/28/2005 6:22:39 PM
Hi!
How can set Regional settings in rum-time mode?
For example How can set decimal separator to "." in VB.NET?
--
--
Cumprimentos,
David de Passos
--------------------------------------------------------------
RCSOFT, Lda.
E-Mail: passos@rcsoft.pt
Móvel: +351 966931639
Telefone: ... more >>
What is a context menu ?
Posted by Chakra at 3/28/2005 6:10:10 PM
This may seem naive , but what exactly is a 'context menu' in a Pocket PC
application ? There is a corresponding term of 'tap-and-hold'.
... more >>
reusing ASP.Net business logic in Smart Device applications
Posted by Srinivas at 3/28/2005 6:09:02 PM
Hi,
Just now started working on Compact Framework using C#.
I've already got a web applicaton ASP.Net, C#.
Now my question is, if there is a way to make use of the business logic
developed in ASP.Net web application in the CE.NEt Application.
Say, if I got a login screen in the web app... more >>
What even I should handle...
Posted by McFar at 3/28/2005 5:19:54 PM
1. What event I sould handle to show Context menu for my form/control?
2. My aplication perform actions that requires a time to complete it, I
would like to show something like wait cursor on a desktop applications
Thank you very much
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SQLServerCE onto PPC2000
Posted by Mike White at 3/28/2005 4:04:28 PM
Hi,
I've written an application in Studio2003 (VB) that uses an .SDF database.
It runs fine and installs via Installshield (X express) onto PPC2003 and
PPC2002, but it will not install onto my PPC2000. When ActiveSync pops up it
says that no suppported device is attached. When I run the app... more >>
Detect Handheld Brand Information
Posted by Beebs at 3/28/2005 1:35:17 PM
Maybe this is the wrong place to be asking, but I'll go ahead and ask
anyway. Does anyone know of a way I can detect what type of handheld
my application is running on. For instance, I've developed an
application which allows for bar code reading, but will work without.
That being said, I have... more >>
Today Screen
Posted by Tom Holmes Jr. at 3/28/2005 11:52:07 AM
I have two basic very simple apps that I wrote in C# that are being deployed
to PPC 203.
I can add the new apps to the Start Menu very easily, that's fine. The
first question is, can I do this automatically after the app is loaded to
add it to the shortcut menu. I don't think I'd be able... more >>
Custom Design time
Posted by Rogerio Jun at 3/28/2005 11:37:09 AM
I am creating a custom toolbar. My toolbar have a property Align. Align put a
toolbar in top, bottom, left ou rigth.
How a get a Parent of my control in design time ?
Ex:
myToolBar.Width = Parent.Width.
Rogerio
... more >>
Update screen
Posted by Rogerio Jun at 3/28/2005 8:51:06 AM
Exists something similar "begin update...end update" to be used with FORM ?
Rogerio... more >>
Determining Network Status
Posted by Thirsh at 3/28/2005 7:05:10 AM
I have been looking (with no luck) for an easy way to determine if my mobile
devices have a network connection available. The best thing I came up with
was to invoke a web service, but that just throws a generic Exception type,
not even a SoapException. Am I missing something?... more >>
Pocket pc development
Posted by Philip Germanos at 3/28/2005 4:35:02 AM
Hi.
I am new developer in the .net world, i have a project to implement a pocket
pc's application, it will be a smart client application, it will have its own
sql ce database and from time to time it will need to connect to a central
sql database server for database updates.
First of all, ho... more >>
Install third party programs directly from the pocket pc handheld
Posted by luser NO[at]SPAM skip.informatik.gu.se at 3/28/2005 3:28:21 AM
Hi!
I'd would like to be able to distribute my application on a
flash-card. The purpose of this is to let the user re-install the
application without the help of a computer, if the handheld had been
reset because of drained batteries.
After reading in the newsgroup, this doesn't seem to be ... more >>
ADOCE DataTable issues
Posted by Mike at 3/28/2005 2:53:02 AM
I am having some strange issues with some Data Tables in my application and
was hoping someone could help shed some light on the issue or at least tell
me if it seems like the correct behavior.
Basically, my DataTables quit working properly when they, for a lack of a
better word, lose focus... more >>
|