Forum: Visual Basic 4 / 5 / 6 Nov 20th, 2006 |
| Replies: 1 Views: 985 hi,
have a exe file (developed in C) I want to call this exe from VB at the same time i want to pass a file name as parameter to that exe file .Please help me in this regard thank u in advance |
Forum: Visual Basic 4 / 5 / 6 Aug 1st, 2006 |
| Replies: 1 Views: 3,985 i have a array called arr() of type byte.
one of my function returns an integer long value(val) 4 bytes.
i want devide this value into bytes and assign to arr()
that is
arr(1)=first byte of val... |
Forum: Visual Basic 4 / 5 / 6 Jul 19th, 2006 |
| Replies: 4 Views: 4,946 thank you for the reply.i got the solution.thank u |
Forum: Visual Basic 4 / 5 / 6 Jul 18th, 2006 |
| Replies: 4 Views: 4,946 i want to convert a file from text format to binary format using VB how can i achieve this |