Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 341 Vote(s) - 3.59 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[VB.Net] Hide a Program from runtime showing

#1
well, its very simple but good for beginners.

Create a new timer then double click it and add this code:


Hidden Content
You must

[To see links please register here]

or

[To see links please register here]

to view this content.


um... i think this is enough :lp:



Code Explanation


Me.hide(): Hides the Form.

Me.opacity = 0: Sets the form's opacity to 0. Normal Opacity is 100 which gets see able the more it gets near to 0. 0 is completely non-seable.

Me.showintaskbar = false: Hides the program from being showed in the taskbar.

Me.visible = false: Hides the form.

Me.Controlbox = false: Hides the Maximize Minimize Exit buttons.

Me.Height = 0: Sets the form's height to 0.

Me.Width = 0: Sets the form's width to 0.

Me.Showicon = false: Doesn't show the form's icon in Alt+Tab.

Me.TransparencyKey = Me.BackColor: Sets the transparency key which can make a color be invisible in the form and since it selects the form's backcolor the form is invisible.

Me.FormBorderStyle = BorderStyle.None: Removes the form's Border.



Well you can always use a Me.hide or a Me.visible = false but wrote this post for beginners to introduce them more ways :smile:


Hope you liked it :smile:
Reply

#2
Thanks for the info
Reply

#3
Yeah helpful for me ! thanks 1234hotmaster , you're really helping me in vb.net , keep up the good work !
Reply

#4
GREAT Thanxx! :smile:))))
Reply

#5
ofc! wait ill go post
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through