User Profile

Collapse

Profile Sidebar

Collapse
wingsganesh
wingsganesh
Last Activity: Feb 13 '08, 01:16 PM
Joined: Nov 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • wingsganesh
    replied to "How send image using windows mobile"
    in .NET
    Hi Buddy,
    Thanks for ur reply. but there is no sample coding.do u have any other
    link with sample coding......... ....

    Expect u
    See more | Go to post

    Leave a comment:


  • wingsganesh
    started a topic "How send image using windows mobile"
    in .NET

    "How send image using windows mobile"

    Hi Guys,

    I dont know how to send image in windows mobile 6. i captured image using CameraCaptureDi alog class and displayed that image in picture box. but still, i need to send this image in one specific link .... can anybody guide me.....
    how to send image.......... .....
    See more | Go to post

  • wingsganesh
    started a topic "Get Image Form Pocket pc "

    "Get Image Form Pocket pc "

    Hi ,

    Am working in "Pocket PC Windows Mobile 6 Professional" Using cameraCaptureDi alog class i save one image in My pictures folder in Windows Mobile 6 Professional. When a button click event I need that image in picture Box using that image path Like "\My Documents\My Pictures\Logo.j peg" This much.

    How can i Do it.........



    can anybody guide me..........
    See more | Go to post

  • wingsganesh
    started a topic "Efficieny for poket PC"

    "Efficieny for poket PC"

    Hi guys,
    Am working in Pocket PC 2005.In my new project have more navigations and I need to display more images .
    am using multiple forms, I think it is also possible to make single form but it is complicated.
    any one can give idea about this and which is more efficiency and what is the reason .............
    My Question is Which is make fast and efficiency , using single for or multiple form........... .....
    See more | Go to post

  • Hi mark,

    Thanks for ur reply
    I just drag one picture box and load image at design time, It is
    ".PNG" type image.

    and one more thing, it ran successfully before one hour, The bug was raised when i add new form to my project .........
    See more | Go to post

    Leave a comment:


  • "NotSupportedException was unhandled + System.Drawing.Bitmap"

    Hi buddys,

    I have the followinf Bug.........
    when i run my application "NotSupportedEx ception was un handled" in "System.Drawing .Icon"
    for the following designer code....

    Me.picImgMain.I mage = CType(resources .GetObject("pic ImgMain.Image") , System.Drawing. Image)

    can u give any idea
    See more | Go to post

  • wingsganesh
    started a topic ASP/VB.NET? How Pass Parameter PaintEventArgs
    in .NET

    ASP/VB.NET? How Pass Parameter PaintEventArgs

    Hi Buddy,

    see my small example,

    Public Sub myPaint(ByVal e As System.Windows. Forms.PaintEven tArgs)

    e.Graphics.Draw String(" MichaelAyvazyan ", Font, New SolidBrush(Colo r.Beige), 100, 100)

    End Sub

    Here one userdefined Method,
    I need to call this method in Button Cliclk event,
    Means when i click button the string "MichaelAyvazya n" display the...
    See more | Go to post

  • wingsganesh
    started a topic "Key Pads In WM 5.0 Pocket PC"

    "Key Pads In WM 5.0 Pocket PC"

    Hi ,
    I am Working in Pocket PC Windows Mobile 5.0, IN Pocket PC 2003 keypads are visible default .

    But in Pocket PC Windows Mobile 5.0 the key pads are not visible ,Am also change the Emulator options,But no Use. How can i Visible it,What is the property to Visible the Key pad ............... ............
    See more | Go to post

  • hi buddy,

    Thakns for ur kindly information, ............... .....
    See more | Go to post

    Leave a comment:


  • "Difference Between SmartPhone Keys & PocketPC Keys "

    hi ,



    1) I need information for difference between smart phone keys and pocket pc keys.



    2) In pocket pc "Shift","Num"," Caps" key are disabled .............. How can i enable these keys........... ..



    3) just i drag and drop one textbox in pocket pc,debug that application,wne n i key pressed for...
    See more | Go to post

  • i got result ............... ..

    http://msdn2.microsoft .com/en-us/library/bb630224.aspx

    now this is my coding......... .

    Dim strPath As String = "\Storage\M y Documents\comp. xml"
    Dim xmlDoc As New XmlDocument
    xmlDoc.Load(str Path)
    txtName.Text = xmlDoc.InnerTex t
    See more | Go to post

    Leave a comment:


  • "Load Xml File in Device Application"-Web Exception

    Hi guys,


    I know how load XMl file in Windows application.But comparing windows application , device application have some special feature. When i use the same code in device application i have bug called"Web Exception"

    Any body can help


    My code is:


    Dim strPath As String = "http://192.168.1.50/iw/Document/pathXml/pathXml/comp.xml"...
    See more | Go to post

  • wingsganesh
    replied to "Web Exception"
    in .NET
    hi siva,

    Am also use localhost, System name and IP address , but i have the same error.This code correct result in windows application. what i do..........
    See more | Go to post

    Leave a comment:


  • wingsganesh
    started a topic "Web Exception"
    in .NET

    "Web Exception"

    hi guys,

    I need XML data in my textbox,It was correctly worked in vb.net ,But when i used This coding for Device application, "WebExcepti on" bug was araised,


    am also try path name as localhost and IP address. I have same error. This is my coding,
    [CODE=vbnet]Private Sub Form1_Load(ByVa l sender As Object, ByVal e As System.EventArg s) Handles MyBase.Load

    Dim...
    See more | Go to post
    Last edited by Shashi Sadasivan; Dec 3 '07, 05:36 AM. Reason: adding code tags

  • "Reading data from Xml in smart phones "

    hi guys,

    My Xml File

    <xml version="1.0">
    <Name>
    <Firstname> Infowave </Firstname>
    <Lastname> Homes </Lastname>
    </Name>
    </xml>

    Here am use Parent element '<name> and child elements <Firstname><Las tname> ............... ...........
    See more | Go to post

  • wingsganesh
    started a topic "Uses of intptr in .net"

    "Uses of intptr in .net"

    hi guys,

    Am new in Mobile development. I know intptr is the same concept for Poiters in C. But I dont know where we use this concept, please any one can give me clear info for intptr......... ...........
    See more | Go to post
No activity results to display
Show More
Working...