Search:

Type: Posts; User: andrecito77

Search: Search took 0.04 seconds.

  1. Replies
    6
    Views
    733

    Re: TCP Sending?

    nvm fixed it. Nothing to do with TCP connection :P
  2. Replies
    6
    Views
    733

    Re: TCP Sending?

    Why wouldn't it? I mean it works with small messages, so why wouldn't it work with small ones?
  3. Replies
    6
    Views
    733

    Re: TCP Sending?

    Yes to my server. Here is the server receiving code:


    Sub New(ByVal xclient As TcpClient)
    Client = xclient
    Client.GetStream.BeginRead(New Byte() {0}, 0, 0, AddressOf...
  4. Replies
    6
    Views
    733

    TCP Sending?

    Hey I would like to know how to send large amounts of text with TCP. Here is my current code:


    Private Sub Send(ByVal Str As String)
    Try
    Writer = New...
  5. VS 2010 Re: TCP Connection Issue [Please Help ASAP]

    I hate triple posting, I really do but no one is even bothering to tell me they don't know. I really need an answer to this!
  6. VS 2010 Re: TCP Connection Issue [Please Help ASAP]

    Can anyone help? I would really appreciate it :)
  7. VS 2010 TCP Connection Issue [Please Help ASAP]

    Hello, I have a TCP connection code for client and server communication. It's not meant to be malware but it collects the clients computer information and then connects to the server.

    It...
  8. Re: LAN Chat Application >> adding smileys and getting rid of RTF tags

    I don't see an attachment...

    You must have forgotten it :)
  9. Replies
    2
    Views
    3,305

    VS 2010 Re: SetParent Question

    Nice ;) Thanks a bunch
  10. Replies
    13
    Views
    1,350

    Re: Do Until Freezing Problem

    Do Until PageLoaded() = True
    Nothing
    Loop

    is VB.NET and try removing the nothing. See what happens. (I don't do C# so don't judge :) )
  11. Replies
    13
    Views
    1,350

    Re: Do Until Freezing Problem

    This is a VB.Net forum you should post this here: http://www.vbforums.com/forumdisplay.php?f=30
  12. Replies
    2
    Views
    3,305

    VS 2010 SetParent Question

    I am placing an external program into my application. The current code is as follows:

    Const SW_HIDE As Integer = 0
    Const SW_SHOWNORMAL As Integer = 1
    Const SW_NORMAL As Integer = 1
    ...
  13. Replies
    6
    Views
    1,009

    Re: Listview in MDIClient

    hmm.. Oh well I guess :(
  14. Replies
    6
    Views
    1,009

    Re: Listview in MDIClient

    bump. Please respond as soon as possible :)
  15. Replies
    6
    Views
    1,009

    Re: Listview in MDIClient

    Ok so sorry about the double post but I found this by Nicholas Paldino in another forum:



    Since I'm still learning how to do stuff with the wndproc method, I really don't know how to do this....
  16. Replies
    6
    Views
    1,009

    Re: Listview in MDIClient

    Sorry 'bout the listview/listbox confusion, I fixed it. So I did think of making a borderless form with my listview inside of it. When I run it all works good and it looks fine until of course the...
  17. Replies
    3
    Views
    641

    VS 2010 Re: File Dragged onto Listbox

    I suggest you search Google for Drag and Drop in Vb.Net. Learn a bit about it. Without any help I'm sure you can figure it out.
  18. Replies
    6
    Views
    1,009

    Listview in MDIClient

    I have an MDI client, and I have a listview inside it. I want it to be kinda like a desktop feature. The problem is that whenever you open a MDI child and you drag it to the listview, it goes under...
  19. Replies
    58
    Views
    75,410

    Re: [Ready] Visual Studio 2010 Menu/ToolStrip

    Thank you very much :) BTW: I don't know what happened but my first post didn't appear, so i posted another. Sorry bout that.
  20. Replies
    58
    Views
    75,410

    Re: [Ready] Visual Studio 2010 Menu/ToolStrip

    Sorry for bringing up such an old topic but could I please have the source to the tabcontrol?
  21. Replies
    58
    Views
    75,410

    Re: [Ready] Visual Studio 2010 Menu/ToolStrip

    Hello, sorry for brining up an old topic, but could I please have the source to that control?
Results 1 to 21 of 21



Click Here to Expand Forum to Full Width