all groups > dotnet compact framework > march 2004 > threads for tuesday march 2
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
How can I refer to an outer method?
Posted by Balint Toth at 3/2/2004 9:40:01 PM
Hi,
I would like to make some initialization code if the BringToFront method is
callod of a form.
So, I wrote:
public virtual void BringToFront()
{
initialization code...
xxx
}
I dont know what to write to the xxx after initialization. I would like to
call the original Brin... more >>
Odd "System.MissingMethodException"
Posted by Kevin Hutchison at 3/2/2004 7:21:23 PM
I am getting this for one method calling another in the same class. The
class builds well, but when run throws this exception. (Not P/Invoke, Not
Delegate) Anyone ever see this? I could post the code, but since it builds
without warning or error ...
Meantime, if I find the solution I'll post... more >>
Opposite/reverse of BitConverter.ToString()
Posted by Daniel Moth at 3/2/2004 7:15:31 PM
Hi
BitConverter.ToString produces a string given a byte array. Is there method
that takes that string to produce a byte array?
I know it is only 4 lines of code to get the result but if there is a
built-in function I'd prefer to use that... Anybody found one?
Cheers
Daniel
... more >>
Encryption and byte array to string conversion
Posted by Daniel Moth at 3/2/2004 7:13:15 PM
Hi
Regarding encrypting data I have found 3 implementations:
1. The msdn signature sample
2. The sample in the SAMS book
3. The sample in the Apress book
Although slightly different in their implementation they all have what I
think is a common flow:
They use Encoding.ASCII to do the conv... more >>
Security Issues..
Posted by Dave Brown at 3/2/2004 6:19:48 PM
Hi All,
I'm having a hard time with something I hope someone might be able to shed
some light upon..
I have a CF application which throws an exception when I try and do a
XmlDocument.Load(URL)..
I believe this is because I have no strong name assigned to the assembly..
But I am using a thi... more >>
DataTextField DropDownlist
Posted by Rafael Metring at 3/2/2004 5:52:22 PM
How set DAtaTextField and DataValueField in dropdOwnlist
I use this to populate..
Dim sqlConn As SqlCeConnection = Nothing
Dim dr As SqlCeDataReader
Dim da As SqlCeDataAdapter
Dim ds As DataSet = New DataSet
Dim strsql As String
Try
sqlConn = New SqlCeConnection("Data Source ... more >>
CF SP2 and ReadXML performance
Posted by Richard Kucia at 3/2/2004 5:18:05 PM
My app's startup time has always been horrible, so I was looking forward
with great anticipation to CF SP2.
The app reads a single XML file once during its startup, and it stores the
contents in various objects.
I installed CF SP2 (non-developer) on my Dell Axim X5 and timed ReadXML in a
vari... more >>
Registry and supported types.
Posted by P at 3/2/2004 3:33:35 PM
Hi. What datatypes can I store in my registry on the compact framework using
the OpenNetCf registry classes? I wanted to store a long (Int64)
but it said that that datatype wasn´t supported. I had to cast it to a
string and store that. And revert it back ofcourse when retrieving it.
<Regards>
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Limitation with ShowDialog ????
Posted by cyrjac at 3/2/2004 3:31:08 PM
Is it possible that a parent form owns one more than active child form, that each one have been poped up using the ShowDialog().
By looking at this page http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dv_evtuv/html/etconwindowsforms.as
it says that Resource-intensive features, su... more >>
.Net CF Form inheritance problem.
Posted by Pavel Abel at 3/2/2004 3:21:07 PM
Is there any easy way to derive Form class from another Form class, rather then derive it from System.Windows.Form directly? My problem is that Visual Studio designer wouldn't render the form if you derive it from another form which is an abstract class
The "half way" solution I found is to use con... more >>
Problems with Merge Replication
Posted by Necrite at 3/2/2004 2:21:09 PM
Hi
currently using merge replication within in a background thread which is running every 2 min. When i make a select on the same DB during merge is running i get an access file violation. It looks like the merge locks the DB. If the select is faster the merge throws a exception! i afraid that ther... more >>
Which form is showing?
Posted by Peter B at 3/2/2004 2:20:23 PM
How do you determin if a form is showing? If I want to start a timer when a
form is displayed I can use GotFocus() event: If I want to stop the timer
when another form is shown or the original form is closed, I can't use
LostFocus() since the form loose focus whenever a control on the form gains
... more >>
XMLHTTPRequest in .NETCF?
Posted by rhughes NO[at]SPAM excite.com at 3/2/2004 1:57:48 PM
I am upgrading an eVB application to .NET and I just ran into a
problem. The eVB application uses the XMLHTTPRequest object and I'm
not sure what the equivalent is in .NETCF if there is one? The
XMLHTTPRequest object is being used to send some XML to the server and
then check the response. Does ... more >>
Startup Server In Visual Studio .Net 2003
Posted by Arash Mahani at 3/2/2004 1:41:48 PM
Hi,
I was hopping if any one might know how I can integrate a custom startup
server, written for Platform Manager 3.0+, into Visual Studios .Net 2003's
Smart Devices.
Thanks for any help.
Arash.
... more >>
over the air download
Posted by Eugen Feraru at 3/2/2004 1:22:44 PM
I am looking for options to download custom applications over the air to the
device.
In the same lines, I would also like to be able to download OS patches or
updates over the air. Are there suggested strategies?
Thank you,
Eugen
... more >>
Problem with Threads
Posted by vIndEx at 3/2/2004 12:39:09 PM
Hi! I need to use more than five threads, each one with his own priority.
Thread.Priority only allows 5 different prioritys (XP prioritys), but
Windows CE
allows 256. So, I have to use this function (Windows API) to change the
priority:
BOOL SetThreadPriority(
HANDLE hThread,
int nPrior... more >>
database connectivity
Posted by Rami Saad at 3/2/2004 12:33:12 PM
I faced a problem, I cannot add (by drag and drop) Connection and
DataAdapter objects from the tool box, why? And how can I use Ado.NET in
compact frame work?
It is known that we cannot use typed data sets in the compact frame work,
but what if I write the code that simulates a typed data set (b... more >>
tabcontrol always at top
Posted by mgarner1980 at 3/2/2004 11:51:06 AM
Whenever I place a tab control on a form, It always puts it at 0,0. I I try to change any of thge properties (size,x,y,....) they always revert back to the initial settings. If I put code after the initialize compponents section it works until I make any change in the designer, then the tabcontrol s... more >>
Load
Posted by Rafael Metring at 3/2/2004 11:36:58 AM
what's the load sintaxe to use in pocket?
I am trying page_load , Form_Load , nameform_load , and not ran..
Rafael
... more >>
InPort and OutPort
Posted by Ken Beauchesne at 3/2/2004 11:17:18 AM
Is there a means to or a 3rd party control to access
I/O ports in CF like Inp and Outp. I have an app that
needs to set relays.
TIA
Ken
... more >>
Time Formats...
Posted by Brian H at 3/2/2004 10:07:12 AM
Sanity check needed:
I have a listbox that holds a bunch of dates. I'm looking to format these
based on user settings; either a 12 or 24 hour format. I stumbled on:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfsystemglobalizationdatetimeformatinfoclasstop... more >>
Printing from the PocketPC
Posted by Byron Hopp at 3/2/2004 10:03:58 AM
Is it possible, and is there any sample code for printing from a PocketPC
utilizing the Compact Framework? Can the PocketPC send escape characters
(or direct print) without the use of a print driver? How do we setup, or
communicate with a network printer from the Compact Framework?
Byron...
... more >>
When will .NET Remoting be available in the .NET Compact Framework?
Posted by Jean-Francois Hamelin at 3/2/2004 9:54:45 AM
Hi,
Is there any planning to support .NET Remoting in the .NET Compact
Framework?
Thanks
JF
... more >>
Does the SIP exist
Posted by Ken Beauchesne at 3/2/2004 9:52:26 AM
I am trying to determine if the SIP is available in
non pocket PC apps, I get a "not supported exception"
when I try to deploy a test app to the emulator using
inputPanel1 = new Microsoft.WindowsCE.Forms.InputPanel();
inputPanel1.Enabled = true;
I am using the latest of everything.
TIA... more >>
Where is setsockopt?
Posted by chiplastique NO[at]SPAM hotmail.com at 3/2/2004 8:56:06 AM
Is there no DLL on the Pocket PC that implements 'setsockopt'?
According to the .NET CF FAQ (URL below), one can work around the CF's
problem with SetSocketOption/ReuseAddress by P/Invoking 'setsockopt'
with SO_REUSEADDR set to true. However, I can't find a DLL on Pocket
PC 2002 that implemen... more >>
Microsoft Data Access Application Block
Posted by Franky at 3/2/2004 8:52:02 AM
I work on a Microsoft Data Access Application Block support by the NetCF and
manager SQLCE.
Does somebody have already do something on this subject?
____________________
Franky
Franky@Boucheros.com
... more >>
DrawCurve
Posted by Peter Bladh at 3/2/2004 8:22:51 AM
Hi!
How do I draw a curve in CF?
/peter
... more >>
Upgrade wizard?
Posted by Earl at 3/2/2004 8:17:41 AM
Is it *easily* possible to use the upgrade wizard on eVB code? If so, how?
... more >>
RegisterHotKey
Posted by aliarifpk NO[at]SPAM hotmail.com at 3/2/2004 3:19:30 AM
There are two question related to RegisterHotKey:
1- For what purpose the RegisterHotKey function is used (Write in detail)?
2- How I can use it to register ( Ctrl + Alt + R )
Regards,
Arif... more >>
|