HighTechTalks DotNet Forums  

Sponsored Links


Dotnet Framework (Compact Framework) microsoft.public.dotnet.framework.compactframework


Discuss in the Dotnet Framework (Compact Framework) forum.



Post New Thread
Threads in Forum : Dotnet Framework (Compact Framework) Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order    Replies         Views     
Howdy all, I´d like to know if it´s possible to develop and work with a WebBroser inside my application. The intention is to develop a static file...
mmuzilli@gmail.com
11-10-2006 03:27 PM
Paul G. Tobey [eMVP] Go to last post
5 16
..net newbie here... I've got a cingular 8125 (mobile 5 pocket pc phone edition), and for some reason the webrequest keeps failing (throwing an...
rpatel4@gmail.com
11-10-2006 03:20 PM
rpatel4@gmail.com Go to last post
0 11
I have tried to google this newsgroup for an answer to the following question. But haven't found what I was looking for. I hope some of you can help...
Thore Berntsen
11-10-2006 02:06 PM
Thore Berntsen Go to last post
2 10
I am trying to make SQL Mobile persist following a hard reset. I have created a batch file to run the cab file but how can I call the batch file from...
DSmartDebug
11-10-2006 12:13 PM
Paul G. Tobey [eMVP] Go to last post
7 18
hi , i am tryng to disable buttons in the meanwhile a long operation is running , i found many posts on that , and i am tryng to use OpennetCF...
mauro
11-10-2006 11:28 AM
Go to last post
3 20
I have a HTC TyTN running Windows Mobile 5 PPC with CF2.0. Is it possible to change the route (or 'routing') table? I would like to add/remove...
cyberco
11-10-2006 10:16 AM
Go to last post
6 23
Hello, is there a script-controlled tool available for automatically testing compiled applications: simulation of clicks an key presses and checking...
Dexlex
11-10-2006 09:09 AM
Nino Benvenuti Go to last post
3 13
Hi, I'm building an application that should always run in landscape mode using compact framework 2. I came up with this: private void...
nicowyow@gmail.com
11-10-2006 07:08 AM
keeper@dynafus.com Go to last post
7 15
Hi all, I have succesffuly created the Windows installer setup using ActiveSync based on http://blog.opennetcf.org/ctacke/binary/DeployingApps.htm...
sync
11-09-2006 10:53 PM
sync Go to last post
0 12
Does anybody know how to get the ROM version of the pocket pc device that the Compact Framework application is running on? I want to pick up the...
Minnesota Sue
11-09-2006 02:50 PM
Ilya Tumanov [MS] Go to last post
3 13
Hi All, I have simple program, which uses the datarelation of two able and bind data to a grid using the dataset. But if I deploy in the PPC, I...
Vinay
11-09-2006 02:46 PM
Ilya Tumanov [MS] Go to last post
1 15
I have a NETCF v1 application that requires SQLCE. My setup handles installing my app as well as SQLCE if not present on the Pocket PC. In...
Rich M
11-09-2006 11:35 AM
Rich M Go to last post
0 12
Hi, This is my first time developing application for Windows Mobile 2003 Second Edition running on HTC manufactured HTC Magician/i-Mate Jam/O2 XDA...
R_a_V_e_N
11-09-2006 10:40 AM
Paul G. Tobey [eMVP] Go to last post
1 13
Hi all, is there a way I can do this? I have searched this Forum hi and low but cant really find anything. I have come across POOM, but this, it...
Tryst
11-09-2006 10:18 AM
Tryst Go to last post
2 15
hello all, does SQL Mobile have the ability to make multiple connections? in SQLCE 2. we did not have that functionality, I was just wondering if...
Jay
11-09-2006 09:28 AM
Jay Go to last post
3 15
Hi. I'm trying to use a SIP Stack that I found on the web. This stack compiles to a .lib for the ARMV4I architecture. My problem is using that...
Cool_Zer0
11-09-2006 09:20 AM
Go to last post
5 18
Hi all I am developing a pocket PC application which includes sound. 1) I am using Public Declare Function waveOutSetVolume Lib "Coredll.dll"...
Ashok
11-09-2006 04:21 AM
Ashok Go to last post
1 18
I am navigating thru multiple forms. Prior to going into each form, I am : frmTest.Close() frmTest = nothing But on one form, I am getting a...
Scott Toney
11-09-2006 03:46 AM
Steve B. Go to last post
4 10
In a C# application, I want to use a Bitmap loaded from a file, but the Constructor "new Bitmap("filename.bmp")" keeps throwing an ArgumentException,...
MountainJoy
11-09-2006 02:10 AM
MountainJoy Go to last post
3 9
hi all, I developod compact framework1.1 application in visual studio 2005. Firstly, Opening project takes long minutes. when I try to open...
harun bolat
11-09-2006 01:54 AM
harun bolat Go to last post
2 11
Hi, When a new application is going to be executed, WM does the code signing verification and ask the user to run or not the application (i.e. "The...
ID
11-08-2006 07:45 PM
Scott Yost [MSFT] Go to last post
2 5
Hello all, I know we can convert mdb to cdb, but how can I access the .cdb files in vs.net 2005 CF ? someone can provide sample code or else ? by...
Chris
11-08-2006 04:47 PM
Ginny Caughey [MVP] Go to last post
15 25
Hi! I'm used to develop javame programs. There exists the mobile media api to playback mp3 files. Is there an equivalent api for windows...
Tobias Matzat
11-08-2006 01:49 PM
Tobias Matzat Go to last post
0 12
Hi, I have added a simple listbox in windows form under c# 2.0. It contains a collection of approx 10 strings as list items. Now when i resize...
Nirdesh
11-08-2006 01:01 PM
Nirdesh Go to last post
1 9
I was wondering if there is a way to deploy a set of files (.asp files for the CE web page) from Visual Studio 2005? There are basicly 60 ..asp...
Tom
11-08-2006 12:25 PM
Tom Go to last post
4 13
Hi All, I am having a issue with Draw method of IImage. Imagine I have a png of dimension 256 X 256. Now if I try to display the whole image , it...
Herojit
11-08-2006 09:07 AM
Herojit Go to last post
0 9
Hi, I'm trying to draw on a picturebox, kinda like a very simple paint program. I tried something like this: Created a picturebox called...
Dominik Klein
11-08-2006 08:02 AM
Fabien Go to last post
1 14
Hi all I am developing a pocket PC application which includes sound. 1) I am using Public Declare Function waveOutSetVolume Lib "Coredll.dll"...
Ashok
11-08-2006 05:53 AM
Ashok Go to last post
0 12
Hi, I've build an application that download some file trhough Http. I use a FileStream and a the GetResponseStream() method of httpwebrequest...
Steve B.
11-08-2006 03:34 AM
Steve B. Go to last post
0 4
Hey guys, I'm now using Peter's InTheHand API. But I'm having a problem with it. I used this code: OutlookSession OS = new OutlookSession(); string...
Mpoy
11-08-2006 03:34 AM
Mpoy Go to last post
2 10
Hi, In a class library, I have a static utility class with a methods that accepts a generic delegate : public delegate void MyDelegate<T>( T...
Steve B.
11-08-2006 03:27 AM
Steve B. Go to last post
4 15
Hi, I am using a VS2003 for Packaging and Deployment. I have used the User Interface and add a TextBox A dialog to my project. We know tht...
apondu
11-08-2006 03:17 AM
apondu Go to last post
0 11
Hello, an SQL-Select on a SQL Server Mobile Databse (Select t1.* from Table t1) takes about 4 seconds (50 Rows) !!! I tried using the...
Chris
11-08-2006 02:26 AM
Chris Go to last post
6 12
Hi, Using VB CF v2.0 SP1. I'm trying to add a header line to a treeview so that it remains at the top after scrolling. The reason for this is that...
markyd
11-07-2006 04:00 PM
markyd Go to last post
0 13
My Windows Mobile device (Symbol MC70) loses GPRS connection from time to time. Is it possible to turn it on programmatically? Users of...
Borghese bipolare
11-07-2006 11:43 AM
Peter Foot [MVP] Go to last post
1 17
I want myHandler to be invoked when myForm (Form) closes, so I added an eventhandler to Form.Closing as...
cyberco
11-07-2006 10:59 AM
nicowyow@gmail.com Go to last post
1 12
Hi, I've build an application that download a set of file through http. I'd like to optimize time to download with a pool of thread to...
Steve B.
11-07-2006 10:51 AM
Steve B. Go to last post
0 13
hi there, i've got this code to download a CAB file from the internet, but it keeps throwing me this error message: "Value does not fall within the...
Milsnips
11-07-2006 09:58 AM
Milsnips Go to last post
0 11
Hello everybody I am working on PocketPc WM5.0. Uisng Vs2005 C# for the developmen platform. I want to make ,, my own control which should be...
Manish
11-07-2006 08:16 AM
Manish Go to last post
0 14
(WM5 PPC) Using the designer I am able to hide the caption bar (top bar), but when returning from another application that was started by...
cyberco
11-07-2006 07:07 AM
cyberco Go to last post
2 13
I'm on compact framework on WinCE the code ---------------------------------------------------- // Par.Offset == 75000 and is an int decimal pippo...
Beorne
11-07-2006 04:38 AM
nicowyow@gmail.com Go to last post
5 11
Hello, Is there a way to tell if a form has been displayed used Show or ShowDialog?(C#) TIA
MDB
11-07-2006 04:31 AM
tamberg Go to last post
3 17
Hi, I have opened my middle tier application with VS2005,CF2.0 (which is developed with VS2003(CF1.1)). When I run on VS2003 and pocket pc emulator...
Malleswar
11-07-2006 12:07 AM
Malleswar Go to last post
0 15
Actually i am facing one problem, If anyone can solve, plz help. For my messenger applicaton I took sepearte form for emoticons and inserting in to...
Malleswar
11-07-2006 12:06 AM
Malleswar Go to last post
3 11
Hi, I have an app that have numerous pages. These 'pages' are controls with controls in them (only one page is visible at any one time). When I...
Hilton
11-06-2006 08:30 PM
LiYin Go to last post
5 19
Dear all, I'm just wanna access a mdb file or any local database solution, why so diffcult in VS.Net 2005 ?! We need 3rd party or install many large...
Chris
11-06-2006 03:55 PM
Peter Foot [MVP] Go to last post
4 12
Dear all, I'm so sorry for spend much time to discribe what really I want. I have a .xls comvert from our POS, and I thought if I wanna easily and...
Chris
11-06-2006 03:53 PM
Peter Foot [MVP] Go to last post
3 13
I have a .net CF 2.0 app which stores its data in a replicated sql2005 mobile database. I can synchronise the replication subscription and fill my...
chris.mckenzie@datacolnz.com
11-06-2006 03:14 PM
chris.mckenzie@datacolnz.com Go to last post
0 12
HI there I have an app written in .net cf 2. I need to create a simple deployment wizard(ish) installation that includes the .net framework. Any...
Mike Nicol
11-06-2006 01:42 PM
JamesFielding Go to last post
3 12
Hi, I'm confused with one task. I'm working with sql server mobile. I've created a database (sdf) and now I want to create sql script that will...
Tom
11-06-2006 08:59 AM
Nino Benvenuti Go to last post
1 8
Post New Thread

Display Options
Showing threads 2651 to 2700 of 22534
Sorted By Sort Order
From The
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.