VB 6 – StrConv()

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 vbWide vbNarrow vbProperCase vbFromUnicode Example Code: Output: StrConv()

VB 6 String Handling

Earlier you learned about the string data type. The VB 6 language has many functions to handle string types. In this article, we will present the list of those functions with examples. There are two types of strings in VB 6 programming. Variable length strings Fixed length strings To declare variable length string you can … Read more

VB 6 Static Function

In the previous article, you learned about functions that returned values. The variables that return the value are of two types – global and local. The local variable gets destroyed every time we call the function in our program. The only solution to this problem is to make variable or function retain its previous value. … Read more

VB 6 Declaring Functions

In the previous article, we learned about subroutines. You will learn about VB 6 functions in this article and learn the difference between a function and a subroutine. A Vb 6 subroutine receives an argument but does not return anything. However, a function takes an argument and returns a value. A VB 6 function is … Read more

HTML Iframe

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. Iframe syntax In the syntax above the src attribute points to the source of another web page. A source could be absolute address – https:// or a relative address such … Read more

HTML Layout Using Grid

In the previous article, you have learned about flex-box layout. You can create a grid like structure in HTML page using flex-box. In a grid like structure all blocks would be equal sized. But that involves adjusting each box using flex. The HTML and CSS has a different display property just for a grid layout. … Read more

HTML Layout using Flexbox

In the previous article, you learned about the CSS float and CSS clear to create a layout for web page. In this article, we are going to introduce you to HTML layout using CSS flex box. The CSS flex-box is responsive container that solve the problem of floating and positioning the HTML inline and block … Read more

HTML Layout using Float and Clear

In the previous article, you have learned about the HTML layout basic such as semantic HTML tags and so on. In this lesson,we begin with different techniques to design page using CSS. The aim is not too teach you CSS, but to make you understand be basic idea that goes behind making a layout using … Read more

HTML Layout

Websites are made of many kinds of HTML pages and each of the page serves a different purpose. Depending on what a page does , the layout and design of the page changes. A simple layout is the best strategy. Semantic HTML Earlier we do not have meaning to HTML tags that identify themselves with … Read more

Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.