You are not logged in.

Search results

Search results 1-2 of 2.

Sunday, July 15th 2012, 10:14pm

Author: DR_GREEN

Question[HELP]

I have a question. and for an example i have an .dll file in my resources how do i extract them to app.path? Thanx

Wednesday, June 27th 2012, 2:03am

Author: DR_GREEN

help?

hey guys from the jabaco, Everytime when i try to put this module up in jabaco i get an error, maybe someone can help me sort this out. Option Explicit Private InitDone As Boolean Private Map1(0 To 63) As Byte Private Map2(0 To 127) As Byte Public Function Base64Encode(InData() As Byte) Base64Encode = Base64Encode2(InData, UBound(InData) - LBound(InData) + 1) End Function Public Function Base64DecodeString(ByVal s As String) As String If s = "" Then Base64DecodeString = "": Exit Function Base64D...

WoltLab Burning Board