python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Passing listview item to textbox in another form
I'm currently working on an application that shows whether colleagues are present at work. To make it a bit 'easy' to use for the one who's going to manage it, I want the user to be able to double cli...
Tom
Votes: 0
Answers: 1
React Material OutlinedInput is notched if label not provided
I have an issue with OutlinedInput wherein the textbox appears notched if I don't give the label. I want an outlined input textbox without any labels. This is my code:
<FormControl sx={{ m: 1, ...
user8884641
Votes: 0
Answers: 0
How to add multiple pictures into Tkinter Text-widget? (python)
I'm making this app, and I need to display a bunch of images alongside titles. I haven't done the title part yet because I ran into a problem.
I'm using a for loop to add all the images into this Text...
zChris128
Votes: 0
Answers: 0
Click and recognize part of text in textbox vb.net
I am trying to make a program that utilises a textbox that has text options listed in it that can be clicked on.
As a textbox example:
[Selection:<1><2><3>]
so the user could then as...
LabRat
Votes: 0
Answers: 2