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
~486 People Reached
Favorite Forums
Favorite Tags
Member Avatar for cx323

is there anyway i can make this go faster? [CODE] Private Function strCoordinates(ImageURL As String, Referer As String) As String Dim img() As Byte Dim Pet As StdPicture Dim ct As Integer Dim ctx As Long Dim cty As Long Dim x As Long Dim y As Long Dim Value …

Member Avatar for noebody
0
214
Member Avatar for cx323
Member Avatar for The_Inferno
0
102
Member Avatar for cx323

[code]Private Sub LoadList_Click() lstList.Clear CmDialog1.DialogTitle = "Load Your List" CmDialog1.InitDir = App.Path CmDialog1.flags = &H4 CmDialog1.Filter = "Lists (*.txt)|*.txt|All Files(*.*)|*.*" CmDialog1.ShowOpen Call xLoadList(CmDialog1.FileName, lstList) End Sub[/code] when i try to compile my program it says "argument not optional" and highlights "Call xLoadList". will someone help me with this? thanks

Member Avatar for cx323
0
170