16,020,822 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Visual Basic questions
View Javascript questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by link1234 (Top 13 by date)
link1234
10-Nov-20 23:44pm
View
So you say that because hackers are always one step ahead and everything is hacked anyway, no one should work on the security of their program at all? With this in mind, why was cybersecurity created at all? Please live with your thinking, I will finally find a way.
link1234
10-Nov-20 13:45pm
View
so you do not know how to silent voice my player or stop working after the recorder detect with my code?
and my watermark position change each 5 min, so user can not cut that from entire video in clear way
link1234
10-Nov-20 13:24pm
View
Did you read my text at all?
"I have watermark with the personal information of my user on the video. So if they find someway to record or use smartphone and another device to capture content I can use the copyright to protect my program.
basically I know There is no absolute way to prevent this. But at least I try Protect my app as as far as I can. also not anyone have programming or IT experience to find the way for capture content."
link1234
10-Nov-20 12:09pm
View
I have watermark with the personal information of my user on the video. So if they find someway to record or use smartphone and another device to capture content I can use the copyright to protect my program.
basically I know There is no absolute way to prevent this. But at least I try Protect my app as as far as I can. also not anyone have programming or IT experience to find the way for capture content.
link1234
23-Oct-20 3:27am
View
Thank you. my problem solved, But some program like calculator and edge still detected even when the user not open it. I Think maybe I should filter this app with some if or find why to not show my this to.
and I have another Question, are this code work on Linux and mac in same way or I Should create different method for them?
link1234
15-Oct-20 9:40am
View
I DEBUG my project. when I set the example url in the XAML OR C# Code. the video is running.
mediaelement.Source = new Uri("http://hubblesource.stsci.edu/sources/video/clips/details/images/hst_1.mpg");
But when i use the another video link (for Mp4 type) on both way. the program show the above error.
link1234
15-Oct-20 8:29am
View
my code for this part is:
if (mediaelement.Source != null)
{
mediaelement.Play();
}
the error occur in the mediaelement.play(); line
link1234
15-Oct-20 4:51am
View
Hi I use the link you share. the link in that example work when I use in my program and video run after the load enough buffer data.
But when i use my Own URL or random video link from another site the program show the below error.
"System.NullReferenceException: Object reference not set to an instance of an object"
my video in mp4.
what should I do?
link1234
15-Oct-20 3:55am
View
Deleted
thank you. when I use example url in link that link the video run after the load enough data buffer as the example said.
But when I use the another random link like the program show this error:
"System.NullReferenceExecption: Object reference not set to an instance of an object"
link1234
12-Oct-20 10:35am
View
big part of my problem solved right now. I can change the focus from treeview to each element I want, But when I pass to the window is not working.
link1234
12-Oct-20 10:34am
View
Now i Find My answer with the search of Focus word. thank you.
link1234
12-Oct-20 9:51am
View
for now when I choose the item in treeview and then click on the play button with mouse the control pass to the play button and the arrow key work correctly for change volume. But when I Click space for run Video, video is run but the control remain in treeview, so the arrow key not worked correctly. how can pass the control from the treeview to the button or window after click space or enter?
link1234
12-Oct-20 8:21am
View
Thank you. But What should I Write in the if Body to check if the user click on the treeview or media element?
Show More