Posts by roffy miranda • 37 points
7 posts
-
3
votes1
answer52
viewsQ: Name of field or Property being initialized in an Object initializer must start with '.'
Give me the error: The name of the field or property being initialized on an object initializer must start with '.'. Private myImageList As System.Windows.Forms.ImageList = New ImageList() Private…
-
0
votes1
answer44
viewsQ: How to make a vertical ruler of orientation with the same number of imported text lines Vb.net
I’m building a text editor and I need to make a vertical ruler with the same number of lines of imported text. I already know how to obtain the number of lines of the imported text but I did not…
vb.netasked roffy miranda 37 -
0
votes1
answer20
viewsA: How to insert new text into existing text in textbox
Well I ended up finding a solution to the problem that was intended for richtextbox and made some changes to work with textbox. Code found here Stackoverflow this and my current code TextBox1.Text =…
vb.netanswered roffy miranda 37 -
0
votes1
answer20
viewsQ: How to insert new text into existing text in textbox
I’m trying to get in the first line of an already imported text in the textbox the date and time , but when I apply with this code it makes a new line but at the end and I need to apply in the first…
vb.netasked roffy miranda 37 -
0
votes1
answer35
viewsA: Text imported from text to textbox file does not display the seats correctly
In fact after several attempts and searching I found 2 solutions in which I used. in fact the first situation was to re-save the text file with utf-8 and the second I applied in code I found online…
vb.netanswered roffy miranda 37 -
0
votes1
answer35
viewsQ: Text imported from text to textbox file does not display the seats correctly
I’m developing a Notepad and I’m having trouble importing text from a text file where that text has several seats, but after importing to a multi-line textbox , instead of the seats a different…
vb.netasked roffy miranda 37 -
-1
votes1
answer554
viewsQ: How to Select the second line of a textbox text and move it to the first line
I’m trying to make a text editor, but I’m finding it difficult to find a solution to select the second line of text in a multi-line textbox and I want to change the second line by pepper. I’ve tried…
vb.netasked roffy miranda 37