User Profile

Collapse

Profile Sidebar

Collapse
mkumar20xx
mkumar20xx
Last Activity: Apr 3 '09, 10:44 AM
Joined: Nov 2 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mkumar20xx
    replied to C#:how to make Esc key to close form
    in .NET
    Just Try This and Let Me Know.

    Vb Code
    ------------
    [code=vbnet]
    Protected Overrides Function ProcessCmdKey(B yRef msg As System.Windows. Forms.Message, ByVal keyData As System.Windows. Forms.Keys) As Boolean
    Try
    If msg.WParam.ToIn t32 = Convert.ToInt32 (Keys.Escape) Then
    Me.Close()
    Else
    Return MyBase.ProcessC mdKey(msg,...
    See more | Go to post

    Leave a comment:


  • Help: How to load images from xml and scroll the images

    hi Guys,

    I am a beginner in flash. i have made some flash movies and have some understanding on actionscripts.

    my question is how to make flash movie which will dynamically load thumbnail images from an xml file . after loading i have to scroll those images from left to right and it should stop on mouse over and resume on mouse out. On mouse click of an image it should redirect to a website.

    the xml file...
    See more | Go to post
No activity results to display
Show More
Working...