all groups > dotnet compact framework > august 2004 > threads for thursday august 12
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
Web Service
Posted by Arda Coskun at 8/12/2004 10:08:59 PM
Hi,
I have created a smartphone 2003 application with C# and tried to use a web
service. I faced with an error like this on my smartphone:
System.Web.Services.Protocol Server was unable to process request. --->
System.ArgumentException: URI formats are not supported at
System.IO.Path.GetFul... more >>
How to add Dll under C# .Net CF
Posted by 50230065 NO[at]SPAM alumni.cityu.edu.hk at 8/12/2004 9:55:44 PM
To all,
How can I add the dll (written by embedded VC) to my C# .NetCF project
???
I am now using the "browse" button on the Reference --> Add refernce
to browse for the designated dll... but somehow errors such as
TypeLoadException or IOException will occur
Thanks
From Jason (Kusangih... more >>
Form Navigation Via Show() or ShowDialog()
Posted by ginnostik NO[at]SPAM hotmail.com at 8/12/2004 8:49:23 PM
Hi All,
My application:
Pocket PC 2002
Has a number of forms, all of which are loaded once during application
start up and managed (shown / hidden) from a central class
Each form saves its data as it is 'closed' (Determines if changes
made, if so save data to DB)
Forms can be navigated t... more >>
How to hide a form's title bar without maximizing the form
Posted by REarly NO[at]SPAM jswcoinc.com at 8/12/2004 6:19:23 PM
I am looking for a way to hide a form's title bar. My application
displays a "wait" graphic in a form while it loads and also while it
executes long-running activities.
I have tried doing the standard removing of the border, sett the title
to blank, and turning off the control boxes. But the... more >>
Strongly typed datasets and .NET CF = System.TypeLoadException?
Posted by Joakim Englund at 8/12/2004 4:43:52 PM
Hi all!
Is it possible to use strongly typed datasets in .NET CF.
I'm calling a web service from a smart device application running on P PC
2002 that returns a strongly typed dataset. Immediately when the call is
made I get a System.TypeLoadException. If I run the same application on
Window... more >>
System.Diagnostics.Process Class
Posted by David at 8/12/2004 2:18:50 PM
Hello.
Why there is no System.Diagnostics.Process in CF?
... more >>
toolBar updates
Posted by MDB at 8/12/2004 2:02:07 PM
Hello All, I am trying to update a toolbar in a form that is active and
when I do, it locks up the application. Anyone know what I can do to avoid
this?
That application will lock up on this statement
toolBar1.Buttons.Clear();
TIA
... more >>
DataSet Problem
Posted by David at 8/12/2004 1:42:16 PM
Hello.
I have some little problem with DataSet and I hope somebody will help me.
So what's my problem:
I have DataSet with some table in it lets say table name is "Suppliers", I
have DataGrid to show the records from this DataSet and toolbar
fornavigating and editing rows in DataSet.
I'm usi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
accessing SQLCE 2.0 database from desktop
Posted by test at 8/12/2004 12:58:53 PM
Hi,
i'm looking for a program to access a sqcce 2.0 database running on a win ce
4.1 device from my desktop (win xp). i need to add, delete and change the
data.
does anybody know a program that can do this?
thanks in advance,
Mischa
... more >>
Has anyone try using the VS 2005 Beta with RichInk
Posted by Kenneth at 8/12/2004 11:39:16 AM
I have an error whenever I add the RichInk component in the designer view of
my code.
Why??
Ken
... more >>
ANN: Reminder: NetCF chat with the MVPs this morning
Posted by Michael Fosmire [MSFT] at 8/12/2004 8:26:04 AM
Just a reminder that we'll be hosting an online chat this morning concerning
Smart Device Programming with Visual Studio .NET 2003. We will be on hand
ready
to answer your questions, so bring 'em on!
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Title: Smart Device Programming with Visual Stud... more >>
Updating Gui Controls from a Thread
Posted by Anders Fredborg at 8/12/2004 12:15:57 AM
Hi !
I have experienced the problem of updating GUI controls from another Thread
runnning in an Object, the application either freezes or exits. Now, the way
I have handled this, is by having a Windows Forms Timer that checks
periodically for updates to the GUI controls. The Thread simply alte... more >>
|