Search:

Type: Posts; User: karemmahmed22

Page 1 of 2 1 2

Search: Search took 0.07 seconds.

  1. Replies
    12
    Views
    2,937

    VS 2005 Re: Parsing a string

    I wanna parse strings like this:


    iJayce!iJayce@1E6D65.B418C9.25F7CA.4C659B JOIN :#Jayce
    iJayce!iJayce@1E6D65.B418C9.25F7CA.4C659B PART #Jayce
    Jayce!Jayce@Youuu.PanicBNC.com MODE #Jayce +o...
  2. Replies
    12
    Views
    2,937

    VS 2005 Re: Parsing a string

    Well I just need to know if theres a way I can check if array has the index '7' for example or w/e. This code works for me thanks.
  3. Replies
    12
    Views
    2,937

    VS 2005 Re: Parsing a string

    Well I already installed vs 2010 now but still theres a problem
    it only parses string only if the 7 parts are in the string, it doesn't if they aren't
    if i send this to the parser


    it outputs...
  4. Replies
    12
    Views
    2,937

    VS 2005 Re: Parsing a string

    Error 1 'Last' is not a member of 'System.Collections.Generic.List(Of String)'. Form1.vb 27 57 WindowsApplication1

    Line:

    IRCDataString = IRCDataString.Substring(IRCData.Last.Length +...
  5. Replies
    12
    Views
    2,937

    VS 2005 Parsing a string

    Hey,

    I'm having problem in my IRC bot project, I can't really figure out how to parse this string

    I wanna actually parse it to 6 different strings like that


    Dim nickname as string =...
  6. VS 2010 Re: Executing function on a thread

    Hmm, Can you give me an example how to do it on background worker? because I didn't use it before lol, I always use threads :\
  7. VS 2010 Re: Executing function on a thread

    @Techgnome No sorry I don't need background worker, Its just a multi threaded mysql program :\

    @Shaggy Hiker I understand what you mean, But the button will be disabled after click, so they can't...
  8. VS 2010 [RESOLVED] Executing function on a thread

    Hey, I have a problem, When I try to execture a MySQL on the main thread (form thread) It freezes for 3-4 seconds (due to the MySQL server) So I was wondering how to execute this query (select query)...
  9. Replies
    6
    Views
    700

    VS 2010 Re: Textbox text Isn't changing

    Ok I understand what you mean. But how can I raise an event from another thread? While the event on the main thread? (form1)
    Like MySQL raises the "OnReceiveText" thread on form1?
    I tried...
  10. Replies
    6
    Views
    700

    VS 2010 Re: Textbox text Isn't changing

    So if I need to update it incase, How can I do it?
    I tried many things..
    Even I moved my sub to form1 class, But still the same
  11. Replies
    6
    Views
    700

    VS 2010 Textbox text Isn't changing

    I was making a program based on threads, Its actually MySQL based program, But the problem is, I want to log some actions (from threads) to Textbox, But It just doesn't changing. The code gets...
  12. Replies
    2
    Views
    635

    Re: [Help] Handle more than 1 client

    soo isn't there anyway or this
  13. Replies
    2
    Views
    635

    [Help] Handle more than 1 client

    Guys
    i'm making a tcp server
    that will handle incoming clients
    like a game server
    i just using simple code to handle clients
    but the problem it's handle 1 client each time
    if i reading message...
  14. Replies
    3
    Views
    981

    Re: i need sdk dll for facebook

    sdk facebook .net reference ...........
  15. Replies
    3
    Views
    981

    i need sdk dll for facebook

    i need the dll for facebook to login and retrive friends list and and and :)
  16. Replies
    8
    Views
    1,122

    Re: Pictureboxes

    Thanks for you help guys
    Done :P
  17. Replies
    8
    Views
    1,122

    Re: Pictureboxes

    how can i do this? :P
    is there any code?
  18. Replies
    8
    Views
    1,122

    Re: Pictureboxes

    no thing :P
    seperate obj
    no just when click in small map it moves the big map red point
  19. Replies
    8
    Views
    1,122

    [RESOLVED] Pictureboxes

    I have 2 picture boxes
    one big and one small
    like that
    114655

    i need if i clicked the text {Small Map} the red point in the big one move to {big map}
    please help guys
    or if i clicked anywhere...
  20. Re: Send message to clients with IAsyncResult?

    how to send messages to one client or all clients?
  21. Send message to clients with IAsyncResult?

    My code


    Imports System.Net.Sockets
    Imports System.Net.Sockets.Socket
    Imports System.Net
    Imports System.Text
    Imports System.Threading
    Imports System.Text.RegularExpressions
    Public Class...
  22. Re: [RESOLVED] Help with multithreaded tcp server

    Done :P
  23. Re: Help with multithreaded tcp server

    Thanks for your replies:)

    i solved my problem thanks all
  24. [RESOLVED] Help with multithreaded tcp server

    I have a problem in my simple multithreaded tcp server

    it's very very simple just retrive data that clients send into
    rich text box

    but the problem when i call the sub from thread or...
  25. Replies
    5
    Views
    1,236

    Re: Multiplayer game client...

    is there any one help me?
  26. Replies
    5
    Views
    1,236

    Re: Multiplayer game client...

    yeah

    and i have simple multithreading tcp client & server
    but i ask for game not a chat program :{
  27. Replies
    5
    Views
    1,236

    Multiplayer game client...

    Guys i know how to make game server
    but i can't make game client :(
    i need any tutorial to explain how to make game client
    i don't need and advanced game client
    just i need to make and TIC TAC...
  28. Replies
    1
    Views
    694

    VS 2005 Re: [Help]Multi Thread socket wrapper

    is there anyway to make it????
  29. Replies
    7
    Views
    2,048

    Re: [HELP]Error with new thread

    can you post a tutorial to make it please?
    my stupid code is don't work
  30. Replies
    1
    Views
    694

    VS 2005 [Help]Multi Thread socket wrapper

    I'am working in multi thread project
    that takes data from client and send it to extrnal ip and port [78.124.36.21:8762]
    this picture will explian:)
    111261

    how to make that proxy?


    sorry...
  31. Replies
    7
    Views
    2,048

    Re: [HELP]Error with new thread

    i can't fix it :(
  32. Replies
    7
    Views
    2,048

    Re: [HELP]Error with new thread

    why none help me :(
  33. Replies
    1
    Views
    3,432

    Re: VBForums Theme v1.0.0.0

    WoW good work man
  34. Replies
    7
    Views
    2,048

    [HELP]Error with new thread

    Guys
    im working to make multi thread socket wrapper

    but i getting error when i call the waitconnections sub

    error {

    Error 1 Overload resolution failed because no accessible 'New' can...
  35. Replies
    2
    Views
    620

    VS 2008 Confused,, How to send packets?

    Hello guys ,

    how can i send packets in vb.net?

    Like
    [WriteUint16,32]

    i'am really confused about that

    this picture from tutorial to send packets but it's for C#
  36. Re: Cheat Engine Speed, how to make like this in vb.net

    Sorry for my bad english

    i wanna know how to make speed like that on cheat engine with vb.net
  37. Cheat Engine Speed, how to make like this in vb.net

    Guys Really I'am confused
    how to make like that the cheatengine speed?

    is there anyway to make it in vb.net
    Please explain me to how do this if i can
  38. Replies
    6
    Views
    1,922

    Re: [Help] Creating VPN client

    guys is there anyone have TUT to how i can do this?
  39. Replies
    5
    Views
    990

    Re: Need help with DB Design...

    i think you mean MySql database ?
    you can setup online database from db4free.org and you can make table and store what you need
    and retrive it from vb.net into labels
  40. Replies
    6
    Views
    1,922

    Re: [Help] Creating VPN client

    but what i need now how to make program like https://secure.logmein.com/products/hamachi/ to i can use it with my friends to play games like counter strike, conquer online private server....etc
Results 1 to 40 of 43
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width