all groups > dotnet compact framework > october 2005 > threads for october 29 - 31, 2005
Filter by week: 1 2 3 4 5
protecting from decompilers...
Posted by farseer at 10/31/2005 11:57:57 PM
how does one protect their work by thwarting decompilers?
... more >>
Problem with SQLDataAdapter.Fill and datagrid.setdatabindings
Posted by Ralf Christoff at 10/31/2005 11:40:27 PM
Hi,
the following Code works on a Windows-Apllication but not in a PPC Project:
adapter.fill and datagrid.setdataBinding is not supportet at
compact-Framework?
Can anyone tell me an other way to bind my Resultset to an Datagrid?
SqlConnection conn = new SqlConnection(SQLKonfig.SQLCon);
ds =... more >>
Form like MessageBox
Posted by AxelS at 10/31/2005 11:25:18 PM
Hi folks,
I need a form like a message box. But every form I create
is shown full screen and ignores the size I set. But I like that
the second form overlays my main form and waits for one
input line. Any suggestions ?!
Thanks in advance and best regards
Axel
... more >>
activesync and menubar
Posted by a NO[at]SPAM b.com at 10/31/2005 9:01:29 PM
i am running my app full screen. When I sync the PDA up with
activesync, the menubar pops up, which allows the user to exit my app.
Is there anyway to prevent activesync from popping up that menubar on
sync? I know i can set it to manual sync, but i need it to sync on
connection.... more >>
AutoScale not working
Posted by Michael Coelsch at 10/31/2005 7:59:36 PM
When i create a Form in VS 2005 (VB.NET), the designer shows all controls
(Picture Boxes, ...) correctly in a form (240x320 pixel).
But when i deploy to a VGA device or the VGA emulator, all controls to not
autoscaled and appear very small in the top left quarter corner of the
screen.
What... more >>
subscript in textbox
Posted by Chance Hopkins at 10/31/2005 5:56:25 PM
Anyone know if it's possible to make subscript or superscript font
decoration in a textbox (or fake it somehow)?
I can't find anything on it. I'm afraid it's built in and I'm the only
person that doesn't know. :-)
... more >>
Cannot create Smart DEvice Application
Posted by Angel at 10/31/2005 9:55:50 AM
I have VS 2002 and recently installed Mobile Application Development Toolkit
2004. I have also installed Microsoft Pocket PC 2003 SDK. When I go into
VS2002 there is no option to create a Smart Device Application. I want to
create a Windows Form application for a PDA, but there is no option to... more >>
Get dc of a bitmap
Posted by climax! at 10/31/2005 9:30:17 AM
Hi!
I am writing a custom scrollbar which will be partly transparent.
Everthing runs ok, I imported some functions from the gdi(like
transparentimage() etc)... but i can't find a way to get a DC from a
Bitmap object(loaded from resources) which is necessary for the gdi
methods. Now, I thought... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
PostMessage and C# multithread application - HOW IT REALLY WORKS
Posted by minimega at 10/31/2005 9:15:25 AM
Hello to all NG.
Startint from the (working) "Asynchronous callbacks from native Win32
code" MSDN example, I modified the source code adding a second instance
of "public MyMessageWnd msgWnd;", calling them msgWnd1 and msgWnd2 (I
can observe that two classes have different .hWnd values).
The... more >>
OpenNETCF.IO.Serial
Posted by ma... NO[at]SPAM gmail.com at 10/31/2005 8:47:21 AM
Not sure if this is the correct newsgroup to put this but here it goes.
I have a couple of applications that use 'OpenNETCF.IO.Serial" comm
port to send and receive data via IR. And the apps. work fine on 5 of
the 6 models of pocket pc. And I can't seem to figure it out. All I
see out the ... more >>
What is the location of managed Dll code in memory address space
Posted by John Holmer at 10/31/2005 6:17:12 AM
I know that WinCE OS loads application code starting at address 0x00010000
and that unmanaged dlls are loaded using a modified top down search and
loaded below the address of the lowest dll of any running process, but where
are managed dlls loaded? I never see a managed dll using the WinCE Re... more >>
Databases for Smart Device Application
Posted by narayanan.rajagopalan NO[at]SPAM gmail.com at 10/31/2005 4:09:26 AM
Hi All,
What are all the database supported for Smart Device application other
than Pocket Access and SQL?
Would you please suggest me databses other than Access and SQL to use
with Smart Device application?
Thanks
Nana.
... more >>
pocket access
Posted by Nathan Franklin at 10/31/2005 12:00:00 AM
hey guys, i think i have decided upon using pocket access.
it is just for a simple app with simple sql queries ( nothing more then
inner joins )
my question is, how do i add the database into activesync so it sync with
every sync operation..
i need to know how to do it programatically, ... more >>
Printing via Wifi
Posted by Sampathd at 10/31/2005 12:00:00 AM
Hi All,
I am developing a .NETCF app that requires me to print a document from the
PPC via Wifi.
Would appreciate any pointers on how I can go abou this.
TIA.
Cheers,
Sampath
... more >>
sql server ce replication
Posted by Nathan Franklin at 10/31/2005 12:00:00 AM
Hello guys,
just wandering is replication onlyu possible from pda to computer via IIS
with sql server ce and either mssql or msde??
thanks
cheers
nathan
... more >>
Get PDA Version
Posted by cfyam at 10/31/2005 12:00:00 AM
When a Pocket PC connect to my PC, how can I get the PPC OS Version from my
C# App on PC?
... more >>
activesync
Posted by Nathan Franklin at 10/31/2005 12:00:00 AM
Hey Guys,
I am wanting to get started with activesync...
This is what I want to and I was wandering if someone could point me in the
right direction....
I am using Sql Server CE in my PDA app. What I want to happen is when I
connect my pda to the computer..
I would 1. like to sync the ... more >>
OPENNETCF install?
Posted by neil.shaw NO[at]SPAM sanderson.com at 10/30/2005 1:19:37 PM
hi
im a newbie to .NET and to Compact framwork. Ive just downloaded
OpenNetCF framework. How do install it on my phone and into the visual
studio .NET
thanks neil
... more >>
IrDA question again.
Posted by Tony at 10/30/2005 9:37:04 AM
Hello all.
So slowly but surely I'm inching along with the project I'm currently
working on. Of course time is now running out quick and I have every part of
the application done except for the IrDA printing. I need to make sure once
and for all that the IrDA port on the printer is working ... more >>
Omitting the stack trace from Exceptions
Posted by Simon Hart at 10/30/2005 6:37:01 AM
Hi,
Generally you want to display the stack trace when unexpected errors occur.
With the compact framework you don't want to as it takes up the whole screen!
Does anyone know how to omit the stack trace information from exceptions?
Cheers
Simon.... more >>
OpenNETCF Offline Application Block
Posted by rcangus NO[at]SPAM gmail.com at 10/30/2005 12:18:19 AM
Hi,
I was hoping that someone here could help me.
I am using the Offline block from the OpenNETCF Application Blocks. The
problem I am having is with the cache storage implementations.
Specifically, I want to use the MMFCacheStorage implementation that it
comes with, but I am running into all... more >>
Customs Controls How to?!
Posted by Mustafa Rabie at 10/30/2005 12:00:00 AM
Hi All,
I was looking for how to write cutom controls with desinger support. I
looked on the net and couldn't find anything. I looked into OpenNetCF
controls and i really didn't understand it that much.
Is there like a template or a step by step tutorials on how to add different
option... more >>
How do i install compact framework vbasic .net 2003 standart
Posted by Luis Ramos at 10/29/2005 10:29:02 PM
Hello...
I only have visual basic .net 2003 and i whant to make a software for my pda
(win mobille 2003).
I know that i need to install the comptact framework and i made the download
of the file (Microsoft .NET Compact Framework Developer.exe) and placed the
files in it, in a new folder.
My... more >>
Can I ( how do I ) do the requested PDA programming project?
Posted by AnthonyT at 10/29/2005 4:02:23 PM
I have been asked to consider doing a PDA based programming project,
and since this is a new area of development for me I was hoping someone
could tell me if what I am being asked to do is possible etc.
Over all project description:
This is a data capture application, think of it as an ongoing... more >>
sending files to web server using GPRS
Posted by neil.shaw NO[at]SPAM sanderson.com at 10/29/2005 3:04:28 PM
hello
can anyone help me. I want to send files from my smartphone to a server
or a web server using GPRS. i want to develop a program in .NET compact
framework can anyone ppoint me in the right direction on where to start
thanks shawrie
... more >>
Where is the ActiceSync 4.0 release version?
Posted by Joachim Fuchs at 10/29/2005 11:07:54 AM
Hi,
I've downloaded and installed VS2005 prof. Release. Deploying a CF-program
to a device requires AS4.0. I don't want to install the preview version but
I want to download the release version. Microsoft told me that ActiveSync
4.0 Release will be available with VS2005 Release. Where is i... more >>
.NET CF2.0's cab can't run on wince4.2 device
Posted by WhiteRong at 10/29/2005 2:31:01 AM
hi all
..NET Compact Framework 2.0 beta2's cab can't run on my wince 4.2 device. How
can i do?
--
White Rong... more >>
CF2 in PocketPC 2002
Posted by Gustavo Guerra at 10/29/2005 12:14:02 AM
Hi
I was able to install CF 1.0 in PocketPC 2002
Do you think CF 2.0 will work to?
Best regards,
Gustavo Guerra
... more >>
|