Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~679 People Reached
Favorite Forums
Favorite Tags

2 Posted Topics

Member Avatar for Yivlx

In the KeyPres event of your textbox you can do something like this: If e.KeyChar = Microsoft.VisualBasic.ChrW(Keys.Return) Then Process.Start(TextBox1.Text) End If

Member Avatar for tinstaafl
0
328
Member Avatar for Michael_59

I have developed an x86 application using Visual Studio 2008 with Visual Basic as the programming language. It uses .NET Framework 3.5. My databases are created in MS Access 2007. I have deployed my software on Windows XP all the way through Windows 10 with no problems up until now. …

Member Avatar for rproffitt
0
351

The End.