Answer Posted / guest
Instr ? integer (Numeric position)
Strcmp - integer
( if both the string are equal they result = 0)
Strcmp (Str1, Str2, Comparetype)
Comparing mode = 0 ? Binary Comparing
1 ? Textual Comparing
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What is data control in vb?
____ is the difference between Listindex and Tab index.
How do I implement an incremental search in list/dir/combo/file boxes?
What are the different procedures associated with the object?
What are the tools in visual basic?
How can you force new objects to be created on new threads?
How would you add elements in TreevieW Control?
How would you create properties by using class Builder Wizard?
How come I get a "No Current Record" error when I use a a Data Control on an empty table?
What is a toolbox in visual basic?
How do I implement Undo?
What is Parser Bug?
How can you filter out specific type of file using file system controls?
Maximum Control Names length?
VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?