Search:

Type: Posts; User: LegacyDev

Search: Search took 0.07 seconds.

  1. Replies
    2
    Views
    517

    Re: Help with error.

    label7.Text = client.DownloadString("ftp://ftp_username@ftp_address/htdocs/ip.txt");

    this line. When I delete this try , it gives the same error on another try section.
  2. Replies
    2
    Views
    517

    Help with error.

    I have an ftp server and form . When I launch it , it gives an error : An unhandled exception of type 'System.IO.IOException' occurred in mscorlib.dll ,Additional Information: The specified...
  3. Replies
    1
    Views
    353

    Change background image of Windows

    Hello I have an application in which I have a button . I want that when you click this button then it will change the background image of Windows (NOT form! Windows) . How can I do that ?
  4. Replies
    3
    Views
    3,769

    Re: Help with registration form!

    I solved the problem with another way :P . I set the username as unique in mysql database :D . Thanks for help.
  5. Replies
    3
    Views
    3,769

    Re: Help with registration form!

    Can you help me with code ? I'm new at this. I don't understand all :(
  6. Replies
    3
    Views
    3,769

    [RESOLVED] Help with registration form!

    Hello! I created a registration and login form but I have a problem . When you created a user , you can create it again with different password .
    Here is code of Registration form :



    using...
  7. Replies
    8
    Views
    1,913

    Re: Commands in chat

    Well , I solved problem . I just created new button that's shows a new form which contains command prompt . There is another question for it I want to make a command /music ,but I want to when...
  8. Replies
    8
    Views
    1,913

    Re: Commands in chat

    I think I'm tired of you , but there is one more thing :o . Every thing is ok ,but when you type /help and then press the button it's shows the message and then it's disappear . I think that because...
  9. Replies
    8
    Views
    1,913

    Re: Commands in chat

    First things first , thanks . I made it /help works I replaced /help code with message sending code :


    Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs)...
  10. Replies
    8
    Views
    1,913

    Re: Commands in chat

    Thanks , in my chat I have a timer that has this code :


    Private Sub Timer1_Tick(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Yenileyici.Tick
    Try
    ...
  11. Replies
    8
    Views
    1,913

    [RESOLVED] Commands in chat

    Hello , I have a chat program based on ftp . I want to make commands , I mean when someone type for example /help than it will show commands that he can type ,but it will show to him only . How can I...
Results 1 to 11 of 11



Click Here to Expand Forum to Full Width