Answer Questions
NithyaS FillMethod Problems With SQL Mobile
Hey Everyone, I'm having some major issues with a FillMethod I am using. I have a VB2005 project with a SQL Mobile datasource. I am trying to fill a grid with a list of customers by last name. There is a button on the form for each letter of the alphabet. The click event code is below: ********************************************************************************************* Private Sub btnA_Click( ByVal sender As System.Object, By ...Show All
Rui Silva Smartphone and scrollable dialogs
Is there a way to programmatically scroll a Smartphone full-screen dialog (initialized with SHInitDialog) and set the focus to a control initially not in the visible portion of the dialog The purpose is to bring the user to the control that had the focus before screen rotation (dynamically switching from portrait to landscape). It must be possible, as this is thebehaviour of the standard Smartphone di ...Show All
DirtBag123 load pic into mobile
hi guys! I m develping a project using VB.net.. May i now how to load pic into the mobile device For example: when the user clicking at the combo box , the pic will be display out in thepictureBox control,which might change depends on what the user click.. Can anyone out there show me the code Thanks in advance!!!!!!!! Most common mistakes with paths would be an attempt to load files located on desktop hard drive (e.g. ...Show All
MikeTheMechanic using bit values in VS 2005 database manager
Hi, Here's my problem : I'm using the server explorer to manage my sdf database, some collumns are in bit format, when I put some data in it (using the manager), I got checkboxes (to put the value to 1 or 0 I figure). But if I don't edit the checkbox (meaning : if i don't put the checkbox to "check" value) the manager let the collumn value do DBNull. I guess I can check then uncheck the cell... but doing so on more than 10 collumns in 5 separate ...Show All
DavidWalker Updating UI from thread: Control.invoke()?
Hi, I'm experiencing some difficulties writing my first application for pocketPc. The program should run on a dell axim x51v with windows mobile 5.0. (I'm using vs2005 professional.) The application uses threads to write messages (from the program itself and streams) to the screen in a listbox (lstStatus). I know how to add items to a listbox (which is quite trivial), but I can't figure out how to do this from within a subthread. Here's some cod ...Show All
F Reno Compact Framework Issues
Hi, Anyone having problems with line breaks in the TextBox control from the Compact Framework I insert a string with line breaks, (yes the textbox is multi line enabled), save it to a database, read it back and all i get is little squares in place of these line breaks. The funny thing is, this same exact data (no changes what so ever) is displayed correctly in a win forms application (running on the desktop). I've tried the traditional methods ...Show All
Manoj Kumbhar Visual Studio 2005 Beta 2 - Emulator problem
Hi! I've got a problem and wonder if anyone else has it (and has resolved it ) My problem is as follows .. I create a new device application and try to run in in emulator.. the emulator starts just fine, but it won't connect to it! At all! The error is "Connection failed. The system cannot find the path specified." Thanks in advance, Tadej My problem is slightly different: "Error: The saved state file is ...Show All
Hemant Kamalakar load pic into mobile
hi guys! I m develping a project using VB.net.. May i now how to load pic into the mobile device For example: when the user clicking at the combo box , the pic will be display out in thepictureBox control,which might change depends on what the user click.. Can anyone out there show me the code Thanks in advance!!!!!!!! Most common mistakes with paths would be an attempt to load files located on desktop hard drive (e.g. ...Show All
GlennSmith Suggested method to send binary data via webservice?
Whats the suggested method to send binary data via a webservice Appreciate any feedback/ideas... Thanks! What kind of binary data In general you should be able to use the byte array either as a parameter for a web service method or as a property for a class. -Alex A file, so... basically a big byte array. Any reason that you'd need to convert this data to a string say base64 to do th ...Show All
Spongebob34 Compact Framework 2.0 & Windows Mobile 5.0 NotSupportedException
I have recently starting developing with VS2005, Windows Mobile 5.0 and the CF 2.0. I have noticed that recently I am receiving a NotSupportedException whilst trying to change the text of a textbox from a background thread. I used to get a detailed exception telling me not to update the textbox from a background thread. The only difference these days is that I am developing for Windows Mobile. Is there something I am doing wrong My App se ...Show All
SamuelNguyen TextChanged event not happening?
It seems a very basic thing to be wrong, but it seems that the TextChanged event is not happening when the text of the textbox is changed programatically (but it does when text is typed in). The relevant section of MSDN says... Remarks This event is raised if the Text property is changed by either a programmatic modification or user interaction. But in this test app, it only happens when the user directly enters text, not when progra ...Show All
wayneacton Emulator softkeys
I recently upgraded to VS 2005 FC1 and now I have a problem. For some reason, the Windows Mobile 5 Emulator's softkeys are mapped to numeric keys. For example, pressing the left softkey while in the home view will result in a '1' being entered instead of display the start menu. Pressing the right softkey will result in a '2'. Pressing the home and back buttons work. Pressing the Green phone button will result in a '3' and the red phone button in ...Show All
Danny Tuppeny MessageBox.Show not Blocking
I have wrapped my Application.Run with an try/catch handler which displays details of any exceptions to the user before exiting the application. To test this the application throws an exception when a button is clicked. While you have your answer already for blocking... ...it is important to realise that what you have there (try..catch around Run) is not true global exception handling. This is: http://www.danielmoth.com/Blog/2004/12/appd ...Show All
DeepsB [C#][VS 2005 B2] Starting a new project
Hi, Itry to start a project with visual studio 2005 i allready write n application for Orange SPV C 500 with emVC++ 4.0 We want to port this application in C# so i download VS 2005. Firts shot, try to make a simple project : new project >> smartphone 200>> device app (1.0) Then i change nothing and try to build the project, but i get an error Error 1 The specified task executable location "C:\WINDOWS\Microsoft.NET\Framewor ...Show All
jciurlin What does the Mobile Internet Toolkit really do?
hi, What is the difference between this MIT and asp.net mobile project Becuase, in my VS.NET2003, there is an option to create asp.net mobile project. I think this is all, What is the use of this tool kit thanks This is a wrong forum, please ask in ASP.Net forums. Thanks. http://forums.asp.net/ ...Show All
