-
- Sliiiiiide
by someonerandom
- 4 Replies
- Last post
by someonerandom
- How can I use vb .net cf to slide an imagebox across the screen (X axis, no Y axis involved, just horizontal sliding) For example, from when MOUSEDOWN occurred, the imagebox stays under the stylus at the horizontal axis(but doesn't follow on vertical axis) until MOUSEUP occurred...
-
- Deploy Application.CAB file and Compact Framework 2.0
by Chandra4332
- 14 Replies
- Last post
by SpeBeeTo
- Hi Everybody,
This is Chandra from New Zealand.
I am currently developing .NET CF 2.0 application on visual studio 2005 for windows mobile 5.0 platform.
I want to distribute my application along with .NET compact Framework 2.0 to the customer in Canada.
I created .CAB file for my application.But the problem is how can I include .NET compact framework 2.0 as well so that when the user r
-
- Lost Focus After Landscape rotation
by Emranallan
- 1 Replies
- Last post
by Emranallan
- i am Work in Dvorak Sip form Dvorak i call FullScreen KeyBoard
in Any Application such as Word,Excel,SMS..... i Set Mouse in Specific Field and Show Dvorak Sip then i call
Full Screen KeyBoard and conver Device to LandScape (Before Call FullScreen I Get Focus for Specific field ) when Hide Full Screen after write text ,and return to dovark sip i am Call
g_pIMCallback->SendString(DataS
-
- __asm support(ARM assembly) in Visual studio 2005???
by satishbabu
- 2 Replies
- Last post
by satishbabu
- Hi all,
I made a solution for smart device(Windows mobile 6 application).I had replaced
some part of the C code snippet with arm assembly .so, i had used __asm{ --- }.
But during compilation its throwing the following error:
"error C4235: nonstandard extension used : '__asm' keyword not supported on this architecture".
I had tried with the solution given
-
- Landscape 320x240 form won't stay
by RClayH
- 4 Replies
- Last post
by RClayH
- I have VS2005 Standard and WM5 Developer's Resource Kit. I also have the Landscape emulator installed.
My problem is I can't get my form to stay in the landscape shape in my project. I can change the size, etc. but when I close and open the form it reverts to the smartphone shape. I created a new form. No luck. Anyone know how to get the form to stay the right size and orientation for my ta
-
- win 5.0 sdk emulator options...?
by Panos_gr
- 3 Replies
- Last post
by Ilya Tumanov
- I own a hp ipaq 6915 with a square 240x240 screen..
i have just installed the win 5.0 sdk and i am trying to use the new emulator options that the VS presents.. I am a bit confused by the plethora of them and which one should i use.. Here they are :
WM 5.0 Pocket PC Device (obvious)
WM 5.0 Pocket PC Emulator
WM 5.0 Pocket PC Phone Emulator
WM 5.0 Pocket PC Phone Square Emula
-
- CM_PPPEntries BaudRate
by ricky-1979
- 6 Replies
- Last post
by ricky-1979
- Hi, I have tried to configure a PPP Entry with this XML document: <wap-provisioningdoc> <characteristic type="CM_PPPEntries"> <characteristic type="P2P"> <parm name="DeviceName" value="Hayes Compatible on COM1:"/> <parm name="DestId" value="{18AD9FBD-F716-ACB6-FD8A-1965DB95B814}" /> <parm
-
- Send SMS in Thread
by wingfeng
- 8 Replies
- Last post
by Ilya Tumanov
- I have an application to send SMS in background thread. It can't send the sms until I close my application.
The Sms.Send() method can work when it was run in the main thread.
How can I do for it
-
- Questions on installation
by Jamie Thomson
- 2 Replies
- Last post
by Jamie Thomson
- I've reda all the blurb about pre-requisites and I know the CTP requires Orcas. I don't have Orcas though and I won't install it for fear of screwing up my SQL Server 2005 install (all the SQL tools are built on Whidbey and I don't know if Orcas and Whidbey can be installed side-by-side).
The only thing from the CTP I want right now is the client (here's why: http://blogs.conchango.com/jami
-
- Inheriting listview
by MarkXNA
- 2 Replies
- Last post
by timg_msft
- Hi, I inherited the listview control in a custom control. And added the following override:
Code Block
protected override void OnPaint(PaintEventArgs e) { base.OnPaintBackground(e); DrawGradient(e.Graphics, Color.Blue, Color.White, this.ClientRectangle); }
But the OnPaint event is not fired at all... am I forgetting something
-
- Make own keyboard in WM5, CSharp
by AgainstTheWind
- 4 Replies
- Last post
by AgainstTheWind
- Hello all, can somebody tell me please how I can make own keyboard (SIP) with my own layout (e.g. like TenGO etc.) Sample in C# with few buttons would be very helpfull PS: I wanna make keyboard with the best and the smartiest layout ever seen on Pocket PC I'm pretty sure about it
-
- Audio loopback increasing latency
by Coder82
- 0 Replies
- Last post
by Coder82
- I'm using the waveform audio API under Windows Mobile 5.0 PDA. I noticed my latency is gradually increasing in my loopback. I suppose 8000 Hz for the output device is not 8000 Hz for the input one, they differs since they could refer to different time generators. To solve the problema i tried rised the output sampling rate from 8000 to 8100 Hz, and now i'm not accumulating latency anymore but som
-
- graphedt can't run on wince 5.0!
by Ronaldliu
- 4 Replies
- Last post
by Barry Bond
- Dear all:
I am developing a decoder filter on wince 5.0.
i want to use the graphedt to test my filter.
however, the graphedt which i got can't work normally.
The wince 5.0 emulator note less component.
But i have added the DCOM , MFC and directshow catalogs into the os image.
Then i test it on PB. I got the message as followed:
Run Programs: s graphedt 50650 PID:e3fc8
-
- Pocket PC Phone WM 5.0 Device emulator Internet Setting "Automatically detects setting"
by Kamii47
- 14 Replies
- Last post
by bday
- I am working on a Pocket PC WM 5.0 application.Application is working fine in the Pocket PC Phone WM 5.0 Device emulator.
No In My application I have to connect to internet.
My system is on LAN.On my Internet connection setting Automatically detects setting check box is check.
In the device emulator I don't know how to configure setting so I can able to browse in the deve emulator.
Ple
-
- Inserted/updated/deleted records from application were not preserved permanently in Mobile database, .sdf file?
by GSReddy
- 11 Replies
- Last post
by Ilya Tumanov
- Scenario: Iinserted or updated records from query analyzer to local Mobile database (sample.sdf) were preserved in permanently. If I insert, update or delete records from application using basic insert/update statements, inserted/updated records are loading to grid still I close the application. Every time execute non-query get succeeded and non query returning number of records inserted or else.
-
- Windows CE .NET
by Raju Joseph
- 2 Replies
- Last post
by Carlos Ortiz Valdez
- We are in the process of creating an application for WinCE .NET. Could someone please advise in .NET Compact Framework 2.0/Visual Studio 2005 is supported for development or is it just Framework 1.1
-
- Bluethooth chat
by a.s.viswa
- 3 Replies
- Last post
by AndrewBadera
- Bluetooth Chat Project 2 mobile deices chat with help of bluetooth . Please help me. Its urgent. Thanks
-
- SerialPort.BytesToRead max's out at 2047
by usagimys
- 6 Replies
- Last post
by usagimys
- hi,
currently i'm doing a program for pocket PC connected to RFID reader using Serial Port. I'm very new with the program with window CE. I had done the same program in Window Form and it running well. But, when i transfered the program to Smar t Device Application, the program not running well. I had try 2 ways. First is using timer, and second is using serial_portData_Received. Below is the c
-
- Run a WM app minimized on startup
by bradaker
- 3 Replies
- Last post
by bradaker
- What's the cleanest/recommended way to minimize a Windows Mobile application immediately, as soon as it is started, so that the form will not actually appear without the user either activating it via Running Programs or selecting a hot-key of some kind. I already have the hot-key handling working to show/hide the form, so I know how to minimize it. What I don't know is the best place to minimize i
-
- Cannot connect to WMDC from emulator
by Matt Ellis
- 1 Replies
- Last post
by Matt Ellis
- Hi folks. I've got Windows Vista + Device Emulator V2 and cannot connect to WMDC at all. I've configured WMDC to allow connections via DMA, but when I cradle any emulator image (WM5, WM6, PocketPC 2003 SE) nothing happens.
What have I missed
Cheers
Matt
-
- Problems opening the settings page.
by Diveboy
- 5 Replies
- Last post
by Diveboy
- Hi all, This is my 1st gadget and I'm having problems with the settings page. I've tested it on 6 pc's and it works fine on 4 of them with 2 throwing up error's when you click to see the settings. I'm assuming it's the "gadget.xml" file as the Error messages changes when I change what line it's on. "Error line 6" My Code < xml version="1.0" encoding="utf-8&q
-
- Native Exception c0000005 reading address 0x00000000
by WildcatWarrior
- 20 Replies
- Last post
by WildcatWarrior
- I'm working on a Compact .NET 2.0 application and we have seen a Native Exception c0000005 reading address 0x00000000 crash our application on occasion.
I know that c0000005 is an access violation, so I can assume that somewhere in the application a null pointer is being used
I have a few questions:
1) In a managed application, would P/Invoke's be the only source of the above erro
-
- Process Memory
by Brian P. Adams
- 4 Replies
- Last post
by Ilya Tumanov
- I've been a serious programmer for about 10 years now, and have finally bought a Windows Mobile device (HTC 6800). I decided I'd write a Process Manager app (slightly better than Hello World) as a quick tutorial. I have found that the WorkingSet (WorkingSet64) property on the Process object is missing for the Compact Framework. "No problem" I thought, I'd drop back to Win32 and get what
-
- Accessing txt file from scanner
by san1850
- 5 Replies
- Last post
by san1850
- Hi i have a mc1000 scanner in which iam storing all the scanned data in form of a textfile.Wht iam trying to do is, if scanner is connected to the host system i need to extract the data from txt file and display it in an other app which is also in .net.My question is how can i check whether a external device is connected to the host system and if connected how can i access the text file in scanner
-
- Custom Keyboard - bitmap change
by AgainstTheWind
- 4 Replies
- Last post
by AgainstTheWind
- Hello all, can somebody give me advice how to change bitmap (from resource) in DvorakSip sample As you can see in code the old bitmap is IDB_KEYBD1 and I need to change it to new e.g. IDB_BITMAP1 (and refresh/invalidate of course). Here is the main code of DvorakSip sample:
Code Block
#include "stdafx.h" #include <windows.h> #include <commctrl.h> #include <s