I can't get the media player. I did ALL your instructions. I even looked online and saw that I had to Browse for wmp.dll and I did, but it said cannot registrate or something like that.
Hi I have a question ( my english isn't great so well:P ) do you help mi with my project? I Need ( this is important ) a clock, which will measure time from for example 500 days to 0 days and show me a message, when I will started windows this program will run and show me how much time is to my deadline^^ do you help me?
@lljgda in the top bar (where it says: Edit view and stuff) there is a button called TOOLS open this. Then click; Choose Toolbar Items. click on it. Wait a few secconds.Then in the upper bar is says; COM COMPONENTS. After clicking it you wil see al list.. ALMOST at the end it says WINDOWS MEDIA PLAYER. If you check th box and click OK it will show in the toolsbar. ;>) Greetings from GTASADUDE
I thought TimeString was clock time hmm it's so early in the morning i could be wrong, ell you what it's either:
TimeString or CStr(TimeOfDay) 'Can't remember 'which does what
Date can be either:
DateString or CStr(Today) 'Depending on whether
we could make the usability easier and create seperate textboxes for Hour Minute and second with up and down arrows to change the alarm time Might have to do that next
Drag groupbox from toolbox to form, right click groupbox & send to back. Then drag the items you want in the groupbox to the groupbox. Then when you move the groupbox everything inside of it will move with it. Can be tricky at first but is super handy once you get it down, for those of us who are never done editing things lol
yeah, am familar. Have a great tutorial dvd that goes in to depth on everything. I just didnt know where you were going with it. I really took the player and beefed it up quite a bit, even embedded a song with a checkbox to activate, will send you a release if you want? really liked your video
hey nic, sweet. nice video btw. So how are you setting up the group boxes? was going to control the alarm time with buttons, but opted to remove the label and use a combo box, also added 4 continous dancing progress bars
haq dude this is bulldogreaperfever i made a new account and im trying ur alarm again now when i start the alarm the mp3 doesnt work wgen i stop the alarm it plays the music
you can add this code ( AxWindowsMediaPlayer1.URL = False ) to botton stop to stop the media when you stop the alarm to
systemeful 1 month ago
This has been flagged as spam show
Hi! Could you guys please check out my channel? I will do a giveaway when I reach 100 subscribers! Thanks!
hackster2011 3 months ago
thanks dude
lhampis 10 months ago
what a music >_<
HawxTeamDelta 1 year ago
pirate bay web browser lol
Vb2010TUTz 1 year ago
this good i kan a tutorial to alarm klok
MrGurkan38 1 year ago
I can't get the media player. I did ALL your instructions. I even looked online and saw that I had to Browse for wmp.dll and I did, but it said cannot registrate or something like that.
ElevatorFan21 1 year ago
Link is still working
FireViper13 1 year ago
I was unable to get the codes :/ did this link work for any of you ?
kluddjah 1 year ago
I was unable to get the codes :/ did this link work for any of you ?
kluddjah 1 year ago
RIDE THE LIGHTNING!
Hax0rNation 1 year ago
Great tutorial, one problem, when i move it from the RELEASE folder or BIN, it stops working. :l
RobertSwinzenberg 1 year ago
Where you get windows media player component
snippa1ps3 1 year ago
Yeaah! :D Metallica - Ride the lighening! :D
kevintass 1 year ago
Where are the codes?
orrin2468 1 year ago
I have a question : I have done everything ... of course same as you did , but in mine it's still Label1 ,not the time , why is that ??
pantic233 1 year ago
what the theme song??
dikaindo1 1 year ago
You Write on Codes.. -.-
Agush009 1 year ago
Ur link doesn't work it does a YouTube redirect .
Ipodlego56 1 year ago
@Ipodlego56 yea, wait for the timer to stop and then press the link thats on the youtube page,,, worked for me! This rocks"
MrChipmunkzable 1 year ago
RIDE THE LIGHTNING
greyboxapps 1 year ago
Nice man its realy works you ROCK! :D
ttpa1 2 years ago
Thanks, very very thanks, you're very cool :)
pedro123pedro1 2 years ago
what song is this?
Spiker985 2 years ago
Hi I have a question ( my english isn't great so well:P ) do you help mi with my project? I Need ( this is important ) a clock, which will measure time from for example 500 days to 0 days and show me a message, when I will started windows this program will run and show me how much time is to my deadline^^ do you help me?
rybazmarsa88 2 years ago
Thanks :D It's Amazing!! Been Looking ages for a decent one that 'actually' works.. lol :D
Tony86ization 2 years ago
;))
MasterAnDys 2 years ago
WHERE IS THE WINDOWS MEDIA PLAYER
lljgda 2 years ago
Go To
tools
COM Components Tab
scroll down till you see Windows Media Player
HowToProductions100 2 years ago
@lljgda
it dont need one
i321mm 2 years ago
@lljgda in the top bar (where it says: Edit view and stuff) there is a button called TOOLS open this. Then click; Choose Toolbar Items. click on it. Wait a few secconds.Then in the upper bar is says; COM COMPONENTS. After clicking it you wil see al list.. ALMOST at the end it says WINDOWS MEDIA PLAYER. If you check th box and click OK it will show in the toolsbar. ;>) Greetings from GTASADUDE
GTASADUDE 1 year ago
I thought TimeString was clock time hmm it's so early in the morning i could be wrong, ell you what it's either:
TimeString or CStr(TimeOfDay) 'Can't remember 'which does what
Date can be either:
DateString or CStr(Today) 'Depending on whether
we could make the usability easier and create seperate textboxes for Hour Minute and second with up and down arrows to change the alarm time Might have to do that next
'you want 00/00/00 or 00-00-00
Pad6 2 years ago
Drag groupbox from toolbox to form, right click groupbox & send to back. Then drag the items you want in the groupbox to the groupbox. Then when you move the groupbox everything inside of it will move with it. Can be tricky at first but is super handy once you get it down, for those of us who are never done editing things lol
Pad6 2 years ago
yeah, am familar. Have a great tutorial dvd that goes in to depth on everything. I just didnt know where you were going with it. I really took the player and beefed it up quite a bit, even embedded a song with a checkbox to activate, will send you a release if you want? really liked your video
rogeraltmeyer 2 years ago
Oh, btw, whats up with the military time, how do we change to standard? thanks buddy
rogeraltmeyer 2 years ago
Nice Addition Roger,
I also added the date above the current time with:
Datelbl.Text = CStr(Today)
in the timer1_Tick event
also added group boxes for the times and date and another groupbox for the controls. for rearranging
Pad6 2 years ago
hey nic, sweet. nice video btw. So how are you setting up the group boxes? was going to control the alarm time with buttons, but opted to remove the label and use a combo box, also added 4 continous dancing progress bars
rogeraltmeyer 2 years ago
to stop the music with the stop button, and reset the alarm time to zero's, insert this code:
"If TextBox1.Text = "" Then TextBox1.Text = "00:00:00" End If AxWindowsMediaPlayer1.Ctlcontrols.stop()"
omit the quote marks before and after the code
rogeraltmeyer 2 years ago
remove the space on Ctlcontrols.stop()
no space
rogeraltmeyer 2 years ago
Comment removed
rogeraltmeyer 2 years ago
Comment removed
rogeraltmeyer 2 years ago
where is windows media player component?
have VB 2010 beta 2
jij05 2 years ago
When I click the "Stop" button, all that happens is it says "Alarm Stopped", but the music keeps playing.
How do I fix this?
Sylesdelan 2 years ago
haq dude this is bulldogreaperfever i made a new account and im trying ur alarm again now when i start the alarm the mp3 doesnt work wgen i stop the alarm it plays the music
m0vie0clips 2 years ago
yes, i know, i had that problem too, but i solved it... make sure you have done exactly as my tutorial is and then come back to me if it doesnt work
:)
Nicho1995W 2 years ago
lol u mustave exchanged the stop/start codes
RicardoLima1992 2 years ago
@m0vie0clips Dont make comments if you dOnt know how to fix the code
ghostmarine1000 1 year ago
Dude awsome MUSIC And videö!!!
Fpsdown 2 years ago
thanks
very god
natalinowerty 2 years ago
Looks great but i cant get the windows media player component to test the application.
Can you please help me to get that?
Thanks
bballegend94 2 years ago
same here where is that
sternalneogator 2 years ago
thx
MonterPatrolFan 2 years ago
nice job very good
thank you very very much:)
devendra99yadav 2 years ago
Thanks Man Im Subscribing :)
GingBread23 2 years ago
Awesome it works im vidding it and responding!
Jcthehedgehog12 2 years ago 3
Thanks:)
Nicho1995W 2 years ago
it work thanks dude!
JonasGobel 2 years ago 2