Source (Custom Messagebox)
Heres your chance to share your own tutorials with the community. Just post them on here. If your lucky they may even be posted on the main site.
3 posts
Page 1 of 1
Hello again,
this is the tutorial to use your own messagebox
you can add new icon's , sound
just follow the tut and you will find out how it works.
here a few example:
there are 4 buttons:
OK
Cancel (is the same like no)
Yes
No
'" Variables "
'here you find the icons you can rename it or add new one's
Dummy1912
this is the tutorial to use your own messagebox
you can add new icon's , sound
just follow the tut and you will find out how it works.
here a few example:
there are 4 buttons:
OK
Cancel (is the same like no)
Yes
No
'" Variables "
'here you find the icons you can rename it or add new one's
Code: Select all
hope you like this one tooPrivate Sub ConfigIcon()
here you will see every icon from the resource you need to show it on the messagebox
even this one you can replace or add new
Private Sub frmmessageHouskeeping_Load
here you will see the sound file's so when you get a error or something you will hear the sound
even you can use the sound from windows or even add your own from the resource
try it you will like it :)
If Sound = "Error" Then
My.Computer.Audio.PlaySystemSound(Media.SystemSounds.Hand)
End If
Dummy1912
You do not have the required permissions to view the files attached to this post.
visit us on:
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
Hello Dummy1912, Greate work ;) I really like them ;) cooll;
Hello Agust1337
thanks
your welcome
and my apologizes for the phonebook and clock i post it in the wrong section its don't contains the source :(
thanks

and my apologizes for the phonebook and clock i post it in the wrong section its don't contains the source :(
visit us on:
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
http://www.softpedia.com/get/System/Lau ... -Run.shtml
Check it out ! http://www.softpedia.com/publisher/I-A- ... 90017.html
Check it out ! http://www.softpedia.com/get/Desktop-En ... lock.shtml
3 posts
Page 1 of 1
Copyright Information
Copyright © Codenstuff.com 2020 - 2023