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

Search:

Type: Posts; User: pooya1072

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    757

    Re: problem with Drawing a line

    thanks...
  2. Replies
    2
    Views
    757

    problem with Drawing a line

    hi
    "at first sorry about my bad grammer"
    I create a class named Drawing that extends a JPanel and implements KeyListener :


    import java.awt.Graphics;
    import java.awt.Point;
    import...
  3. specify timeput for connecting with TCPClient

    hi
    i want to connect to a listener with TCPClient.connect(ip,port) command.but before that i want to specify a timeout for it.
    as you know there is 2 command for send and recieve :SendTimeout and...
  4. Re: form do not take any action when tcpListener is start

    sure ...
    this is the server codes :

    Imports System.Text
    Imports System.Net
    Imports System.Net.Sockets

    Public Class Server
    Public ip As IPAddress = GetMyIP()
    Public TCPlistener As...
  5. form do not take any action when tcpListener is start

    hi
    i create a very simple server-client chat program.
    in the server form , i put a textbox to recieve msg from clients and a button to start tcpListener.when i click this button tcpListener is...
  6. Re: How Can I create a TextBox with digit grouping option

    hi...
    i create a procedure to do this but that's very long and bore.
    i know that it is possible to use FormatNumber to do this but how? i don't know
  7. How Can I create a TextBox with digit grouping option

    hi friends....
    I want to create a textbox like Windows XP Calculator's textbox by this condition:

    1 -the digits separate by comma (digit Grouping) like Windows XP Calculator's textbox
    2 -the...
Results 1 to 7 of 7





Click Here to Expand Forum to Full Width

Featured