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
~10K People Reached
Favorite Forums

7 Posted Topics

Member Avatar for @Kui

HI. I'm new to MySQL and downloaded easyphp a while ago and had been using the phpmyadmin GUI to create databases on MySQL. Because I am also doing web development I decided to download Wordpress. But as I was downloading Wordpress I got a message telling me that I did …

Member Avatar for rch1231
0
133
Member Avatar for Start4me

Hi. to save the settings that the user has made on the form just add this code to your main page. [CODE] My.Settings.Save()[/CODE] This will ensure that all changes are saved and the user can exit and reurn to the program and find the changes they had previously made. you …

Member Avatar for adam_k
0
328
Member Avatar for @Kui

Hi. I have a datagridview on a form that displays values generated in a for loop when a user presses a button. Here's the code. [CODE] Dim i as Integer Dim Period as double Dim rate as double Dim interest as Double Dim amount as double Dim payments as Double …

Member Avatar for winkler
0
123
Member Avatar for @Kui

Hi. I'v created a program with a Ms SQL database, registration form and login form. Everything was working well so i detached the database and added it to my program as an existing item before so as to deploy the program. But now i recieve an error when i try …

Member Avatar for @Kui
0
137
Member Avatar for @Kui

Hi i have a program in which i want the main form to get information either from the login form or from the sign up form depending on which one is used. Here is the code below. The information does not seem to appear although there is no error. Please …

Member Avatar for Member #857553
0
284
Member Avatar for afaque01

hi i have a similar problem. i want the user to enter a value in a textbox in form1 and that value to be accessible in form2 this is my code Form1 [CODE]Public Class Form1 Public var As Integer Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles …

Member Avatar for vanzhyme
0
9K
Member Avatar for @Kui

Hi, I'v just started learning VB. i need help with a program that allows the user to enter a month and a number of years. (e.g March and 10 years) The program then displays all the months of the year from the entered month in a loop that runs as …

Member Avatar for codeorder
0
149

The End.