CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: moshe5737

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    1,410

    expanding grid to a maximum size

    B"H
    Hello everyone! I have an application that has a grid in it I want that when the size of the main window changes the size of the grid changes acordingly. The solution with docking doesn't fit me...
  2. Replies
    3
    Views
    839

    button into image button

    Hello everyone! Does anyone know how to transfer button in windows forms into image button.
    I mean that all trace of original button would disappear and just the image remain.
    Thanks.
  3. Replies
    1
    Views
    816

    searching for mailto link

    hello everyone!
    I need to open a web page and search for every <a href="mailto:....
    that appears there,copy them to DB
    Anyone could help it'd be very appreciative
    Thanks
  4. Replies
    7
    Views
    1,369

    Re: Chat with many clients

    The quastion that i have now is whether every new client which connects gas to have his oersonal network stream to communicate on and the server has to run on foreach loop on every stream to check if...
  5. Replies
    7
    Views
    1,369

    Re: Chat with many clients

    this is the condition for this task
    i'm a student
  6. Replies
    7
    Views
    1,369

    Re: Chat with many clients

    Thank's I'll read this section with G-d's help
    but this application should be made with TcpListener and TcpClient
  7. Replies
    0
    Views
    934

    Chat with many clients

    hello all!
    I need to make a chat using TcpListener and TcpClient of C# classes. I succeed to make it just between sever and one client but when another client wants to join server doesn't recognize...
  8. Replies
    7
    Views
    1,369

    Chat with many clients

    hello all!
    I need to make a chat using TcpListener and TcpClient classes. I succeed to make it just between sever and one client but when another client wants to join server doesn't recognize him....
  9. Replies
    2
    Views
    726

    Re: Problem with transfering text files

    Thank's for the advice.
    I worked out the sending through the NetWorkStream but what still remains the problem is that the last line constantly being read infinite amount of times.
    Is the anyway to...
  10. Replies
    2
    Views
    726

    Problem with transfering text files

    hello everyone I'm working on simple app chatlike which is supposed to transffer a text file to another PC.
    The problem I encountered is that
    - The Data does not appear on the NetWorkStrea untill...
  11. How to make different color in listBox' lines

    Hello everyone! I'm making a simple chat and for displaying messages i use a ListBox
    I'd like that every client'd his own uniq color for his sayings. So how can i make different color in listBox'...
  12. Replies
    3
    Views
    853

    Re: Thread exception

    in Program.cs
    this attribute is marked
  13. Replies
    3
    Views
    853

    Thread exception

    Hello to everyone during my program i've got certain exception that I don't know how to deal with
    the message is folowing:

    Current thread must be set to single thread apartment (STA) mode before...
  14. Replies
    10
    Views
    2,436

    Re: [RESOLVED] R/W app.Config

    I'm sorry for maybe a too easy question but I'm a beginner
    I'm trying to work with a config file, but vs doesn't recognize such
    a types like:
    System.Configuration.Configuration config =...
  15. Drawing on picturebox,mdiparrent,richtextbox

    is there any chance to draw by Gdi on PictureBox,MdiParrent(before the child is loaded),RichTextBox
  16. Replies
    2
    Views
    853

    Re: loading to a fullscreen

    thanks
  17. Replies
    2
    Views
    853

    loading to a fullscreen

    Hello! I'd like that my form will open into fullscreen mode at the loading.
    Does anyone know how to do it quickly?
    thanks
Results 1 to 17 of 17





Click Here to Expand Forum to Full Width

Featured