У нас вы можете посмотреть бесплатно Upload images in Windows DataFlex applications или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
This video is based on a request from Moazam who wanted me to show how to upload and manage files and images in a Windows application. The first that comes to mind is to use the BitmapContainer, but if you want to work with anything apart from .bmp files, you should probably take a look at the Graphics Library: https://www.dataaccess.eu/resources/d... But in the later versions of DataFlex you can also use the cWebView2Browser that allows you to add a mini browser in your Windows application, that also can be used to display web friendly images. That is the solution I picked for this video. The source code can be found here: https://github.com/virdun/Discovering... Watch the original video on how to do this in a web solution: • Upload image and manage files Visit the GIT repo to download the code https://github.com/virdun/Discovering...