all groups > dotnet compact framework > september 2005 > threads for september 29 - 30, 2005
Filter by week: 1 2 3 4 5
About API use?
Posted by cfyam at 9/30/2005 5:40:18 PM
How can I call the MultiByteToWideChar() in my C# PDA ap?
... more >>
Build dlls with binary compatibility
Posted by Benjamin Lukner at 9/30/2005 4:15:44 PM
Hi!
With .Net the programmer should deploy every program and all dlls in
separate folders.
Of course I want it to be different ;-)
I have several exe files using all the same dll in one directory. I
update the dll and deploy one exe with the new dll into that directory.
Now only that sing... more >>
Convert string to int32 default value
Posted by Peter at 9/30/2005 12:54:44 PM
Hello All,
Is there a possibility in C# other then try / catch to convert a string to
int32 with a default value , so the default value is in case of empty string
is 0 otherwise the succesfull converted string?
Thanks
Peter.
... more >>
How to tell why OnClosing was invoked
Posted by Andreas Selle at 9/30/2005 11:44:53 AM
Hi,
right now I am facing the following Problem and cannot find a solution for
it:
In my Dialog (Form shown with ShowDialog) I have some field validation code
inside the overridden OnClosing method. Whenever the user tries to close the
Form (usually by tapping OK) with some invalid input... more >>
Profiler
Posted by Tyler Laing at 9/30/2005 11:38:02 AM
Anyone know of a profiler that works with compact framework?
Preferably I'd like to see something similar to DevPartner Profiler or more
specifically a profiler offering the following:
1) free edition
2) integrates with VS.NET as a plugin
I'm game for hearing other options as well. Thank... more >>
How to find a service name of IR Device
Posted by raghu at 9/30/2005 11:05:31 AM
please can any one tell how to find the service name of IR device like IR
printer
Thanks in advance
raghu
... more >>
Subclassing the Grid control
Posted by Tom Libby at 9/30/2005 10:49:12 AM
I am building base controls (TextBox, Button, ListBox, etc) with VS 2003 CF.
I am able to get the controls I create in the toolbox and drag them onto a
form in the designer, except for the Grid control I created, that is grayed
out in the toolbox.
What do I need to do to get the Grid co... more >>
Tapi Wrapper of Alex Fineman, a Bug ?
Posted by Boas Enkler at 9/30/2005 10:13:55 AM
Hi There
First of all thanks fo Alex Fineman for the Wrapper and sample which saves
me a lot of work :-)
I use the Tapi Wrapper of Alex Fineman which works now fine.
I Also inspeted the samples for this file.
When The Call is terminated the following code is executed.
But on Dispose it... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Can i use MS Message Queue with my PDA (Windows Mobile 2003)?
Posted by Ralf Christoff at 9/30/2005 9:55:43 AM
Hi,
Can i use MSMQ with my Windows Mobile 2003 Pocket PC with C#?
when yes, how ;)
thanx,
Ralf
... more >>
How to invoke latest version of CF Emulator?
Posted by HRK-Chennai at 9/30/2005 4:45:02 AM
Hi All,
We have .NET 2003 and WinCE CF 4.1 Emulator defaultly. We have download and
install WinCE CF 4.2 Emulator to it and noticed that while deploying the
application, it loads only WinCE CF 4.1 Emulator.
What we need to do to invoke WinCE CF 4.2 Emulator while deploying our
applicatio... more >>
Label backgound color in a OpenNETCF GroupBox
Posted by augustesen NO[at]SPAM privat.tdcadsl.dk at 9/30/2005 4:36:36 AM
Hi all.
I am having some problems with using the GroupBox from OpenNETCF.
I have a form with a button that calls an About form, which is
generated at runtime. On this About form there is a GroupBox and some
labels.
The problem I have is that the background color on the labels have the
sa... more >>
Callback function problem
Posted by OÄŸuzhan Benli at 9/30/2005 1:18:01 AM
Hi Dear MVP's and Everyone,
I am writing a program that gets some information from a web service using a
callback function. When the callback function receives the necessary
information, it updates the items in the listview first removing the item to
be updated from the list
at the specif... more >>
Importing xml woes
Posted by mrc NO[at]SPAM sean-connolly.co.uk at 9/30/2005 12:56:29 AM
Hi all,
I have the following function that imports an xml file created by a
desktop app, and sticks it into a dataset on a sqlce server. Thing is,
it takes an age to load the xml file into a dataset
(dsSource.ReadXml(myXmlProximityReader)). Is there any better way of
doing this ? Can you i... more >>
supressing keypresses
Posted by farseer at 9/29/2005 10:44:09 PM
hi,
based on a few posts i have read here, i created a dll that allows me
to perform low level keyboardhooking from my C# code. this works great
and i send to a MessageWindow, certain WM_KEYDOWN messages.
What i would now like to do is if i detect certain keys (regardless of
what process the... more >>
How to set a mouse / keyboard hook in windows CE device using C# code ?
Posted by Milen Kardjiev at 9/29/2005 7:01:28 PM
Hi all!
I'm trying to set a mouse/keyboard hook in a C# application , but i
haven't found an API in coredll.dll which i can use.
SetWindowsHookEx seems not working.
Do you have an idea how to that ?
Thanks !!!
... more >>
strange refresh...
Posted by trini alla frutta at 9/29/2005 4:47:48 PM
Hi all,
I've created a component extending Panel,
Currently when user clicks on it i would like to update the diaplayed
content according to the position where the click takes place.
So i've linked the MouseDown event to a event handler method where i
just update some values thanks to the x... more >>
Custom control problem under VS 2005 Beta 2 CF 2.0
Posted by Jen at 9/29/2005 3:25:57 PM
Hi,
I have several custom controls that all work correctly when placed on a form
and appear on the toolbox. The problem that I'm seeing is that 2 of the 5
controls disable form inheritance when placed on the base form. If I remove
both of these controls from the base form then my form i... more >>
Massive write in sqlce
Posted by Miliuccio at 9/29/2005 2:49:52 PM
I use this loop to read from 2000SQL and write in a clean table on my SQLCE
'Inizio Transazione Reparti'
rcmd.CommandText = "SELECT * FROM ARCHIVIOSQL2000"
rrdr = rcmd.ExecuteReader()
While rrdr.Read()
cmd.CommandText = "INSERT INTO ARCHIVIOCE (TABELLA)... more >>
datagrid scroll events
Posted by Jesse Aufiero at 9/29/2005 1:09:57 PM
Hello,
I need a way to detect when a user mouses up and down on a datagrid's
vertical scrollbar. However, the 'mouse down' and 'mouse up' events of the
datagrid do not fire when the scrollbar is clicked, and there are no
built-in 'scroll' events at all.
So how can this be accomplished?
... more >>
Transfer File from PDA to Win CE through USB
Posted by Chandra Murali at 9/29/2005 11:20:03 AM
Hi All,
I like to know how to transfer a file from PDA to an Windows CE.NET
device. Both these devices are connected through USB. File in PDA have to bo
transferred automatically when the device is connected to Wnidows ce.NET
through USB cable.
... more >>
SIP Issues
Posted by rmlexi at 9/29/2005 11:19:02 AM
I was wondering if anyone has any insights as to nature of the SIP in
ToolBars under .NET CF and how to have the ToolBar without the SIP. I have
used SHFullScreen to try and remove the SIP Button, but it still persists. If
I could disble the SIP so it would not enable, that would be a good sol... more >>
Showing Form
Posted by Beebs at 9/29/2005 10:58:18 AM
I've asked this question awhile back, but never received any response.
Can anyone provide any help on this matter...
When I have a bunch of processing to do, i.e., algorithms to run
through, plus dictate what controls on the form to be shown need to be
visible, enabled, colored, repositioned, ... more >>
Run thread every 1 minute - problems
Posted by Rob S at 9/29/2005 7:39:15 AM
Hi there,
Having an issue with RunAppAtTime
I'm successfully running a thead every 1 minute, however when the user
clicks a button the thread should not run again, however it just isn't
working. Here's my code that isn't doing what it should be.
if (updateReminder != null)
{
E... more >>
.net equivalent of SystemIdleTimerReset?
Posted by Dan at 9/29/2005 6:35:04 AM
Is there a compact framework equivalent of the WinAPI function
SystemIdleTimerReset? If not, does anyone have some C# code which uses
SystemIdleTimerReset?
Thanks...
Dan... more >>
|