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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Is there possible to transform audio datas while I'm phoning ?
SDIO USB Host Card and Webcam support
How can copy files to desktop computer
What should I choose?
How do you open Notes
Timer invoke between threads
Application terminated unexpectedly, and no any message
Create Emulator
how distribute new version of an application ?
How Can I Change Msn State(Online,Ofline)?

Top Answerers

Wally9633
lex23456
Matt Stum
PublicError
Divermarv
scribework
Tom Hallmark
Chris Baldwin - MSFT
Trophimus
technik733
sitemap
Only Title

Answer Questions

  • kconcept update UI from Thread - control.invoke or controlinvoker?

    This is a CF 1.0 application. I need to load an image in a background thread and use it in the UI thread. I'm a little confused. There have been tutorials that have the background thread write to a public variable in the Form, then Control.Invoke when they're finished to have the UI thread update the form. (No locking). This looks very simple, I'd like to do it this way. The following is the way the tutorial described - the thread writes directly to the Form, but not to any control on the form. Is that "legal" public class MainFrame : Form { private int progressBar1Status = 0; public MainFrame() { InitializeComponent(); DoThreading(); } public void DoThreading() { Thread t = new Thread( ne ...Show All

  • Salman Maredia A byte[] to unmanaged code is still an object?

    All, Just wondering how the compiler interprets simple objects like byte[]. I can still call methods and access fields of the array like an object, but when I pass the byte[] to a unmanaged function it is treated as a memory block. What happens to the 'object' part of the byte[] when it's passed over. Is there a conversion from managed-unmanaged or some funky stuff happening in the compiler to treat it as an object Thanks Ilya. So from what you are saying there is a conversion that takes place from managed <-> unmanaged when the passing is done Or is it just a pointer to where the object keeps the memory There is no conversion. When you pass an array of simple type to a P/Invoked function, the marshaller pins it and ...Show All

  • arunr14 form Closing event

    Dear ppl, I have an application with only one form. If the user wants to close this form by clicking (X) button at the top right corner, I want to ask him, if he would like to save his work. I'm trying to do this in the form's closing event. But this event doesn't get fired. Has anyone any idea which event to use ..I have tried Validating event as well btu no use REgards Nabeel cheers.... I will go on by turning off the control box then .NETCF does not expose an event handler for the user clicking the (x) button. alrite...so does that mean there is no way u can catch an event when the (X) button is clicked and then close the form explicity by calling this.Close(); Brilliant, ...Show All

  • Thiago Guimar&amp;#227;es Extend Call Log Menu

    Hi, i'm trying to add my custom menu in Call History on SP platform. My code works as well on PPC but on SP 'DllGetClassObject' is never called! ! The dll is correctly registered and exports all functions. The registry key that i'm using is: AppView\MSCLog Any ideas Thanks in advance ;) Hi! I have been trying to make a menu extension to the call history in WM 5.0 for a long time and I'm stuck at one problem.... I'm trying to get the phone number of the selected item in the list...... It works as it should when the call history has less than 41 items...But when the number gets bigger the index of the call history item is "reset" and number 42 in the list becomes 1.... Ha ...Show All

  • kirchu Can CBitmapButton used in WM5.0 MFC device applications?

    Can CBitmapButton used in WM5.0 MFC device applications It seems that in afxext.h the definition of the class in gray,why Michael Koster wrote: For some reasons this class is no longer supported. See here: http://msdn2.microsoft.com/en-us/library/ms228785.aspx and here: http://msdn2.microsoft.com/en-us/library/ms228811.aspx There's a workaround posted here: http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx FeedbackID=117563 For some reasons this class is no longer supported. See here: http://msdn2.microsoft.com/en-us/library/ms228785.aspx and here: http://msdn2.microsoft.com/en-us/library/ms228811.aspx There's a workarou ...Show All

  • jackiep dll files

    i make dll file for serial driver that will load by another program, it was written by C++ and Assembly when i use it on windows 98 it work very good but when i decide to use it on windows xp there is an error message appeared and it doesn't work so what i can do what is the best solution and is i can change any settings of windows or not thanks This forum is smart device development related. Since your question is not related to smart device development, it's off topic here. If you’re having a hardware issue, please contact hardware manufacturer or reseller. If you having an issue with 3rd party software, please contact respective software manufacturer or reseller. Otherwise please post to relevant forum or ne ...Show All

  • Ms_user Multi point route

    Hi, Simple question...is it possible to have a route with multiple stops on it. I don't want to just go from A to B, I want to go from A to B to C to D. Is there something I'm missing or is this a fundamental omission Hope someone knows Cheers I asked Alex Daley ( http://blogs.msdn.com/virtualearth/default.aspx ) from the Virtual Earth team and he said there are no plans to include support for routes with more than two points on the Virtual Earth Mapping Control at this point. Hi, Thanks for the sample code, but I would like to know whether is it possible to mark multiple routes for more then 2 pts or not and whether this is really will be part of a coming release or not.. ...Show All

  • PatrikB. BOT Development

    Hi, how can i develop a BOT without using the sdk's from Incesoft and Akonix Thank You. You can use the Colloquis Buddyscript SDK, but but that's unfortunatly possible right now, because a few weeks ago Microsoft aquired Colloquis. Keep an eye on http://dev.live.com , they should post a new version of the SDK there in a couple of weeks... ...Show All

  • n1c- What is a aood reference Smartphone to develop for?

    What is a aood reference Smartphone to develop for Requirements: I should be able to deploy native C++ code easily (ActiveX) 200mhz ++ Windows Mobile 5.x Prefered: 320x240 screen resolution Keyboard Thank you for any suggestions ! ...Show All

  • &amp;#38;&amp;#35;169&amp;#59; &amp;#354;&amp;#297;&amp;#1084;&amp;#972; &amp;#350;&amp;#261;&amp;#316;&amp;#963;&amp;#1084;&amp;#257;&amp;#312; Legacy Win32 C/C++ Code to be used in CF

    Hi, My problem is described pretty much in the title. I am using VS 2005. I have some code to use in a Pocket PC 2003 application and it is written in C/C++. What is the suggested way to do this I tried to use the DLL in a PPC project but since it is desktop DLL, i failed to do that. I tried to compile the code in a Smart Device project, i failed to do that too (couldn't find files like wincon.h, io.h, etc)...This code was written to be used in desktop applications. I think this must be a frequent problem that Smart Device developers encounter but I really couldn't find a way to solve this either through forum-search or google. Thanks for any help... Hi, Now I have a different problem. What I did: I created a VC++ Smart Device Win ...Show All

  • Khin System.Windows.Forms and MissingMethodException

    Hi, I hope I have posted this in the correct forum and I haven't been able to find a previous thread on the subject. My problem is my mobile device, that i recently upgraded to Compact Framework 2.0 (2.0.6103.00 exactly). When I try to run a small windows application on it (imagine a single form with a hello world textbox) I get a Missing Method Exception, referring to that Systems.Windows.Forms coudn't be found. The application runs perfectly on my desktop, so does console applications on the mobile device. So my question is - is it impossible to run windows applications on my mobile device If it is possible - how can I install/connect/upgrade the System.Windows.Forms class into the Framework Well, just create a new Smart ...Show All

  • turczytj set camera speed?

    Is there a way to modify the camera speed when it "flies" to a new position in VE3D Sometimes when the internet connection is too slow the camera ends up at a really bad looking spot (large tiles, e.g. the square where the city is supposed to be) and it takes a moment to load the more detailed tiles. So it would be nice if one could control the camera to slow down short before the target is reached to gain some time loading closeby tiles before going in the full way - would look nicer... Is there a way to do this There is no way to set the animation speed in the current control, but it's a common request. And yes, a new thread with wish-list items that you would like to see would be ve ...Show All

  • Fiddel WebBrowser control: when navigating - throws exception and opens Pocket IE

    Hello. I'm writing an application where I'm using a webbrowser control. Displaying local HTML files works fine, but not remote ones. Whenever I use the WebBrowser.Navigate method to open an URL, I get an unspecified exception (see below) and then the URL is opened in Pocket IE, where everything works fine. I thought this might have something to do with the STAThreadAttribute since the MSDN help mentions something like that. Now I got told that there is not STA-Mode for NetCF. So what else might be the problem Here's the call stack for the exception: bei Microsoft.AGL.Common.MISC.HandleAr() bei System.Windows.Forms.WebBrowser.Navigate() bei System.Windows.Forms.WebBrowser.Navigate() I don't know if it's of any importance, but the HResult ...Show All

  • nils49 Multi point route

    Hi, Simple question...is it possible to have a route with multiple stops on it. I don't want to just go from A to B, I want to go from A to B to C to D. Is there something I'm missing or is this a fundamental omission Hope someone knows Cheers Sounds like a good way to achieve what you need. The problem with a muilt point route is it could still take the wrong path for what you want. Your technique offers more flexibility if you have the time to draw it. John. Hi, Thanks for the sample code, but I would like to know whether is it possible to mark multiple routes for more then 2 pts or not and whether this is really will be part of a coming release or not.. ...Show All

  • codekaizen Application form lost focus in windows mobile 5.0

    I have a form in which there is a function which will download some information. When I were downloading information after some time let say about 10 minutes my form goes to Background which I don't wants. Please suggest me what can I do.So that in during this download my form remains in front. Thanks I have also use this.BringToFront(); But No use  I lost focus from my form in around 10 minutes.And home screen comes infront. Could any body please help me what can i do .   Kamii47 wrote: I have a form in which there is a function which will download some information. When I were downloading information after some time let say about 10 minutes my form goes to Background which I don't wants. ...Show All

828384858687888990919293949596979899

©2008 Software Development Network

powered by phorum