User Profile

Collapse

Profile Sidebar

Collapse
koi
koi
Last Activity: Mar 25 '08, 09:51 AM
Joined: Feb 21 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • koi
    replied to How to solve flicker effect
    in .NET
    Hai,

    Rather than doing Panel.Refresh() do Panel.Invalidat e().

    Then make doublebuffer property of the application to true

    hope it works..
    See more | Go to post

    Leave a comment:


  • koi
    replied to User Control
    in .NET
    Hai,

    I tried it in my system it works finely.

    Only error is AutoScaleMode
    comment it and run it will works

    hope it helps..
    See more | Go to post

    Leave a comment:


  • koi
    replied to Closing A Program on 2nd Form VB.NET
    in .NET
    Hai,

    Even i dont know the reason, but while opening the next form send the main form object as parameter and in formclosing or formclosed event of next form close the main form through the passed parameter
    application will close

    hope it helps..
    See more | Go to post

    Leave a comment:


  • koi
    replied to C# : upload an image from remote server
    in .NET
    Hai,

    First create the class at server and inherit it by MarshalByRef Class.

    Write a property to set and get image for above class.

    Access the above class at client side by importing dll or exe of server.

    Connect through particular channel and set the image in client and access it in server.

    hope it works
    See more | Go to post

    Leave a comment:


  • koi
    replied to DataGridView in c#
    in .NET
    Hai,

    I didnt got ur question exactly.
    If u want selectedindexch anged event you can achive it in cellvaluechange d event where you get the current value of the cell having
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...