all groups > dotnet compact framework > october 2003 > threads for thursday october 16
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
System.Data.Common assembly
Posted by piyobean NO[at]SPAM sbcglobal.net at 10/16/2003 7:04:54 PM
When I install the netcf.core.ppc3.ARM.cab to the PocketPC 2002
device,
I discovered that the System.Data.Common.dll is not part of the .NET
Compact Framework Redistributable.
Why isn't this assembly included as part of .NET Compact Framework CAB
file?
I can only find this file in sql.ppc3.a... more >>
Deployment Errors on PPC 2003
Posted by Simone at 10/16/2003 5:55:46 PM
First time I try to deploy a project on a Symbol PPT8846. And I got a
deployment error.
This is on the About window of the Symbol:
Pocket PC Version 4.20.10.81 (Build 13100)
Processor: ARM XScale
This is what I did:
- Created a new device app
- Selected Deployment Device - Pocket PC Devic... more >>
How to hide toolbar?
Posted by JustMe at 10/16/2003 5:43:16 PM
I'm able to hide/remove the menu, but I'm not able to hide/remove the
toolbar off of my form at runtime.
Any suggestions?
--Terry
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.516 / Virus Database: 313 - Release Date... more >>
Lookup Combo Box?
Posted by Joe Keller at 10/16/2003 4:45:25 PM
Hello,
I'm looking for a solution that would allow me to use a "lookup" style combo
box within my .NET CF form. Today, the .NET CF only supports the
"DropDownList" style. I'm looking for a combo box that would allow me to
type into the top of the combo box and have it select the text in the... more >>
Round in C# some Fix() in VB.NET
Posted by Juan Irigoyen at 10/16/2003 4:26:25 PM
How can I round the next number
7,89 ---- 7 in C#
Thank you.
... more >>
image in subitem of listview
Posted by Zen at 10/16/2003 3:53:35 PM
I need to display a image in a subitem of listview in detail view
By Detail View, I mean
ListView.View = System.Windows.Forms.View.Details;
Is there a easy way to extend listviewitem to do that?
Thanks
... more >>
Read-Only Files
Posted by Mike Jones at 10/16/2003 3:19:26 PM
It appears that in the .NET CF there is no way to determine whether or not a
file is marked as read-only. Can someone please confirm this? The
"GetAttributes" and "SetAttributes" methods are missing from the
System.IO.File object. Also since I cannot change the file attributes, I am
not able ... more >>
Expression Parser?
Posted by Boris Nienke at 10/16/2003 3:14:02 PM
Hello,
i'm looking for an expression parser.
I would like to do something like:
string MyExpr = "(25+3) / 7 * (SQRT(32) + 3.21";
MyResult = ExprParser(MyExpr);
MyResult should be a double or float or something that holds the calculated
result of the expression.
Any idea?
Boris... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Detecting hardware buttons
Posted by WeBe at 10/16/2003 3:06:06 PM
Hi!
Anyone knows how to programmatically detect when a hardware button,
Up/Down/Next/Previous, is pressed? Since the KeyPreview property is not
available in Compact Framework I don't know how to catch it form-wide.
Regards,
Staffan
... more >>
NumericUpDown & Maximum
Posted by Lloyd Dupont at 10/16/2003 2:21:32 PM
I want to use an unbounded numeric up down control, is there any simple way
of doing that ?
... more >>
Calling a .net dll from a eVC program
Posted by Anderson Takemitsu Kubota at 10/16/2003 1:44:58 PM
Hi!
How do I use a .net dll in a eVC application?
I read something from Nick that was answered by Chris Tacke, but I would
like to know if anybody ever did it.
Thank you,
Anderson
... more >>
What's AGL.Form.WNT?
Posted by Carl at 10/16/2003 12:11:25 PM
Hi,
I want to write a control derived from numericUpDown that will support
numbers greater than signed 16-bit and also precision to 2dp.
I've noticed the default constructor for the UpDownBase class takes some
arguments. This is contrary to the docs in MSDN.
When I declare the construc... more >>
thread & GUI issue...
Posted by Lloyd Dupont at 10/16/2003 11:59:43 AM
in my application I've lot of Form, with lots of controls, etc...\each of
them takink roughly about (from a subjective point of view) maybe 0.5~1
second to be instanciated.
to speed he application later, I load them on startup.
but, then, I have slow start-up.
I was thinking to create the f... more >>
limit to objects on froms?
Posted by Mike at 10/16/2003 11:43:29 AM
I am porting an app that I wrote in Evb to .net compact,
and am in the final planning stage. The app asks the
user over 200 clinical specific questions. My plan was
to use panels, but remember hearing somewher that the
compact framework limits the amount of items on one form
to around 10... more >>
Accessing Pocket Outlook from a Windows .Net application?
Posted by M O J O at 10/16/2003 11:06:39 AM
Hi,
I've developed a Windows VB.Net CRM application for my company.
I need my own CRM application to be able to replicate with the calendar
on my Pocket PC 2003 Outlook.
Understand me correct ...
* I'm not developing a compactframework VB.Net application, but a
Windows VB.Net appli... more >>
Adding projects
Posted by Venue at 10/16/2003 9:46:57 AM
How do I add a non UI .net class project to my CF project. I need to share
the common .net class project between desktop and handheld application.
When I try to add it, there is no place to tell the target device.
... more >>
how to get version of dll or exe in CF
Posted by Henrik Bach at 10/16/2003 9:26:34 AM
How do I programmatically get to the version of a .dll or .exe in the
Compact Framework?
Henrik Bach
... more >>
Taskbar Icon Smartphone
Posted by fhunter at 10/16/2003 9:10:10 AM
Is it possible to add an icon to the top taskbar on the
Smartphone? I guess it would have to be a white icon but
that would work.
Thanks... more >>
Synchronization without (IIS) Web Services
Posted by Moshe Plotkin at 10/16/2003 8:48:58 AM
B"H
How do I synchronize Desktop and Mobile Apps.
I know I can just call Web Services and thats the easyest, but If the User
dosent have IIS what do I do?
Thanks
... more >>
logging and emulator
Posted by robbeers NO[at]SPAM hotmail.com at 10/16/2003 8:47:06 AM
I am using log4net in my cf project. I am able to log to a file but I
would like to view the log in a bigger desktop window. I was thinking
about using a udp appender in log4net and then write a little program
on the desktop that listened to the logs. Is this a good idea? Has
anyone else use... more >>
FTP Pocket PC
Posted by Maneesh at 10/16/2003 5:49:49 AM
Hello,
Any idea about the ftp in pocket pc using .net frame work
Thank you
Maneesh... more >>
FTP in Pocket PC
Posted by Maneesh at 10/16/2003 4:54:39 AM
hello,
Any idea how to perform ftp actions in vb.net compact
version? Please help to get and put files using ftp from a
pocket pc application developed using vb.net CE and sql
server CE.
Thank you
Maneesh.... more >>
|