how exactly is the lngColour used?
Answer / Arun Dwivedi
In Visual Basic, lngColor is a data type used to store color values. It can be used in Graphics functions like DrawText or DrawLine to set the color of the text or lines. However, VB6 does not have built-in support for Unicode characters. You would need to convert Telugu characters into ASCII equivalents or use external libraries for handling non-English languages.
| Is This Answer Correct ? | 0 Yes | 0 No |
problem no.3 - write a program using two dimentional arrays that compute the sum of data in rows and sum of data in columns of the 3*3 array variable. sample input/output dialog 5 9 8 = 22 3 8 2 = 13 4 3 9 = 16 _____________ 12 20 19
I have string str="Arts And Props" now i want to replace space in string with null. means i want result as str="ArtsAndProps"
swap two no without using third variable
how exactly is the lngColour used?
Write a script to delete all the files in a folder except one desired file.
create a .dll component operation and use created component in another project. required methods events and properties. connect, add,search,data report
how to generate Question paper and how to save pattern of question paper
write a program to create a notepad using common dialog control and rich text box.
Write a Program in Visual Basic by means of which we can send any data from Visual basic program to any other application running on that machine whether that application supports OLE or not.....
I need help for Source Code & design of my school thesis enrollment system using visual basic 6.0/2008 database MS Access 2007. Please help me friends...Thanks...
Write a code snippets to find greatest and least of any number of inputs without taking the help of array