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
Contributors
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Source (Custom Messagebox)
Dummy1912
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
Code: Select all
Private 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

hope you like this one too

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
User avatar
Agust1337
Coding God
Coding God
Posts: 2456
Joined: Fri Feb 19, 2010 8:18 pm

Re: Source (Custom Messagebox)
Agust1337
Hello Dummy1912, Greate work ;) I really like them ;) cooll;
Top-notch casual Dating
User avatar
Dummy1912
VIP - Donator
VIP - Donator
Posts: 1969
Joined: Sat Aug 21, 2010 2:17 pm

Re: Source (Custom Messagebox)
Dummy1912
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 :(
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
3 posts Page 1 of 1
Return to “Tutorials”