1,765 Topics
| |
hi, I put a button to run the batch file and everything is fine But when the file works it asks for other files that are complete to run it and I did not know how to merge it together to work properly and these pictures ![1.png](https://static.daniweb.com/attachments/4/83b5662430989d1e87d8ad82ef1a2851.png) ![3.png](https://static.daniweb.com/attachments/4/7a92fe7a9051f62f3c292b5b8830433a.png) ![Screenshot_13.png](https://static.daniweb.com/attachments/4/cc156d0fa8215abef8802da216cc1a96.png) ![2.png](https://static.daniweb.com/attachments/4/18a4dd6b1d04de74b1629bd70a0ee460.png) | |
So I have a PC running windows 2000 that I need to take pictures off of, but the keyboard and mouse won’t work pass the bios. I’m pretty sure it wants me to install the drivers for them but I can’t exactly do that without a keyboard and mouse. Can … | |
question mark is Éé and so is comma. my brackettes are ¨¨Çç and my back slash is Àà and my greater than and less than are ' " PLEASE HELP Ièm SICK OF THIS HOW DO I FIX ITÉ | |
Hi, how would I use mouse_event to simulate the mouse wheel? I can only do clicks. [Code=C++] void Left_Click(const long x, const long y) { mouse_event(MOUSEEVENTF_LEFTDOWN, x, y, 0, 0); mouse_event(MOUSEEVENTF_LEFTUP,x,y,0,0); } void Right_Click(const long x, const long y) { mouse_event(MOUSEEVENTF_RIGHTDOWN, x, y, 0, 0); mouse_event(MOUSEEVENTF_RIGHTUP, x, y, 0, 0); … | |
I am trying to convert an 11 page Pdf document to excel and have the formatting work correctly. If anyone knows of an easy way to do this I would appreciate it. Thank you, | |
Hi, the scenario is: I run an apartment complex, someone comes in to pay their rent. I fill in an html form to record payment(update "payments" database table) and print a receipt. I hope u will look at it and offer advice. I hope to combine both the payment and … | |
Dear Experts, I have a requirement to capture data from my workforce (4000+ users) on a regular basis. I've developed a form for this using MS Forms and it does it's job perfectly. However, due to GDPR constraints (and the nature of the data) I need to clear the data … | |
In my workplace, we have an intranet website developed internally that we use for CRM. The data of our clients are shown there (MS SQL server is used as a backend to store data). The site has a limited search functionality at the moment (it'll try to match the text … | |
Please am new here and I need you guys help am trying to save a fingerprint template into my database (Sql server) but is not working, this is my code Dim fingerprint as Memory stream = new MemoryStream Template.serializ(fingerprint) fingerprint.position=0 Dim be as BinaryReader = new BinaryReader (fingerprint) Dim bytes() … | |
Write a Java code using Factory Method design pattern to solve the following relationof Products, Factory, DistributorandClients.-The distributorsellsproduct including:Laptop,PC monitorand TV.-Each product has its own descriptions detail: getDetail() | |
I want to know how to create a software | |
I am searching for new technologies and to improve my logac | |
I want the oop project in c++ using inheritance constructor destructor etc | |
What are your favorite hobbies on the computer outside of work and DaniWeb, of course? Personally, I'm a Quora addict. | |
I want create a software just like an alarm clock. It will paly an audio file repeatedly till did not press esc key. What command should I give as conditions and whoch module should I use? | |
## Sub-Heading Here ## | |
Write a program that sorts an array of integers using pointers. in c+++ | |
I have a VB.net project that queries my online database directly. Now I want to use API instead of direct connection. Please I have never done such before and all materials I got online are not learning friendly and some that are friendly didn't have relation with database. And secondly, … | |
Hi, I'm going to start an ABAP consultancy internship in a few weeks. Before that day, I am trying to learn something by myself. I installed SAP NetWeaver AS ABAP 7.52 in a virtual machine and started writing a little ABAP on this virtual machine with the SAP GUI on … | |
El Java sdk como elemento esencial para la creacion de aplicaciones para moviles en la Era post Covid-19 | |
I am having trouble appending an arraylist to an existing textfile, it appends but in the process clears all of the existing data inside of the file. Please can you help :) many thanks in advance Scanner myScanner = new Scanner (System.in); ArrayList<Books> details = new ArrayList<Books>(); int ISBN; String … | |
Hi All, I dont know if anyone could help me, I am going slightly mad. I have been following some online demos of creating a simple application using VB.NET / Visual Studio and MYSQL database. I have setup the MySQL database and that looks fine, I would like it to … | |
These are the topics relevant to my field of study | |
runtime failure is a big issue | |
I think it's windows 7. | |
|Visual Studio C# Windows Form Application| I'm trying to load and save multiple comboboxes selections to a XML file or file to a specific location using diolog box to know where to save and load. Any help will be appreciated. | |
Private Sub delete_Click(sender As System.Object, e As System.EventArgs) Handles delete.Click Try Dim con As New SqlConnection("Data Source=.\SQLEXPRESS;AttachDbFilename=D:\JENNY PROJECT\JENNYFER\SMS project\SMS project\Database1.mdf;Integrated Security=True;User Instance=True") con.Open() Dim query As String query = "delete from course_tabl where c_name='" + ComboBox1.Text + "'" cmd = New SqlCommand(query, con) dr = cmd.ExecuteReader MessageBox.Show("Do you really want … | |
Would you mind if I troubled you for some help? I’m working on an NDA’ed project and we’ve been asked to try and address a problem which is currently causing some pain. Imagine there was a merger between two blue-chip communications/media companies, and Company A was offering discounted deals to … | |
A company by the name focus computer system has a standard rate of 1.6% of the salary of every employee Write a c program that accept employee salary as to display the rate amount after it's application |
The End.