DARK KINGS
Thanks For Visit The Forum:) Download Tools And Enjoy:) Join Mig33 Chat Room >dhaka onuvab<

Join the forum, it's quick and easy

DARK KINGS
Thanks For Visit The Forum:) Download Tools And Enjoy:) Join Mig33 Chat Room >dhaka onuvab<
DARK KINGS
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Dhaka

May 2024
SunMonTueWedThuFriSat
   1234
567891011
12131415161718
19202122232425
262728293031 

Calendar Calendar

Search
 
 

Display results as :
 


Rechercher Advanced Search

Latest topics
» join dark king room
load text file in a listbox EmptyThu Apr 09, 2020 3:53 am by love62

» Dark B00mb3r by fajiil-(free)
load text file in a listbox EmptyMon Apr 11, 2016 3:22 pm by me.punk.7

» ID creator with proxy changer and gmail dot generator
load text file in a listbox EmptySat Apr 09, 2016 7:47 pm by me.punk.7

» Unlimited Ids Login , Balance And Level Checker
load text file in a listbox EmptySat Apr 09, 2016 7:45 pm by me.punk.7

» Multy credit transfer project
load text file in a listbox EmptySun Feb 21, 2016 6:53 am by rezkiye

» Sockmix v2.6 Fresh Project
load text file in a listbox EmptyFri Nov 20, 2015 12:08 pm by papeshh

» Offline Registration SYstem And Key Generator By DevelopMig33.Tk
load text file in a listbox EmptyFri Nov 20, 2015 12:08 pm by papeshh

» All Ocx Box
load text file in a listbox EmptyThu Oct 22, 2015 7:26 am by papeshh

» multy maker + auto activator ( updated )
load text file in a listbox EmptyThu Oct 22, 2015 7:15 am by papeshh

free counters

load text file in a listbox

2 posters

Go down

load text file in a listbox Empty load text file in a listbox

Post  sahriya-omu Wed Mar 28, 2012 5:36 pm

Create the Followinf function:

Code:
Public Function LoadList(locat As String, lister As ListBox)
On Error Resume Next
Dim nFileNumm As Integer, sNextLinee As String, lLineCountt As Long
nFileNumm = FreeFile
Open locat For Input As nFileNumm
lLineCountt = 1
Do While Not EOF(nFileNumm)
Line Input #nFileNumm, sNextLinee
lLineCountt = lLineCountt + 1
lister.AddItem sNextLinee
Loop
Close nFileNumm
End Function


Call the above function like:
Code:
Private Sub Command1_Click()
LoadList "E:\log.ini", List1
End Sub
sahriya-omu
sahriya-omu
Admin
Admin

Posts : 209
Points : 555
Reputation : 31
Join date : 2011-08-11
Age : 31
Location : Barisal

https://dark-kings.forumotion.com

Back to top Go down

load text file in a listbox Empty Re: load text file in a listbox

Post  sabeen_11 Sun Mar 03, 2013 3:06 am

hmm

sabeen_11

Posts : 22
Points : 22
Reputation : 0
Join date : 2013-02-08

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum