Forum: Visual Basic 4 / 5 / 6 Nov 14th, 2008 |
| Replies: 2 Views: 655 but when register the DLL it show the message entry point not found.
what can i do for this? |
Forum: Visual Basic 4 / 5 / 6 Nov 13th, 2008 |
| Replies: 2 Views: 655 Hello Friends,
i m using the function to built DLL in delphi but when call it in vb 6.0 application i m not able to use this dll as reference.
Please help me. Following code which i have used... |
Forum: Visual Basic 4 / 5 / 6 Nov 4th, 2008 |
| Replies: 0 Views: 508 Please convert this code to Delphi to VB 6.0
const
C1 = 43941;
C2 = 16302;
function BorlandEncrypt(const S: String; Key: Word): String;
var
I: byte;
begin |
Forum: Visual Basic 4 / 5 / 6 Nov 3rd, 2008 |
| Replies: 0 Views: 760 Hello Friends,
Any body help me to convert the code delphi to vb6.0
----------------------------------------------------------------
const
C1 = 43941;
C2 = 16302;
function... |