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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

regarding the issues in smartphone development
Lost my Controlbox
Constraining the movement within a certain country
Win CE 6.0 - Serial port enumeration and ioexception on serialport.open()
Flash rendering in Activity window
Image/Graphics delay
how can I get the Platform Builder ?
MSN Activity Window and Windows Vista
Eventhandler, in static method
Setting a default application in pocket PC

Top Answerers

Yousef ED
22DoorsDown
platinumbay
danielfirka
mtbDad
Lejing
navbhan
daxu
Robert3234
stallion_alpa
Bay Area Association of Database Developers (BAADD)
Only Title

Answer Questions

  • DoS How can display Transparent PNG on the device based on WinCE5.0 by eVC

    Hi all: Now I need to load PNG resources, for PNG have two benefits than Bitmap:one is smaller, and the other is transparent. After a bit try, using IImage, IImagingFactory, and now I only can display PNG image without transparent. below is my code, I think the problem is CreateCompatibleBitmap, because this function create a bitmap without Alpha channel, but another unfortunately things is in our device sdk, cann't use AlphaBlend function. In Alex Feinman's blog, in OpenNETCF can realize transparent PNG, can reference in this links:http://blog.opennetcf.org/afeinman/PermaLink,guid,8fb585db-bd44-42fe-afa9-07b116c6d2ba.aspx HBITMAP CTigerPNGTestDlg::PNGToBMP(HDC hdc, LPCTSTR ResourceName) {  HGLOBAL&n ...Show All

  • Martin Schmidt Play video in embedded player...(@sriram)

    Hi, I want to make a form with an embedded light player for mpeg video files. I try to see the OpenNetCF library but this supports only sound files. Does someone know fast way to implement simple player in C# for windows mobile 5.0 Thanks a lot ... I understand that is not so easy, but I'm not able to control the wmplayer and this program doesn't support mpeg files Isn't there anyway to display general media video (such as 3gp or mpeg files) in a mobile device without using Embedded C++ See this blog post. Be aware that 1) WMP9 does not have ActiveX component. Only WMP10 does. With WMP8 it was a separate download 2) If WMP on your device cannot play the media ...Show All

  • KayJHut a strange problem,please help me!!

    My .net is vs2003,the version of netframework is 1.1.4322 recently I began to program in intelligent device,using c# on pocket pc 2002 simulator.but file operations always have problems,for example: private void button2_Click(object sender, System.EventArgs e) { StreamWriter SW; SW=File.CreateText("c:\\shiyan.txt"); SW.WriteLine("123"); SW.WriteLine("345"); SW.Close(); } unhandled exception: System.IO.DirectoryNotFoundException: but this code run well in pure windows programs.Only in simulator can it have such problems.the file tpye of my harddisc is fat32. another question is: MessageBox.Show(this, "保存成功!", "tips",MessageBoxButtons.OK,MessageBoxIcon.Question, Messag ...Show All

  • Sniper167 VEPushpin.OnMouseOverCallback 'x' Value Inconsistency

    I'm working with the VEPushpin.OnMouseOverCallback function and I've run into an issue where the 'x' value provided to this callback is not consistent. The code pasted below illustrates this situation. Specifically notice the style on the div 'myMap' that includes "left:100px;". In this code the callback displays an alert that shows the value of x, y, title and details. The inconsistency is that after this page loads (in IE or Firefox) the first time you hover over the pushpin (on Minneapolis, MN) the x value includes the 100px offset. The second, third, ... time I hover over the pushpin the x value DOES NOT include the 100px offset. This code is a simplified version of what is happening in my app. I was hoping to use the x a ...Show All

  • Jonathan Wong A Newbie to this API

    First off, I think I'm a bit confused as to the purpose of this API. Is this solely to create "activities" that you do with whomever you're conversing with in Messenger Or can it be used to extend the capabilities of WLM itself. I'm hoping it's the latter, as I would really like to develop a "What I'm Listening To" extention for Rhapsody. I'm not even sure if that's possible, but assuming it is, it would be a cool extention for me. I use it the most (though I do use Windows Media Player sometimes). So I guess my second question would be, what would I need to access in order to change that The Activity SDK is only for creating activities, but you can use the Add-In SDK to add features ...Show All

  • yog_23 WSAGetLasError() = 120

    Hello everyone. I'm trying make my first program using bluetooth in Visual Studio 2005 for SmartDevices. Well, I'm following the example msdn http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcecomm5/html/wce50concreatingconnectionusingwinsockextensions.asp, but when I run my application this show me a error a moment create socket, in other words, the function WSAGetLastError return a error, but the value es 120. I did reviewed, again, MSDN Library and I don't find any code error with this value. I show you a part my code: Headers: #include <windows.h> #include <winsock2.h> #include <bt_api.h> ... void CWhateverDlg::OnBnClickedButton2() { // TODO: Add your control notification handler code here WSADAT ...Show All

  • derwent105 DomainUpDown

    Hi all, do i have to override this Control if I need to make use of the up and down buttons Thanks Hi Peter, it seems there is no way for me to override the UpButton and DownButton events of the DomianUpDown Control in the Compact Framework. I get errors when simply compiling the following, and it doesn't state anything on the MSDN about the Compact Framework having the possibility of overriding this properties/methods... public override void UpButton() { } So is this a fact, that users have now way of determining which of the buttons was pressed by the user in the DomainUpDown control Thanks OK - is there any chance you can move this thread to that forum (Saves me from having to start a new thread). Thanks Tryst ...Show All

  • jdang The Driving Directions script does not work.

    Hi, I am working on the script that displayes the "RouteItenary" Class and whenever I implement it the map does not display. I searched for Javascript errors but there was none. How do I fix this In the header section of an HTML page, add a META element with the charset attribute set to "utf-8", as follows. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> Note Your page must use UTF-8 encoding to draw certain elements of the map.     I just took your code and pasted it into Notepad. I changed both " "s to " " and changed the " i&lt;len " to " i < len ". Everything loo ...Show All

  • HiTech2k Hiding the taskbar...?

    Hello, I want my program to run as a fullscreen program.I mean the user shouldn't be able to access the task bar.I have a sample to hide it,but it uses user32.dll but CF.NET complaint about this .dll. so what's the way to do this I want the user to only use my application.he/she mustn't be able to switch another application.I thought hiding the taskbar is the solution for this.is there another way Thanks in advance if you did made the two steps i told you, your form will be in full screen nothing will be on the screen except your form, the user will not be able to access anyother software except through hardware buttons. Hi, you can hide the bar at the bottom, which contains the new button, by removing the ...Show All

  • faraaz_malak_c92eb4 Web Services

    Hello guys, and gals its another day another doller, I hope. Todays question is about web services. In my gandering around the MSDN forums I keep comming accross web services. These nifty little bouts of code allow you to access a function from a webpage that is not normaly available. Thats a great thing and like the Live Search, Custom Domains and a few other's on live.com it can be really handy. Does the Live Web Messenger at http://webmessenger.msn.com/ have a web sevice My current project is going in the direction of a a stand alone web service client! By using Live ID, my client is hopeing to authenticate the user (his employees), then the user will be able to access alot of diffrent online functions which will configure the applicati ...Show All

  • Pascal Frey Deployment and/or registration failed with error: 0x8973190e.

    Hi, is there any way to programmatically free all the resources after closing the applicatoin, sometimes it stays in memory and I get a deployment error. Thanks in advance I've had this problem when I failed to terminate threads. The program looked like it closed but in really it was just dormant. ...Show All

  • Jan Ku&amp;#269;era Detect Windows CE OS flavor with RAPI

    How can I reliably detect whether it's plain CE or Windows Mobile is running on CE device Should I parse szCSDVersion of OSVERSIONINFO/CEOSVERSIONINFO struct You get this information when using the new RAPI2 IRAPIDevice::GetConnectionInfo API. The bstrPlatform member tells you which platform (Pocket PC, Smartphone...) is connected. A sample illustrating this can be found in the Windows Mobile 5.0 SDK under 'Samples\CPP\Win32\Deviceinfo' Hope this helps Michael ...Show All

  • akilah SHCreateMenuBar and SHFS_HIDESIPBUTTON

    I've used SHCreateMenuBar on WM5. If I wanted to change the menu items, should I use the following approach  mb.hwndMB = NULL;    mb.nToolBarId = IDR_MENU1;  SHCreateMenuBar (&mb); ....later....  ::DestroyWindow (mb.hwndMB);  mb.hwndMB = NULL;   ....later.....  mb.nToolBarId = IDR_MENU2;  SHCreateMenuBar (&mb); Also, SHFullScreen (GetSafeHwnd(), SHFS_HIDESIPBUTTON) hides the SIP button, but if the SIP button area on the menubar is clicked, it reappears.  Is there any way to prevent this happening   Also, how do I make the menubar disappear is it possible to momentarily hide the menubar ...Show All

  • laker2000 modal form will not close

    I have a C#, .NET Compact Framework 2.0 SP1 application. I have encountered a recurring problem where modal Forms displayed using the .ShowDialog() method sometimes will not close when their Dispose() method is called. When this problem occurs, the modal Form remains on-screen as the top-most window but is completely unresponsive and cannot be closed. This problem is actually worse than an application crash because the only way out is to use the Settings > System > Memory > Running Programs control panel to ‘Stop’ the application. The modal Form in question does not have a CancelEventHandler for the ‘Closing’ event. Is this a known problem If so, I urgently need a fix or work-around for this problem. I do not ...Show All

  • Manuk Localised Versions of VE

    In the online documentation of VE it mentions that it is available in 13 languages. How can you switch so that the maps are showing in another language This means the map place names and not any dashboard text. E.g London will appear as Londres if choosing a French locale etc etc.. (I've notice that google maps just use the local spelling) That's a bit of an editing error. The 13-language support is for the MapPoint Web Service (the SOAP side of our Virtual Earth platform). It does not apply to the javascript control side of things. So if you want multi-language map support at this point, you should look at MWS. Links for more information are on that same page. I've asked the marketing folks to rewrite the page so that ...Show All

121314151617181920212223242526272829

©2008 Software Development Network

powered by phorum