Recent content by i try

  1. I

    Simple Task Solutions: Print Textbox and Replace Letters

    I tried to do that, but we do not succeed. here code: Public Class Form1 Dim m(10) As Char Dim i, j, pr As Integer Dim unos As Char Dim postoji As Boolean Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles...
  2. I

    Simple Task Solutions: Print Textbox and Replace Letters

    I need help in solving the two simple task, and I will be very grateful if you helped me. 1)Write a program that prints the textbox: 1 121 12321 1234321 123454321 2) Write a program that brings the input sentence.In this sentence instead of the letter A there is the letter X and...
Back
Top