Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
P

PavanPareta

@PavanPareta
About
Posts
209
Topics
56
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • WP7?
    P PavanPareta

    Yes! you can still publish the app. :java:

    Pavan Pareta

    Mobile question

  • TextBlock does not display all Text (Windows Phone 8)
    P PavanPareta

    Hello Abdul, you can refer my resent blog post for the same solution. How to make TextBox Scrollable and Navigate to end of TextBox scrolling in Windows Phone[^] Hope it helps:java:

    Pavan Pareta

    Mobile question csharp database help workspace

  • cant connect windows-mobile to webservice in my computer
    P PavanPareta

    Hi, Please check the below points for the same. - Make sure that in Web reference you have to use IP Address instead of "localhost". - Make sure that your emulator or device must be cradle and ActiveSync should be set as DRM. - Please make sure you have network connectivity and verify it, in emulator or device, by using mobile browser. (type www.codeproject.com in mobile browser and check the response) Please let me know if you still facing the issue.

    Pavan ParetaMicrosoft MVP – Device Application Development _________________________________________________ Blog | Follow Me @ Twitter

    Mobile sysadmin

  • How to Copy SDF File to PC From Mobile Device
    P PavanPareta

    Hi, You can use the RAPI.

    Pavan ParetaMicrosoft MVP – Device Application Development _________________________________________________ Blog | Follow Me @ Twitter

    Mobile database help tutorial question

  • Block Number and Transfer Message to seprate Folder
    P PavanPareta

    Hello Anubhava, I have written same application for Nokia S60 in Python S60 language, this application code is responsible to swap sms in your desired path; it doesn't support phone number block functionality. Using this code you can take an idea about how you can develop such kind of functionality in your targeted mobile platforms. Here is Python S60 Scipt[^] Hope it'll helps you lot.

    Pavan Pareta Microsoft MVP – Device Application Development

    Mobile android ios help tutorial

  • WP7 game for sale
    P PavanPareta

    Dear TCPMem, You must be publish your application in Marketplace available. Hope it helps

    Pavan Pareta

    Mobile game-dev

  • windows mobile with database
    P PavanPareta

    Hi Ahmadmou, Please see below connection string.

    String strConnectionString = "\\Program Files\\Simple\\simple.sdf";

    SQL Server Compact 3.5 is a small footprint in-process database engine that allows developers to build robust applications for Windows Desktops and Mobile Devices. This download contains the CAB files and DLL’s that are used to install SQL Server Compact 3.5 on the Windows Mobile Devices platform Microsoft SQL Server Compact 3.5 for Windows Mobile[^] Hope it helps

    Pavan Pareta

    Mobile database question

  • setup & deploy question
    P PavanPareta

    Hi Gali, There is a way to full fill your requirement. **1)** If your scanner dll property is set as Build Action -> content then you have to add one more project output type from the Add Project output Group dialog window. How to add project output type? While building your Cab Setup that time Right Click on the your Cab Project --> Add --> Project Output... "Add Project output Group dialog window" will open then select Primary output and Content Files and press OK. Now you are ready to Build your Cab Setup Project :) Hope it helps.

    Pavan Pareta

    Mobile question tutorial workspace

  • need help on mobile application development
    P PavanPareta

    Hi S_Aijaz1, Its depend on your personal interest, which platform you are targeting like i-Phone, Windows Mobile/Phone7, Android and so on. Objective C basically used to developed i-Phone based application. C#, VB and C++ are used to developed windows mobile based application. C#, VB (Beta) with Silverlight are used to developed for windows Phone7 based application. Getting Started with Windows Mobile Development.[^] Getting Started with Windows Phone Development[^] Hope it helps

    Pavan Pareta

    Mobile csharp help

  • how to open the phone (GPRS) by C# code ?
    P PavanPareta

    Hello GoldSoft, In the windows mobile OS is responsible to access the available connection on your device either that is GPRS or WiFi or your device is connected with the computer system. In this case if your application is making request to server that time OS will take care which connection is using.

    Pavan Pareta

    Mobile csharp tutorial question

  • performance tools for WM
    P PavanPareta

    Hi Mathy, See below link How to Use Remote Tools to Track Memory Leaks in Windows CE Applications http://msdn.microsoft.com/en-us/library/aa446911.aspx[^] Application Verifier for Windows CE and Windows Mobile 5.0 http://msdn.microsoft.com/en-us/library/aa446904.aspx[^] A Tour of Windows CE Memory Tools http://blogs.msdn.com/ce_base/archive/2006/01/11/511883.aspx[^] Hope it helps

    Pavan Pareta

    Mobile performance testing beta-testing tools learning

  • Send Multiple sms
    P PavanPareta

    What exactly you want.. you code already seen good, are you getting any error? :~

    Pavan Pareta

    Mobile question

  • Best tutorials for Windows Phone 7
    P PavanPareta

    Hi, There is so many good Blogs, Tutorial, Video and so on. see below links. Windows Phone 7 Video 1) Video Link - 1[^] 2) Video Link - 2[^] Offline Training Kit. Offline Training Kit Code Samples for Windows Phone Code Samples for Windows Phone Hope it helps.:thumbsup:

    Pavan Pareta

    Mobile

  • Soft Input Panel
    P PavanPareta

    No ! It's a native control, so you can't do it, you have to write you own custom control for the same.:thumbsup:

    Pavan Pareta

    Mobile

  • SQL Server n SQL Server CE.....
    P PavanPareta

    Hi Muzammil, see this article for the same. Link[^]

    Pavan Pareta

    Mobile database sql-server sysadmin help question

  • Where to Start
    P PavanPareta

    If you have VS 2005/2008 then you can start wm application development, in this case you have to installed SDK Windows Mobile 6 Standard & Professional and later. here you can download it Link[^] here is lots of sample code & video for start development. Link[^] you can choose any language as per your interest.

    Pavan Pareta

    Mobile csharp help tutorial

  • Multilingual Application In VB.net Pocket PC
    P PavanPareta

    you have to add multiple resource file for different -different language :)

    Pavan Pareta

    Mobile question csharp

  • Symbian OS
    P PavanPareta

    Hi, For developed an application for the symbian os you can must required Carbide C++. Download Carbide C++[^] Hope its help.

    Pavan Pareta

    Mobile c++ visual-studio

  • How can I place an entry into Windows Mobile Calendar via coding?
    P PavanPareta

    Hi JUNEYT, See this msdn Reference MSDN[^] It's help for you:thumbsup:

    Pavan Pareta

    Mobile tutorial question

  • Speeding up the display of .Net Compact 2.0-application
    P PavanPareta

    Hi J.Holzer, All things are depend on your Custom-Control. What approach you are using while developing, you can optimize the performance of control. While developing custom control you can follow some tips. 1) Before rendering control load all images. 2) Choose appropriated data type. 3) Use off bitmap screen. 4) Try use less property

    Pavan Pareta

    Mobile csharp sysadmin performance help question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups