- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 4
- Posts with Upvotes
- 3
- Upvoting Members
- 2
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
- Interests
- reading,photograph.
- PC Specs
- huh??most important to me is my computer can work nicely :)
17 Posted Topics
Hi all, I'm make a program to read text file. I can read the text file but don't know how to write it to listview. This my code to read into arrays: Function ReadFileText(ByVal filename As String) As String Dim handle As Integer ' ensure that the file exists If … | |
Hi all, I need to read my text file that contain first name, last name, age and blood types. All of it separated by semicolon sign. Eg: `Trudy;Canavan;41;AB` What i need to achieve is read the text file into different arrays. Please help me. Thank you | |
Hi all, I want to clear all items of comboboxes in my form I can clear all textboxes using looping and check if control is textbox then clear textbox. But when i implement it to combobox it just clear the combobox text not all of items on combobox. Private Sub … | |
Hi All, How i can restrict the numbers of customer from database? I use adodb with access. I know how to retrieve customers from database but i don't know how to restrict it to spesific numbers. Best Regards. Sturdy | |
Hi all, How i changing the color of label caption dynamically, so it looks like highlight text changing color. Thank you. | |
Hello masters, I want to know how to check an empty textbox in the form. I can check it by assign Text1.Text = "". But i have many textbox in form. Thank you in advance | |
Hi all, How can i validate a text in text box? I need to check that text length is 7 and first four characters is contain "ABCD" and last three characters must contain numbers. e.g : ABCD123 Thank you. | |
Hi all, How do i know where the cursor position in the text at textbox? Anyone know how to do this? Thank you in advance | |
| |
Re: Hi dnk, I have some problem with this thread. Did you have found the answer? Thank you. | |
Hi masters, I try to write and read file into txt file but i dont know how to do it. Anyone know how to achieve this? Please help me. any help will appreciated much. Best Regards | |
Hi All,, Same as the title, Can we clear all textboxes in same time? this is possible? Its consume many time to code if we have to write clear code for every textbox. Best Regards | |
Hi All, I try to make count down timer but. This following is my code but it just decrease one time and stop. [CODE]Dim TCount As Integer Private Sub Form_Load() TCount = 30 Label1.Caption = "30" End Sub Private Sub Timer1_Timer() Label1.Caption = TCount - 1 If TCount = 0 … | |
Hi all, I'm New to VB 6. I want to select a file from the directory like another applications. How i can do that? | |
Hi again.. i'm looking for how to running notepad from vb6.. please help me. any help will be appreciated. | |
hi all.. how i can check there are palindrome in textbox. e.g : i input "daniweb a bewinad" thanks and please help. | |
hello all.. this my first post here.. hope i can learn many things here. please help :) |
The End.