User Profile

Collapse

Profile Sidebar

Collapse
sandeepshetty
sandeepshetty
Last Activity: Sep 23 '08, 11:43 AM
Joined: Aug 8 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • C#.Net:How to find the distance between two points Using Mouse Button

    Hi...
    As im new to .Net .. I just wanted to know if their is any "event or method" in C#.net to find the DISTANCE between the two Points....

    Say for example:" I have two points on a web form and i need to find its distance by Dragging the MOUSE BUTTON from one Point to the Other Point..."

    ...
    See more | Go to post

    Leave a comment:


  • C#.Net:How to find the distance between two points clicked using mouse Button

    hi All,
    Im new to .NET ... I need your help.. I just wanted to know if their is any method or event in .NET to find the distance between two points clicked using a mouse button.... I working on a web form and i need this action to happen over an GIF image file... I hope this is clear and somebody will help me out...

    Thank You,
    Sandeep.
    See more | Go to post

  • The Best way could be using "Out" Keyword... The code may be like:

    Code:
    private String infoPatient(out String initial,out String transplantDate )
    {............
    .............
    }
    There is no need of return statement then...But Make sure using "out" kyword while Calling this Functio..Like :

    Code:
    infoPatient(out initial,out transplantDate );
    All the Best.
    See more | Go to post

    Leave a comment:


  • C# Asp.net:how To Zoom A Image Using Mouse Wheel In Asp.net

    hi all..
    Can anybody help me out on how zooming can be done on images in web applications but only by using mouse wheel and scroll bars.. thank u..
    sandeep.
    See more | Go to post

  • First of all thank u so much for replying ... Actually i hav stored the dimensions and also retrieved it for creating the images ... Problem im facing is that: i need These dimensions to be displayed on the image as well.. Like i want to label the sides of The truss .. like for example i just want to display the length of the Span chord of the truss just below the chord image drawn.. hopefully i think this will clear ur confusion......
    See more | Go to post

    Leave a comment:


  • C#.net-web: How To Zoom In And Zoom Out The Gif Images

    Hi..
    im begginner to c#.Net.2.0.. I need your help for the following:

    I want to use 3 radio buttons for "zoom in","zoom out" and "normal" respectievly and on clicking these buttons I want the appropriate Zooming action to take place.. say for ex if i click on "Zoom in" radio button the the Image must get Zoomed in ..Likewise the other actions also...

    ...
    See more | Go to post

  • C#-WEB:how to extract values from database and display on image file

    hi...
    Im new to c#.Net and right now working on Roof truss designing project using c#.net(visual studio 2005 ) .For storing the dimensions(valu es) of these trusses I am using ms-sql server 2000 .

    But Im facing the problem of extracting these stored values from the database And display it as dimensions for the designed roof .. The designed roof is in gif format...Can somebody help me out please.
    ...
    See more | Go to post
No activity results to display
Show More
Working...