The only thing that I have scene different in the code from VB6 to VB10, is VB6, for msgbox, it would be like this I beleive, MsgBox "Hello" , but when you try to do it in VB10, it automatically puts it in this format, MsgBox() (Example: MsgBox("Hello") . I think I have scene that difference so far, but I am not totally sure.
Ya, I am trying to make a simply GUI for x264, but also to be compatible on for streaming it to the 360. I have it all done now. I am just working on the Muxer. But I still want to add progress bars for when the Command Line is being used, so it does not show the Command Prompt, but it will show the progress bars.