Posts by user18748 • 469 points
19 posts
-
0
votes1
answer357
viewsQ: Send mouse click
I would like to know how to send mouse click on the screen passing the position coordinates of the click (x,y) per parameter in c#.
-
2
votes2
answers132
viewsQ: Circle with text in the center Asp.net
I would like to know how to make a circle with a text in the center on Asp.net, follows image of the expected result.…
-
0
votes1
answer1095
viewsQ: Get list of applications installed on your computer
I would like to get a list of all the programs that are installed on the computer and display in a Datagridview with (C# Windows Forms Application).
-
6
votes4
answers579
viewsQ: Get the date and time the computer called
I would like a method to get the date and time the computer last connected with (c# windows form application).
-
3
votes1
answer444
viewsQ: Get the pressed key with minimized application or without focus c#
I would like to press the Printscreen on the keyboard, the C# application that is minimized in the Tray system, be maximized and display the image of the print.
-
3
votes1
answer114
viewsQ: List of forms in the project
I need a List<> of all the Forms in project c#, to start the exe enter in the database the name of all Forms.
-
3
votes2
answers606
viewsQ: Number of lines per page reporter Viewer c#
I would like to know how to display in the report (reporter Viewer/c#) the number of lines per page and the total amount on all pages of the report.
-
0
votes2
answers220
viewsQ: Get number of computers that are using the network system
I am developing a software and the client will only be able to use the system on a certain number of computers at a time. I’d like to know how I get the number of machines that have the system open…
-
5
votes1
answer2771
viewsQ: How to get computer information with C#?
As information of the computer where the C#application is running, such as computer name, IP, status of the firewall, if you have antivirus installed, if antivirus is active, etc.
-
1
votes1
answer388
viewsQ: How to save scrollbar position?
I would like to get the position of the scroll bar DataGridView, so that after giving a refresh, remain in the same position.
-
2
votes1
answer519
viewsQ: How to block editing of a record when it is edited by another C#user
In a network system (Several using the same database), how do I know if any user is already editing the record. Because if in case two computers edit the same record at the same time, a problem…
-
1
votes2
answers766
viewsQ: Remove objects from memory
I have a DataGridView in my project and a timer with refresh 5 seconds. I realized that the system was overloading the memory, as each time I listed the previous data remained in memory. This is the…
-
1
votes1
answer1277
viewsQ: How to place image and text in the same Datagridview cell
How to place image and text in the same cell of Datagridview C#? I need both to be displayed in the same cell.
-
1
votes1
answer1576
viewsQ: Running methods through configurable keyboard shortcuts
I’m developing a system that has some functions (e.g., F12 -> Close the system). In the system has the form of parameters, and in this form I would like the client to choose which shortcut for…
-
6
votes3
answers325
viewsQ: Prevent the system from locking during a batch e-mail
I am developing a system that sends mail in batches to customers, but if the user who is operating the system click on any part of the window during the process, it appears that the system is not…
-
0
votes1
answer1459
viewsQ: Get name of worksheets containing in an excel file with c#
I have a problem regarding getting the name of the spreadsheets that have to in an Excel file. I need to read a file that contains several spreadsheets, and would like to get the name of all and…
-
1
votes2
answers908
viewsQ: Pass connection string to dataset via code
How to pass the string connecting to the dataset via code? because the application I am developing cannot contain the app.config.
-
2
votes1
answer412
viewsQ: Entity framework with connection string via code
I am developing an application, and I need the connection string to be set in the code itself, because there can be no app.config file..
-
4
votes1
answer862
viewsQ: Progress bar in windows c#Taskbar
I’m developing an app that will send email to multiple customers. I would like to display the progress of the shipment even with the form minimized. I would like to do the same way that Windows 7…