Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Need Help in visual basic....


haZZknightZ's Avatar
Member
0 0

is it possible to make a vb program that will call or execute another program, this other program is TASM (turbo assembler) program (DOS based), it's like the vb is my main program and it will call or execute the TASM one. is it possible?. someone Please tell me what particular syntax or command should i used, then i'll try to studied it up my self. thank you very much, and good day…..


ghost's Avatar
0 0

I could have answered that question in middle school .. I forget all of my VB. I'll ask my junior brother to help you out, dude.


haZZknightZ's Avatar
Member
0 0

thank you PARE / DUDE, but i think i got it, what i did was make my TASM program an executable and used the shell for VB. Thanks a lot dude, thank you for your time.:). netfish, thank you … 'til next time …


ghost's Avatar
0 0

hey i think its (shell app.path & "\proggie_name.exe", vbhide) umm its been awhile since ive had to use vb and dont recommend wasting your time learning it


ghost's Avatar
0 0

Well you can do all you logic part in c++ and compile it as DLL and with VB you make only the interface, so it isn't really useless. But i suggest c++ for all the job, logic+interface


ghost's Avatar
0 0

yes, just use shell("C:/program.exe -commandline")