Twitist Forums
What application language does visual basics-Windows form application use? - Printable Version

+- Twitist Forums (http://twitist.com)
+-- Forum: Facebook forums (/forum-14.html)
+--- Forum: Facebook apps (/forum-22.html)
+--- Thread: What application language does visual basics-Windows form application use? (/thread-51545.html)



What application language does visual basics-Windows form application use? - Kevin Usher - 12-16-2012 06:23 AM

I know c sharp but i dont know like what application it uses. Like how do you make stuff click other things. Or how do you make something type like in the email box and password for facebook. Please tell me the application language it uses.


- Deus ex machina - 12-16-2012 06:31 AM

If your question is how you can make an application interact with another application, for example by putting text in a browser text box, then you can do that programmatically from any language that can call the Windows API, like C#.
Here is one example on how to do it.
http://social.msdn.microsoft.com/forums/en-US/winforms/thread/345d85e8-cc5f-4508-b3f2-74ee43521169/

Note, manipulating other aplications is pretty advanced stuff, this is not for beginners.