Getting files on the Emulator
Hello,
I have the following situation:
My app needs several configuration script files, all plain ASCII text.
I did typed this manually on the opened Emulator using the WordPad
editor. So far so good.
However, at certain points I had to shut down the Emulator in the
'not-SaveEmulatorState' (: Turn Off) mode. Result .... everything is
lost!!
Q: how can I copy/paste/drag files from my desktop to the Emulator?
Thanks!
victor Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61646
search contacts
is there a better way to search for a contact given say a last name, phone
number, email add etc., than to enumerate through
OutlookSession.Contacts.Items one by one???
i have to use native code (FindMatchingContact)?? Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61644
Selecting SDK in VS2005
Hi,
When i install an SDK for A winCE 5.0 device on my development
machine, where in VS2005 do you select where you will be targeting that
SDK. Is there a tutorial somewhere that goes through this process.
Thanks Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61643
CABWIZ Problems
Hi
I cannot get my vs 2005 cabwiz to function properly at all, ever. It
always comes back with Error Cab File blahblah could not be created.
Even on the most bare skeleton application...
Is there anyway to tell it to give more verbose error logs ?
Thanks, Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61642
problem with text property
Hello!
I use UserControl, but property Text do not show in properties
window in designer.
I test it -
[
EditorBrowsable(EditorBrowsableState.Always)
]
public override string Text
{
get
{
return base.Text;
}
set
{
base.Text = value;
this.Invalidate();
}
}
But Text still not show.
Please help me.
Petr Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61641
ArgomentException adding control to a form before AsyncCallback
Hello :)
I've encountered a strange error developing a WinForm program with
VS2003, CF1.0 and PPC 2002 emulator...
Iv'e build a code like this:
In a empty form i request some data from a web service, then i build
programmatically a panel, then i add to form with
Controls.Add(myPanel).
This code works fine.
If i use webService async calls, i'm able to retrieve web service data,
i build correctly (i think, the code is the same of previous
operation!) the panel, but, when i call Controls.Add(myPanel), the
program throws ArgumentException in windows.forms.dll.
Any user has encountered this problem?
Thanks for any response! Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61639
programmatically insert SMS in inbox
i want to intercept SMS messages as they come in. found samples for this.
what i want then is to modify this SMS and insert some additional content
into it. the user should then be able to view this SMS in the standard Text
Messages Inbox application.
i've noticed POOM has a notify and notifyanddelete member for message
interception. from the documentation it seems i need to use NotifyAndDelete
and then somehow reinsert the modified SMS back into the Inbox.
any ideas on how i can do this via CF2 on a WM5?
thanks. Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61635
How to connect a headless device without ActiceSync
Hi, I want to build a device with platform builder and develop the
applications with VS2005. I generated the SDK and find my device in VS2005.
But the "manual server" platform manager connection is missing. I found a
blog (http://blogs.msdn.com/vsdteam/archive/2005/04/28/413304.aspx) that
shows another way. Unfortunately both executables (ConManClient2, CMaccept)
stop immediately at the target device. I think I must configure my platform
prepared for this.
Does anybody had experience with this issue?
/Helge Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61634
.Net 2.0 on Smartphone???
I've built some test .Net Compact Framework apps for PocketPC that
utilise .Net 2.0 features, e.g. generics.
However, when I try to do the same for Smartphone projects, there
doesn't seem to be support for Smartphone.
Can some one confirm/clarify? Is Compact Framework 2.0 only available on
the PocketPC platform????!!!!
Cheers,
MikeS. Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61624
Advanced Newbie: is MsgBox eating my TextBox?
I defined Tx_upd_memo as TextBox on a form.
Here is my code:
MsgBox(Tx_upd_memo.Text, , "1 memo")
MsgBox(Tx_upd_memo.Text, , "2 memo")
First I see values that I entered on the form. Next I see only values
that were originaly displayed on the form.
Is MsgBox modifying Tx_upd_memo.Text?
Zalek Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61620
C++ and C# calling each other
i've been mulling over this for. from what i gather, a more realistic
solution to a PPC app in .netcf2 is to have a combination of C# (usually for
UI - a lot less coding is involved) and C++ (usually in a DLL of some sort
to do the low level stuff).
so i've figured out how you can call a C++ dll from C# via P/Invoke. neat!
my question is, is there a similar mechanism for a C++ dll to call some C#
code? i'm thinking there might be situations where my C++ DLL may do work
that is asynchronous and will later post the result back to the C# code.
perhaps a window message is a better way to communicate? how do people do
this? or is it rare and almost unnecessary for C++ to call C# in practice? i
don't want to go down a path of endless nightmares and
back-to-the-drawing-board scenarios. Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61596
Simple C# encryption in CF
i'm looking for a very simple encryption / decryption algorithm.
for example a string would be encrypted into a string containing only 6-8
numbers.
Which method would I use here?
Thank you! Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61594
VS2005 Perf issues with SmartDevice projects
Well after experimenting for a few more days I have narrowed this problem
down to it only occuring with SmartDevice projects. It appears to occur as
soon as I end a VPN session. I start VS2005 do some development then log
into our coorp network with VPN and log out. Immediately after all any
SmartDevice project will show these symptoms. I can exit and restart VS2005
but problem remains until I reboot.
Help!!!
I just installed VS2005 and have noticed that during builds for
CompactFramework devices the env. is extremely slow around the PostBuild
phase. It sometimes takes 1-2min to build a project. This problem did not
exist in the Beta2 release with the same projects and solutions. I have not
been able to figure this out. I may need to uninstall R1 and rinstall Beta2
because this performance is really bad.
>>
>> Any tips.
>>
>> Thanks Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61588
How to change font size in the and listview controls
I'm building my first application
I put listview and treeview controls on the phone but the font is too
big
is there any way to make the font smaller? Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61581
combo box dropdown via code?
Is there a way to get a dropdown combo box to expand via code? I tried
setting focus but that didnt work.
Thanks Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61580
progress bar lockup
Hi,
I posted this in the dotnet.csharp forum, but was told to come here to the
CF forum
This code does not run, the application throws when i call Invoke;
private delegate void DelegateStarter();
private void CycleProgressBar()
{
int x = 0;
while( true )
{
progressBar1.Value = x;
x += 10;
if( x > 100 )
x = 0;
Thread.Sleep(200);
}
}
private void button1_Click(object sender, System.EventArgs e)
{
DelegateStarter dls = new DelegateStarter( CycleProgressBar );
progressBar1.Invoke( dls ); // *** THROWS ***
}
Appereently, a progressbar cannot be updated on the main thread, so i need
to Control.Invoke to do the updating, but cant get it working. Can someone
help me?
Joe Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61579
Help with locating database
Hey Everybody,
I am running a C#code that creates a database called Mobile.sdf
SqlCeEngine engine = new SqlCeEngine ("Data Source = Mobile.sdf");
engine.CreateDatabase ();
Now I am not able to locate the actual database on my PC. Where will
this be stored?
Thanks
Sats Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61574
Bitmap() constructor fails with C#
Bitmap constructor is causing an exception and the application exits. The is
under WinCE5.0, .netCF and deployed with VS2003.
Anyone else seen and / or solved this problem?
Joe Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61569
Nasty Error
Hi
I've an Application on my PocketPC Running.
Everything worked fine for weeks. Now I wanted to try some installation
things. and the program doesn't start anymore
these lines of code are producing the error
InitializeComponent();
Icon icon;
icon = new
Icon(this.GetType().Module.Assembly.GetManifestResourceStream("smartCRMPDA13.ico.remote.ico"));
try
{
// Here it Crashes! The Icon is set as embedded source and when I
// COpy the application folder to an other PPC everything works fine!
this.ImageList16px.Images.Add(icon);
}
catch(Exception oErr)
{
// The Exception only says "Exception"....
program.ShowMessageBox(oErr.Message,"Fehler",2);
}
So any hints? I've absolutly no Idea whats going wrong here.... Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61564
create Virtual Com Port Windows CE 3.0
Can anybody tell me how to create Virtual COM ports for PocketPC with C# ? Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61563
32Mb is not enough memory for App
Hi all,
From what I've read each CE app can only use 32Mb of memory, is there
anyway to expand this?
Our App is rather large and demanding, and sometimes the app runs out of
memory, usually while doing Sql-stuff.
I've looked into VirtualAlloc, but firstly I don't /really/ understand
it, and secondly, it seems to makes no difference in our App.
Below is an app I whipped up to test memory usage. On my device it runs
39 times, then throws an out of memory exception both with, and without
the VirtualAlloc code commented-out.
[VB.NET]
Public Class Form1
Inherits System.Windows.Forms.Form
Public Shared Sub Main()
Application.Run(New Form1)
End Sub
<System.Runtime.InteropServices.DllImport("coredll")> _
Private Function VirtualAlloc(ByVal lpStartAddr As IntPtr, ByVal size
As Integer, ByVal flAllocationType As Integer, ByVal flProtect As
Integer) As IntPtr
End Function
<System.Runtime.InteropServices.DllImport("coredll")> _
Private Function GetLastError() As Integer
End Function
Private MEM_RESERVE As Integer = &H2000
Private MEM_COMMIT As Integer = &H1000
Private PAGE_READWRITE As Integer = &H4
Private PAGE_NOACCESS As Integer = &H1
Private Sub Form1_Load(ByVal sender As Object, ByVal e As
System.EventArgs) Handles MyBase.Load
Me.Visible = True
Application.DoEvents()
Dim offset As Integer = 1
'Dim x As IntPtr = Me.VirtualAlloc(Nothing, 2 * 1024 * 1024,
MEM_COMMIT Or MEM_RESERVE, PAGE_READWRITE)
'If x.ToString() = "0" Then
' MessageBox.Show(Me.GetLastError().ToString())
'End If
Try
While True
Dim p As New PictureBox
p.Bounds = New Rectangle(offset * 8, offset * 8, 25, 25)
p.Image = New Bitmap(500, 700)
Me.Text = offset
offset += 1
Application.DoEvents()
End While
Catch ex As Exception
MessageBox.Show(ex.ToString())
End Try
End Sub
End Class
[/VB.NET]
Thanks for reading, and I hope someone is able to help/advise me Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61560
OpenNetCF DateTimePicker control-CustomFormat
I cannot assign a custom date format for the OpenNetCF DateTimePicker
control, it just seems to ignore the setting.
I need the setting to be "dd/mm/yy", but it defaults to "mm/dd/yy"
I have the following code in my form's Load event...
Dim mPicker As OpenNETCF.Windows.Forms.DateTimePicker
mPicker = New OpenNETCF.Windows.Forms.DateTimePicker
mPicker.CustomFormat = "dd/mm/yy"
mPicker.Format = OpenNETCF.Windows.Forms.DateTimePickerFormat.Custom
mPicker.Bounds = New Rectangle(40, 6, 100, 20)
Me.Controls.Add(mPicker)
I am using v1.4 of OpenNetCF, I have read threads with other guys
having the same issue, but I have not seen any fixes..
TIA
Paul Newton Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61547
moving and copying files from PC to PDA and vice versa
Hi,
Presently i am working on PDA device.how can i configure activesync to
PDA? I was tried by giving the Serialport and COM1 as my key value
pairs in registry,but it was not working.and also i am working on
PocketPC 2002 Emulator , VS.NET 2003 and Activesync 3.7. please help
me.It is urgent.
Thanks & Regards,
Prasanna Kumar Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61546
String from unmanaged DLL to managed app
On Windows CE 5.0 and CF2.0 a try to send a string from a unmanaged DLL to
managed app:
extern "C" __declspec(dllexport) void GetError(char *pErrorMessage)
{
strcpy(pErrorMessage, "Hello C# World!");
}
[DllImport("TestDll.dll")]
internal static extern void GetError([MarshalAs(UnmanagedType.LPStr)]
StringBuilder errorMessage);
StringBuilder message = new StringBuilder(500);
GetError(message );
I allways get an error 'NotSupportedException'.
Thanks for help!
Markus Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61545
Help with deceiding on best solution
Hello all,
I am about to embark on a reasonably large project - I operate an energy
management business and need to install remote controls at a large number of
my clients sites.
My plan is to utilise windows CE devices at the clients sites - they should
be low in cost, reliable (as they have no moving parts) and the development
process should be relatively straight forward - it should also make the
communications to the devices simpler and allow me to extend the
functionality well into the future.
The devices will have a number of communication options - these include GPRS
modem, clients internet connection via wireless of RJ45 - or GPS modem.
The area that I still need to finalise is the method of communication and
the technology to use. The following will be true
1. Communications will need to be over the internet
2. The internet connection will often use a clients internet connection
therefore there will be no ability to have a fixed IP address on the devices
3. It must efficient - if the communication is over GPRS the costs of
transmitting data will be high
3. There will be a large number of devices - the system needs to be
scalable to 100,000's of devices
4. The remote devices will need to send information to our office
5. We will need to be able to send info to the devices with a very small
delay
6. Communications must secure - it will be critical that no one can hi-jack
and control the devices
I have investigated the new WSE 3 and this sounds like a good option for
communication?? It appears to have the security requirements and easily
scalable to manage the communications for this many devices - can windows CE
take advantage of the security features of WSE 3.
Any help from those that may have some experience in these matters would be
very appreciated.
--
matthew Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61542
ANN: Localized Framework 2.0
.NET Compact Framework 2.0 Localized Versions are Available Now
http://blogs.msdn.com/mikezintel/archive/2005/11/23/496123.aspx
.NET Compact Framework 2.0 Redistributable
http://www.microsoft.com/downloads/details.aspx?FamilyID=9655156b-356b-4a2c-857c-e62f50ae9a55
--
Thomas Scheidegger - MVP .NET - 'NETMaster'
http://www.cetus-links.org/oo_dotnet.html - http://dnetmaster.net/ Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61541
Setup moans because of newer version
I'm writing software for the QTek 2020 at the moment which is running Pocket
PC Version 4.20.0.
However we're just starting to rollout the same software on the XDA II
running Windows Mobile 2003 Second Edition version 4.21.1088.
The software actually works OK however when it tries to install SQLCE and
SP3 for the .NET Framework it's coming up saying "this software was written
for a previous version of software, and may not work, do you want to continue
with the install"
Is there anyway to get around this?
Many Thanks
Rob Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61540
Setups
Hi There
how do you create your setups ?
My Target is to get one setup which includes all runtimes and installs them
if necessary.
The Cab files generated by VS don't include any runtimes :-/ (OpenNETCF,
SqlServerCe,CF,...)
Is it possible to "merge" some cab files ? Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61534
GPIO ports
i have a panel pc and it has Win CE 4.2 OS on it. I need to send data from
GPIO ports . I found stg. about VirtualCopy and VirtualAlloc but not so
clear how to do that. I am using VB.NET on Compact Framework 1.0 while
coding. Would someone give me some source or advice about this?
Thanx in advance Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61531
WM_SIZE and WM_SETTINGCHANGE not fired in WinCE.NET
Hi to all NG.
I'm unable tu understand why in WinCE 4.2 while rotating the screen,
the WM_SIZE and/or WM_SETTINGCHANGE messages are not fired from the
system (so I can't get the Resize event). In this way I can't
understand when redim my form to the new screen size.
I've seen that neither Word or Explorer redim theyself (and they are
_original_ Microsoft products, so I can think that they are well made).
Can be that WinCE isn't designed for real-time screen rotating (but
only during CE startup -> once a boot) while Windows Mobile yes? Is
this the reason?
I can rotate the screen directly from my application, calling the
ChangeDisplaySettingsEx. In the MSDN
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceshellui5/html/wce50lrfChangeDisplaySettingsEx.asp
you can see that calling that API a WM_SETTINGCHANGE must be fired, but
I can't get that message neither in my C# app (using
Microsoft.WindowsCE.Forms) neither in a simple C++ application.
Any suggest?
Thanks
Massimo Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61530
OpenNETCF HTMLViewer-Control and Hyperlinks
Hello!
I use the HTMLViewer-Control from OpenNETCF on a WINCE-device.
I want to create a hyperlink, which has no line under the Hyperlink-Text.
I use the following HTML-Code, which I assign the Source-Property of the
HTMLViewer-Control. Normally with 'style="text-decoration: none"' you can
force no line. It works fine on PC and with IE on the device but not with
the HTMLViewer. Has anyone an idea what is wrong?
<html>
<head>
<body>
<a href="www.web.de" style="text-decoration: none">My Hyperlink</a>
</body>
</html>
Many Greetings
Dirk Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61529
Color-picker dialog for CF 2.0?
Does anyone know of a color picker dialog for CF2.0?
Thanks in advance,
Terry Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61527
Consider app.config remapping of assembly
Folks,
I have a Smartphone Solution with two Projects:
1) Common
References, among others System and System.Windows.Forms
2) Foobar
References, among others: Common, System, and System.Windows.Forms
The Common Project compiles with no warnings.
Foobar, on the other hand, compiles with the following warnings:
Consider app.config remapping of assembly "System.Windows.Forms,
Culture=neutral, PublicKeyToken=969db8053d3322ac, Retargetable=Yes" from
Version "1.0.5000.0" [] to Version "2.0.0.0" [C:\Program Files\Microsoft
Visual Studio
8\SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\System.Windows.Forms.dll] to solve conflict and get rid of warning.
Consider app.config remapping of assembly "System, Culture=neutral,
PublicKeyToken=969db8053d3322ac, Retargetable=Yes" from Version "1.0.5000.0"
[] to Version "2.0.0.0" [C:\Program Files\Microsoft Visual Studio
8\SmartDevices\SDK\CompactFramework\2.0\v2.0\WindowsCE\System.dll] to solve
conflict and get rid of warning.
Each Project is referencing EXACTLY THE SAME DLL (V2.0.0.0). Nothing is
referencing V1.0.5000.0 DLLS.
In an attempt to fix this, I created new Projects, added the items from the
original Projects, re-added the References, and then removed the original
Projects from the Solution. The first time I built the Solution there were
no problems. Subsequent builds throw the error message.
In another attempt to fix this, I created a foobar.exe.config and added this:
<assemblyBinding>
<dependentAssembly>
<assemblyIdentity name="System.Windows.Forms" Culture="neutral"
PublicKeyToken="969db8053d3322ac" Retargetable="Yes" />
<bindingRedirect oldVersion="1.0.5000.0" newVersion="2.0.0.0" />
</dependentAssembly>
<dependentAssembly>
<assemblyIdentity name="System" Culture="neutral"
PublicKeyToken="969db8053d3322ac" Retargetable="Yes" />
<bindingRedirect oldVersion="1.0.5000.0" newVersion="2.0.0.0" />
</dependentAssembly>
</assemblyBinding>
This has no affect on the build; the error messages remain.
I am at a total loss. Any suggestions are gratefully appreciated. Thanks.
Joel Finkel
finkel@sd-il.com Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61526
Smart Device / Web Service development on the road?
I am in the process of developing a CF2.0 based app using VS2005. The app is
a client for a desktop software package and I am using web services to
communicate from the device to the desktop.
I spend some amount of time on the road with no network connection to my
laptop, but I would like to be able work on this application. This would
require setting up the emulator or a synced device with a network connection.
I am wondering how to set up this networking scenario because with no
wireless or wired network connection I have no ability to assign an IP.
Am I missing something simple? Is there a way to set this up?
Thanks! Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61525
Combining Laszlo and .net compact framework
Hi,
Is anybody worked with Laszlo as the user-interface in .net
compact framework applications ? If yes, pls guide me .
Thanks, Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61521
Rs232 access under Netcf
I am migrating a set of Apps from the desktop to Netcf. One uses Rs232
access. It uses the techniques outlined in the Msdn article " Use P/Invoke to
Develop a .NET Base Class Library for Serial Device Communications" which
includes the classes CommBase and CommLine.
Unfortunately the CreateFile() does not work.
Do you have any idea if the approach specified in the article can be made to
work at the Netcf level.
If not is there another alternative.
Thanks.
--
John Olbert Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61518
CF 2.0 deployment
I didn't have much luck on the PPC.developer board. I thought I would
try here too :P
I have an app I want to install on PPC2003 (which does not support CF
2.0). When I make a CAB in VS 2005 is there something I can check or
enable to allow the CF 2.0 to install with my app or do I have to
install them seperatly?
JR Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61514
About mscoree.stat
Hi:
Someone knows where I can find the exact definition of all counters of
mscoree.stat file (<myapp>.stat)?
Regards Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61510
MissingMethodException in SmartPhone
I've created a new application that contains 2 projects
A SmartPhone project and a Class library project. I'm still on the
Emulator
I've created few classes in the Class library project and then tried to
create instances of those classes in the Phone Project
The problem is that I can create the class but when I call one of it's
functions I get "MissingMethodException", which is weird because I know
the function is there
Is it wrong to use Class library project in SmartPhone application?
Should I stick to one project?
Can any one tell me what the problem might be
One last remark, The classes I've create are inherited from base class,
I hardly think that is the problem but than, hay, you can never know
thanks Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61502
Drawing and signature capture module
Hi,
In a .NET CF application, running on Pocket PC WM2003SE, is it possible to
integrate a drawing capture module allowing users to design schemas and to
save them as bmp files ?
For signatures capture, I already saw some examples on the web, but nothing
for drawing / erasing.
Is it necessary to develop such a feature from scratch, or is it possible to
integrate some existing controls ?
Thanks a lot for your help.
Regards,
Samel Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61499
WM5 Cab problem
I have an application that references Ver 1.2 of OpenNetCF. When I
create my cab file and install it to a new device it works fine as long
as i already installed OpenNetCF. Or at least it works on WM2003. But
today I got an Axim x51 with WM5. Now when I try to install my
application from a cab file, it wont even copy the files to the
directory. It says that it installed correctly, but it doesnt even
create the program directory. Ive slowly been deleting things from the
cab file to find out what is hanging it up, and when i delete the
reference to OpenNetCF it installs fine. Just wondering if anybody
else has had this problem. Ive installed OpennetCF. And if i manually
create my program directory and copy the files in by hand, the program
runs perfect. Its just the cab file that wont deploy when OpennetCF is
included in my references. I would hate to have to strip out my
opennetCF code, cause its a great tool.
Thanks,
Joe Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61497
Start witout debugging through macro
Hi,
What change should I make to the Alex's 'macro
(http://tinyurl.com/9zotl) so that it lauches the application withou
debugging support (equivalent to ctrl+F5).
Thanks
--
Dinesh Baja
-----------------------------------------------------------------------
Dinesh Bajaj's Profile: http://www.hightechtalks.com/m25
View this thread: http://www.hightechtalks.com/t229223 Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61492
New MSDN Articles available
Two new articles by OpenNETCF authors went up in MSDN yesterday:
Device Debugging and Emulation in Visual Studio 2005
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/Device_Debug_VS2005.asp
Learn about how to use the Visual Studio 2005 Device Emulator and debugger
for smart device projects-managed, native, and mixed. (20 printed pages)
---------------------------------------------------------
Using Visual Studio 2005 to Design User Interfaces and Databases for Device
Applications
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnppcgen/html/UI_Data_Designers_NETCF2.asp
Learn about what's new in Visual Studio 2005 for user interface and database
design to use for .NET Compact Framework version 2.0 applications. (36
printed pages)
--
Chris Tacke
Co-founder
OpenNETCF.org
Are you using the SDF? Let's do a case study.
Email us at d c s @ o p e n n e t c f . c o m
http://www.opennetcf.org/donate Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61486
Creating control from a string
Hi,
How can I create a control whose type is determined at run-time and i
stored in a string?
I tried Activator.CreateInstance, but it didn't work. I am not eve
able to get the control type from the Type.GetType method.
Please help.
Thanks
--
Dinesh Baja
-----------------------------------------------------------------------
Dinesh Bajaj's Profile: http://www.hightechtalks.com/m25
View this thread: http://www.hightechtalks.com/t229217 Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61484
Windows Mobile app communicating with a Service
I was wondering if it is possible to create a Windows Service in C# and then
have a Window Mobile app send requests / communicate with that service?
What I would like to be able to do is send requests from the Mobile app to
the service, the Mobile app would go to wait state, the Service would execute
a threaded query or non-query against a non-SQL Server database, then the
service returns information back to the Mobile app. If I can get this
working, there would be possibly 30 - 40 mobile devices running
simultaneously requesting from the service.
Is this something that is possible? If so, where do I need to start as far
as research?
Thanks,
David Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61481
Developing for Windows Mobile 5.0: State of the art
Hi!
I am starting development for Windows Mobile 5.0.
I have received and intalled the "Windows Mobile 5.0 Developer Evaluation
Kit" including Visual Studio .NET 2005 Beta 2.
I have just received the Windows Mobile 5.0 device and it has not .NET CF
2.0 installed...
So I am trying to install the up to date version of .NET CF on my device so
that I can start developing. While browsing the web for this up to date
version I have been confused by the many versions of the .NET Framework
available. I would really appreciate it if someone could clarify the
situation for me.
I have found that the .NET 2.0 and .NET CF 2.0 final are available. However,
as I am using Visual Studio 2005 Beta 2 it seems that I can't use these
versions, I have to stick to the .NET 2.0 Beta 2 and .NET CF 2.0 beta 2. Is
that correct?
Finally, I have seen that Visual Studio 2005 Final has been launced on 11/7.
I have been through the license of Visual Studio 2005 Beta 2 a long ago, and
as far as I can remember users must sease using it as soon as the final
version is out. Therefore can I still use my Beta 2 version today ? or do I
have to order now the final version?
Thanks a lot, your clarifications will be useful.
Regards,
Lionel Reyero Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61479
Protecting form controls from screen touch!!
Hello,
I want to be able to keep any underlying controls on my ppc application from
activating when the user taps the screen to turn on the backlight. Does
anyone have any VB code that does this?
Thanks in advance,
nb
------------------------------------------
Noble D. Bell
AgForest Partners, Inc. Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61478
GPS API
I am going through the managed GPS example and trying to convert all the
bits to VB.NET but I have a couple of translation problems if anyone can
advise:
for (int viewIndex = 0; viewIndex < inViewSatellites.Length && found ==
null; viewIndex++)
(no idea what the && found == null bit does)
public bool SatellitesInViewValid
{
get { return (dwValidFields & GPS_VALID_SATELLITES_IN_VIEW) != 0; }
}
I have translated this as:
Public ReadOnly Property SatellitesInViewValid() As Boolean
Get
Return CType((dwValidFields And GPS_VALID_SATELLITES_IN_VIEW),
Boolean)
End Get
End Property
but don't understand what the !=0 is doing????
And finally in a structure there is a property declared as:
public int this[int value]
How does this translate??
Thanks. Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61477
Callback from native to .net in CF2.0
Is it possible in CF2.0 to create a callback from native code to the .net
application?
Thanks!
Markus Tag: how can i make my c# program run on the backround of my pocket pc? Tag: 61475
hi,
how can i make my c# program run on the backround of my pocket pc?
i mean like msn or apache on windows.
thank you for your help.
Re: how can i make my c# program run on the backround of my pocket pc? by ctacke/>
ctacke/>
Thu Nov 24 21:24:39 CST 2005
Just don't create and show a Form.
-Chris
"khaled" <khaled.el_dassouki@utt.fr> wrote in message
news:1132837787.448960.205770@g44g2000cwa.googlegroups.com...
> hi,
> how can i make my c# program run on the backround of my pocket pc?
> i mean like msn or apache on windows.
> thank you for your help.
>