Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
1 Posted Topic
Re: Replace txt line
[QUOTE=choudhuryshouvi;504426]Hi Dell XPS. Check out this sample code. just take two textboxes(text1,text2), three buttons(command1-3) and a listbox(list1) for testing :- [CODE] Option Explicit Dim i As Integer Private Sub Command1_Click() [COLOR="Green"]''for adding new record into the textfile[/COLOR] If Text1.Text <> "" And Text2.Text <> "" Then List1.AddItem Text1.Text & " …
The End.
varghaimani