all groups > dotnet compact framework > october 2003 > threads for friday october 10
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
Formatting Date
Posted by Shanti at 10/10/2003 9:36:58 PM
2 or 3 days back there was a thread on displaying date in a desired format.
Someone suggested using Format function and reported to be not working by
the thread originator. Unfortunately, I lost that thread from my Outlook
Express (I don't know why).
I also faced same problem and I use followi... more >>
Connect Emulator with ActiveSync Power Toy troubles...
Posted by Chris Craft at 10/10/2003 9:17:56 PM
I am getting the same error on two difference machines. Once is using
ActiveSync 3.7 and the other is using the newest 3.7.1. It is an escalating
kind of error. First try says it can't load emulator, but the emulator
loads right up on the screen. Try it again it loads the emulator and times
... more >>
Pocket PC 2003 Emulator Folder Sharing
Posted by Chris Craft at 10/10/2003 8:12:26 PM
I found out that it is possible to share a folder on the desktop as a
storage card on the Pocket PC 2003 emulator that ships with eVC++ 4.0
service pack 2.
So I downloaded and installed everything and go it to work with minimal
hassel. I even posted instructions in case anyone else was interes... more >>
Merging multiple CAB files into a single CAB files
Posted by Thomas at 10/10/2003 7:05:24 PM
Usually when I deliever a .NET CF application to the client, multiple CAB
files to be needed. For example :
- the cab for my application
- the cab for MS .NET Compact Framework
- the cab for MS SQL CE server
- the cab for MS SQL Client
- and etc.
Are there any way to merge all this CAB fi... more >>
using eVC dll from C#
Posted by Alessandro Cavalieri at 10/10/2003 6:49:33 PM
hi all,
I need to write a DLL using eVC4 (there is only one function in it) and call
it from C# but I receive the following message:
An unhandled exception of type 'System.MissingMethodException' occurred in
Socket.exe
the message seams to be clear but I'm sure that the exported function ... more >>
Can´t Find row value in dataview. Strange error.
Posted by Ibai Peña at 10/10/2003 6:05:08 PM
Hi,
I´m trying to find a row in a dataview. First I define a PrimaryKey to the
DataTable and then try to find a value, but gives me this error:
An unhandled exception of type 'System.ArgumentException' occurred in
System.Data.dll
Additional information: Expecting 0 value(s) for the key bein... more >>
Strange case (MissingMethodException)
Posted by Javier Ros Moreno at 10/10/2003 5:27:41 PM
Hi guys,
I´m getting an exception of type "MissingMethodException", when I call a
Method, the strage case is that this method is in the same class, I have put
a breakpoint in this call, I have added a watch and I have taken the follow
snapshot:
http://81.203.110.255/missingmethod.jpg
in th... more >>
How to reset the WS_CLIPCHILDREN window attribute
Posted by Sagaert Johan at 10/10/2003 5:26:13 PM
I override CreateParams to set the window style to WS_CLIPCHILDREN
Since the CF does not support overriding the CreateParams, how can i work
around this to get the same result ?
Johan
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Control.Invoke causes ArgumentException
Posted by achopra NO[at]SPAM online.microsoft.com ( at 10/10/2003 4:59:53 PM
An interesting Q&A worth sharing with the community.
I am trying to update a form from a work thread and cant get Control.Invoke
to work, it always excepts with ArgumentException but cant see whats wrong.
private void UpdateProg(object o, EventArgs e)
{ progress... more >>
Does Microsoft have plans to implement WSE for CF ?
Posted by Tim Bartle at 10/10/2003 2:50:31 PM
I am currently working on a large project requiring secure web-services over
wireless connections from Pocket PCs. Has Microsoft announced any plans to
make Web Service Enhancements available for CF ? I am mainly interested in
the enhancements which are available in WSE 1.0.
I have seen an art... more >>
Data Binding issue
Posted by Hollywood at 10/10/2003 1:36:57 PM
I have an issue with data binding IEditableObjects to controls in which when
a control is changed the IEditableObjects.BeginEdit, but not the
IEditableObjects.EndEdit is called. Additionally, when actually performing
the binding via the control.DataBinding.Add(), this calls the
IEditableObject... more >>
Re: Can't deploy: can't copy file.
Posted by Lloyd Dupont at 10/10/2003 1:31:46 PM
I have the same error with the emulator !!!!!!!!
so I have to manually copy the application and run it.
but I can't debug, that a bummer !
"Lloyd Dupont" <net.galador@ld> wrote in message news:...
> When I try to deploy my project with VS.NET on the device (PocketPC 2002),
> VS.NET gives me... more >>
ControlCollection with Events
Posted by Brian Burgess at 10/10/2003 1:29:11 PM
Hi all,
Anyone know of a way to declare a ControlCollection with Events in VB.NET?
Thanks in advance..
-BB
... more >>
Can't deploy: can't copy file.
Posted by Lloyd Dupont at 10/10/2003 1:16:43 PM
When I try to deploy my project with VS.NET on the device (PocketPC 2002),
VS.NET gives me this error while copying the files:
"Error: Cannot establish a connection. Be sure the device is physically
connected to the development computer."
therefore I can't debug (save with the emulator), that'... more >>
MissingMethodException
Posted by Mark Hudson at 10/10/2003 1:07:47 PM
Hi All,
I'm writing a simple C#.NET CF app for a UDP Client/Server.. and I'm getting
a weird MissingMethodException in my class. It's weird because I can call
every other method in the class, except this one.. I've even tried renaming
it!
Have I missed something glaringly obvious?
objUDP = n... more >>
Using XML and ADO.Net for Database creation with the Compact Framework
Posted by Paul at 10/10/2003 12:01:17 PM
Hey all
Appologies for cross posting, but this post covers a few areas in one.
I'm fairly new to XML and my ideas are over reaching my grasp (as well
as possibly not fully understanding certain concepts). My basic
questions are:
1.
I want to create a database in SQLCE. I understand th... more >>
web services - works on emulator not on PPC 2003
Posted by Katie at 10/10/2003 11:56:25 AM
Hi,
I have setup a web service on my dev pc and can connect to my web service
using the 2003 ppc emulator (my pc is connected to my work network). With
the emulator everything works fine. I have the emulator set to use the
internet connection and i have the emulators network adapter WINS setti... more >>
generating documentation
Posted by Andreas Schulz at 10/10/2003 11:55:30 AM
Hi,
for my application source code I want to generate a documentation. Using
the VS .NET 2003 tool for generating the docu always implements the non
- public members. How do I generate a docu without these?
Thanks
... more >>
Binding BackColor property
Posted by Igor Zhavrid at 10/10/2003 11:49:15 AM
I tried to bind BackColor property of TabPage
Protected Sub BindTP()
For i As Integer = 0 To tcMain.TabPages.Count - 1
tcMain.TabPages(i).DataBindings.Add(New Binding("BackColor", appSettings,
"MainFormColor"))
Next
end sub
The appSettings is some class, and its property MainFormC... more >>
Can't Create Child List
Posted by Phaneendra at 10/10/2003 11:00:12 AM
Hi,
I am trying to develop a Windows application in C#. In
one of the forms i have a few text controls (4 to be
exact). I need to display the values of the columns in a
table (tblCustomer)in the text controls.I did not bind my
controls at design time. In the form load event i created
... more >>
milliseconds
Posted by PCH at 10/10/2003 8:15:36 AM
I need to record the differences between 2 times.
minutes, seconds, milliseconds.
The datediff function cant return milliseconds, but i found the timespan
object can.
The problem is I cant seem to get a date/time value that actually has
milliseconds...
the Now call only has time to the... more >>
dynamic buttons
Posted by PCH at 10/10/2003 8:11:58 AM
I want to dynamically create buttons based on a # input by the user. The
problem is i cant seem to build the click event for them. I cant even
assign the button a name or ID either.
Thanks.
... more >>
Controls mapped to Database
Posted by Zahid at 10/10/2003 2:54:00 AM
Hi,
I have a SQLServerCE database linked to my PocketPC
application. What i am doing is reading a row of data
from a table and assigning the values from that row to a
custom control (picture button). The rows in the database
table contain the configuration setting of the custom
designed... more >>
ADOCE for VB.NET
Posted by Gareth Davies at 10/10/2003 2:42:52 AM
Hello,
Can anyone tell me if its possible to use ADOCE when
writing a VB.NET application for the compact framwework. I
am trying to write the application for a Windows CE.NET
device.
Is ADOCE avaliable for .NET development? I can't seem to
find anything anywhere.
Overall I am tryin... more >>
Regional Settings
Posted by erik.olofsson NO[at]SPAM millsys.se at 10/10/2003 1:07:06 AM
Is there any way to programaticly set your Regional Settings for PPC 2003
/Erik Olofsson... more >>
|