I'm developping a soft with VB 6 (I know, I know... it sucks, but it is a requirement) that will be launched from the command line. The only problem left is for the /h (help) argument... I've searched a lot and didn't find anything working in this context. Of course, I could create a new DOS Prompt window and ask the user to press a key to close it, but I find this a bit dirty. I'd like to print it in the same prompt window, if it is possible.
I searched on VB forums and I was answered by beguinners... you know, "You should put this into a form and place your text in a label" or some answers like that. I want the REAL solution
Any ideas?
*** I tried the print method... I didn't manage to make it work. ***
I searched on VB forums and I was answered by beguinners... you know, "You should put this into a form and place your text in a label" or some answers like that. I want the REAL solution
Any ideas?
*** I tried the print method... I didn't manage to make it work. ***