Results 1 to 3 of 3

Thread: [RESOLVED] Form Load

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Location
    Dhaka, Bangladesh
    Posts
    102

    Resolved [RESOLVED] Form Load

    Dear Friends,

    How can I go from one C#.Net form to another form in a desktop application.

    I know in ASP.NET as Response.Redirect(...)

    But I don't know how to do that in desktop application. Please help.


    Rajib
    Please Rate every reply if it is useful to u

  2. #2
    Frenzied Member conipto's Avatar
    Join Date
    Jun 2005
    Location
    Chicago
    Posts
    1,175

    Re: Form Load

    The answer depends on a few things.. is this form in your project? If so, then you should read this tutorial:

    http://www.devcity.net/Articles/94/1/multipleforms.aspx

    (Which is in VB, but easily converted to C#)

    If it's another program, you need to look into the FindWindowEx API function, and a few others.

    Bill
    Hate Adobe Acrobat? My Codebank Sumbissions - Easy CodeDom Expression evaluator: (VB / C# ) -- C# Scrolling Text Display

    I Like to code when drunk. Don't say you weren't warned.

  3. #3

    Thread Starter
    Lively Member
    Join Date
    Mar 2005
    Location
    Dhaka, Bangladesh
    Posts
    102

    Re: [RESOLVED] Form Load

    Ok, I have done it.
    Please Rate every reply if it is useful to u

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width