Hi Richard. TkS for this one!. I have used the VLC viewer as it has no 'BUGS!!". Again, Great stuff🖖
@DaveMD-x7q11 ай бұрын
Thanks for your content, you cover a lot of useful information and techniques on MS Access. One alternative for displaying videos without any ActiveX dependencies is to use the WebBrowser control and use VBA to dynamically add HTML with video tags to load and play the video file from inside an MS Access form.
@RakeshSharma-cx5uh2 жыл бұрын
How to build call routing service for a call centre in access which helps provide database with it???
@599CD2 жыл бұрын
Very carefully
@mohammedalsarraj99632 жыл бұрын
Great review
@599CD2 жыл бұрын
Thanks
@COMMONGAMERChannel2 жыл бұрын
Sir, I have some questions about "TreeView" in ActiveX controls. Now, I'm using ms access in 2016 version, the menu to insert Treeview control is not an ActiveX control. Do you have any suggestions? Thank you.
@599CD2 жыл бұрын
I cover TreeView here: Access Developer 20 599cd.com/ACD20
@SachinKumar-to5lb2 жыл бұрын
Sir,please post videos on how to create query, forms and reports and all the types of queries.
@599CD2 жыл бұрын
Start here: 599cd.com/ACB1
@idoweitzman8864 Жыл бұрын
is there a less hard way to do it
@599CD Жыл бұрын
Not that I'm aware of
@richamiga Жыл бұрын
I tried out that bug you mentioned and found a solution to the resizing problem. If you resize the media player do not save the form but instead go to the properties and change in the 'Other' tab Windowless video from No to Yes or Yes to No. Then save the form. Resizing works here then. MS Access 2019. p.s. Every time you resize you need to repeat this process. Let me know if it works for you too..
@599CD Жыл бұрын
Interesting. I'll try it. Thanks for sharing.
@jacksonmacd Жыл бұрын
I can verify that the technique works... but it's a little more complicated than that! Tried this technique with an MS Access 2019 application that I am building, and it did not work at first. Then I created a new database with a form containing just the WMP and one textbox, and the technique worked exactly as described. "Custom properties > Stretch To Fit" also works. It seems like toggling one of these properties is enough to make WMP save the new size. Next step is to get it working in my actual application. I believe there is some corruption in the database that prevents this technique from working because WMP exhibits some other strange and inexplicable behaviour. Neither Decompiling the database, nor Compact & Repair will fix the problem. I think the solution will be to rebuild the form from scratch to remove the corruption. Bottom line is that WMP is difficult to work with.
@richamiga Жыл бұрын
@@jacksonmacd I tried that bug indeed with a new form in a new database. Clearly you need to build your forms first with WMP before building anything else arround it.
@rabidfollower2 жыл бұрын
The user didn't ask for embedded video playback inside Access. You may have VBA call an external video player software such as VLC to play videos, which is less of a headache. If I have tons of videos, I may consider uploading them to KZbin and have Access VBA call the links to the videos when necessary.
@599CD2 жыл бұрын
Yeah, she wanted to see how to play the videos internally. I prefer the external method too, which I show in the extended cut using FollowHyperlink. You're a member. Watch it. :)
@smilejetpacks3 Жыл бұрын
@@599CD Yet still windows media player can't play a DAT or FAT file contianing music
@rickl2834 Жыл бұрын
Where can I get a code to fast forward the playbar 30 sec and rewind 10 sec?