Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > dotnet compact framework > october 2005 > threads for october 15 - 21, 2005

Filter by week: 1 2 3 4 5

Recordset, XML, and Datagrid
Posted by Worrow at 10/21/2005 9:37:03 PM
Hi, I have a VB6 program which create a recordset and save it as XML file. Then I start a .Net framework application to read the XML file and populate a datagrid, which works fine. However, when I do the same thing on the PPC with .NET CF, nothing comes out from the datagrid on the PPC. ...more >>


Threads and notification when finished
Posted by Tobias Matzat at 10/21/2005 8:00:50 PM
Hi! I am writing an application that should fetch some data in the background. Each file should be downloaded in a thread. Afterwards I would like to display the results in a document in the mobile internet explorer. Well, async callback couldn't be used in the cf 2.0. How could it be mad...more >>

bindingsource control and SqlCeResultSet?
Posted by Paul at 10/21/2005 11:59:50 AM
Hi, Can the BindingSource control be used with a SqlCeResultSet? Any documentation or eamples would be great! Thanks ...more >>

WM 5.0: POOM and CeSet/GetReplChangeBitsEx
Posted by Frank at 10/21/2005 7:50:21 AM
In the WM 5.0 release, the bit replication functions do not work with POOM oids. * CeSetReplChangeBitsEx * CeGetReplChangeBitsEx * CeClearReplChangeBitsEx http://blogs.msdn.com/ce_base/archive/category/10306.aspx Does anyone know if Microsoft is planning on making these function calls w...more >>

IrDa DiscoverDevices with gps bluetooth
Posted by Paul at 10/21/2005 7:02:28 AM
Hello, I have the same problem as the other messages with "IrDa DiscoverDevices" in the title : Apparently the method DiscoverDevices of IrDAClient does not work, at least up to SP1. I found this text at http://msdn.microsoft.com/library/default.asp?url=/library/en- us/wceappservices5/h...more >>

Inherited Form (childform) and OnActivate Event
Posted by Norbert at 10/21/2005 4:40:51 AM
Hello Working under VS 2005 Beta2 & Visual C# I'd like to have a form (lets call it splashScreen) which prints a big company logo on the background of the form (full screen). >From this I want to derive several differnt other forms with different labels/buttons/.. on it. The problem is...more >>

porting to windows mobile 5.0
Posted by centrino at 10/21/2005 4:27:04 AM
hi, I'm new in CF. I want to port a source code to windows mobile 5.0. Could i use following namespaces in CF ? using System; using System.Threading; using System.Net; using System.Text; using System.Text.RegularExpressions; using System.Reflection; using System.IO;...more >>

Connection failed
Posted by JLuc at 10/21/2005 4:07:01 AM
I'am testing visual studio beta 2.0, using Pochet PC Emulator it was working propely, but since 3 days i have an error when i start the connection with the emulator the message is : Connection failed. Could not connect to network. verify network configuration ??? yes but how can i veri...more >>



installING CF 1.0 wihout VS.NET 2003
Posted by Lonifasiko at 10/21/2005 2:51:34 AM
I'm installing VS.NET 2005 Beta2 in a clean machine. I don't want to install VS.NET 2003, but I could need CF 1.0. How do I install it without VS.NET 2003? I remember CF 1.0's DLLS used to lay in Program Files\Microsoft Visual Studio .NET\Compact Framework\...... I do only want to install C...more >>

Application targeting many devices and therefore screen sizes
Posted by Lonifasiko at 10/21/2005 12:13:23 AM
I've already read many different articles about your application being screen-orientation arare and dpi aware. You know all devices have got different screen sizes. My application should target as much devices as it could, and the application should be shown in maximized mode all the time, wit...more >>

Different screen sizes
Posted by Lonifasiko at 10/21/2005 12:12:49 AM
I've already read many different articles about your application being screen-orientation arare and dpi aware. You know all devices have got different screen sizes. My application should target as much devices as it could, and the application should be shown in maximized mode all the time, wit...more >>

