Search Result

Collapse
2 results in 0.0014 seconds.
Keywords
Members
Tags
back
  •  

  • How to Create a Video in windows form application?? (with pic, maybe flv)

    im trying to use frames to create a video in the windows form application everything works if the first FOR is <10, if is > to 10 an error appears saying "FileNotFoundEx ception was unhandled". i need serious help, and if there is a way to use another type of extension(examp le:flv,wmv,tiff ) please help me too with that. thanks ;)

    Code:
     Image[] images = new Image[2003];
                for (int i = 1; i < 2004; i++)
    ...
    See more | Go to post

  • jim bradshaw
    started a topic detect if page is refreshed

    detect if page is refreshed

    I have an asp.net page that calls itself recursively if the user selects certain actions on form buttons. The page will be changed in various ways according to the action called for by the user. This works fine, except for the fact that the "action" variable is a hidden field and if the user hits the refresh button or navigates to the page by the "back" button or other methods, the latest "action" will be performed...
    See more | Go to post
    Last edited by jim bradshaw; Feb 12 '09, 11:24 PM. Reason: punctuation
Working...