رانيا حسن
10-01-2017, 09:55 AM
السلام عليكم ورحمة الله
الى اعضاء المنتدى المحترمون
هل هنالك طريقة لحماية ملفات الاسطوانة من الاختراق اي لايمكن نسخ او حرق الاسطوانة
ولاني جربت احد الاكواد فلم ينفعني وهو
-- Get the titles and window handles of all open windows.
windows = Window.EnumerateTitles();
-- A variable containing text in the title you want to search for.
window_name = "Temp";
-- Loop through the table of windows.
for handle, title in windows do
-- Check if the window title has the target text.
result = String.Find(title, window_name, 1, false);
-- if the string was found in the title, send the window a close message.
if (result ~= -1) then
Window.Close(handle, CLOSEWND_SENDMESSAGE);
end
end
فهل هناك طريقة اخرى ومثالية لحماية الاسطوانة
الى اعضاء المنتدى المحترمون
هل هنالك طريقة لحماية ملفات الاسطوانة من الاختراق اي لايمكن نسخ او حرق الاسطوانة
ولاني جربت احد الاكواد فلم ينفعني وهو
-- Get the titles and window handles of all open windows.
windows = Window.EnumerateTitles();
-- A variable containing text in the title you want to search for.
window_name = "Temp";
-- Loop through the table of windows.
for handle, title in windows do
-- Check if the window title has the target text.
result = String.Find(title, window_name, 1, false);
-- if the string was found in the title, send the window a close message.
if (result ~= -1) then
Window.Close(handle, CLOSEWND_SENDMESSAGE);
end
end
فهل هناك طريقة اخرى ومثالية لحماية الاسطوانة