Software Development Network Logo
  • Smart Devicet
  • Visual C++
  • Visual Basic
  • .NET Development
  • Visual C#
  • Audio and Video
  • Microsoft ISV
  • IE Development
  • Visual FoxPro
  • Game Technologies
  • Windows Forms
  • VS Team System
  • SQL Server
  • Windows Vista
  • SharePoint Products

Software Development Network >> Smart Devicet

Smart Devicet

New Question

CameraCaptureDialog
dummy data.......
OpenFileDialog
802.11 connection not recognised on PocketPC 2005 (WM5)
windows mobile 5.0 Pocket PC to Smart device NotSupportedException
Sample XML File related Projects
Minimum heap available with windows mobile devices in market
Assign emulator network settings using code?
Msn Live "HOW TO CHANGE BACK TO SMALL BUDDY ICON" on contact list
How can I convert the release to a .exe application ?

Top Answerers

stswordman
danmbuen2
Bealby
Buddhist
Shawn Wildermuth - MVP (C#)
MaggieChan
dark_sleauth
Patrick.I
creditl
RichLeyshon
sitemap
Only Title

Answer Questions

  • ehsan sadeghi Email sent event in windows mobile 5.0

    How can I catch the email sent event in windows mobile 5.0. I have to do some DB insertion on the particular contact email address. This forum is primarily monitored by Visual Studio for devices group. Please check this link for more appropriate forum for this type of queries. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=286724&SiteID=1 Thanks Srikanth Bogadapati' I am asking the question for windows mobile 5.0 devices.[i.e. pocket pc and smart phone] What I know is how to catch email recieved event in the pocket outlook.[managed Code] But I can't find any help regarding email sending event from the device [any way i.e by managed or unmanaged code] What I have to do is record email addresses ...Show All

  • LJM89 how to get a form object through the form name

    Hi, I need to get a form instance, by supplying the form name i.e, i need some thing similar to Class.forName() in Java. I tried it using System.Type.GetType() method passing the form name as object. But the prob here is i'm getting an exception saying "System.Type can not be casted to a System.Windows.Form". How can i get the form object based on the form name. Any one plz suggest. Thanks, Hari u can do this like that Let's suppose u want to get form1 object on form2 while calling calling form2 call in this way form2 f2 =new form2(this)-->this will send current form1 object ...Show All

  • Leo Ng Freezing when a control data is set

    When I set data in a control (setting the text in a label or image in a pictureBox) the form freezes. I stepped throught the code, and the exact line where a controls data is being set, it enters but never returns. I am using CF 1.0. Has anyone seen anything like this If I break inside a method in the form and I have the controls data in my watch list this will also cause VS 2005. So frustrating... I actually ended up using delegates as function pointers. When I set the pointer when the form was instantiated and then called it from the method that was being called by the external thread it seemed to work :P Use Control.Invoke() for changing UI elements from your thread! It seems to be when a secondary thread is acc ...Show All

  • Pinkpanther_120 You can easiliy send the files from computer to your bluetooth device.

    Hi, i am new to bluetooth programming. I just did a project that make use of opennetcf library, bluetooth listener acting as a obex object push server on pc. I was able to transfer files from Sony Ericsson K700, but later on not able to transfer file form Nokia 6230, it shows not devices found. I tried some other hand phone, it seems that some can but some cannot. I am not sure what's the problem, is there something regarding authentication. If I am using fsquirt.exe then there is no problem. I urgently need solution. Anyone, please help me. Thanks. Hi manish, I am using RFCOM Protocal Redio frequency Protocol. I use vc++ 7 Editer and use Windows bluetooth API and i have also install bluetooth sdk.I had search the any pocket pc mobil ...Show All

  • ddoolit VS2005 and WinCE4.2...?

    Hello, I get a device with WinCE 4.2 installed and I want to adapt my program written for WinCE5.0 for this WinCE4.2 installed device. When I click Change Target Platform in the Project menu, I can not see Windows CE 4.2 in the combobox. How can I do this Thanks in advance. What about netcf 2 SP1 which says CE 4.2 support was added I installed it onto my dev machine and I still do not have CE 4.2 as a target platform. Thanks, Raymond Yes, NETCF V2 SP1 adds runtime support for CE 4.2. That does not change VS in any way as NETCF is not VS. With SP1 you can run NETCF V2 applications on CE 4.2 which you’ve developed in VS 2005 using CE 5 as target. VS 2005 has no support for CE 4.2. If you keep p ...Show All

  • Javafun Direct3D mobile and Macromedia Flash

    Hi! Does anybody know if Flash 7 (mobile edition) takes advantage of MS Direct3d mobile to bust the performance in Flash apps We are testing an application on Win CE device and the performance of the flash app has been being really poor. We expected an improvement after installing Direct3D, but the performance was the same (poor). Any clue Thanks in advance This forum is about Smart Devices development and not about Flash. Closing this as off-topic. Manav ...Show All

  • KippV Problem with polylines and pushpin draw in 3D mode.

    Dear Caleb and VE team, In VE I draw ( first ) several polylines and then ( second ) draw several pushpins. In 2D mode I have no problem, but on 3D mode, some polylines draw and disappear quickly. It seems that when VE draw tiles, some tiles hide the polylines. What I can do to solve this Thanks in advance! and congratulations again for your excellent work. Alex Dear Caleb, my source code is for WindowsForms and very long... My process is to pass an array of points to javascript and then draw the polylines. I'm doing several test for post you more information: The problem is only is 3D mode , the 2D mode works fine. It seems that the problem persist when only draw various polylines ( without pushpins ). The polylines are on the sa ...Show All

  • TemporaryNick drag map when you click on a pushpin in Firefox

    In IE if you click on a pushpin and drag, you can move the map around like if you had clicked on the actual map. This function is lost in Firefox but John L Scott has managed to implement it in firefox. I guess it was with the attachEvent function or something, but I can't get it to work. Any ideas Yes, please share. It will certainly help many people with the same problem. John. Sorry to bring it up again...but is it really not possible I've been trying out several things but nothing. The closest I got to anything similar is by disabling the left click drag and just allowing dragging with the right button, but it's not very useable...but at least the pushpin won't be locked to the cursor when it's clicked and dragged. I ...Show All

  • dron747 _wfopen(filename, L"w+b"); always creates something, even if path does not exist

    // MS Dev. Emulator v2 8.0.60317.00 (from About) //using / for \ // filename is L"storage card/appd/dir1/dir2/file.txt" // where only L"storage card/appd" exists fH = _wfopen(filename, L"w+b"); // binary mode (unicode), create anew // this open succeeds, and (a plain) file "dir1" is created // it should fail // in case someone else hasn't already pointed this out I opened a bug on your behalf for investigation. Will keep on posted with further details on this thread. -Thanks, Mohit ...Show All

  • mackenzie 2480 Installation of Compact Framework 2.0 failed. Why?

    Hi all, can somebody tell me why my installtion of the cf 2.0 on an HP 2490 PDA failed Log file of installation: 26/02/2006 23:14:42: Entered Install_Init(). First Call: Yes Previously Installed: No Installation folder is: '\Programme\.NET CF 2.0'. 26/02/2006 23:14:42: Build 2.0.5238.00 26/02/2006 23:14:42: Device CPU: 'ARMV4I', 05020000 (84017152) 26/02/2006 23:14:42: PocketPC 5.01 26/02/2006 23:14:42: Our trust level is: 2 26/02/2006 23:14:42: User LCID: 1031 26/02/2006 23:14:42: System LCID: 1031 26/02/2006 23:14:42: Invoker's command line: '0x822bd84e-0' 26/02/2006 23:14:42: Memory status, K -------------------------- 26/02/2006 23:14:42: Load : 58 26/02/2006 23:14:42: Physical : 5794 ...Show All

  • Sqnyy get application exename and path

    Im using VB on Visual Studio - compact framework 2.0 How can I get the path of the exefile currently running app.exename etc. is not available in the compact framework. Thank you. That works. For VB I used this code: Dim appPath As String = System.Reflection.Assembly.GetExecutingAssembly().GetName().CodeBase appPath = System.IO.Path.GetDirectoryName(appPath) How do I determine the application's root directory An application can determine the directory from which it was run by utilizing Reflection and easily modify it using IO.Path namespace. [C#] using System.Reflection; using System.IO; // This is the full directory and exe name St ...Show All

  • JavaBoy Last visible row in the datagrid to scroll to next cell

    Hi All, In the compact framework 2.0 datagrid control (vs2005) how do i determine the last visible row incase of user manually scrolls to a row position with in the grid (vertical) This is needed for autoscrolling to next cell when clicked on the last visible row in the grid Any clue Thanks , Regards Gauls Ok got the answer i used the datagrid's PointToClient property ...Show All

  • swalker Mega Cluster logic

    Dr Neil first mentioned this on the via virtual earth site recently and now I need to use them. Just though I would put my ideas out here and see what you all think and can add. To be clear this is a concept and I’m looking for ideas / help before I build it. Basically the issue is you have X number of points to put on the map where X is very large. 1. If you go and add them all it is going to slow down to a crawl. 2. If you have points at a close proximity at certain zoom levels they are going to sit on top of each other and be unhoverable. The solution is to have a mega cluster that provides information about the points it represents. Firstly we need to look at how we calculate what po ...Show All

  • startlet 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 Ok, this corrected the problem and I was able to connect and deploy an app to the Pocket PC Emulator. My network is not using DHCP, so I indeed had to establish an IP address manually. Now, how about for Smartphone 2003 I am assuming I have to do something similar under Settings - Data Connections, but I am kind of lost in there Can you point me to any resources Fi ...Show All

  • enric vives Accessing POOM from C#

    Using C# in Visual Studio 2003 .Net I'm trying to access the POOM Contacts list. Long ago I built a simple program with eVB to do something similar but after reading dozens of links I still can't figure out how to do it. Can anyone shed some light Robert W. Vancouver, BC I believe that InTheHand does. I've used it in the past on PocketPC 2003 and before. Have not used it on SmartPhones but I would expect that it works. Dan How about this one http://www.inthehand.com/PocketOutlook.aspx Ilya, Yes, I have been made aware of that one. I thought there was a much simpler way to do it than having to go to the extent of buying a 3rd party toolkit. Also, my solution must work on ...Show All

242526272829303132333435363738394041

©2008 Software Development Network

powered by phorum