Search:

Type: Posts; User: Ben-m

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    706

    Reverse HostName Lookup

    Does anybody know how to lookup the IP address of a domain name in VB.NET, thanks, Ben.
  2. Replies
    6
    Views
    13,855

    Re: Testing Wanted - Secure My Screen

    Post removed.
  3. Replies
    11
    Views
    3,336

    Re: Specific action for clicking of close button

    Figured out what I needed


    If e.CloseReason = CloseReason.UserClosing Then
    Application.Exit()
    Else
    Me.Close()
    End If

    Else
  4. Replies
    11
    Views
    3,336

    Re: Specific action for clicking of close button

    I do want the form to close, from the code there is a check to see if a user has an account if they do they are logged in if not an error message, so


    If txtusername.text = my.settings.username...
  5. Replies
    11
    Views
    3,336

    Re: Specific action for clicking of close button

    Yeah, at the moment when using the code to close the login form and open the registration form i.e.


    formregister.show()
    me.close()

    the IF statement


    If e.CloseReason =...
  6. Replies
    11
    Views
    3,336

    Re: Specific action for clicking of close button

    I do want the form to close, however I want it to close without running the application.exit() code unless the user clicks the close button. I.E. the application should only exit if the close button...
  7. Replies
    11
    Views
    3,336

    Re: Specific action for clicking of close button

    Thanks for that,

    I implemented that however it is still triggered by a closing from the code, for example the following code;


    formregister.Show()
    Me.Close()

    triggers;
  8. Replies
    11
    Views
    3,336

    Specific action for clicking of close button

    Hello there,

    I have been developing my application for a while and need some advice on the closing. I want a code to be run when the close button is clicked but ONLY when it is clicked.

    I have...
  9. Replies
    6
    Views
    13,855

    Re: Testing Wanted - Secure My Screen

    Post removed.
  10. Replies
    6
    Views
    13,855

    Re: Testing Wanted - Secure My Screen

    Post removed.
  11. Replies
    6
    Views
    13,855

    Re: Testing Wanted - Secure My Screen

    Post removed.
  12. Replies
    6
    Views
    13,855

    [RESOLVED] Testing Wanted - Secure My Screen

    Post removed.
  13. Replies
    9
    Views
    982

    Re: This makes no sense to me - at all.

    Yep, I have done that, the values were exactly as expected. If I use the decrypt code directly it all works fine, it just will not match to the string for some strange reason.

    So if when it is...
  14. Replies
    9
    Views
    982

    Re: This makes no sense to me - at all.

    Sorry for the long reply, my posts have to be approved so I will see if they come instantly now.


    username and password do exist as they are defined in my application. They are defined as the...
  15. Replies
    9
    Views
    982

    Re: This makes no sense to me - at all.

    Username and password do exist in my application due to;


    Public password As String = DecryptString128Bit(My.Settings.password, EncryptionKey)
    Public username As String =...
  16. Replies
    9
    Views
    982

    This makes no sense to me - at all.

    Hello there, I am about 8 weeks into coding my program and it has gone very very well, however there is something that is driving me mad. My application runs offline and due to this I just use...
Results 1 to 16 of 17



Click Here to Expand Forum to Full Width