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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Setting textbox caret position in the onfocus event
OTP: Restoring of windows
Does and application done for Pocket PC 2003 runs in Windows Mobile 5
Problems allocating memory in Windows Mobile 5 MFC
New Web and Sidebar Gadget Forums.
Available Program Memory
Batch Location Additions / Location Import
how to remove SIP button from menu panel
Windows Mobile 5.0 appln can run on deevice with wm 2003 Os?
How to set WS_EX_NOANIMATION equivalent Window Style ?

Top Answerers

xluna
vcboy
WL_07
MikeH2005
Sanjukta
SuperNova298
Andre's
boombastic
i.i
Mike L Hayes
sitemap
Only Title

Answer Questions

  • svxtc Any replacement to CryptDecryptMessage?

    Hi, I just learnt WinCE doesn't support CryptDecryptMessage. I'd like to know is there any replacement functions Either from Microsoft or third-party. Thanks Hi Mike, Thanks for the answer. I am a newbie for security stuff. May I know for something like following, how can i write an equivalent function with CrptoDecript CRYPT_DECRYPT_MESSAGE_PARA decMsgPara; decMsgPara.cbSize= sizeof (CRYPT_DECRYPT_MESSAGE_PARA); decMsgPara.dwMsgAndCertEncodingType =X509_ASN_ENCODING | PKCS_7_ASN_ENCODING; decMsgPara.cCertStore = 1; decMsgPara.rghCertStore = &m_hStore; if (!CryptDecryptMessage(&decMsgPara, blobBuffer, blobSize, NULL, &outputSize, NULL)) return GetLastE ...Show All

  • A.F.B Blocking registration in Windows Live for specific domains?

    Is there a way to block Windows Live from accepting registrations for specific domains that we own We have having a constant problem with people registering non-existant emails under own domains and then trying to trick others into thinking that they are affiliated with us. Thank you for your response, We need a solution to stop people registering with Windows Live using our domains, or a method to allow us to authenticate requests to register using our domains. This is a serious security issue as it allows anyone to masquerade as if they were part of our team. Can you explain more, does this question have to do with an API or is this a BOT questi ...Show All

  • oilyneck ConnectionOpen (Invalid Instance())

    Hi! I’m trying connect a Windows CE application with a SQL Server Express, but appears this error: "ConnectionOpen (Invalid Instance())" I saw in StackTrace that the erros occurs when the CF .NET 2.0 executes this: "sqlconnection.get_server version()" Someone know why this error occurs Thanks! Hi! Thanks! The problem was the port number! I was using this connectionstring: Data Source=192.168.1.12;Initial Catalog=xxxx;User ID=yyyy;Password=zzzz I changed To: Data Source=192.168.1.12,1433;Initial Catalog=xxxx;User ID=yyyy;Password=zzzz And now works fine! But.. Why I need specify the port number whether if the default port of SQL Server is 1433 I tested the first connection stri ...Show All

  • Tony P Brightman WLM goes unresponsive apon sign in

    I've been using WLM for months and months now with no problem at all. But lately everytime I sign in, the program locks up most of the time, and if not it spends a very long period being unresponsive before suddenly showing all online contacts as having just signed in and then giving me control of the program as normal. I have tried uninstalling and reinstalling, and the same thing also happens with MSN 7.5. Any ideas why The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, and Windows Live Bots. If you have technical support questions about using MSN Messenger or Windows Live Messenger, please check the following resources... Messenger Technical Support is ava ...Show All

  • Dot Net Engineer Pushpin is not being shown....

    I am trying to add a pushpin on my map and it is not being displayed even after reading all the articles on pushpin. I am referencing an exterenal javascript file. Here is the code. <!-- var map = null; window.onload = function GetMap() { map = new VEMap('myMap'); map.LoadMap(new VELatLong(33.61959, -111.897649), 15 ,'R' , false); } var pushpin = new VEPushpin('1', //Id - must be unique new VELatLong(33.61959, -111.897649), //latitude, longitude null, //icon url 'Scottsdale Jean Company', //Title 'Jean Store' //Notes ); map.AddPushpin(pushpin); // --> Then my html has < div id = 'myMap' style = "position:relative; right:-60; width:500px; height:400px;" ></ div > Please help! Thanks! ...Show All

  • Fusion54 compact framework error

    Hi, I am newbie. i have use OpenNetCF file watcher on specific folder its work fine...........in emulator. but when I deploy that application to my mobile... it give me the error it requires newer version of the Microsoft .NET Compact Framework........... CF 2.0 i think.... but i have develop all my Stuff in the older version of CF 1.0........ is their any dll of OpenNetCF for the Compact Framework 2.0 before... CF=Microsoft CompactFrame 1. I want to implement the FolderWatcher ........ is their any Built in API apart from OpenNetCF or OpenNetCF dll that support CF1.0 2. All my previous work in done on CF-1.0 if I install CF-2.0 is this cause any problem..... on my previous work. 3. From where i install CF-2.0 in my Device ...Show All

  • stevenryals Contacts Control in Dutch?

    I saw the contacts control is available in french now, that's great!! Would there be any chance for a Dutch version I'd like to see that, there are a lot of Dutch Messenger users so... I am even willing to translate it if you like Thanks! Contacts control in Dutch Yes! We've just rolled out an update that adds a bunch of languages to the contacts control. See the other post for details. -Danny Haha you should indeed read your own homepage before replying . I saw the post on the site so I decided to ask. I understand the point about volunteers that are translating. Btw, I know there were a lot of Dutch people on TechEd, a couple of my friends did lunch with you (gues ...Show All

  • Kent Boogaart Populate ImageList from Urls at run-time?

    Is it possible (preferably in C#.net) and on Windows Mobile 5.0 to populate an ImageList with Images (JPEGs) from some URLs (this is part of a search result) and will need to be done at run-time. Any help would be much appreciated, as I can't really seem to find a way to do this. Hello r3zonance, The following code should work Make sure that you have the following imports. The Below function will return the contents of the web page. You will have to parse the actual links. E.g. if it's an xml rss document then you should be able to ncreate an XmlDocument from the StreamReader and then query for the nodes you need, etc... Hope this helps. Let us know if you have any further questions. using System.IO; u ...Show All

  • lightiv Gateway connection

    To all my dear friends Currently im doing a project in PDA whcih connect to the server through a gateway which develop using vb.net We have a problem in the connection, last time im using rda to connect to database through IIS but now since we no longer using IIS so is there any method to solve this problem. thank you According to MSDN documentation ( http://msdn2.microsoft.com/en-us/library/ms172395.aspx), IIS is required for RDA. If the limitations in your scenario precludes the use of IIS, you may use the classes in the System.Data.SqlClient namespace to send the request to the SQLServer directly or implement custom mechanisms, for instance through the use of web services, to synchronize ...Show All

  • Grant Jenkins SIP icon location

    Hello, on new WM5 devices, the SIP icon appears to be a bit more clever than before. If an old application is executed, it will appear in the bottom right corner of the screen. On other occasions it will appear in the bottom centre of the menu. This behaviour might produce decent results for most cases, but causes troubles in an application that i am assigned to. Does anybody know if there is a way to configures the SIP icon to show up in the bottom right corner of the screen I do not want to move the MS_SIPBUTTON window by force, but a more decent API that configures the SIP control to show up the old way. Thanks in advance, Peter Vrenken If you add at least three menuitems when you design the form, the SIP is positioned at the b ...Show All

  • IceAngel89 Help! Is there any way to Communicate/ transfer data From Desktop Application (Winforms) and Mobile Apps (NET CF)

    Hello, Is there any way to communicate/ transfer data from Desktop Application written using .NET and Pocket PC Application written using NET CF . Any help would be appreciated. Thanks Karthik Checkout this article http://msdn2.microsoft.com/en-us/library/ms839349.aspx What kind of data you want to send/receive This will decide the technology you should use. Manav There are many ways you can achieve this: a. Use RAPI b. Use web-services. Write web-service on the desktop which exposes the data that need to be transfered. On the device, use that web-service. Manav i would be sending string in the form of bytes from desktop app to pocket pc app and vice versa . Thanks Karthik ...Show All

  • Samahith Problem when serializing messages to be sent over the net

    Hi all, I'm developing few .NET client/server applications that all use the same model of communication - it sends and receives messages using Sockets. When I serialize/deserialize the message I'm using the BinaryFormatter class. Now I need to build my app so that it is executable on Pocket PC. My first problem was that Compact framework 2.0 SP1 does not contain BinaryFormatter. I was looking for any other serializer-class feasible in the CF and have found only XmlSerializer. So I'm using this class. My actual problem with the XmlSerializer is that it does not serialize my object automatically - I mean that I have always to add the XmlInclude attribute. My class structure is like this: [XmlInclude(typeof(NetMessageBase))] ...Show All

  • shiveta file opened?

    <deleted> Two reasons: 1. Your implementation of instance count can't possibly work since even static variables are not shared across instances. You’d need to use something else, e.g. named mutex. On Windows Mobile (which you’re probably using but incorrectly call it Windows CE) NETCF enforces single instance behavior which would maximize running instance and terminate second one. OK... so I thought about your proposal and made a test application that keeps track of instance count. I also put in a command line argument parameter to get the name of the file and how the application is being told to open the file Here is the entire program ( Form1 is the standard template form ...Show All

  • snahl Edit Datagrid and dataset using textbox value

    Hi there, Not sure if this is the best forum to post this question as it covers 2 subjects so i apologise in advance. I'm writing a Windows Mobile 5.0 application using vs2005 which will store data in an sqlmobile2005 database. I have created a form with a datagrid and several buttons and txtboxes to manipulate the data stored and displayed in the datagrid. The datagrid's datasource is a dataset which is based on the data from a single table in the database. i have the following code to update a specific field in the dataset based on the value of txtamount.text but get the error: NullReferenceException on the line ds.Tables.Item("ViewAccounts").Rows.Item(lngRow).Item("PmtMade") = decPmt When i l ...Show All

  • bennett1016 Bug using window.external.Users and IE7

    Hi, I've been working on a Messenger activity and keep running into a problem with Live Messenger and IE7. For instance, if I create a web page and include this script in the body: <script type="text/javascript"> if (window.external.users.inviter === window.external.users.me) { document.write("I am the Inviter."); } else { document.write("I am not the Inviter."); } </script> On a machine running IE6 it works as expected on IE7 I get an error "Library not registered" Any help is greatly appreciated. This is a HUGE problem! Thanks. JavaScript is case-sensitive, so it seems J-thread is right here. I don't understand why it would ...Show All

626364656667686970717273747576777879

©2008 Software Development Network

powered by phorum