QBASIC program --> VB program using API 
Author Message
 QBASIC program --> VB program using API

Hello,

    Can someone help me for translate this qb program to vb5

        Out &H300,0
        Out &H304,0
        ...
    It is for control an ISA interface card.

Thanks, Olivier



Tue, 08 May 2001 03:00:00 GMT  
 QBASIC program --> VB program using API
I don't believe Windows allows you to access ports directly like that.  I
think there is a 3rd party package out there somewhere than you will need to
obtain.  I have only heard about it but I don't remember the name.  Anyone
have any idea?

Jeremy Campbell...


Quote:
>Hello,

>    Can someone help me for translate this qb program to vb5

>        Out &H300,0
>        Out &H304,0
>        ...
>    It is for control an ISA interface card.

>Thanks, Olivier



Fri, 11 May 2001 03:00:00 GMT  
 QBASIC program --> VB program using API
Try www.softcircuits.com
for a control which allows some direct port access from 32bit VB
However, I haven't used the control myself so I don't know if it's exactly
what you need.

Ray Mercer


Quote:
>I don't believe Windows allows you to access ports directly like that.  I
>think there is a 3rd party package out there somewhere than you will need
to
>obtain.  I have only heard about it but I don't remember the name.  Anyone
>have any idea?

>Jeremy Campbell...



>>Hello,

>>    Can someone help me for translate this qb program to vb5

>>        Out &H300,0
>>        Out &H304,0
>>        ...
>>    It is for control an ISA interface card.

>>Thanks, Olivier



Sat, 19 May 2001 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. API Hot Key call in VB program to activate another resident program

2. VB closing an external program using an API function

3. VB closing an external program using an API function

4. QBasic Sound Programs using Sound Blaster and Adlib Cards Here

5. getting a qbasic program to run the command to start another non qbasic

6. <VB> DOS Program Error with VB

7. API to Close other programs and verify if program is run

8. Porting QBASIC program to VB

9. Conversion of QBasic programs to VB

10. How to launch a VB program off the back of a non VB program

11. Converting 32bit VB programs to 16 bit VB programs

12. calling a VB program from another VB program

 

 
Powered by phpBB® Forum Software