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

Parasmani Swamy

@Parasmani Swamy
About
Posts
17
Topics
12
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Mobile number is displayed
    P Parasmani Swamy

    Hi all, I have created an application to send or receive an SMS but eaxh time it is sending an SMS it is showing the message "do you wish to send to +919898989898" and whenever we are trying to access the net through the application it is asking "Allow your application to use network to send or receive data". I am using Netbeans IDE for creating the application for Nokia N73. Regards

    Mobile visual-studio sysadmin

  • J2ME error
    P Parasmani Swamy

    Hi, I have created a J2ME application, when I try to install it on my Nokia N73, Nokia 6233, it gives an error saying that "this application is not compatible with this phone", but the same application is working fine in the simulator. can anyone let me know how can we solve this problem. Thanks in advance Regards Parasmani

    Mobile help

  • BlackBerry Application
    P Parasmani Swamy

    Hi all, I am developing an application for BlackBerry that will send and receive an SMS. I am able to send an SMS through the application. I want to do the following things with the application: Grab an SMS which has a fixed five characters say "ABCDE" at the beginning and one character say "A" at the end. For extracting the beginning and end characters we can use CharAt() and SubString(), but before we extract it, we need to grab the SMS and store it in some variable. Invoke an application when the SMS comes in with the above criteria. Do not let the SMS go into the SMS inbox (phone's inbox). Navigate from one screen to another with the value from the previous screen.(i.e assgning some global variables and using them) I am using BlackBery JDE 4.5 Regards Parasmani Swamy

    Mobile

  • Reading message from PDA/SmartPhone inbox
    P Parasmani Swamy

    Hi all, I have created an application to send and recieve a particular type of message, now when the message comes in, the application grabs the message and show it on the screen, but when we switch of the phone and switch it on again, the message starts coming in before the application starts and goes directly to the PDA/Phone inbox. My problem is to read messages from PDA/Smartphone inbox. I am using C#.Net 2.0, Compact Framework 2.0 and Windows mobile 6 SDK Please let me know if there is some way to grab those messages. Thanks in advance Parasmani Swamy

    Mobile csharp mobile help

  • BlackBerry application development
    P Parasmani Swamy

    Hi all, I am new to BlackBerry applcation develpment. I have downloaded the BlackBerry JDK 4.5 and installed it, also installed the JAVA jdk1.5.0_15 and desktop manager. I have also set the environment variables and selected BlackBerry Pearl 8110 JDE as default mobile. Now the problem is whenever I open a sample workspace and make one project active and try to run it(by selecting Build from Build menu and then Go from Debug menu), it does nothing. The expected output I should get, is a window saying Hello World, however, nothing happens. It does not even give any error messages, it only says build complete and opens the simulator and freezes. Please let me know how to get around it. Thanks in advance Parasmani Swamy

    Mobile help workspace java debugging tutorial

  • Deploying in a real device?
    P Parasmani Swamy

    You can use smart device cab project under setup and deployment project type. Hope this will help you. regards Parasmani Swamy

    Mobile question

  • Play sound on Smartphone/PDA
    P Parasmani Swamy

    Hi all, I am creating an application which will send/receive messages, whenever a message comes in it should play a sound file(wave/mid or any other format). How can we do it? I am using C#.NET, Windows Mobile Smartphone SDK, Compact framework 2.0 Thanks in advance

    Mobile csharp mobile question

  • Launch/Call an Application/Function on the keypress and hold event
    P Parasmani Swamy

    Hi RRave, I have done it. Thanks for your help Regards Parasmani Swamy

    Mobile csharp mobile

  • Creating a service for Smartphone.
    P Parasmani Swamy

    Hi All, I am trying to create a service for smartphone which uses Windows Mobile 5. When ever I switch on the Smartphone that service should run. How can we do it? Please give some suggestions/ideas/links. I am using C#.net, Compact Framework and Windows Mobile 5 SmartPhone SDK. Thanks in advance LTCCTL --------------------------------------------------------------------------------

    Mobile csharp mobile question

  • Launch/Call an Application/Function on the keypress and hold event
    P Parasmani Swamy

    Hi All, I have written an application for the SmartPhone using Windows Mobile 5. I want to call the application/function i.e Launch the application/function when a specific button/key is pressed and is held for few seconds, say 5 seconds I have used C#.net and Windows Mobile 5. Can anyone give me suggestions/ideas/links so that I can perform this. Thanks in advance Parasmani Swamy

    Mobile csharp mobile

  • Sending SMSs from your Microsoft .NET Compact Framework-based Applications
    P Parasmani Swamy

    Hi, Hope the following code is helpful to you: using Microsoft.WindowsMobile.PocketOutlook; using Microsoft.WindowsMobile.PocketOutlook.MessageInterception; SmsMessage sendMsg = new SmsMessage(); Recipient recpt = new Recipient("1234567890"); sendMsg.Body = "Hello"; sendMsg.To.Add(recpt); sendMsg.Send(); Regards Parasmani Swamy

    modified on Saturday, March 29, 2008 7:37 AM

    Mobile csharp help

  • Capturing/gathering own mobile number - Smartphone
    P Parasmani Swamy

    Hi Himanshu, Getting the owner information is not a problem, we can get it, if the user has entered the information in the "owner information". How can we access the phone number from the smartphone if the user hasn't entered the information? Thanks & Regards

    Mobile csharp mobile question

  • GPS/SPRS - Smartphone [modified]
    P Parasmani Swamy

    Hi Hamanshu, Thanks for your help. I want to create an application in such a way that, it should ask me before sending the SMS, whether I want to send it through GPRS or through service provider(using simcard) and if I say through GPRS then it should send it through GPRS. please suggest me how we can do it. Thanks and Regards

    Mobile csharp mobile question

  • Using key combinations/short cut keys in Windows Mobile/Smartphone [modified]
    P Parasmani Swamy

    Hi All, I am trying to use the key combination to perform a specific task, at present I have developed a windows mobile/smartphone application, when I press key 5 it gives me some stored information into the textboxes. I want to use the key combination # and 5 or create a short cut keys to get the information into the textboxes. please, suggest me the way to do it. Thanks in advance

    modified on Tuesday, March 11, 2008 1:07 AM

    Mobile mobile

  • Capturing/gathering own mobile number - Smartphone
    P Parasmani Swamy

    Hi All, I want to develop an application for the smartphone. When you run that application it should capture/gather own mobile number and then it should transfer the number to a textbox. Has anyone got any suggestions and ideas. How can we do it using C#.NET and Windows Mobile 6 Professional? Regards Parasmani

    Mobile csharp mobile question

  • GPS/SPRS - Smartphone [modified]
    P Parasmani Swamy

    Hi All, I want to develop an application for the smartphone. When you run that application it should show the details about the phone, whether the phone is GPS/GPRS enabled or not and if enabled then it should transfer the details to the textboxes. Has anyone got any suggestions and ideas. How can we do it using C#.NET and Windows Mobile 6 Professional? Regards Parasmani

    modified on Tuesday, March 4, 2008 6:26 AM

    Mobile csharp mobile question

  • Logo/Icon on the Smartphone
    P Parasmani Swamy

    I have created a mobile application and it is working fine, but I want to do one more task: I want to display a logo. When the application is running - How can we display logo on the top of the screen with other icons such as time, network, roaming status, battery status etc. Does anyone has a suggestion or answer.... Regards

    Visual Basic mobile sysadmin
  • Login

  • Don't have an account? Register

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