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

Software Development Network >> Smart Devicet

Smart Devicet

New Question

Example of using delegates and callbacks from managed to native code needed
How to track battery,memory,network ??
Cannot Use Items Created in a Form Class Using an instance of another class
XP Pro Local Smart Card Logon
No maps in 3d view!
Don't get it
Restart a deployed application
Console Applications Help needed
VE based mashup to track ebay visitors
How to bound DataGrid to datatable/dataset and create ComboBox Grid colums

Top Answerers

Carl Bruneau
villan_1
kennm
mohdtmn
MadGerbil
Sreekk
ChandraP
steve1976
georgeskada
IS dude
Together
Only Title

Answer Questions

  • Toni Greco _WIN32_WCE is hex and not decimal in VS2005

    I just noticed something and I can't figure out how it's working at all for anybody. Surely I'm missing something obvious. If I make a new project in eVC 4.0 then the project settings will define the following: _WIN32_WCE=$(CEVersion) So for my Pocket PC 2003 configuration _WIN32_WCE winds up having a value of 420 (decimal). This makes sense since all of the Windows CE Platform SDK's compare this constant with decimal values like 300, 420, and 500. However if I create a new Smart Device project in VS2005 then the project settings define the following: _WIN32_WCE=$(CEVER) But this time $(CEVER) is defined as 0x420 ( hex ). Now all of the comparisons are incorrect. Am I missing something here Surely this isn't a bug in VS20 ...Show All

  • Ananda Ganesh how to invoke a popup menu on menubar without clicking the softkey

    hi, I have a menubar "Done" and "Menu", Done is "button" and "Menu" is a popup menu with 2 items. I would like to popup the menu items when user press the action key but I have no idea what message to be sent to or to which window. Is there a way to accomplish that thanks in advance. hi, thanks for reply and I just found the solution from MSDN library(if you don't reply I wouldn't look into this problem again) here is what I did to simulate the softkey press keybd_event(VK_TSOFT2, 0, 0, 0); keybd_event(VK_TSOFT2, 0, KEYEVENTF_KEYUP, 0); Sleep(60); hope it will help others that have similar situation like me. Gr ...Show All

  • JocularJoe Did something bad happen to the v3 api/endpoint? My maps are now all failing

    Did something bad occur to the v3 version as a result of this new release My maps are all failing. Is this still the js reference - http://dev.virtualearth.net/mapcontrol/v3/mapcontrol.js Thanks,. Jeff but it said it would not affect V2 or V3 when it gets released. It would hardly be fair to force everyone to have to update all there clients because of a new release. Thats no the way Microsoft work. Hi all, We became aware of this issue a couple of hours ago, as soon as we flipped the switch on the new v4 map control. The folks here got to work right away on it, and it looks like we have it fixed now (as of about 10 seconds ago :). We are very sorry for the inconvenience. If there are any ...Show All

  • DankS problems with Smart Device Configuration Package

    Hi, Everytime I open my embedded project in VS2005 I get the following message: The Smart Device Configuration Package ({blah blah....}) did not load because of previous errors. For assistance, contact the package vendor. To attempt to load this package again, type 'devenv /resetskippkgs' at the command prompt. I don't seem to be able to run emulators or connect to my physical device..... I guess this is related to the above message. I have tried running resetskippkgs with no success. Can you help ! Thank you try repairing the VS installation. If you're running under Vista or if you're not local admin on the machine than you should try to run it once with admin user account. Manav ...Show All

  • Avi_B Processlist and GPrs setting

    Hello, I want to know the running processes list in my device through code (c++) is there any API for that please send me API along with code if u have any. one more thing i want to ask is that i have set the default GPRS access point is their any method that I select the GPRS access point according to SIM ( for example my code have menus which contain the list of all the GPRS access points (i.e mobilink , telenor ,warid ) when user insert warid sim and select warid from menu than it will use the warid gateway how could i manage this issue please reply me ASAP. Thanks in advance Regards Salman Sadruddin Hello, i manage to get the llist of the process in the emulator (windows mobile 5.0 ...Show All

  • Brad Mittelstedt How to page up and page down in datagrid ??

    I want to map the hardwareButton control so that the navigation button can be used to perform pageUp and PageDown in datagrid. Current datagrid only go by line by line. What method or properties to use for datagrid to pageUp and pageDown thank this .dataGrid1.CurrentRowIndex +/-= WhateverIsYourPageSize; Don't forget to add conditions so you won't get out of boundaries. Using grid for a text reader makes no sense whatsoever to me. Simply draw your text on a form in OnPaint event and scroll it as needed. Hi There, this is very genuen problem. you should take following step respectivally. 1)make sure how much lines are shown ur gird with grid height. suppose u get 15. 2)each and very time before exec ...Show All

  • Terryj1 Reading SMS Message Inbox

    Hi, here's yet another "How do I read the SMS inbox" question, but I'm going into detail. I have invested several days into research how to do it in Compact Framework 2.0, but now I'm stuck. My status is as follows: Microsoft.WindowsMobile.PocketOutlook (of Pocket PC 5.0 SDK) only supports receiving SMS messages and reading contacts, tasks, etc. but not the message inboxes (why ). I have tried to use Interop to cemapi.dll functions, but eg. I cannot call a function of a unmanaged class via Interop (eg. pTable->QueryRows) (I only have an IntPtr of pTable) I have tried to create an ATL COM Library in C++ (for Windows Mobile 5.0 PPC SDK) to get all message IDs of the messages in the inbox and then to open in .NE ...Show All

  • Siddartha Pal Acknowledgements on Pocket Pc (MSMQ)

    Does MSMQ on Pocket PC support Acknowledgements I have a PC sending messages using Acknowledgements set .. But when the messages reach the client ie pocket pc ..I dont get any Acknowledgements in the Acknowledgement queue ... Have tried all types of Acknowledgements....Any idea on this Thanks in advance The PC a Windows XP using MSMQ 3.0 which acts as Host in sending messages to the client Pocket PC (wince 4.2)2003 and WM5 devices. The pocket pc connects to the local network using wifi. This is the code on the PC application(VS 2005 .net 2.0 , c#) which sends the message: string destQ = string.Format(@"FormatName:Direct=TCP:192.168.2...\Private$\MyQueue", MessageQueue ...Show All

  • MRandall Question about custom attributes for XMTA files

    Hello, everyone. After some effort I had success porting my NET .CF 1.0 controls to NET .CF 2.0 with VS2005. However I cannot find info on some designer details. How should I port these property attributes: a) [DefaultValue(TextBoxInputStyle.Normal)] where TextBoxInputStyle is an enum declared in the same assembly b) [RefreshProperties(RefreshProperties.All)] c) [DefaultValue(typeof(Color),"Black")] Thanks in advance, Kostas I got this to work only with .NET built-in types (including enums). If you feel that this is a bug, file it here: https://connect.microsoft.com/VisualStudio Instead of using the <DefaultValue> in the XMTA file you ...Show All

  • airwalker2000 Grouping of pushpins and vice versa

    Hello, All! I have got a count of pushpins on my map. After user zooms out the map pushpins must be grouped. For example, we have 10 pushpins which locates near each other. Then user pushs on the 'zoom out' button. After it these 10 pushpins merges at one. Other example, we have 1 pushpin. then user pushs on the 'zoom in' button. After it this pushpin divides on several other pushpins. How can I resolve this problem What must I use to achieve it See the clustering in action at: http://www.lookupandsmile.com.au/what_map.aspx John. Your going to need this article to do clustering: http://viavirtualearth. com/VVE/Articles/Clustering.ashx Attach the onendzoom   event on the map to do ...Show All

  • Thaina Using VB program to open file on a CDMA device - PPC6700

    I'm trying to use the Shell command to run a .exe file on a mobile Pocket PC, but when I run/debug the program on the phone it keeps coming up with the FileNotFound error. I'm thinking it is the path that is wrong, but I can't find anywhere as to how to address the path on a mobile device.. i.e. Shell("c:\program files\calc.exe"). I have tried every combination i can think of, from My Device, to C: to just \... but nothing seems to work and I know I'm missing something. Any help would be appreciated. If you would look at this: http://msdn2.microsoft.com/en-us/library/system.diagnostics.process.kill(VS.80).aspx It shows that this should be avaliable in the .Net Compact Framework.. supported in: 2.0 I guess what I ...Show All

  • Rekar how to code sign multiple projects solution?

    I try to sign my app which has multiple projects in it. But it seems like the process is different from signing solution with one project. any suggestion I'm not quite sure I follow... Why can’t you simply sign output of each project Welcome Ilya, I know you will come to my rescue. Yes i didn't that but while compiling, it gave me an error saying my other project didn't have a strong named key. so sign the other project but i run time it throw me an another error about some assembly stuff. So you talking about strong name signing, not or Authenticode signing Do you actually need strong names http://msdn2.microsoft.com/en-us/library/h4fa02 ...Show All

  • spree Packet Sniffer - Windows Mobile

    Greetings all, I have searched around various sources for information, and I thought I would post here to see if anyone may be able to assist.. I am a post grad student, and I have a need to develop an app for my research project, that has the ability to capture, inspect and display the header information from an IP packet, which is recieved through the 802.11 wireless interface of a mobile device (PDA/Smart Phone etc). I have searched for managed code examples on how to obtain packets from a Windows Mobile inbuilt library/managed code but have not found anything... I have looked at the OpenNETCF.org framework for leads on how to achieve this.. also without sucess at present... I have recently been pointed toward Layered Service ...Show All

  • Douglas H. Troy Keyboard scan code in emulator skin

    I've been remapping an adding some buttons in the smartphone skin to emulate the form factor of my final device but I can't figure out what the scan code values are. I've looked at the output from my keyboard device driver and they don't match the values in the skin. e.g. volume up 0x40 = device scan code 0x47. Some values simply don't even reach the device driver e.g. 0x59. What is going on here The Device Emulator skins actually use PC/AT 101 keyboard scancodes, for backward compatibility with the x86 emulator's skin files. Check out the skin documentation at http://msdn.microsoft.com/library/default.asp url=/library/en-us/wcedebug5/html/wce51conemulatorskinfiles.asp . If there is no translation fr ...Show All

  • Yasir Imran Measuring startup time of a application.

    Is there an accurate way of measuring the startup time of an application within the application itself At the moment I've experimented with the GetThreadTimes(...) on getCurrentThread(), but I'm not sure if that will give me the times I want, and also the resolution of the timers didn't seem that accurate. When is the main thread actually created, after or before the dlls have been loaded I basically want the time from an application is started (a user clicks on it) until WinMain(...) has been started. At the moment the "best" solution I've found is to make a small native application that calls CreateProcess(...) on the application I want to test and uses GetTickCount() as an argument. I can then call getTickCount() again and m ...Show All

202122232425262728293031323334353637

©2008 Software Development Network

powered by phorum