Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~465 People Reached
Favorite Forums
Favorite Tags
Member Avatar for SerapH

I already have web pages written in HTML that give out Help info about various functions of the application. How do I get them to pop up when the user clicks a button on the VB.NET form ? Private Sub btnHelp_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnHElp.Click …

Member Avatar for SerapH
0
196
Member Avatar for SerapH

Hi I am creating an MDI application that carries out various tasks >> Login, View Balance, Show Transactions, Request Statement. So far I have only managed to create the Parent MDI, Main menu to be able to choose a function, and login validation. Login Code: Dim str As String = …

Member Avatar for manal
0
102
Member Avatar for SerapH

Hi I am creating an MDI application that asks the user for a User ID and Password to be able to show personal details once verified. Details of user ids and passwords are available in a MS Access Table1. There is another table2 for user details, and another one yet …

Member Avatar for manal
0
167