English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

write visual basic code to generate triangle or square and another code for draw mathematical problem

2007-11-13 03:51:59 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

2 answers

Here is a website . http://swik.net/SWiK/Dream.In.Code+Programming+Tutorials/PASCAL%E2%80%99S+TRIANGLE+&+CHARACTER+PATTERNS+in+Visual+Basic+Tutorials/bpz29

2007-11-13 04:02:17 · answer #1 · answered by QuiteNewHere 7 · 0 0

how to use looping in a login form? too hard to find the answers. but i know to loop my login form using if then else condition and select case.. but if i use now a looping like do unlit, do while, for loop.. its always continue looping until it reach for the numbers i given.. here's the loop of mine. dim var1 as Integer var1=0 do until (var1=3) if txtPassword="jomz" then Msgbox "Succes" Exit Do Else Msgbox "Wrong Password" var1 = var1 + 1 End If If var1 = 3 then End End If help me.. sirs/ma'ams.

2016-05-22 23:16:23 · answer #2 · answered by ? 3 · 0 0

fedest.com, questions and answers