all groups > dotnet compact framework > may 2004 > threads for monday may 24
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
TypeLoadException
Posted by angka at 5/24/2004 7:31:02 PM
When I call a class from another project the following exception occurs. I can use the class callled in a window form project but don't know why I can't do the same thing for the compact framework. Thank you for your attentio
An unhandled exception of type 'System.TypeLoadException' occurred in S... more >>
Question on Delegate
Posted by Soul at 5/24/2004 7:10:29 PM
Hi,
I am learning how to use delegate and invoke a method asynchronously, below
are code snippet from my simple "Hello World" example program with one Form
and one Class. I test it on Pocket PC 2002 emulator, but I keep receive
NotSupportedException. Can anyone teach me where did I do wrong?
... more >>
Newbie: Programming of Data Source
Posted by Mr. Wright at 5/24/2004 7:06:03 PM
I must be losing my mind. No matter what I try, I cannot effectively connect to a database when creating a Smart Device application. My original intent was to create an Access XP table, but I can't connect to it. Is this even possible
I have been reading for hours on the M$ sight and have not f... more >>
eVC .dll in vb.net on PocketPC 2003
Posted by stephan at 5/24/2004 6:46:05 PM
I am having trouble accessing a .dll created in eVC through vb.net. The function for the .dll looks like the following in eVC
__declspec(dllexport
int WINAPI foo3 (int inval
return inval+10
Inside of my VB appliation, I have the following
Imports System.Runtime.InteropService
<D... more >>
The fastes way to transfer sql data
Posted by Alina at 5/24/2004 6:22:14 PM
Hello
Supposing that I have a big Sql Server DB (Win XP) with each table about
1000 records. Each record has a flag which will indicate if that record was
inserted, updated or deleted since the last synch. The same DB is running in
a Sql Server CE and I wish to do a synch of the Win CE DB from... more >>
hang up in WriteFile() if WaitCommEvent() is active in receive thread
Posted by Elmar Jacobs at 5/24/2004 5:05:46 PM
hi folk,
if I define a SetCommMask for the receive event and the thread is waiting
for an Rx Event the writeFile function will hang up if I try to send byte.
I use the standard settings for the port. Can anybody tell me why the
WriteFile function hang up?
thanks a lot,
elmar
GetCommT... more >>
Pairing Bluetooth devices
Posted by Hansjürg Davatz at 5/24/2004 4:41:14 PM
Hi,
Does anybody know how to pair Bluetooth devices by code?
Thanks,
Hansjürg
... more >>
How Can I Get the Device ID of a Pocket PC
Posted by LeoDJ at 5/24/2004 4:11:07 PM
Hi people!!
I wonder if you can answer this question..
I am developing for the Pocket PC. I need to know the Device ID, that uniquely identify a Pocket PC device
I want to use this, for licensing purposes
Thanx... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
OpenNetCF: FileSystemWatcher on root directory
Posted by gee at 5/24/2004 2:51:05 PM
Hi All
Can I use FileSystemWatcher to monitor changes to the root directory of a memory card? I'm trying to detect insert/remove of memory card. Below is my snippet of code which does not seem to detect the event. Thanks in advance for your insights.
Ge
vuonge@yahoo.co
=====================... more >>
Accessing SDF From Client App
Posted by Karl Pierburg at 5/24/2004 2:16:05 PM
I'm wondering if this is even possible. I have a sales force that has a "disconnected" client application that was written in VB6 and uses MSDE as it's back end. This application then synch's with our home office server
They have requested hand held support. Is there a way to access the Windows... more >>
How to capture a form's Image
Posted by Edward at 5/24/2004 1:16:02 PM
I´m trying to save graphical contents of a form into a HBITMAP object.
At first, using CreateCompatibleDC ,CreateCompatibleBitmap and BitBlt, but it doesn't works 'cause
when function runs, all screen contents is pulled into the bitmap object like a screen capture function, since I just wann... more >>
ShowDialog() and form caption
Posted by Vitaly Zayko at 5/24/2004 11:30:55 AM
Hi!
When I create a new dialog form, form caption is blinking 2-3 times during
the process. Is there any way to lock caption update?
Thanks!
Vitaly
... more >>
irda between two PPCs
Posted by Bob Nicholls at 5/24/2004 10:21:59 AM
I wish to enable my CF application to receive vCards beamed (irda) from irda
enabled devices such as mobile phones, palm pilots, PPC etc. I have managed
to do this for all the devices I have to hand apart from the Pocket PC. Does
anyone have any idea why the following code running on a PPC 2003 d... more >>
Hiding SIP
Posted by Edward at 5/24/2004 9:11:03 AM
I gotta hide SIP using the follow code for eVC
HideSIP(HWND hWnd
SHFullScreen (hWnd, SHFS_HIDESIPBUTTON)
I've verified function prototype
BOOL SHFullScreen
HWND hwndRequester
DWORD dwStat
)
When I`m going to compile for ARMV4 target device, I got this error message
err... more >>
Importing a function from a DLL
Posted by Carlos Fernandez at 5/24/2004 8:56:03 AM
I'm trying to P/Invoke a function from a DLL in VB.NET
The prototype is
PSUUID0C_API int GetSerNum (TCHAR* SerNum, DWORD len)
I've tried several translation into Visual Basic, unsuccessfully so far
This one
Public Declare Function GetSerNum Lib "psuuid0c.dll"
(ByRef data As String, ... more >>
Does version numbers matter for private assemblies?
Posted by Strider at 5/24/2004 8:41:09 AM
The CLR loader does not check version numbers when loading a referenced private assembly, at least this is wha
Microsoft claims (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cptutorials/html/Binding_Policy.asp)
However, I am experiencing a strange behaviour:
I deploy all my a... more >>
Firing Events from Modile containing a Threads code
Posted by James Anderson at 5/24/2004 3:56:03 AM
Hi
Ive been advised to use events in my app. I have a worker thread that listens for UDP packets. It converts the incoming UDP Byte array into a Packet object. This then gets placed onto a ReceivedPackets Queue. Im not too familiar with Events but need to know how to get my thread to fire the ... more >>
Hardware button not in registry
Posted by kathhawkes NO[at]SPAM hotmail.com at 5/24/2004 3:05:55 AM
I am using an XDA 2 (PPC phone). It has 7 buttons in total - calendar,
contacts, record, camera, "toggle", and two phone buttons. In the
registry (HKLM/Software/Microsoft/Shell/Keys) it lists only the first
four buttons. Is it still possible to access the toggle button using
RegisterHotKey? I'm ... more >>
|