Hi everyone!
i am newbie to visual basic.net, and I'm having a headache to do this. Assuming we ask the user to input a number of guests and based on that number of guests..we creating textbox or label or something to ask guests' name, guests' age.
For Example:
User will put in our textbox 2 guests so we will firt ask for the first guest what is his name, what is his age and then ask for the second guests what is his name, what...
Search Result
Collapse
7 results in 0.0043 seconds.
Keywords
Members
Tags
-
Based on input number Creating textboxes and lablel
-
Converting from HP Basic 5.0 into C++
I'm writing code for GUI to control an Agilent analyzer. Now this analyzer is quite old so all of the code examples in the programming manual are all in HP Basic 5.0. I'm fairly new to C++ and am still trying to get my head around it all.
Below is the code I'm trying to decipher. I have a fairly good idea of whats going on I'm just not sure how it would translate in C++. The program is dumping an active trace in ASCII then loading that trace.... -
Need help fixing my Login Code in Visual Basic
My visual basic code is:
Code:Public Class Form1 Dim PasswordTrials As Integer Private Property TextPassword As Object Private Property TextUsername As Object Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim Login = Me.ClientsTableAdapter1.ClientQuery(TextUsername.Text, TextPassword.Text)
-
Converting A Basic Program to A C++ Program
I wrote the following program in Basic. It works in Basic, but I cannot get it
converted to C++. Any help in that direction will be appreciated. The values for
a, S, and R can be changed.
a=3
for S=1 to 5 step 2
R=2
N=((2^R)*S)+1
if int(((a^S)-1)/((2^R)*S+1))=(( a^S)-1)/N then print "yes"; "S="; S; "R="; R; "a="; a else print "no"
... -
Converting from One Computer Programming Language to Another
Are there any free or inexpensive applets that can convert Basic to C++ that can be used on Windows? -
How to handle an exe from visual basic through php
Hi! Its my first question here and I really hope to help me because I run out of my mind!!
My question is: I have an exe, created from a visual basic project. Is there any script, code, function to manage the exe and its functions remotely from my php code? I tried COM() function but doesnt works... Please help me!!!
Thanks in advance!! -
MySQL Basic Tutorial
This is an easy to digest 12 step guide on basics of using MySQL. It's a great refresher for those who need it and it work's great for first time MySQL users.
Anyone should be able to get through this without much trouble. Programming knowledge is not required.
Index- What is SQL?
- Why MySQL?
- Installing MySQL.
- Using the MySQL command line interface
- Creating databases
- Creating Tables
- Data types
- The
Last edited by Atli; Feb 27 '10, 06:25 PM. Reason: Keeping the information up to date. Also cleaned up the code examples a bit.