1 , Manager.zipThis has assorted functions (file copy, time, settings, etc).2 , manc-html.zipAn example I did to retreive an Email Address or URL from an HTML file.3 , basFile.zipThis bas fi le is filled with assorted file related functions. If you
VB 控件随窗体自动调整大小,像窗口中的ListBox、Image、FileListBox、VB.Frame控件等,都可以随窗口的大小变化而变化,当用户拖动改变窗口大小时,这些控件的大小也会随之改变,这个功能的实现得益于自定义函数Form_Resize(),用此来控制各个控件的变化,来看代码: Dim x, y As Long x = Form1.Width - 200 - Frame1.Width - Image1.Width y = (Frame1.Height - Drive