Answer Questions
JordanBean Web Application Mobile c# Template ??
i NOT FIND THIS template in VS2005 betA 2 WHI You can create a new ASP.NET Web Site, and then add a Mobile Web Form, and then you'll be able to add Mobile Web Controls to your form. David Also, for further questions concerning Mobile Web Development, you should refer the ASP.NET forums. Here is a link to the forum specific to mobile web development - http://forums.asp.net/147/ShowForum.aspx Ho ...Show All
ykgreene Native Exception Error - 0xc0000005
I am running the following code - which takes the data from an XML file and updates a SQL Mobile table - it seems to consistenly throw a native exception error (ExceptionCode: 0xc0000005) Here is the code: #region DataRefreshFromXML public void RefreshDataFromXML() { if ( File .Exists(appPath + @"\data\HandheldInventory.xml" )) try { DataSet ds = new DataSet (); ds.ReadXml(appPath + @" ...Show All
Tony N How do we catch a click event at ListBox and TreeView at CF2?
I try to catch the click event on the ListBox and TreeView with CF2 but it does not support the click event and it can not recognize it. Is there any way to catch it. For ListBox, you can use the SelectedIndexChanged event. For TreeView, you can use the AfterSelect event to handle the a change of the selected element. Cheers, Anthony ...Show All
WhiteShadow TCP over Active Sync
Hello As far as I know it is possible to establish a TCP connection over Active Sync My question now: How I do this I connected the PDA over Active Sync With vxutil I found out that my USB-Cable IP adress is 192.168.55.101 but I'm not able to ping the PDA from the PC or vice versa The reason I need this. Our application uses a TCP connection over WLAN/Bluetooth, but because of hardware reasons there is no wireless connect ...Show All
Soul 2.0 VS 2005 seems to require a focus on a form
When developing my vb program in vs 2003, I was apparently not required to focus on anything on a form if I didn't want to. So on a form with nothing but a few buttons used for the purpose of calling other forms, I could use this code to press ESC and close the form: Private Sub LocMenu_KeyDown( ByVal sender As Object , _ ByVal e As System.Windows.Forms.KeyEventArgs) Handles MyBase .KeyDown If e.KeyCode = Keys.Escap ...Show All
flatch .NET Studio 2005 and Windows Mobile for Smartphone 2003 SE
I have been looking around a bit, and fiddling on Visual Studio 2005 and I have had no success yet. Is there a way to make an application that is solely compatible with Windows Mobile for Smartphone 2003 SE using VB .NET 2005 Just wondering since I know VB .NET 2005 is .NET 2.0 and I think Smartphone 2003SE is .NET 1.0 compatible. Any help on the matter would be greatly appreciated. (had none of these problems of .NET compatibility when I ...Show All
limeypilot Transfer files between PC and PPC.
I've searched for this no doubt frequently asked question to no avail. I want to copy files programmatically from a PC to the PPC, and back again, usually to the storage card. I'm using VS2005 VB.NET, but can convert from C# or C++. ---Mike I haven't really researched it, but I was planning to use sockets, with a client on the PPC, before my PDA w/wireless broke, and my new one came with Bluetooth only. I'm s ...Show All
Shekhar Mahadevan Make CF.NET 1.0 Application with VS 2005...
Hey guys! I'm looking for a way to make an application (C#) running on WinCE.NET and Pocket PC 2002 with Visual Studio 2005 (Beta 2). I know that Visual Studio 2005 let you program for Pocket PC 2003, SmartPhone 2003 and WinCE 5.0. In our enterprise, we make applications on PocketPC 2002 and WinCE.NET with Embedded Visual Studio 3.0 and 4.0. But it's verry painfull (old MFC etc :P ) so i'd like to show to our boss that it should be in ...Show All
Zetroc SQL Server CE SQL Statement issue
I have the following insert statement: INSERT INTO Transaction (PK_TransactionID, FK_PartID, FK_LocID, FK_ConditionTypeID, FK_TransactionTypeID, TransQty, BeginQty, EndQty, Person, Application, Device, UpdateDt, UpdateBy) VALUES ('4dc0d9b3-d640-430a-bbb3-54b6d43a7f9b', '08925656-efcd-4979-9a1d-bcc7554ec220', '08925656-efcd-4979-9a1d-bcc7554ec220', 'f906ae4d-049d-42ca-88ae-3fce71804dd2', '8706f03d-b984-4cd2-af3f-71b045fd73c7', 1, 0, 0 ...Show All
BalaGanesh CE.Net 4.2 and Compact Framework 2.0
Hi, I'm hoping someone can help understand why those of us that work with Industrial Handhelds (and therefore CE.Net) got the short end of the stick. We have equipment that was just purchased this year with CE.Net 4.2 and Microsoft is not supporting it with VS2005. It's not like 4.2 was a down-level version, it was the latest version of that build. Our only options are: 1) Pray the vendor certifies on the new version, pay ...Show All
peterMarshall106 How can I message a numericUpDown control to select all text. Would EM_SETSEL work?
Any advice would be appreciated. Thanks! See your original post for the answer. ...Show All
Joe Butler wceload and using the registry to specify the install path
There is a somewhat undocumented feature of wceload where you can override the install location specified in the cab's inf file by setting a certain registry key. The hack is explained at http://blog.opennetcf.org/afeinman/PermaLink,guid,1de2284c-a65e-417c-a130-1bd5acd4ad3d.aspx I'm wondering if this behavior has changed in Windows Mobile 5.0 I can't get the same behavior on 5.0 using the same procedure I used on 4.2 using the exact same CAB f ...Show All
ICW Can the .NET compact framework meet my application requirements?
Hi all, This has been a subject I've been researching for a while now and I am still unsure on how best to meet the requirements I have. We have a need to design a mobile application that can run on PDA's or Smartphones or both. This application needs to be able to interface with the device built in camera (if one) and needs to be able to interface with some kind of GPS device. This GPS device needs to be accessed externally via bluetooth ...Show All
Daniel McElhinney Load Image
Public Function LoadImage(ByVal imageName As String) As Bitmap Return New Bitmap(System.Reflection.Assembly.GetExecutingAssembly(). _ GetManifestResourceStream("orderapplication" + imageName)) End Function Hi all, can anyone tell me how this function work , what is the meaning of the "System.Reflection.Assembly.GetExecutingAssembly(). _ GetManifestResourceStream("orderapplication" + imageName&qu ...Show All
Gary Cabana Start a process just one time ?
Noone have an idea Hi, I'd want to know how to not launch an application two times. I thinked I can compare the current process with the other process but I don't know how to create a list of the processes with the .NET CF for smartphone. There are methods to do it on other platforms but I didn't found it for smartphone. Ideally, I 'd like that when I re-start the application, I can see the ...Show All
