| Thread | Last Post | Replies |
|
| some characters are trimed | 30 Jun 2008 23:45 GMT | 8 |
I pasted a string into VB editor form dreamweaver,and I found the string pasted modified by VB editor ,some characters had been trimed unawarely. the oringnal string "YndDPW6~E YkG^GNP" the trimed string "YndDPW6~E YkG^GNP"
|
| how to output tab character in VB | 30 Jun 2008 08:02 GMT | 1 |
I want to output a string including tab characters to the web page form the VB_developped dll,but all tab characters are substituted by space when outputed ,althoug I use char(9) in VB code to write the tab character.what is the correct method to output the tab?
|
| how to store ultra_long in VB | 28 Jun 2008 18:29 GMT | 2 |
I had a JS script encoded(using windows script encoder),the encoded script is a very long(more than 40000 bytes) string including a lot of special char such as tab,enter and so on,now I want to store this ultra_long and spical_char_nesting string in VB,failing using a string type ...
|
| txt files | 13 Jun 2008 20:03 GMT | 1 |
I'm doing an app to treat txt files. At the moment i have a problem, so i need some help... My txt file have special caracters like 'á' or 'ã', but doing a debug (or simply show a message box with the line) the ligne the VB transform the
|
| VB 2008: Listbox.Items.Contains not finding | 04 Jun 2008 09:11 GMT | 1 |
I have a code the checks an item in the Listbox if alreadty existed using the "Listbox.item.contains(value) ". The code works if the item collection are hard coded, but when I use a dataset with an XML as datasource, it returns false even though I have the item showing in my ...
|
| Combobox- content data on fields (Table) | 04 Jun 2008 09:11 GMT | 3 |
Good Day Guys, I am new with Visual Basic 6.0, Could you please teach me how to create a combo box on the form where it's content will be came from the field on my table.
|