Posts by Brugo • 53 points
10 posts
-
1
votes1
answer169
viewsQ: Remove a Javascript function running with button click
I have a javascript function running with button click. <button id="lens" value="Zoom" onclick="magnify('imgL', 2); It is a function that is in external . js, which Zoom in an image by activating…
javascriptasked Brugo 53 -
-7
votes2
answers117
viewsQ: Help with SELECT for the Acuity exam
I need help with a college test. I’m new in SQL, and I need to do well on this test. I wonder if someone could help me form this SELECT correctly? I don’t even know where to begin, so I really…
-
0
votes1
answer183
viewsQ: c# Silent install from localDB
My program needs Sqllocaldb.msi to run. I already downloaded this file and put it on the CD that I will distribute the program. The question is: Is there any way to make my setup.exe run this…
-
-2
votes1
answer279
viewsQ: c# change source of picturebox
I have a table with 4 Image fields. I put a pictureBox and in the properties Data, in Databindings, Inkei it with one of the fields of the table, the field image1, when executing the program is…
-
-1
votes1
answer46
viewsQ: Switch Connectionstring to Appdata/Roaming
My application installed the database . mdf in Appdata/Roaming. Now I probably need to change my path from ConnectionString to this place. How do I do it? I read online about using…
-
2
votes1
answer51
viewsQ: Form running after closed
I have an app with a Form1, where is my pictureBox. I added another Form2 to the project that when executing it it becomes a magnifying lens, thus, you can use on top of the first Form1. My problem…
-
0
votes1
answer171
viewsQ: c# Move image without trace
I’m moving one picturebox over another with a mouse. But she keeps leaving a trail behind when I move the mouse, the trail disappears right away, but there’s a way to remove it? I tried to take the…
-
1
votes1
answer159
viewsQ: c# delete Drawstring in picturebox
I have a pictureBox where the user with each mouse click inserts a text on top of an image in a pictureBox. It inserts several texts at various points in the image, the inserted text is taken from…
-
0
votes1
answer964
viewsQ: c# Take text and insert on top of image
I have a pictureBox, and I need the user to be able to make "markings" on the image. For example, the image is a human body, I need the user to click on the photo where the arm is, for example, a…
-
1
votes1
answer161
viewsQ: Scrollbar centering on its own
I have a form with height larger than the screen, with many buttons and checkboxes, The user uses the scroll bar to scroll down and see all the content of the form. My problem is that every time the…