How to scroll to the specified row/item in ListView control of .NET and VB6

Posted by Admin L in .NET Programming, VB6 Programming on 25-04-2012. Tags: ,

Author: Nosa Lee
Original Address: https://www.seeksunslowly.com/dot-net-vb6-listview-scroll-row
To reprint this article, please indicate the source, thank you.
_____________________________________

Sometimes, we need to scroll a row/item to a visual position in ListView control (.NET: View pr[……]

Read More…

The easiest and best way to write/read application data in VB6 (compare Registry, database and configuration file)

Posted by Admin L in VB6 Programming on 30-08-2011. Tags:

Author: Nosa Lee
Original Address: https://www.seeksunslowly.com/vb6-write-read-application-data
To reprint this article, please indicate the source, thank you.
_____________________________________

This method has a premise: the application data is not complicated, usually is some simple conf[……]

Read More…

The easiest and perfect way to open web page/URL (includes mailto protocol) and methods contrast in VB6

Posted by Admin L in VB6 Programming on 29-08-2011. Tags:

Author: Nosa Lee
Original Address: https://www.seeksunslowly.com/vb6-easiest-perfect-open-url-mailto-methods
To reprint this article, please indicate the source, thank you.
_____________________________________

First, list three common ways for opening web page/URL:
1. Use Win32 API
[cc la[……]

Read More…