help me! ppc WebRequest error?
Posted by °®ÀÏ»¢ÓÍ at 10/21/2005 12:00:00 AM
This: WebRequest request; WebResponse response; bool isConnected = false; try { request = WebRequest.Create(targetAddress); response = request.GetResponse(); System.Windows.Forms.MessageBox.Show( response.GetResponseStream().ToString()); request.Abort(); ...more >>

SHFullScreen bug?
Posted by deneb at 10/20/2005 10:46:58 PM
I made a full screen by using SHFullScreen Function. But in case, MessageBox shows and then I click 'OK' to hide MessageBox. and continuously MessageBox shows, then I click 'OK' to hide MessageBox again. after doing above work, full screen mode is broken. (I can click start menu.) How ca...more >>

Text.Encoding
Posted by Freeman at 10/20/2005 10:34:09 PM
Hi all, I am created text file on Turkish Locale Pc and i transferred this text file to my PDA (installed WinCE.NET) PDA locale setting is English (Turkish locale not exists on PDA).. When, I am read text file on device with StreamReader (Encoding.GetEncoding(1254)) this Exception occu...more >>

Compact Framework 2.0 and Asynchronous Delegates
Posted by Tobias Matzat at 10/20/2005 6:42:40 PM
Hi! Is it possible to use Asynchronous Delegates in the upcoming Compact Framework?? THX! Tobias...more >>

Memory Profiler Tool
Posted by mb at 10/20/2005 4:41:11 PM
I have an application with c# and c++ COM components for PPC 2002 device. After running for a while it crashed quitly. Could this be a low memory issue? Is there any profiler tool i could use to ckeck for memory leaks in c# app? ...more >>

Checking Checked property in ListView
Posted by Beebs at 10/20/2005 3:50:33 PM
I'm using Visual Basic .NET and need to know if anyone knows how to loop through all the items of a listview and check if the checkbox for each item is selected or not. All I need to know is if one is selected, then I can exit my loop....more >>

How to redistribute OPENNETCF
Posted by SoftGal at 10/20/2005 1:12:03 PM
Hi, After a hard reset & re-installing .NET CF I got an error when I tried to run my program setup: TypeLoadException Could not load type OPENNETCF.Security.Cryptography.Rijndael from assembly OPENNETCF Version = .... What is the best way to include this file in my setup application wi...more >>

Cannot connect to WinCe device with Vs2003 Ide
Posted by John Olbert at 10/20/2005 1:10:02 PM
When attempting to setup for deployment of an app to a WinCE device I from Vs2003 Ide I get the following error when attempting to setup Vs2003 via menu item "\Tool\SmartDeviceAuthenicationUtility" (I have entered the proper Ip address of the WinCe device, which is accessable via Hypertermina...more >>

TreeView left and right arrow keys
Posted by Marc Ambrosius at 10/20/2005 11:14:47 AM
Hi, I have to expand and collapse nodes of a TreeView depending on the status of the node's CheckBox. Therefore I have to prevent the user from expanding and collapsing the nodes by pressing the left and right arrow keys. In the full framework this is easy done by tracking the KeyDown event...more >>

Async socket communication
Posted by Linus_Rörstad at 10/20/2005 11:05:56 AM
Hi! I'm having a problem using asynchronous socket communication over UDP to connect to a NTP server. The problem I'm having is if I use synchronous communication to the server all is fine but if I switch over to asynchronous communication nothing is received. private void Start(string h...more >>

Passing structs in a call to a DLL
Posted by Arnau Font at 10/20/2005 10:45:25 AM
Hi, I'm using a DLL that has a function which receives a pointer to a struct like this (in c++): struct Example{ int var1; BYTE buff[20]; char res; } The function: int function (Example* ex) { return 0; } I'd like to have something like this (in C#): public struct Ex...more >>

.NET Component as COM Component
Posted by willy at 10/20/2005 9:39:01 AM
Hi, I post this message after trying this for two days. Maybe I would have to post this message in another group, but I'm sure you will be going to inform me of that. Aim ==== Using a .NET component (in fact a single C# class) as a COM component (inproc server) from an native C++ applicat...more >>

Convert a Bitmap to a Byte Array?
Posted by Convert a Bitmap to a Byte Array? at 10/20/2005 4:59:04 AM
Greetings, I think I know the answer to this question already but I thought it would be worth while to ask it anyways. I need to convert a bitmap object to a byte array...is there anyway to do this? Is there any easy way to save a bitmap to a file? I'm taking byte array converting it to a ...more >>

Debugging a class library in Compact Framework
Posted by Simon Hart at 10/20/2005 2:45:07 AM
Hi, I have 3 tiers that run on the Pocket PC, business, data and UI. The business and data tier - even though this code is local, is contained in class libraries. I can't seem to animate code contained in these class libraries. The .pbd file has been created in the DEBUG folder but VS.NET...more >>

MonthCalendar control possible bug in CF 2.0
Posted by Lonifasiko at 10/20/2005 2:18:38 AM
While playing with CF 2.0 and VS.NET 2005 Beta2 I've noticed that MonthCalendar control's behaviour is quite strange and unexpected. They have published "DateChanged" event as the unique way of achieving the date being selected in the calendar. As usual, this event fires when a date is selected ...more >>

How to use system dlls?
Posted by Lea at 10/20/2005 2:02:48 AM
Hi all Warnning - newbie .NET programmer! I often see people calling functions from within dlls, coredll.dll in the case of the CF for example, but how does one locate the methods available and find help associated with that method? Thanks Lea ...more >>

Performance Statistics
Posted by Srinivasan at 10/20/2005 1:50:01 AM
I am trying to generate a Performance report for the Smart Device application. I have downloaded the PerfstatsCS and set the registry keys as mentioned. However i am unable to figure out when exactly the stat file is being generated. It gets generated at times when i run that PerfstatsCS pro...more >>

Is the IIF function supported in SQL 2005 CE?
Posted by valencia at 10/20/2005 1:13:02 AM
I have ran this test in Query Analyzer 3.0.5040 Select a,iif(b>0,10,20) from mytable I got an error with "not supported function" message. Anyone can confirm me that this function is not supported? Where can I find a list of supported functions in SQL 2005 CE? ...more >>

Highlight Item in ListBox
Posted by Beebs at 10/20/2005 12:17:59 AM
Quick question...how do I iterate through the items of a listbox and highlight the item that matches a text string I'm searching for?...more >>

Mac Address of Web Service wince Caller
Posted by Enrico Pavesi at 10/20/2005 12:00:00 AM
Is there a way to detect the mac adress of a web service caller? I have several wince decices that change often ip, i want to detect them using mac address. Thanks ...more >>

Restrict a Pocket PC to just one application
Posted by Ron Weiner at 10/20/2005 12:00:00 AM
I am just starting development on a PocketPc 2003 application where the customer (think of him as Kim Jong-il) wants this application to be the ONLY application available to the persons that will use it. Basically he wants the device to start up running this application and to refuse to allow th...more >>

ListView1.SelectedItems(0) does not work in compact framework - Is there an alternative?
Posted by Tim Burr at 10/19/2005 3:05:43 PM
I am trying to make it so when a user clicks on an item in a listview that 3 textboxes are populated. Here is what I have so far: Private Sub ListView1_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ListView1.SelectedIndexChanged If ListV...more >>

CF Cab Builder - Installer questions
Posted by joelcochran NO[at]SPAM gmail.com at 10/19/2005 1:24:28 PM
I have been developing a CF application in Visual Studio 2003.NET and am now ready to deploy it for testing. I can deploy it to the device connected to my development machine, but I want to create an installer, etc. Everything I can find indicates that in Visual Studio, after I run "Build Ca...more >>

ENU-String resource
Posted by Albert at 10/19/2005 10:46:45 AM
Whenever I download a .NET CF application, during the installation of the System_SR_ENU.cab file I get a messagebox pop up saying "The program is not compatible with the current operating sytem and, therefore, may not run on this device. Do you want to continue the installation?" This has ...more >>

.Net Compact Framework LateBinding issue (Help Please)
Posted by TheGanjaMan at 10/19/2005 9:15:00 AM
Hi, I'm new to developing software for the Smartphone (in .net cf in general) But I came across a problem that I really would appreciate some help with. I'm writing a small app. where a user enters some text in a textbox, and after each entry a checkbox is formed on the form. (kind of lik...more >>

WM 5.0: how to do a CeOidGetInfo() on a POOM oid?
Posted by Jack at 10/19/2005 9:07:44 AM
In my pre-WM 5.0 code, I would call CeOidGetInfo() on the oids I retrieved using POOM. However, with WM 5.0, the same CeOidGetInfo() calls now fail. I'm assuming that it is because the data is now stored in EDB. Question: What is the WM 5.0 way to get more information about an oid returne...more >>

deploying to device without copying dll's
Posted by zarxioux at 10/19/2005 7:13:09 AM
Hi everybody! I am developing for a Symbol PPT8800 with Visual Basic .Net 2003. I've desisted from using the emulator because it doesn't work (TypeLoadException and more), so I am developing my application deploying (Debug>start without debugging) to the device every time. The problem is that...more >>

SoundPlayer.PlayLooping in CF 2.0
Posted by Lonifasiko at 10/19/2005 6:18:49 AM
Has anybody tested successfully SoundPlayer control from OpenNETCF v1.3 in CF 2.0? The method PlayLooping used to work very weel with CF 1.0 and VS.NET 2003. Now, in with CF 2.0 and VS.NET 2005 is not working anymore. I understand this control has been developed and tested only for CF 1.0 a...more >>

Problem differentiating IMessageFilter messages between forms
Posted by Tobin at 10/19/2005 5:19:03 AM
Hello, I've had great success in this forum finding out how to use the IMessageFilter. I have it working well on a test form I've built. The next challenge I face is this: I need to be able to intercept a key (F1 in this example) on two different forms. An F1 keypress on one form woul...more >>

How to add shortcut using VS2005 setup project
Posted by eastlands at 10/19/2005 4:37:04 AM
I am using VS2005 beta2 to create a CAB file for my device project. It installs ok, but does not place a shortcut to my application in the Programs view. The inf file has a [Shortcuts] block which is empty. I have tried editing this file manually but it gets overwritten when the setup proje...more >>

[C#] How usind uniqueidentifier in a table
Posted by Gandalf at 10/19/2005 2:00:02 AM
Hi, On Pocket PC 2003 in C#, I have created a table which is using an uniqueidentifier type of data : ------------------------------------------------------------------------ SqlCeConnection connDB = new SqlCeConnection(); SqlCeCommand cmndDB = new SqlCeCommand(); .... cmndDB.CommandTe...more >>

Excel.Workbooks.OpenText FieldInfo doesnt work in C#.Net
Posted by NoChoice at 10/19/2005 12:08:03 AM
object fieldInfo = new int[5,2] {{1,2},{2,2},{3,4},{4,2},{5,2}}; The above is passed in as FieldInfo parameter in OpenText method, but it doesnt work even when datatype given is text or date, the csv file open date format mm/dd/yyyy that is not the format we wanted. ...more >>

Connect from the Compact Framework to Access or SQL Server ?
Posted by Stefan Reinmers at 10/19/2005 12:00:00 AM
Hi there, i have written a simple application for the pocket pc. now i wanna store and recieve some data from access or sql server database. but the oledb things are not really working, or ? how can i do that ? ...more >>

Programmatically activation of red function key HHP 9500??
Posted by M. Bruil at 10/19/2005 12:00:00 AM
--> Does someone have a short code example ?? Hi, A customer requested to permanently activate the red Function key on a HHP Dolphin 9550. This key behaves like a SHIFT key for function keys. They have to make a lot of key entries: RED KEY - F1 RED KEY - F2 RED KEY - F3 .... and ...more >>

Multi-Form App and TaskBar
Posted by Marco von Frieling at 10/19/2005 12:00:00 AM
Hi. I've implemented the code from http://www.opennetcf.org/PermaLink.aspx?guid=2506b870-b88f-4370-8d52-7007242acdb9 in my CF library and added some functionality and it works fine. But the problem I have is that each shown form is also visible in the task bar. Is there any way to only sh...more >>

Question about OpenNetCf.IO.Port.SerialPort component ?
Posted by azerty at 10/18/2005 10:50:05 PM
Hello I search a component to admin COM port on my pocket PC. In OpenNetCF 1.4, I have found different component to do this BUT I found 2 components OpenNetCF.IO.Port.SerialPort and OpenNetCF.IO.Serial.Port component ! moreover, GPS composant use OpenNetCF.IO.Serial.Port ... Why Op...more >>

Differences in HKEY_LOCAL_MACHINE\ Drivers\Active settings on WM 5?
Posted by Nathan at 10/18/2005 8:05:33 PM
Customer reported that Axim X51V wasn't returning the same ports as X50V. The application looks for ports under HKEY_LOCAL_MACHINE\Drivers\Active. Apparently it is not finding Bluetooth Serial Port COM8: and Bluetooth Serial Port COM7:. These are virtual serial ports - did they move? Is t...more >>

What files are required to run my EXE?
Posted by Geoff Callaghan at 10/18/2005 6:04:50 PM
I have a program that is almost finished. My problem is that I can only seem to get it to run through the Visual Studio connection. This program needs to run itself when the machine reboots. However, when I reboot the machine, the program will not run under any circumstances. The most annoying pa...more >>

Image Type in SDF?
Posted by Harry Simpson at 10/18/2005 5:02:01 PM
I'm pulling an image filed via RDA Pull in a table. Trying to assign = that image to a Picturebox control. picSmallPicture.Image =3D .Item("PatientPicture") Had tried the the picImagePicture.Image =3D New = Bitmap(Ctype(.Item("PatientPicture"), Byte())) but it doesn't like that syntax.... ...more >>

Multithrading on Pocket PC
Posted by Simon Hart at 10/18/2005 1:42:03 PM
Hi, I am trying to set up a simple worker thread that handles creating a SQL CE database using Thread class then starting it. This doesn't seem to work on the Pocket PC as it does on the desktop. When I start a thread on Pocket PC as soon as I press a button the thread seems to stop and ...more >>

Need Help With Game Programming
Posted by Flynn Arrowstarr at 10/18/2005 1:16:07 PM
Ok, I've searched all over the net and I can't seem to find what I'm looking for. I'm trying to develop a game similar to Wizardry or Bard's Tale in the Compact Framework. I have the core logic and such, but what I'm having a problem with is trying to create a 3D viewpoint based on a 2D array ...more >>

Incorporating Wireless into WinCE application
Posted by jacktoad at 10/18/2005 9:21:01 AM
i am attempting to get a handle on options available for transfering data between our network and the WInCE devices we are beginning to develop applications for. Applications are being created using VS.Net 2003 and targeted to the WinCE device. actually, these are Symbol MC9000G scanners, an...more >>

Control like POOM contact page
Posted by Jay at 10/18/2005 9:17:03 AM
Hello, in a new project I will be creating a form with a list of customers, I would like it to be much like the POOM contact form. Were I can tap on it to show details, or hold down the stylus and it bring up a menu. is there a control out there that behaves like this or any examples of t...more >>

Installing SP3 from a CF app
Posted by mottebelke NO[at]SPAM hotmail.com at 10/18/2005 9:11:23 AM
To setup my device after a hard reset I made a config app which runs from a SD card. One of the steps is to install the CF SP3 (by calling wceload.exe). This starts fine, but then comes up with messages saying that some files are in use (cgautil, mscoree.dll, etc.) and it can't overwrite them...more >>

OpenNETCF.IO.StorageCard.DiskFreeSpace struct not found
Posted by Simon Hart at 10/18/2005 8:23:09 AM
Hi, I am attemping to use the StorageCard class but am unable to find struct DiskFreeSpace? I am using version 1.2 of ONCF. Am I missing something here. Regards Simon....more >>

Image colors
Posted by Stephen H. at 10/18/2005 5:30:04 AM
Hi, I have a 256-color-image that I want to render on my mobile device. If I put it into an HTML page the rendering is ok. However, if I put it into a PictureBox, the color depth is reduced. DrawImage has the same effect. How can I change this?? Regards Stephen...more >>

Bluetooth library v1.5 and IrDA support
Posted by Lonifasiko at 10/18/2005 5:05:17 AM
Hi, I'm playing with the Bluetooth library v1.5 that Peter Foot released some weeks ago here: http://32feet.net/default.aspx The "ObjectPush" example application detects my mobile phone Nokia 6100 but I'm having problems with a glucometer I've recently bougth. This glucometer can transfer (...more >>

image library
Posted by Davidino79 at 10/18/2005 12:00:00 AM
hello to everybody, do you know some pocketpc library that can load a tiff image (even with fax3/4 encodint) that support wince? I need to interface with it for my .net compact application. Regards, Davide...more >>

i-mate JasJar Pocket PC Phone Edition with Windows Mobile 5.0 and ActiveSync 4.0
Posted by Neville Lang at 10/18/2005 12:00:00 AM
Hi all, I have a CF app that has been developed for a few years now and has been working perfectly on PPC 2002, WinMobile 2003 and WinMobile 2003 SE operating systems. I distribute my app on a CD and have a customized installer using Windows Installer. My installer installs my app's file...more >>

HELP!!!!!!!!!!!!!!!!!!!!
Posted by john jacob jingle at 10/17/2005 10:25:02 PM
Hello, I am new .net and the whole mobile programming scene but I am having the worst time with setting permissions. I am programming an app for an o2 mini, it has a hidden directory called databases, with all the files inside hidden also. Now I cant check if it exists because the path is not ...more >>

Command Line...
Posted by Beebs at 10/17/2005 9:40:43 PM
For DPI aware apps, Microsoft says do this: Put res2exe.exe and hidpi.res in Visual Studio .NET 2003's command line path. However, I'm completely clueless as to how to do this...can someone help me out here?...more >>

Textbox focus and Showdialog
Posted by NorthWoodsman at 10/17/2005 8:09:01 PM
When I call showdialog on a form, I'd like the focus to be on a certain text box. If I say "Form.textBox1.Focus()", then call Form.Showdialog(), the Focus() call is ignored. I can't seem to find an Form event to trap (like Activate) that is supported by the .Net Compact Framework. Does anyb...more >>

intermec multiple barcode read events
Posted by kdmerkle at 10/17/2005 3:02:04 PM
I'm developing a vb.netCF windows forms app on an intermec 700 series (730) with PPC 2003. I have a Main module that calls Application.Run(Form1) I'm instantiating a barcode reader object in Form1 and call ThreadedRead(False) at the end of each successful barcoderead event. At a certain poin...more >>

Newbie -> PXA 255 I2C not working.
Posted by anbeyon NO[at]SPAM btinternet.com at 10/17/2005 2:54:31 PM
Hi All, I'm trying to use the PXA255 I2C controller and am having some problems making it work. I intend to use the controller, for the time being at least, from managed .NET code running on compact framework. I have written a c# class to read and write 32 bit numbers to Physical IO ...more >>

Maintain project dir structure on device after compiling?
Posted by Don Huan at 10/17/2005 10:27:58 AM
Hi, I have a certain directory structure in my VS-project, that I want to automatically keep on my smartphone after compiling (not after deploying) project. Is it possible? Thank you Dir. example: -VS project -dir1 -file.xml -dir2 -file.xml ......more >>

Anyway to handle Today event...?
Posted by TJ at 10/17/2005 10:01:02 AM
Hi, I am using POCKET PC iPaq model. There is Today menu acts like "Show Desktop" icon in Desktop. Suppose there are three forms... When my application runs, Form A will be shown....On form A, there is button A. When user clicks button A, Form B will be created and shown. On Form B, t...more >>

Problems implementing the IMessageFilter
Posted by Tobin at 10/17/2005 9:21:04 AM
>> I'm having problems getting the IMessageFilter implementation working. I >> want to intercept keypress events using the IMessageFilter. Below is the >> code I'm using for a form in VB.NET 2003. The IMessageFilter code is >> never hit when I run the applicaiton. Any suggestions are appreci...more >>

VS2005 Beta2, CF .NET v2, PocketPC 2003 emulator & VPC - HELP!
Posted by Lea at 10/17/2005 7:51:57 AM
Hi all Bet others have asked but nothing seems recent. How on earth do get the PocketPC 2003SE emulator to talk to VS2005 IDE (all running within a VPC). I've spent two days (nearly) and have finally admitted defeat! Please help.... Here's what I've done so far... 1. Added LoopBac...more >>

web service timeout issues
Posted by rich at 10/17/2005 4:38:37 AM
I am running dotnet compact on windows mobile 2003 connecting to a webservice over a wireless connection. Setting the timeout doesn't seem to work if the device has received any of the reply and the wireless connection drops off. The application appears to get stuck in the dotnet web services co...more >>

How check datacolumn value
Posted by Bahamas at 10/17/2005 1:20:29 AM
I have add a new Datacolum to DataTable like this myDataCol.Expression = "(A * 100)/ B"; The problem is that B sometimes is 0 so I get the divided by zero error. I would like something like if B <> 0 then.... Any Idea?...more >>

Week by week monthcalendar control
Posted by Lonifasiko at 10/17/2005 1:03:12 AM
Is there a way of achieving a week by week monthcalendar control? That is, I need a control with the monthcalendar control appearance but instead of showing whole days os the month, I need it to show seven days of a week. When you click on "next", next week's days would appear and show on... ...more >>

Path of the permanent memory
Posted by Amirallia at 10/17/2005 12:00:00 AM
Hi, Here is the code to found the storage directory : Dim rootDir As DirectoryInfo = New DirectoryInfo("\") Dim attrStorageCard As FileAttributes = (FileAttributes.Directory Or FileAttributes.Temporary) Dim fsi As FileSystemInfo For Each fsi In rootDir.GetFileSystemInfos() If ((fsi.Attri...more >>

TypeLoadException
Posted by Maciek at 10/17/2005 12:00:00 AM
Hello I written aplication for merchant, which uses Sql Server CE, web services and OpenNETCF library. Aplication work OK. But sometimes when I try to launch application on Windows Mobile 2003 Second Edition, it's crashed with TypeLoadException error. In details is "MobileSales.exe TypeLo...more >>

Perormance and..Help
Posted by Freeman at 10/17/2005 12:00:00 AM
Hi all, I'd be glad if you answer my questions below. 1- Which one should I choose when I start SmartDevice application within VS.NET; PocketPC or Wince.NET? I want both platforms to be supported. Or which one will be in favour in the future? For example, the ones I have coded with PocketP...more >>

CF 2.0, Windows Mobile 2003, 2003SE ...
Posted by Steve Howard at 10/16/2005 9:10:07 PM
I am in the research stage of a project that will deliver to Pocket PC. It's a student project for my Masters degree, and as such is taking a long time to get going as I have work and other commitments ... but that's fine as I have time to research thoroughly before I start coding. But it also...more >>

partial image from stream
Posted by Alper_Din=E7er at 10/16/2005 2:39:02 PM
Hi, I have been working on my thesis about simple image processing. I have to process 10 mb JPEG image. It has approximately 4000 * 3000 pixels. I have to take the needed parts of image. For example user wants a rectange between (400,400) and (1000,1000). The code will read image as a strea...more >>

dataset.Update impossible!
Posted by wavemill NO[at]SPAM hotmail.com at 10/16/2005 11:56:54 AM
I have this error, i don't know why! Une exception non g=E9r=E9e du type 'System.InvalidOperationException' s'est produite dans System.Data.Common.dll Informations suppl=E9mentaires : Dynamic SQL generation for the UpdateCommand is not supported against a SelectCommand that does not re...more >>

Smartphone 2003SE - Get Storage Card Diskspace
Posted by juvi at 10/16/2005 8:56:09 AM
Hi, I want to get the totalBytes and the availBytes. My problem is now, that the totalByte size equals the availByte size. What is wrong? I use the public class MemStatus from http://www.dotnetfordevices.com/snippets/8.html thank you...juvi...more >>

How to retrieve the current exe file path
Posted by ThisBytes5 NO[at]SPAM gmail.com at 10/16/2005 7:49:10 AM
I have a need to know where my EXE is located, so I can load/save some settings to a file. In a windows App I would just use Application.ExecutablePath, but this isn't available in the compact frame work. Any ideas? ...more >>

Obsfucator opinions ?
Posted by Caroline at 10/15/2005 10:21:42 PM
I've searched, and it's been a while since someone posted a message about obfuscators. I wanted to know opinions on the best obfuscators available right now for .NET CF. Also was anybody able to use Dotfuscator successfully? Thank you. ...more >>

Embedding Media Player 10 into Mobile 5.0
Posted by Pinchio at 10/15/2005 7:01:01 PM
Can someone take a moment to educate me on the options to embed windows media 10 into my mobile 5.0 application. I have VS2005 Beta 2 installed along with Windows Media Player 10 SDK and Windows Mobile 5.0 Smartphone SDK. I have a C# mobile application started but I can't see where I can a...more >>

saving jpg files
Posted by Werner Leupold at 10/15/2005 10:29:28 AM
Hi NG, I found samples how to save images to bitmap files on th web. In my app I need a way to load a jpg file - to edit this file and to save it as a jpg file again. Any idea? Thanks for helping Werner...more >>

How do I Avoid duplicates from being added to a listbox?
Posted by Tim Burr at 10/15/2005 5:11:15 AM
Hi When using vb.net I have always used the following to prevent duplicates from being added to a listbox: If lstDDTab.FindStringExact(txtTabName.Text) <> -1 Then Beep() MsgBox("Duplicate tab names not permitted.", MsgBoxStyle.Information + MsgBo...more >>

To develop applications for Windows Mobile 2003 and for Windows 4.
Posted by Clever_dev at 10/15/2005 1:13:02 AM
I have been developing applications for pocket pc 2003 using vs .net 2003. Now i have Windows Mobile 2003 device and another device with Windows CE 4.2 and when i ran the application which i developed for pocket pc 2003, it said 'The application has been developed for earlier version and some ...more >>


DevelopmentNow Blog