tRippinthehead
Действие Table.Insert тебе в помощь.
Действие Table.Insert тебе в помощь.
В последней версии с какой-то непонятной для меня радости перестала работать Callback функция для действия Folder.DeleteTree
Временное решение, пока не починят..
Код: Folder.DeleteTreeEx = function(dir, callback)
if Folder.DoesExist(dir) then
dir = String.TrimRight(dir, "\\");
File.Delete(dir.."\\*.*", true, false, true, cb);
if (Application.GetLastError() == 0) then
Folder.Delete(dir);
end
end
end
Custom mask
Make certain parts of your application's window transparent. You can use this option to make a custom window shape for your application.
To specify the areas that you want to make transparent, you need to create a transparency mask file in your favorite drawing program.
A transparency mask file is just an image where a single color represents the parts that you want to make transparent. Picture this image as being invisibly "placed over" your application's window, like a mask or a stencil.
In AutoPlay, the transparent parts of the mask should all be solid black. Wherever solid black appears in the mask image, the corresponding part of the window will be made transparent. The transparency mask acts like a "cookie cutter," cutting holes in the application's window so the user's desktop can show through.
Click the browse button to select an image file.
Господа, у меня новый вопрос. Кто нибудь знает, можно ли сделать так, чтобы при запуске программы в правом нижнем углу выходило сообщение о том, что программа устарела. Так же как Windows выводит сообщение о том, что есть новые обновления. Заранее спасибо.
Страницы: 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
Предыдущая тема: Media Player Classic - Home Cinema (MPC-HC)