2
How can I make sure that when filling in the fields, they appear in the textbox by replacing the values "USER NAME", "WARNING TYPE" and "TOPIC LINK"?
    Private Sub bemvindo_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles bemvindo.Click
    End Sub
    Private Sub PictureBox1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox1.Click
        Application.ExitThread()
    End Sub
    Private Sub PictureBox2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox2.Click
        Me.WindowState = FormWindowState.Minimized
    End Sub
    Private Sub PictureBox3_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles PictureBox3.Click
        Form1.Show()
        Me.Hide()
    End Sub
    Private Sub body_Paint(ByVal sender As System.Object, ByVal e As System.Windows.Forms.PaintEventArgs) Handles body.Paint
    End Sub
End Class
						
Post the code that you have or that gave trouble... Enough so we can help you
– Paulo Roberto
Have you tried the Getvalue method? 'https://msdn.microsoft.com/en-us/library/b05d59ty(v=vs.110). aspx? Cs-save-lang=1&Cs-lang=Vb#code-snippet-1'
– Paulo Roberto
It’s not a problem. I would like to know how to generate a form from the fields I would fill in and clicking "Generate Warning MP" would generate that text aside. Get it? Anyway, I added the current code, but I don’t think it’s going to be useful at all.
– Maradinho PH
I’ll go see this Getvalue.
– Maradinho PH
I didn’t quite understand... but I don’t think that’s it.
– Maradinho PH
https://www.youtube.com/watch?v=MWsMqOE1o9E - This is what I wanted in the textbox and not in a word document.
– Maradinho PH