By industry Healthcare Financial services Manufacturing Government View all industries View all solutions Resources Topics AI DevOps Security Software Development View all Explore Learning Pathways White papers, Ebooks, Webinars Customer Stories Partners Executive Insights Open Source ...
Solutions By company size Enterprises Small and medium teams Startups Nonprofits By use case DevSecOps DevOps CI/CD View all use cases By industry Healthcare Financial services Manufacturing Government View all industries View all solutions Resources Topics AI DevOps Security Software...
Set Cnxn4 = New ADODB.Connection Cnxn4.Open "Pubs", "MyUserId", "MyPassword" MsgBox "Cnxn4 state: " & GetState(Cnxn4.State) ' clean up Cnxn1.Close Cnxn2.Close Cnxn3.Close Cnxn4.Close Set Cnxn1 = Nothing Set Cnxn2 = Nothing Set Cnxn3 = Nothing Set Cnxn4 = N...
(&a); } static void msgbox_delete(lv_timer_t * tmr) { lv_msgbox_close(tmr->user_data); } static void set_y_anim(void * obj, int32_t v) { lv_obj_set_y(obj, v); } static void set_width_anim(void * obj, int32_t v) { lv_obj_set_width(obj, v); } static ...