User Profile

Collapse

Profile Sidebar

Collapse
mhmani21
mhmani21
Last Activity: Aug 17 '07, 02:24 PM
Joined: Aug 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mhmani21
    started a topic Changing text of textbox in C#
    in .NET

    Changing text of textbox in C#

    Hi.
    I have a problem with setting the text of a textbox from a Class Library.
    Basically I recieve couple of string from the server, then have to pass the information the main form and set those strings as text of couple of textboxes and lables.
    I did this by opening a new form and setting texts it was fine. But for some reasons I'm not supposed to open a new form. So I defined a function in main form, it's void, and it reads...
    See more | Go to post

  • mhmani21
    replied to C# showing a form from DLL
    in .NET
    this must work,but the sing is you cant close or hide an open form from another form,or at least i donno how to do it. i did creat an instance and tried to close() function,but this doesnt do it.
    ............
    See more | Go to post

    Leave a comment:


  • mhmani21
    started a topic C# showing a form from DLL
    in .NET

    C# showing a form from DLL

    Hey,
    I'm writting a programm that uses socket programming. I've put all the networking code in one Class library and use all the function like connect and sendmessage and so on from other forms. There is one form I'm having problem with it. Basically, the application recieves compule of strings form the server, writes them to a file, and then calls one form called Solution. While this form is loading, it opens the file and read lines (3 lines)...
    See more | Go to post
No activity results to display
Show More
Working...