Search:

Type: Posts; User: Proudyy

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    663

    Readonly as Event?

    Hey,
    i want to make a custom textbox readonly with an event.
    I work with an ui and there isn't the property ReadOnly at the textbox.
    Now i want to know how i could make it ReadOnly with the...
  2. Replies
    0
    Views
    712

    VS 2015 Add / Remove Firewall Rules

    Hey, i want to add a firewall rule, that block the internet connection for a program.
    But i want also to remove it...
    I just saw, to add a rule to access the use of connection for a program, and i...
  3. Re: Searching path for specific file, and if that file exists, getting the path of it

    What you have posted is working well for me,
    but i wanted the full path with the filename but that is no problem for me just adding & "text.txt" if it gots found. :)

    I ment with: "they don't...
  4. Searching path for specific file, and if that file exists, getting the path of it

    Hey guys!
    I want in vb.net to search for a specific named file in a path, and if that file exists, i need to get the path of the file.
    But i don't know how to code something like this..
    I tried...
  5. Re: Disabling/Enabling Internet Adapter with vb.net

    Ok i tried just the method with renaming the adapter with needs to get deactivatd,
    and i named it to Ethernet, like mine currently activated calls.
    But i need to select the current activated.
    This...
  6. Re: Disabling/Enabling Internet Adapter with vb.net

    Hey!
    Thanks for your answer, and sorry, that im often not so exactly..
    Here's the code:
    https://pastebin.com/s9Yx3e6J

    It should just select the currently activated network adapter and disabling...
  7. Disabling/Enabling Internet Adapter with vb.net

    Hi guys!
    I know some guys already posted this thread or someone like this..
    But it the code which has been posted under their threads didn't worked for me.
    I need a code, which is choosing the...
  8. Re: [RESOLVED] vb.net how to delete subfolderkey...

    Hey guys!
    I found the error.
    It doesnt works because of all the SubKeys contains more keys in them self.
    To fix it and deleting the subkeys and their values i had to go on like this way:

    ...
  9. Re: vb.net how to delete subfolderkey...

    Hey guys!
    I tried it out with saving a key on another Path...
    And i found out that these paths are blocked..
    So i think i dont have most requirements for it.
    I tried too to start my application...
  10. [RESOLVED] vb.net how to delete subfolderkey...

    Hey guys!
    I tried to delete something in the registry which is displayed like a folder.
    I read about it that it calls SubFolderKey..
    But I dont know if it's right...

    Anyway i tried this code...
  11. Replies
    2
    Views
    614

    Re: Adding entry in programs list?

    Yes, i tried it with vb.net to create an installer for another application.
  12. Replies
    2
    Views
    614

    Adding entry in programs list?

    Hi guys!
    i try to create a setup.
    i know how to export a folder (to programs x86).
    but i dont know, how to add a entry in the programs list..
    i mean if i go to my programs and features list i...
  13. Re: What does this functions makes in this api about writing lines?

    hi, ty for your anwer!
    dday9 wrote an api for me and I don't know how to use the functions in the api.
    And what they doing.
    His post is on the end of this thread:...
  14. What does this functions makes in this api about writing lines?

    API:
    https://pastebin.com/GJEb9Rz7
    https://hastebin.com/igomegutil.vbs
  15. vb.net | vs 2015 | add entrys in programs list

    hi!
    I'd like to add an entry to the programs list where you can uninstall programs. so i want to code a setup. But i don't know how I add entrys into this list...
    I add an entry first of all into...
  16. Re: how to add an entry if it doesnt exist and remove an entry from the hosts file

    Thank you so much for your answer!
    This post has been resolved, thx
  17. VS 2015 visual basic | visual studio 2015 | api for writing lines in hosts file

    Hi!
    I tried some ways to write lines into a hosts file, some of them worked well, but it would be better, if I had a class with all of the methods in it.
    Could you send me an API for writing lines...
  18. Replies
    4
    Views
    649

    Re: ImageButton As "CheckBox"

    Oh nice, it works!
    I just tryed to ask if its the Tag Checked, and if its it will set the image to empty, because he clicked it
    And at the Tag empty its the other way around.
    This is the new code:...
  19. Replies
    4
    Views
    649

    Re: ImageButton As "CheckBox"

    Oh thats a good idea, i try it out!
  20. Replies
    4
    Views
    649

    [RESOLVED] ImageButton As "CheckBox"

    Hey guys, i tried with a ClickEvent to click on an ImageButton and to change its image, but it didnt works..
    Here's the sub:

    Private Sub ShowMessagesCheckBox_Click(sender As Object, e As...
  21. Re: how to add an entry if it doesnt exist and remove an entry from the hosts file

    Hi!
    Thank you for your message.
    But couldn't you send me something like an API or a video?
    Or it would be better if you would paste onto this post here a method, which's containing a Function or...
  22. [RESOLVED] how to add an entry if it doesnt exist and remove an entry from the hosts file

    Hi guys!
    I want to edit my hosts file..
    Now i want to code something function or something like this.
    I want if I click on a button an entry will be added to the hosts file and if it already...
Results 1 to 22 of 22



Click Here to Expand Forum to Full Width