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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

VE in XAML application
Does VE mess up PNG alpha for IE7?
Windows Live Messenger + SIP + Asterisk?
Getting Focus Handle after lost
XML Character Encodings
PPC ROM access
wm5 today plug-in dll (possible to use MFC?)
mouse wheel zoom in behavior (vs google version)
programming with HTTP connection through GPRS
.Net and Debug Output

Top Answerers

Rafael Leonhardt
Sudhakar D.V.N
davros51
DragonC#
diane06
hemo
pino69
Yodatg
Wesolek
WayneW
Textile Quota Information
Only Title

Answer Questions

  • Maaloul IShellNotificationCallback

    Hello all, I want to implement the IShellNotificationCallback::OnDismiss interface, but need some direction on doing so. I have successfully created my notification balloon through SHNotificationAdd, but I need to handle it being dismissed. There is very little information on IShellNotificationCallback on the web, so I'm hoping someone close to Microsoft can help me out. Thanks very much. 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. What is that supposed to mean My question was di ...Show All

  • ondrejsv revise app after making cab file

    Noob question...I have developed an app, made the cab file, installed it, noticed some changes I want to make to the app. What do I do about the existing cab file in the solution as far as do I need to name my next one something different, do I make revisions in the code and then just add another cab file to the project, and what will happen to the old cab file if I make a new one in the solution/project Thanks. SonicSue You just rebuild the CAB and that's it. For minor revisions you should keep the product name in the CAB so it would replace existing one if already installed on device. If it's major version of your product you’d need to change the product name and CAB would install side by side with existing one. ...Show All

  • Babalicious Open a File

    Hi, I have this problem: In my application i have a button, and in its onclick property i have the path of the file that i want to open, so my doubt is how can i open that file automatically once i had pressed the button thanks Take a look : Open a file with it's default program like jpg thanks, it worked ...Show All

  • JudyX How can I Embedded Media Player on my app?

    I just want use Media Player to play MP3 as a ring,then how can i use Media Player SDK to do this http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=64938&SiteID=1 ...Show All

  • connect2sandeep Can't get application icon in Programs Page

    Hi, I have created a VB2005 application with a CAB that installs the .exe and the shortcut in the Programs Folder, but it does not show up in the Programs window. How can I get it's icon in the Program window so I can start it with a hardware button Hi Zero Dai, If I used File Explorer, I could find my .exe, but it did not show up in the start menu, nor in the Start menu Programs page (screen). I was finally able to get the icons to show up in these places after manually moving the .exe file and shortcut to the proper Windows folder (directory). I thought using the CAB was supposed to take care of this for you. Scott Hi Scott, There is supposed to b ...Show All

  • ccutrer Get Current Active Screen Name?

    Can Any one please tell how to get the Current Active Screen Name in C#. Hope you can help Thanks Thank You very much Alex. I could work it out with this. Keep support me. Thank You n Bye in C: #include <winuser.h> char caption[1024]; HWND win; int length; win = GetForegroundWindow(); // hwnd length = GetWindowTextLength(win); // strlen of the caption GetWindowText(win, caption, length+1); caption[length+1] = '\0'; // set end of the string Can Any one please tell how to get the Current Active Screen Name in C#. Hope you can help Thanks Oh, so you just wanted an active window caption... I wonde ...Show All

  • asalcedo Bot Platform SDK

    Hi, Can I made my own SDK How Thanks Erik Hi, I want to made my SDK bot platform, I not want to use the sdk existents in robot contest. Can I do that Thanks Here's a pointer to some other posts on how to get started building a bot. You should also check out the Robot Invaders web site and look at how you can win some prizes if you get your bot built and submitted by September 15th! Cheers, Todd Biggs, Windows Live ...Show All

  • 3Nu Platform

    Hello, I'm new to Smart Client Development. actually I want to create and application which may be able to run on Windows Mobile 2003 SE Pocket PC, Windows Mobile 5 Pocket PC, Windows Mobile 2003 SE Smartphone and Windows Mobile 5 Smartphone. I'm using .Net Compact Framework 2 with Visual Studio 2005 and Also have Windows Mobile 5 SDK for Pocket PC and Smartphone installed. I want to know, do I need to develop 2 Applications One for Pocket PC and One for Smart phones So it'll be able to run on all 4 versions If so What Platform i should target 2003 SE or 2005 I saw an option in Visual Studio while developing for Devices "Change Target Platform" I was developing for PPC and when I Changed he Platform to Smart phone It ...Show All

  • Jan Ku&amp;#269;era WindowsCE, CF + Rijndael encrypt., I'm stuck

    Ilya, I have contacted Symbol received a regfix for their SDK install, and have their sdk installed.  It is no different than the problems I had before. I wrote another test app/dll.. extern "C" NATIVETEST_API bool TestBool() { return true; } extern "C" NATIVETEST_API int TestInt() { return 42; } extern "C" NATIVETEST_API long TestLong() { return 8; } extern "C" NATIVETEST_API float TestFloat() { return 42.3; } extern "C" NATIVETEST_API char* TestString() { return "Hello World"; } extern "C" NATIVETEST_API const char* TestString2() { return "Hello World"; } [DllImport("NativeTest")] private extern sta ...Show All

  • search and deploy Help! I can't download the MSN Messenger Activity SDK from the official website

    Hi: when I try to download the SDK from the official website: http://msdn.microsoft.com/live/msnmessenger/ there is just a document for it, and there hasn't any code! Is the right I am a new comer here. If that is wrong, is there anybody kind enough to send me the SDK My email address: wtxidian@hotmai.com . Thank you ! Your download is ok! Introduction http://msdn2.microsoft.com/en-us/library/aa751024.aspx The competition is closed but there are more details and I thought I saw some samples at the Invasion of the robots site. https://www.robotinvaders.com/main/default.aspx Thank you very much! ...Show All

  • Metaferia unresolved external symbol _imp_exit

    I get eight unresolved external symbols when i link my program. Seven are from the conio.h file (_imp_exit, _imp_getch, _imp_putch, etc.) and one is from bool setcursorposition(x,y). I don't know how i got this far since i never tried to program a pocket pc before. I am using (C++ win32) to build a console program. i got the program to compile and when i link it i get unresolved external symbol errors. i tried changing the functions "exit, getch, and the rest", then i could not build the cpp file. i believe i'm missing a library call. I scanned all the .lib files and did not find a fix. i just got my copy of mvs2005 seven days ago. it's new to me but works real good. is there a .lib that includes these functions thanks. ...Show All

  • pnp Sql Server CE 'SDF' invalid db version in VS 2005 !?

    Hi.. I am trying to retrieve table structure from a Sql Server CE database file 'SDF' that I dont exactly know in which version has been developed. It is for a 'Intermec' hand held computer. The main application is developed in Visual basic (5 or 6). Now I am going to re-develope the application with some enhancements in VS 2005 using VB 2005. But I am unable to open the SDF file to see table structure, not from device or from VS 2005. Any help in this regard is greatly appreciated. Regards. Obviously that database is from an older version of SQL CE, so you can't open it unless it's converted to the new format. Please see SQL Mobile books online on how to use convert utility which comes with SQL Mobile. That convers ...Show All

  • Schnoogs Virtual Earth and Internationalization

    Can anyone tell me if VE can be internationalized...basically, can you get the maps to generate in different languages Hmmm. Not sure if we have that info posted anywhere specifically. If an email from me stating the same thing would help, let me know: calebt (at) microsoft (dot) com Nope, not at this time. The VE map control only returns maps in en-us. Don't you even support i18n for the Map basic controls Thanks, Shlomi Do you happen to have a Microsoft website source I can give to my boss verifying this Thanks, Michael ...Show All

  • Ghia GeoRSS or XML for adding many points

    I currently use an array to populate about 120 push pins (and growing) on the map, and it appears slow, see http://www.fulhamusa.com/fusamap/membermap.html I tried to use the AddLayer as described in the interactive SDK, but it doesn't appear to GET the data no matter what. If someone could post a simple example with an example of the xml or georss file too that would help greatly. Thanks Not directly, but that's an interesting idea. Indirectly, you could parse the GeoRSS file yourself, pull the LatLongs and put them in an array, and then generate the polyline from that array. I implimented a clustering algorithm recently that allowed 100,000 points to b ...Show All

  • Paul Stovell visual c++ - smart device - win32 smart device project creation failed

    hello i'm trying to create a win32 smart device project but when i do this, i get the message 'project creation failed' in the status bar in another forum i found a workaround where i was told to open regedit and find the registry entry KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Ext\PreApproved. there i had to add a new entry: {D245F352-3F45-4516-B1E6-04608DA126CC} but this doesn't work....any ideas tia pezi Check this forum post http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=993316&SiteID=1 Manav try asking in the C++ forum: http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=35&SiteID=1 ...Show All

111213141516171819202122232425262728

©2008 Software Development Network

powered by phorum