vb6runtime 0.2.0

VB6 runtime library - value system, type conversions, and standard library implementations
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
//! VB6 interaction functions and statements.

pub mod app_activate;
pub mod beep;
pub mod command;
pub mod command_dollar;
pub mod doevents;
pub mod inputbox;
pub mod msgbox;
pub mod sendkeys;
pub mod shell;
pub mod stop;