help with making a simple program - Printable Version +- BP Forums (https://bpforums.info) +-- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=55) +--- Forum: Archived Forums (https://bpforums.info/forumdisplay.php?fid=56) +---- Forum: VB.NET (Visual Basic 2010/2008) (https://bpforums.info/forumdisplay.php?fid=8) +----- Forum: Programming Help (https://bpforums.info/forumdisplay.php?fid=9) +----- Thread: help with making a simple program (/showthread.php?tid=759) |
help with making a simple program - Yevzor - 03-18-2013 Hello just a little info what i need help with a little program, i use a VPS for ssh server tunneling to help with my latency for gaming from australia to usa. it uses 2 programs called proxifer and putty i want to make a lil program with a interface having username, password text box and a connect button, when those are typed in and i press connect to auto open the proxifer.exe, auto open the putty.exe, load my server settings and auto type the user/password(in putty), is this possbile to do? and is it very hard? Re: help with making a simple program - Snake_eyes - 03-26-2013 Making the interface is easy, opening the two programs is easy, making an autotyper is fairly easy but selecting the configuration from a listview in putty and loading them is quite hard bottom linie is NOT SOMETHING A BEGINER IS ABLE TO DO. Sorry to disappoint you Re: help with making a simple program - Yevzor - 03-29-2013 yeah i understand its not easy for a beginner, but can you direct me to the right places please wher ic an learn all of it? Thanks in advance |