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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Robot Invaders - Weekend Madness & $200 Prizes
Zoom Slider and Arrows
Treo 650 no longer reads windows media player
WinCE 4.2 CF2 Maximized forms (full screen)
89
Push pin display order
How to add a self register dll in a solution and cab file
ReadXml under CompactFramework 2.0
Error InvalidOperationException unhandled - help needed urgently
Unable to create cab files in visual studio 2005

Top Answerers

leonlai
JohanNL
Jan Kučera
NewC#
takkyangel
HariAdu
Joe Kehnast
baseballfanty
zariusan
wolf777
sitemap
Only Title

Answer Questions

  • K F M Resources and performance

    I have several .wav files in my project (about 15). I would like to understand if putting them in the project's reource file can speedup their usage or if it is better to continue to keep them as just .wav files in a subdirectory. Many thanks in advance for your answer Probably it won’t. Besides, what exactly " speedup ” means for wave files, twice the playback speed In any case you can try it and see if it’s any faster. Ilya Tumanov wrote: Besides, what exactly " speedup ” means for wave files, twice the playback speed In any case you can try it and see if it’s any faster. LOL, sorry for my bad English So it seems it is the same speed for loading a file from a reso ...Show All

  • dbdoc printing custom tile maps.

    Hi.. I am encountering a situation with printing the VEMap and I can not find a solution..so I hope one of you out there knows about this problem.. When I add custom layers (composed of transparent . png tiles containing visual information) from my server on top of the VEMap only the top layer of the map will print. The implementation of my server and client is described here http://www.viavirtualearth.com/vve/Articles/RollYourOwnTileServer.ashx Only the last added layer will print. The odd thing is that if I try to print preview it, it behaves correctly and it displays the whole map with its added layers... if I try to print it though.. it prints just the last added layer. Any clues or help are very welcome!! Thanks ...Show All

  • donbox5 Can't Start New Smart Device Projects

    Please Help....anyone... I have just successfully installed MS Visual Studio 2005 version 8.0.50727.42. When I click FILE - NEW - PROJECT - click on any of the Smart Devices - click Device Application and click OK, I expect to begin a new Smart Device project. But instead, I receive the error ..."error HRESULT E_FAIL has been returned from a call to a COM component". I can successfully begin any other New Projects, just not any of the Smart Device projects. Any ideas Thank you for your reply. I am trying to create VB.NET applications for Smart Devices. I have installed .NET Compact Framework v1.0SP3 and also v2.0, but am still receiving the error. Also, I did a repair of m ...Show All

  • Mr_White More info needed on permissions

    Hi, I was wondering if someone without a windows live messenger account can access my space if I don't want to set it to public access, but I do include his/her name in my contacts/friends list. Also, what happens if the person just has the default windows messenger (with windows XP) and cannot click on my icon to access my live space. I read the help section but it didn't seem to provide any info on that. ...Show All

  • SSlovensky How to load new pushpins depending on my map location

    This might be an obvious question so please bare with me. I want to be able to have push pins loaded asynchronously as I move around the map. So if i have 20 pushpins in one state and 20 in another, I obviously only want to see the 20 while i'm in that state, but as I scroll or pan to the next state i only want those other 20 pushpins to be loaded as I move to that location. Can someone point me to an example of this as i figure this would be an obvious scenario, I just haven't been able to find a good example. You will simply use AJAX to make the call to your aspx page with the given bounds of your current view. I highly recommend using this approach. http://viavirtualearth.com/VVE/Articles/Clustering.as ...Show All

  • desilets Problem - data undefined

    I cant get the gadget to work. I did what the instructions said but cant get it to work http://www.izonnet.se/msntest.php/ Gadget embedded !!! Here: http://motard.martial.free.fr/pages_php/main.php The goal is to send an e-mail to msn contacts, just to say "Hey this is a new site, shared by one of your MSN contact". Waiting for new idea, but now the most difficult is done it still doesnt execute even though that I've edited out that error. whats wrong IZON, Your HTML is still malformed. You have two <script> blocks in the body, but only one </script> Run your HTML through a validator to help fin ...Show All

  • adrshen 2 ListBoxe problem in Pocket PC application , need help urgent.

    hi, i need some help, i'm facing a problem on how to i solve 2 listBoxes in this deviceApplication form by using C# for pocket pc.One of my listboxes-"menuItemsListBox" is binding together with database and now, i would like to click the items that contain in menuItemsListBox to orderItemsListBox. when i load this application,my orderItemsListBox exists 2 outputs from menuItemsListBox before i click from menuItemsListBox. How do i ignore and solve this below is my source codes. Thank you. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Text; using System.Windows.Forms; using System.Data.SqlServerCe; namespace MPOS { public partial class abc : For ...Show All

  • Arjun B Can't find PInvoke DLL '110506Demoptt.dll'.

    I am trying to debug a C++ code from C# Device Appliation. When i reached calling the C++ function from C# it gives "Can't find PInvoke DLL '110506Demoptt.dll'.". The following is the code sipnet. public static CallBackDelegate myDelegate; [ DllImport ( "110506Demoptt.dll" )] private static extern void SetCallBackPointer( CallBackDelegate myDelegate); static void Main() { myDelegate = new CallBackDelegate (CallbackFunction); SetCallBackPointer(myDelegate); \\ When i reached this place i am getting the error "Can't find \\ PInvoke DLL '110506Demoptt.dll'." } What could be the possible solution for this. Thanks in advance. ...Show All

  • globemast CreateThread

    I am using C++,SmartDevice,PPC I am trying to start a thread off WinMain, in order to activate the GUI. Are the following commands legal if(CreateThread(NULL,150000,YESSS(),0,0,NULL) == NULL){checkstartupflag = 100;}; CreateThread(0,150000,YESSS(),0,0,0); _beginthreadex(NULL,150000,YESSS(),0,0,NULL); A proper way to create this thread is: CreateThread(NULL,150000,YESSS(),0,0,NULL); This works. ...Show All

  • _Quimbly_ About Bluetooth Chatting

    While Developing the application whether is it Necessary to have two mobile phones for Chatting using Bluetooth Technology or we can develop by having the Emulator itself I am sorry but device emulator doesn't support bluetooth emulation. -Thanks, Mohit Moving to device emulator forum. Thanks. ...Show All

  • Mohammed A.AboBakr How to show MFC CDialog from unmanaged dll in NETCF app.?

    Hi, I have the following problem! I have a NETCF app for Windows CE 4.2 and I want to show a modal MFC (eVC) dialog which is located in unmanaged dll (AitpSrv.dll). The code in unmanaged dll is: CDigitaxTestAppDlg g_srvdlg; ... EXTERN_C int CreateServer() { g_srvdlg; g_srvdlg.DoModal(); while(1) { Sleep(100); } return 0; } And CreateServer() is exported. The .NET code is: [DllImport( "AitpSrv.dll" )] public extern static int CreateServer(); ... public void CreateAitpServer() { Thread t = new Thread( new ThreadStart(AitpSrv)); t.Start(); } private void AitpSrv() { AitpInvoke.CreateServer(); } But the dialog is not show ...Show All

  • svxtc Question for Ilya Tumanov

    You closed this thread: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=555177&SiteID=1 Let me firstly say that I appreciate your attempts to help by commenting on my threads. Thank you. But could you please consider the effect of closing peoples questions without soliciting their permission first. Browser based applications running on smart devices with a local server should be placed in the smart devices general topic area, and not in asp as you suggest. No-one in the asp forums is likely to join a thread about smart devices. So I think your assertion was wrong. I also think it impolite to close a thread without even asking first. There is more discussion to be had on the capabilities of the pda local web serve ...Show All

  • teh_programerer Problem with Windows CE and an Application

    Hi, other time asking for your help. I have an application developed on Visual Basic .Net to work on a device in Windows CE 5.0. The problem is that when i debug my application works perfectly, but when i put on the exe file on my device and i execute it sends an error of NullReferenceException with many objects-methods of it. So, i debug the application trying to find the exception an other time works good. The worst is that after debugging, I execute other time the exe file and it works perfectly. I dunno what to do, any idea Thanks a lot. Jose Luis Montero,Yoko Mexico Are you debugging the app on the device or you are using the emulator Can you determine where(what line) it throws the NullReferenceException Consi ...Show All

  • drinkwater BOTS on MSN

    There have been a number of questions about BOTS in the forum in various theads so I thought I would provide this post with a broader update on the topic. MSN has recently started licensing BOTS on the network.  The huge benefit of a licensed BOT is that it will have contact limitations removed (the reverse list), so that millions of people could connect to the same ID.  Our goal is to enable a broad network of these IM applications integrated with other MSN services (Activity API, Search, etc.). To make sure our customers have the best experience with these applications and provide tools to the broadest number of companies seeking to build BOTS, we have started licensing ISV’s that build platforms with access to our protoco ...Show All

  • Babalicious Webpage Link

    I was wondering how to configure a button in my application to access a webpage. I have found examples sugguesting to use a Process.Start command. I followed the instructions and I get the following error Value of type 'String' cannot be converted to 'System.Diagnostics.ProcessStartInfo' I am programming in VS2005 Visual Basic, WM 5.0 thanks for the help Try following. hope this helps you Process.Start("IExplore.exe", " www.google.com "); OR ProcessStartInfo startInfo = new ProcessStartInfo("IExplore.exe"); startInfo.WindowStyle = ProcessWindowStyle.Maximized; Process.Start(startInfo); startInfo.Arguments = www.google.com ; Process.Start(startInfo); ...Show All

495051525354555657585960616263646566

©2008 Software Development Network

powered by phorum