-
- Help discovering devices (obex.h)
by laia
- 0 Replies
- Last post
by laia
- Hi, I would like to connect to a device but i don't know its name or address. I have only 2 informations abut the device, they are the class of device (0x52020c) and the name of the service provider for its services. I use an asynchronous discover method, but when i read the PropertyBag's i receive i can't read any of these two informations (service provider or class of device). I can only read Na
-
- Convert the text box of the PARAMETER in a query to a combo box
by Silas AV
- 6 Replies
- Last post
by Silas AV
- Hello everyone
I am using the smart tag on a text box to Add a query with a WHERE cluse, wich gives me a PARAMETER text box to enter the criteria and a FillBy Button to execute the SELECT. That works fine but it's not very usefull sience you have to remeber for example the customer ID that you want to filter. It is more practical and convinient to use a combo box to chose from. In a normal form
-
- user control problem
by pol86
- 7 Replies
- Last post
by Zero Dai - MSFT
- Hi, i've got a problem in my custom user control. It has only one textbox and button.
When i select my control and put it in the form there's a problem in the window property: textbox and button are disabled, but if you use the same property in the code, it works fine (ex. myControl.textbox.text="1")
I don't understand how it is possible , thanks
-
- How to create my own Soft INput Panel?
by twickl
- 2 Replies
- Last post
by twickl
- Hello, usually I¡¯m in Compact framework Development but I think there is no way to create my "dream" :) So, I need your help, is there any tutorial or something like that, that shows me how to write my own SIP I¡¯ve got an XDA Orbit / HTC P3300 and there is no more DPad. Now you¡¯ve a Ring that you can rotate left and right and a Trackball. So, I would love to create a new SIP tha acts in
-
- Drawing onto a PictureBox
by GustavoFR
- 12 Replies
- Last post
by GustavoFR
- I'm developing a CF app with VS 2005, CF 2.0 and DE v2
My question is, how can I draw a series of circles onto a picture box
This was a simple task in VB6...however and after a lot of research I cannot find a way to do this under the CF.
The picturebox, holds a "grid" image, used as a coordinate reference, where the user will draw a series of circles.
Dim pen
-
- How to read Utf-8 binary file encode by java using C# in compact framework.
by matthew_arena
- 2 Replies
- Last post
by Anonymous
- I have the following file that allow read and write of binary unicode file. The source code is //========================================== import java.io.*; public class UnicodeData { public static void writeData(String fileName) throws IOException { DataOutputStream out = new DataOutputStream(new FileOutputStream(fileName)); out.writeUTF("123"); out.writeUTF("456&qu
-
- Not enough storage is available to complete this operation
by Udaypal Aarkoti
- 4 Replies
- Last post
by the_evil_one
- Folks, I'm trying to play a media file on PPC 5.0 emulator and I get the following error message "Not enough storage is available to complete this operation". Does it really mean that it doesn't have enough memory If so how can I increase the memory for the emulator When I did google for the same message I found this page http://www.microsoft.com/windows/windowsmedia/player/faq.aspx#3_12 &n
-
- Can some one direct me to an example of XML parsing on Windows Mobile using VB?
by Subharjun
- 1 Replies
- Last post
by Ilya Tumanov
- Hi,
I am trying to write an application on Windows Mobile 6 using VB. I need to read and write XML files. Can some one direct me to an example program or guide me how to do that
Thanks,
Subharjun
-
- error : cannot execute LINK.EXE?
by BMorshed
- 5 Replies
- Last post
by Christopher Fairbairn
- Hi,
I am developing an application for PDA. So, I installed the following SDK, Tool and Emulator to work on PDA.
1. Installed Microsoft ActiveSyne 4.5.
2. Installed eMbedded Visual C++4.0 and Service Pack 4.
3. Installed Pocket Pc 2003 SDK
4. Installed the Emulator for Pocket PC 2003 Second Edition. 5. And also installed Developer Resources for Windows Mobile 2003 Second
-
- Download and unzip a file from a Gadget ?
by esenterre
- 8 Replies
- Last post
by esenterre
- Hi, My gadget needs to download (via HTTP) a zip file and unzip it. This file contains information so local search can be done on client side. In Dashboard/Yahoo we have curl and unzip unix utilities to easily achieve that with some simple system call. How can you do that with Microsoft Gadgets Thanks in advance,
-
- inclduing sqlce inside the smart device setup file
by ihsan
- 1 Replies
- Last post
by AlexFeinman
- HI,
can any one give me some idea about how to add the compact framework and sqlce inside the installation file.i manage to create the setup file,while i am running the application inside the pda,i could not run because it is not installed the comact framework and sqlce.i dont have any any idea about how to add this files inside the setup file.
Thanks in advance
Best regards
-
- changing the icon file at runtime
by mohasad
- 4 Replies
- Last post
by mohasad
- hi all, is there any option or api available in .Net Compact framework 1.0 to change the icon file at runtime , because from the blog i got the folowing :
Device
DPI
Small Icons
Large Icons
Pocket PC (normal DPI)
96
16x16
32x32
Pocket PC (high DPI)
192
32x32
64x64
Smartphone (normal DPI)
96
16x16
32x32
Smartphone (high DPI)
-
- Screen Orientation
by Jonathan.Peppers
- 20 Replies
- Last post
by Jonathan.Peppers
- How can I get an event or a callback for when the screen is forced to another Orientation other than Angle0
I've been looking at SystemParameters.ScreenOrientation, but there is no event for when this changes.
Is there a P/Invoke function to set a callback or is the only way to do it set a timer and check
I've seen several programs accomplish what I'm looking to do, but no C#
-
- regarding the application freezes
by mohasad
- 2 Replies
- Last post
by mohasad
- hi all , i want my application to support PalmTreo 700wx and PalmTreo 700w.what happens is when the call end button(red button) is pressed , the screen gets freezed , but the application is running in the back ground . when again the call end button is pressed the application resumes . but in all other phones , when the call end button is pressed , it will show the home screen . wheather any one h
-
- Help Needed - Windows Mobile and Storage card
by SacredG
- 1 Replies
- Last post
by Ilya Tumanov
- Hello! Have a windows mobile HTC Tytn rebadged as Vodaphone Just broughta new storage card, and yet when i open windows media player on my PC it doesnt pick it up. It picks up the on board one. 'My computer' sees it. My phone knows its there, as i have stuff stored on it, but not media player. I have been into every setting, preference and option and cant seem to change anything so i can point it
-
- Stress testing WM 5.0 application
by nabeelfarid
- 0 Replies
- Last post
by nabeelfarid
- Hi ppl,
Is there a way to stress test a windows mobile 5.0 application. There is a tool called "Hopper" that comes up with windows mobile 6.0 sdk to stress test windows mobile device. It can be used in conjunction with a "Focus" application written in VC++ that can be used to test a specific application instead of the whole device.
I have tried to use the Focus ap
-
- could not read data from transport connection error on wm 5.0 with cf 2.0 secure web service access problem.
by Nikhil Vaghela
- 4 Replies
- Last post
by rikidude
- I am trying to access a secure webservice that is apex 9.0 apis of salesforce havint https://... url , i am tryin to call it from my windows mobile 5.0 application on my PDA , application is written in compact framework 2.0 and i am getting this error while calling the secure web service "could not read data from transport connection"
suprisingly same code works perfectly okay when wr
-
- List like Contact list
by JF Hermans
- 1 Replies
- Last post
by Michael Koster
- Hello, I'd like to create a list like the contact list in Windows Mobile (more than 1 line by item). Does somebody have an idee how to do that. CF 2.0, on Windows Mobile 5.0. Ownerdraw is not supported by CF for listview. Thanks JF
-
- How to selected related items in ListView(C#) when an item is click?
by catamount
- 5 Replies
- Last post
by catamount
- Hi Experts,
I have a ListView (detail mode) and I want to select some related items when an item is cliked.
The environment is Visual Studio C# 2005.
How can I implement it
I tried: In the Click event handler, I set some items to selected state.
But when sometimes, these selected items will be unselected automatically.
Thanks.
-
- How to grab each single frame from the capture pin of the source filter?
by 愛&#3873
- 4 Replies
- Last post
by ÛÇàÍÜ
- Hi:
I want to do some image proccessing works through the camera capture pin.
How to grab each frame from the capture pin
I search the web and found that maybe implementing a transform filter like IGrabberSample could work.
If the idea is right,please tell me how to do thank you!
-
- CListCtrl invislible vert scroll bar on Smartphone.
by Fritz-SE
- 0 Replies
- Last post
by Fritz-SE
- Hi! I've been struggling with this bug for a while now. I have a CListCtrl subclassed class that shows a list of options with a radiobutton to the left of text for each item. A got some of the code from some sample on Codeproject (http://www.codeproject.com/combobox/RadioListBox.asp). I have dialog based app, that dynamically sizes and positions the controls, including this RadioListCtrl. The Radi
-
- sorry
by beena
- 2 Replies
- Last post
by ambreen
- Hi,
I am making a website for mobile devices in VS2005 by using C#. I am facing problem in inserting record into my database through website. When I insert record on runtime it keeps into a database which it makes on runtime similar to my database and I can retrieve my record only on runtime. But when I stop the application it vanishes. The record doesn't go into the actual database but a tempo
-
- Gadget Development
by Pati123
- 1 Replies
- Last post
by Pati123
- Hi, I am new to this area. I went through several samples but how can i creat a web gadget. I am using windows Live gadget tamplate. All the samples i looked had three files but there was no html file in it. Please mention a place where i can find a porper project where i can run in VS2005. Also whats diffence in a gadget and normal Asp.net site or a web page Is it posible to integrate the web gad
-
- Oracle lite,Mimer and .Net compact Framework
by Nishakant
- 1 Replies
- Last post
by Guang-Ming Bian - MSFT
- Hi all,
Can anyone have any experience in working with Oracle lite,Mimer,Db2 and .Net compact Framework.Like ,how to install these databases on pocket pc ,How to access data from these database
Thanks in advance
-
- Access97 from my Smartphone
by jeusdi
- 6 Replies
- Last post
by MarkIsMobile
- How Can I connect to an Access97 database from my smartphone using Compact Framework 2.0