Skip to content
Home » Archives for admin » Page 39

admin

VB 6 – StrConv()

  • by

In this example, you will learn about the string handling funciton called StrConv(). That converts the string into following types vbKatakana vbHiragana vbUpperCase vbLowerCase vbUnicode… Read More »VB 6 – StrConv()

VB 6 – Len()

  • by

In this example, you will learn about string handling function called Len() which return the length of a given string. VB Code Output – Len()

HTML Iframe

  • by

An iframe is a special HTML element that display one webpage inside another web page. There are some additional property that makes iframe very useful.… Read More »HTML Iframe