Hi, i want to play video emf file in child window. i can not find any examples. GUI_MOVIE_CreateEx functions plays movie in fullscreen. but i want to create video within child window using WM_CreateWindowAsChild function. any suggestion? Thanks.
Hi Mahmut, sorry for late return. i am calling this function start of my code. after calling these: GUI_Init(); WM_MULTIBUF_Enable(1); GUI_MEMDEV_MULTIBUF_Enable(1); OrientationInit(VERTICAL_ORIENTATION); Source Code (10 lines)
Dear, This is my label create call back function. I am using ttf font create library. Mp problem is whenever label changed , again and again calling GUI_TTF_CreateFont(&Font, &Cs); function. it creates function every changed. So it will takes time. I want to create it at startup once. Source Code (44 lines)
Dear, i have a listbox. so i want to save listbox datas to save file and restore again. When this code runs , Source Code (2 lines) it prints 0. i cant find get all data from listview. and restore it again. can you suggest any solition? my orginal source code is: C Source Code (252 lines)