all groups > dotnet compact framework > march 2005 > threads for thursday march 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
does .Net framework1.1 support P/Invoke callback functoin?
Posted by ginee at 3/24/2005 11:45:02 PM
I know P/Invoke on .net framework1.0 does not support callbacks as full .net
framework. A typical example of using callback si the "EnumWindows" API.
How about in version 1.1??
Thank you!! ... more >>
managed out of memory exception in pocket pc 2002 emulator
Posted by kies at 3/24/2005 11:31:06 PM
Hi all,
I was hoping that anyone of you here would have the answer to my question.
My pocket pc application was up and running in both the pocket pc 2002
emulator and the actual device itself until i added some functions which
increase the total size of the application to 128kb. When the ap... more >>
RAPI Error
Posted by Beebs at 3/24/2005 11:21:57 PM
I keep getting error -2146824447 during my DEVICETODESKTOP call,
meaning it can't overwrite the database, yet I've tried every
combination of flags for this function. I've set it to true and
false, set the sync parameter to true and false and so on...no luck.
I'm using a Pocket Access database ... more >>
ERROR occurred on smartphone deployment
Posted by Wong CS at 3/24/2005 10:36:20 PM
Dear Developers,
help, this error occur when i build my smartphone application into cab
file....
Error : The CabWiz executable 'C:\Program Files\Microsoft Visual Studio .NET
2003\CompactFrameworkSDK\v1.0.5000\Windows
CE\Smartphone\..\bin\..\bin\cabwiz.exe' could not be invoked
What happened to... more >>
Redirect Call
Posted by crino at 3/24/2005 8:57:22 PM
Hi,
i capture an incoming call and i want to redirect to another number....so
i've interfaced
extern static public int lineRedirect(
IntPtr hCall,
string lpszDestAddress,
int dwCountryCode
);
hCall is the handle of incoming call, lpszDestAddress is the numebr where i
wan... more >>
Control problem HELP!!
Posted by Tomer at 3/24/2005 7:05:12 PM
Hi,
I'm haviing a design time problem with a custom control I've wrote.
I've inherit from a label control, and added a new property called
TextAlignment.
And defined a new enum for it.
When I use it in the designer, I get the error : "object type cannot be
converted to target type" in the ... more >>
TreeView checkbox
Posted by Ervin at 3/24/2005 6:59:02 PM
I am not sure how to control the checkbox in the treeview. How can I disable
the check event of checkbox in treeview while user still able to expand nodes.... more >>
error in code that writes and compiles a dll on the fly help please
Posted by on on via DotNetMonster.com at 3/24/2005 5:41:58 PM
Certain times in the day when I get a lot of hits to my site I get the
following error (code creates dynamically compiled dll help please) any
input as to why the error is generated. Can anyone decipher the error
below? I would appreciate any help
Thanks!!
System.Runtime.InteropServices.Ext... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
CF v1.0 SP3 QFE
Posted by John Roberts at 3/24/2005 5:24:51 PM
Hi,
Does anyone know the link to the CF v1.0 SP3 QFE for Platform Builder 5.0?
I have followed links to it from the archive but the links are now defunct.
On a different note, I'm sure I read somewhere that the CLR stores one copy
of identical strings such that:
lock("a")
{
}
... more >>
App to control settings on PPC
Posted by Harry Simpson at 3/24/2005 5:02:26 PM
Is it possible to build a CF app which could read an XML file and set
settings on the PPC programatically.
Stuff like setting the background picture, deselecting items to appear on
the Start screen, setting hot button associations, etc. and even executing
cabs as in creating an auto install... more >>
VB.net pocketPC
Posted by Gilles at 3/24/2005 3:47:55 PM
bonjour
je voudrais savoir comment porté une application de vb.net sur un pocketpc
(la compillation ....)
Merci
--
# ANTISPAM #
Click on the link to answer - Cliquez sur le lien pour répondre
http://www.cerbermail.com/?zH3uNd5dV8
... more >>
how to train the dictionary in CF...
Posted by Carsten Marx at 3/24/2005 3:17:12 PM
Hello,
i have written a visual seeking system for a library.
now i'm at the point to make improvements..
one could be that i extract the keywords from my database and load them
into a dictionary and if the user makes an input via SIP the words are
autmatically completed..
how ca i do this?
... more >>
CF with SP3 and background color
Posted by HeinzW at 3/24/2005 2:53:05 PM
Hi
I am using CF with SP3. I change the background color of Buttons and text
fields at desing time. When I run the program in the emulator the colors are
gone.
I also want to change the background color of a label field. Is there no
possibility to do this at design time?
Thanks for any help... more >>
Scope of delegates/event handlers
Posted by maark at 3/24/2005 1:51:03 PM
Platform: WinCE 4.2, C#
I am working on a kiosk application where I have a System.Windows.Forms.Form
that contains a System.Windows.Forms.Panel derived class named HostPanel.
This panel in turn contains a System.Windows.Forms.Panel derived class named
ChildPanel. (For this example I have si... more >>
Where to install SP2 on the Handheld?
Posted by elena at 3/24/2005 1:49:03 PM
Hi, All
Usually by default SP2 installed to "\Program Files,
But after full reset it is gone from memory.
Where should i install SP2 on the handheld in this case?
Please, advice
elena... more >>
Component
Posted by Bela Istok at 3/24/2005 1:47:52 PM
Why the class Component don't implement the IComponent interface in the
Compact Framework?
--
Regards,
Bela Istok
... more >>
Bitmapdata class
Posted by Andreas Viklund via DotNetMonster.com at 3/24/2005 1:30:21 PM
Hello!
I am developing an application that is going to manipulate images collected
from a mobile camera och web camera. I have discovered that Setpixel and
Getpixel is extremely slow and therefor tried to find some other way to get
the pixelvalues from an image.
I found some source code whe... more >>
Bitmap to gdi bitmap conversion
Posted by Kingherc at 3/24/2005 12:59:03 PM
Hi to all,
Well, I really need to convert the Bitmap of .netcf to an equivalant gdi
hBitmap. As I've noted the function Bitmap.GetHBitmap is not supported in cf
unfortunately. Also, the GetPixel function of the bitmap is totally slow. So,
is there basically any way of doing this conversion ... more >>
[openNetCF] Errror on start
Posted by Rainer Borchmann at 3/24/2005 12:04:20 PM
hi,
when i start VS2003 Sp1 with a new openNetCFproject, i got an error message:
"Default .js could not be found in C:\Programme/Microsoft
Studio.Net2003\VC#\VC#wizards\openNetAppwiz\PocketPC\Scripts\1031\"
The error come after the choice o a device (PocketPC or WindowsCE), i
decided
for Poc... more >>
Cut and paste using TextBox control
Posted by Darren at 3/24/2005 10:45:28 AM
Is there any way to enable the cut and paste functionallity within a textbox
control?
I don't see the cut and paste methods that the full framework has.
... more >>
Sending SMS
Posted by Mobile Boy 36 at 3/24/2005 10:29:50 AM
Hi all,
I read the article on
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnnetcomp/html/netcfsendsms.asp.
Is it possible to make a SMS application on a mobile 2003 device? Where do I
get "sms.dll"? Do I need to install an SDK to get it?
A little help would be appreciated... more >>
Error on 2003 SE Help!
Posted by STI_PDA at 3/24/2005 10:02:08 AM
I have an application that runs perfectly until I try it
on a new device (iPAQ rx3700 which is using Second
Edition of Windows Mobile 2003). I've traced it to the
part of code that is adding images to my imagelist.
(this imagelist is attached to my toolbar)
System.IO.Stream st = System.IO... more >>
Custom ListView sorting
Posted by Rob C at 3/24/2005 9:57:06 AM
I am trying to implement custom sorting in a listview. I found the
documentation for doing this but am getting an error when I compile telling
me that a property is not defined.
I am trying to set the ListViewItemSorter property to a custom
implementation of an IComparer. The compiler tel... more >>
Help on DataTable.Reset() and DataGrid
Posted by Simone at 3/24/2005 9:14:30 AM
After a call to the Reset() method of a DataTable and
a call to the method Datasource of the datagrid for display data of the
DataTable i cannot see
the rows on the Grid.
Help me please.
By Simon.
... more >>
Attention: Daniel Moth
Posted by David Pope at 3/24/2005 9:11:34 AM
Hey bud... I am hoping you may know the answer or know where I can find the
answer to my question.
I've developed a pocket pc application that uses the internet. I have a
mobile phone pocket pc that has wifi, bluetooth, and cell.
At anytime, I could be connected to the wifi, cell data conn... more >>
Registry access on Windows CE Gotive
Posted by kathhawkes NO[at]SPAM hotmail.com at 3/24/2005 9:10:09 AM
Hi,
We have an application using VB.NET for the Pocket PC (with an xda II)
that uses OpenNetCF for various tasks: accessing the registry,
monitoring the battery level, controlling BT, and creating GPRS
connections. The app works fine. However, we are now looking at using
a Gotive device inste... more >>
Start Button Click Event Handler
Posted by MoonLiver at 3/24/2005 6:30:00 AM
How can I catch the click event of the start button. Sample code or
hints of any kind would be sweet. VB.Net, ppc 2k3.
... more >>
Window Enumeration Question
Posted by MoonLiver at 3/24/2005 6:21:41 AM
I want to be able to go thru all of the windows and disable the start
button on each. it seems like this should work, but its only effecting
the foreground Window. Does everything work okay here?
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As
System.EventArgs)
Dim... more >>
Pocket PC - How can I detect an active phone call
Posted by Joerg Multhaup at 3/24/2005 6:19:07 AM
Hello,
I have written an application for PPC in c#. The application will open a
GPRS connection, but this doesn't work together with an active phone call.
So I want to find out if there is an active phone call. If I know that there
is a phone call I can wait until the phone call is closed.
... more >>
Migration from PPC to WinCE.NET
Posted by Denny at 3/24/2005 6:09:05 AM
Hi all,
I've an application developed in VS.NET 2003 for Pocket PC platform.
I need to do a migration from PPC to WinCE.NET.
Does it possible?
What are the essential difference between the platform?
Thanks in advance
denny... more >>
error using Treeview bindingcontext with a dataview
Posted by csadlier NO[at]SPAM vodavi.com at 3/24/2005 5:01:10 AM
Hi All,
I am trying to use the treeview binding sample for C# and every time
the program hits the line :
this.m_currencyManager = (CurrencyManager) this.BindingContext[value];
this.m_currencyManager is undefined.
this.BindingContext is undefined
value=a dataview sent fro... more >>
SqlceDataAdapter.Update
Posted by info NO[at]SPAM vajani.com at 3/24/2005 3:25:39 AM
Hi, I'm trying to update a Table on sqlserverce.
I fill the datatable with a SqlCEDataAdapter,
I fill the schema, so I'have the informations about primary keys.
But when I try to call the DataAdapter.Update method it Throws an
sqlceException without message and innerexception.
Now I'm using t... more >>
PockePC 2003 How to enable power supply for external device?
Posted by bistefano NO[at]SPAM portalis.it at 3/24/2005 2:14:00 AM
Sorry for my little english.
I've a PocketPc 2003 and i have to power on an external device, for
example a little led, without using serial.
How i can do?
Thank's for all!... more >>
DataTable, not writing to database
Posted by Mike at 3/24/2005 2:11:06 AM
I am having problems getting records to save to a DataTable and was hoping
maybe someone out there could help. I am using a DataTable that is bound to
a data entry form. Basically, here is how it flows....
1.) DataTable has several records in it.
2.) User pushes a button to signal that th... more >>
Messenger functionality from CF?
Posted by Per Rasmussen at 3/24/2005 12:00:00 AM
Is it possible to use Messenger functionality from CF so that I can make my
own messenger client with my own user interface?
Thanks in advance.
Per Rasmussen.
... more >>
|