I want to export data and create MsProject File using Aspose.Tasks. I am able to export data from my local db to project file successfully but while exporting B
I'm loading an agent to Minecraft JVM and when I get all the loaded classes from the instrumentation, most of them are not there. My code looks like Class.forNa
It is necessary to develop an api that would use the xml format for responses. <?xml version="1.0" encoding="UTF-8" ?> <response> <result>0&
I want to demonstrate my window in a full screen. I have a working function, but I have a problem: I'm sending an AJAX call after user's click on some button
I have the following html code with several elements in a dropdown menu. I only want to click on an item if it is selected (has the class selected) or, as you c
// I used cvtColor, inRange , bitwise_and, GaussianBlur, Canny functions before. vector<vector<Point>> contours; // to store contours vector<Vec4
import java.io.File; import java.util.List; public final class ProblemSG3Implementation { public final List<String> readEntries(final File psfFile)
I am using Embarcadero RAD Studio XE to develop an application. I am trying catch the file(s) drag and drop to the application with the following code TMainFor