|
Need help with reports I want to create reports and I don't care if I use crystal reports or vb.net reports. I am using vb.net 2005 and the app pulls data from user created access db's and compact 2005 sdf's. Here is where things get a bit tricky for me. I don't want to open any datasets to create my reports. All of the data I need is ... 30 Jun 2008 20:58
ArrayList to bytes Hi, It is possible convert ArrayList object to bytes in CF? I know that with full framework its possible... -- Armando Rocha Mobile Developer http://www.ifthensoftware.com PORTUGAL ... 2 Jul 2008 12:56
Size in Bytes transfered... Hi, I call an webservice from my mobile application to send an array trought them. It is possible get de size in bytes of data that webservice transfer to server?. My goal is show in a label de value of data transfer like this: " your transfer x Kb ". -- Armando Rocha Mobile Developer http://www.ift... 26 Jun 2008 15:39
Mobile IE TextBox font size... Greetings all! Quick question: Is there anyway to change the default font size of a text box render to Mobile Internet Explorer? I'm developing a Windows Mobile 2005 device... All textboxes in HTML / Asp.Net / Mobile Controls all render the textbox to one size only regardless of the size I specify. It works a... 26 Jun 2008 07:24
Programmatically open start menu possible? Hello, Is it possible to open the start menu programmatically in .net cf - c#? thx in advance juvi ... 26 Jun 2008 17:43
MouseMove is fired every time I click on pictureBox Hello, I want to use MouseDown, MouseMove, MouseUp, MouseClick. MouseDown....Is used for Start e.x and e.y values MouseMove....enables a bool value MouseUp...disables bool value if enabled and compares actual e.x and e.y values with old and starts code for moving picturebox in some direction MouseClick...s... 25 Jun 2008 15:00
Environment.StackTrace Functionality Hello, Is there a way in the Compact Framework to access the callstack/stacktrace of the currently executing thread? I'd like to simulate what Environment.StackTrace does. Cheers! Rich ... 25 Jun 2008 12:56
RasHangUp Hi all, I have developed a simple software for a WM5.0 device that makes the following operations: - creates a GPRS and VPN connections through the DMProcessConfigXML API. - opens the VPN connection through the OpenNETCF ConnectionManager. - launch the TelnetCE software using the System.Diagnostics.Process cla... 25 Jun 2008 08:49
Almost always connected scenario Hi, We are planning a new project for devices running Windows Mobile. The main doubt we've got at the moment is if we build a sometimes connected scenario or an always connected one. There will be a database server as the main application's repository, but the most important part of the project targets people ... 30 Jun 2008 12:44
how to compile code both for .net compact framework and .net f I forgot to mention as Daniel details in another post if using different libraries, then declare a conditional compilation constant which can be defined at project level. See here: http://www.danielmoth.com/Blog/2004/09/share-code-if-fullframe_17.html This is very powerful if targeting different versions of an... 26 Jun 2008 10:30 |