Posts
 
Reputation
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
~2K People Reached
Favorite Tags
Member Avatar for buzincarl

[ICODE]Private Sub Form_Load() Dim tmp() As String Dim i As Integer Open App.Path & "\links.txt" For Input As #1 tmp() = Split(Input(LOF(1), 1), vbCrLf) Close #1 For i = 0 To UBound(tmp) DL.Download tmp(i), App.Path & "\" & ExtractFileName(tmp(i)), "k" & i Label2.Caption = "Connecting..." Next i End Sub Private …

Member Avatar for Jishnu
0
175
Member Avatar for Scottg1989

Hello all :) I am currently at college, and have done a unit on eCommerce. My assigment was to look at the barriers and incentives of it. So I have attached my assignment for anyone to have a look at. It gained a distinction so hopefully it has some information …

Member Avatar for mattzuton
0
169
Member Avatar for buzincarl

HI, I am having a few problems, I want to make a simple login that will read a text file where the "username","password" will be, it will be displayed like this: "username1","password1" "username2","password2" etc, I would like it so that the login form will read the data, if a user …

Member Avatar for choudhuryshouvi
0
2K
Member Avatar for buzincarl
Member Avatar for choudhuryshouvi
0
84