all groups > dotnet compact framework > february 2004 > threads for wednesday february 25
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
Marshalling Pointer In Structure Problem?
Posted by Kevin Hutchison at 2/25/2004 10:39:45 PM
I have a C program sample that I am reproducing, line for line in C# as I
write our wrapper for a 3rd party library. The problem I believe I am
having is related to marshalling a pointer in a structure. The C definition
of the structure is:
typedef struct _HSAFE
{
void *pHandleDa... more >>
How to create .sdf file
Posted by Rafael Metring at 2/25/2004 5:30:05 PM
How can I create one .sdf file.
I have my Database in Sql (mdf and ldf ) and I like know how to convert this
to .sdf file to use
in my new system in pocket..
Tanks Advanced.
Rafael
... more >>
OpenCFNET forms question
Posted by Balint Toth at 2/25/2004 4:31:33 PM
Hi,
How can I read out the content of a ListViewEx item?
Bálint Tóth
... more >>
Threads and Events
Posted by Elisa at 2/25/2004 3:33:45 PM
Hi,
Still trying to see the light through all this multi-threading madness...
Events are always handled in the same thread as they are raised, not?
Regards,
Elisa... more >>
opening form shuts down the application
Posted by SSP at 2/25/2004 2:58:56 PM
I have a form in my application, which when opened, immediately shuts down
the application.
Any ideas?
SSP
... more >>
Virtual-Key Codes for swedish chars å,ä and ö
Posted by Peter B at 2/25/2004 1:56:29 PM
Hi!
I am using VS and C# to create an application in which I want the user to be
able to type swedish characters with the hardware keyboard. Since the
keyboard doesn't have any of those keys I was hoping to produce the swedish
characters from my code after I receive a certain key value from th... more >>
Start an application from another
Posted by Olaf Herrmann at 2/25/2004 1:36:03 PM
Hello,
in full framework you can start an application using :
System.Diagnostics.Process.Start ( path );
Is there an equivalent method in CF ?
Thanks
Olaf Herrmann
... more >>
Threads and Mutex
Posted by Elisa at 2/25/2004 1:32:02 PM
Hi,
Imagine I have an app with 5 threads (A, B, C, D and E). They all need
access to the same method, MyMethod(), which has the following signature:
Public Sub MyMethod()
myMutex.WaitOne()
Try
' Do stuff here
Finally
myMutex.ReleaseMutex()
End Try
End Sub
When... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Waiting for multiple threads to finish
Posted by Faraz Hussain at 2/25/2004 1:06:23 PM
Dear All,
How can I wait for multiple threads to finish in .Net Compact Framework?
In full .Net Framework we have Thread.join() method which we can call to
wait for the thread to finish but in .Net CF it is simply not available. Can
anyone tell me the alternative of Thread.join() method in .Ne... more >>
RegEnumKeyEx causes native exception on PPC2002
Posted by Benjamin Lukner at 2/25/2004 11:50:48 AM
Hi!
I tried to enumerate the registry via RegOpenKeyEx / RegEnumKeyEx /
RegCloseKey ("W" versions). It works fine on PPC2003 (I tested 5
terminals from different manufacturers with CE.Net and PPC2003), but on
most PPC2002 (3 of 4 tested) I get a "native exception".
I use TRY / CATCH / EN... more >>
HTTPWebRequest: framework vs. compact framework
Posted by Reinhard at 2/25/2004 10:56:10 AM
Hello
i have a problem with HTTPWebRequest and WM2003. The following cod
runs fine on my pc. On the PPC with WM2003 or the emulator the code wil
not work ("The chunk length was not valid")
Have anybody an idea
Thx: - Reinhard
Public Function GetHTMLPage(ByVal URL As String) As Strin... more >>
SOCKS protocol
Posted by Mike at 2/25/2004 10:19:02 AM
Does the CF support using the SOCKS protocol?
... more >>
Update modified Datagrid to Tables
Posted by chewban at 2/25/2004 7:51:06 AM
How do I update my datagrid to save the modified values to the database table
I opened up NorthwindDemo.sdf in a datagrid, edit a cell using a textbox (using buttonSetCurrentCell_Click). I just lack the knowledge to update any changes I made to the datagrid back to the database table customers. P... more >>
Merge Modules (msm) for Compact Framework?
Posted by david_baldauff NO[at]SPAM starkey.com at 2/25/2004 6:43:04 AM
Is it possible to create an msm file that targets the .NET Compact
Framework? Can I then use the msm to create an install for the Pocket
PC or Smartphone?
It appears that the only way that an install can be created is though
CAB files.... more >>
Database options
Posted by ebbe NO[at]SPAM ekologic.dk at 2/25/2004 4:37:37 AM
In order to learn a bit of C#, I am looking at developing a PC/Pocket
PC application combo that will need a database of some sort. I want to
be able synchronize the Pocket PC database with its PC counterpart. So
far, I have found these options:
- CE SQL server. I am not really keen on this as ... more >>
How to use NotifyIcon
Posted by Thad at 2/25/2004 3:56:05 AM
Hello NG
I just install OpenNETCF and try the Controls for watch the effect... But I see nothing apend with the NotifyIcon
How to use NotifyIcon
Thanks...
Tha
;)... more >>
Problem Building Cab
Posted by Ildani at 2/25/2004 2:49:47 AM
I'm developing a smart dev app on VS.Net and i'm imported
the OpenNETCF on my project. The apps works on the
emulator but the build cab doesn't work probably because
I have a conflict between the mscorlib and OpenNetCF.
Someone can give me an idea on how to solve this problem?
Thanx
... more >>
Directory identifier
Posted by Aris at 2/25/2004 2:31:07 AM
How can I declare the path \My Documents using an identifier to avoid the following
string path= @"\My Documents"
?... more >>
Transparent Labels
Posted by Philip Gray at 2/25/2004 1:13:42 AM
Hello all,
Think I posted on this subject before, but I'm still none the wiser so here
we go again.
I've been trying to apply transparent backgrounds to labels and panels on my
form, and even after applying sp2, I'm still having issues.
I have a series of 240x268 panels and I want to drop... more >>
|