-
Replied To a Post in Load & Save multi ComboBox to a XML File or file to specific location
Q. What are you trying? We know this is going to take a bit of code but no one can write it for you but in short, you make routines … -
Began Watching Load & Save multi ComboBox to a XML File or file to specific location
|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 … -
Replied To a Post in Hi everyone, I'm NixxHertz.
Nothing told about make, model, age but hey, you could have the charger tested or if that costs my than a charger, get a new charger. Be sure the mains … -
Began Watching Hi everyone, I'm NixxHertz.
The power light to my laptop comes on and blinks/flashes two lights rapidly. Nothing else is happening, no fan, no sound, no display. I've tried restarting but there's nothing. Once … -
Replied To a Post in Exact replica android app of a WebSite
Since it's a website, why is an app required at all? Just make the website mobile friendly. -
Began Watching Exact replica android app of a WebSite
Hi everyone. I wana ask to the experianced person that is it possible to make the exact replica of a website's android app ? I mean of I have a … -
Replied To a Post in i want to remove selected item from combobox please help me
Poorly formatted. Needs a better explanation of what to delete from what. -
Began Watching i want to remove selected item from combobox please help me
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 … -
Replied To a Post in Mobile owner Information
Here and most countries, privacy laws prevent you from asking governments and companies for information about people. But as you suspect there are other means such as hiring a private … -
Began Watching Mobile owner Information
I am starting an online business with an American lady. I don't know anything other than her phone number. So want to verify her records. -
Replied To a Post in BARCODE CREATION PROBLEM
I do not currently use this version but in the past it was very easy. Just two steps. 1. Create some textbox or object where we want the barcode to … -
Began Watching BARCODE CREATION PROBLEM
HOW I CREATE BARCODE AND REPORT VIEW WITH CRYSTAL REPORT 8.5 ,I AM USING VISUAL BASIC 6,MSSQL SERVER 2008,CRYSTAL REPORT 8.5 -
Replied To a Post in Need help starting MIPS program
1. Appears to be homework, assignment or part of some course. 2. You omitted the rest of the assignment with the code to test the system. See https://www.chegg.com/homework-help/questions-and-answers/mips-assembly-led-assignment-fall-2020-ledasm-create-object-file-called-ledasm-draws-red-l-q58176553 3. By … -
Began Watching Need help starting MIPS program
Create an object in its own file called “LED.asm” that draws a RED Led in the middle of the BITMAP Display. Make the LED your own design, but make sure … -
Replied To a Post in Java sikhana chahte Hain
I don't understand your question here but hey, ☕. -
Began Watching Java sikhana chahte Hain
Java -
Replied To a Post in How to retrieve a device name from IP or MAC on LAN
Again no to getting this with the IP or MAC address. But in the interest of answering how a router gets that information: Read https://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol#Options and pay attention to Field … -
Replied To a Post in How to retrieve a device name from IP or MAC on LAN
1. Your top post asked for "device's name". 2. Later reply muses about dns.gethostentry failures. (not presented as "why does this fail now?") 3. Later you may be asking but … -
Replied To a Post in Book Information
The code is poorly formatted so I can't tell if it's something with a semicolon or something else. Next time use the Code Block tool in the editor when pasting … -
Began Watching Book Information
#include<conio.h> #include<iostream> struct book int bookid; char title; float price; display(book); book input(); ; int main() book b1; b1=input(); display(b1); display(book b) std::cout<<"\n"<<b.bookid<<" "<<b.title<<" "<<b.price; book input(book b) book b; … -
Replied To a Post in How to retrieve a device name from IP or MAC on LAN
1. MAC address: Read https://www.quora.com/What-info-can-you-get-from-mac-address So no, you can't get the device name. 2. IP address: https://www.quora.com/What-information-can-be-gleaned-purely-from-an-IP-address Again no device name. 3. https://en.wikipedia.org/wiki/Domain_controller covers a bit but is not in … -
Began Watching How to retrieve a device name from IP or MAC on LAN
In Visual Studio 2015, VB, in Windows 10, I have a small program where I use the arp -a command to pick up the mac and I/P addresses of connected … -
Gave Reputation to Dani in When will I die?
Huh??!! -
Replied To a Post in Has anyone solved Java exercises in PDF?
I'm guessing here you meant Udemy's course: > From 0 to 1: Learn Java Programming -Live Free,Learn To Code An accessible yet serious guide to Java programming for everyone Sorry … -
Began Watching Has anyone solved Java exercises in PDF?
Hello, I'm studying from 0 to programming in Java and I would like to get, if someone can share, some PDF with solved basic exercises of programming in Java, preferably … -
Gave Reputation to Dudhkumar in SOcial media marketing course
Hello I can help u -
Replied To a Post in java program to calculate zakat after 1 year
It's your choice. It is not calculated. -
Began Watching java program to calculate zakat after 1 year
I have a java program realated to account management system in that program i want to calculate zakat, but the main issue is that the zakat should be calculated after … -
Replied To a Post in How do you submit a website to Google?
Google notes how at https://developers.google.com/search/docs/guides/submit-URLs -
Began Watching How do you submit a website to Google?
How do you submit a website to Google? -
Replied To a Post in Change img with javascipt without id
Attribution to http://www.liangshunet.com/en/202005/494917182.htm Read more there but here's their Javascript attempt (seems to work.) <script type="text/javascript"> function ChangeImgSrcWithoutId() { var arrImg = document.images; for (var i = 0; i < … -
Began Watching Change img with javascipt without id
Hey i'm trying to change the image without the id. We can't change html so i can't use an id. I have this: <figure> <img src="images/start.png" alt="start"> <figcaption>Nog geen thema … -
Replied To a Post in C++ Cylinder Code
1. Don't add tags that don't apply. 2. The ^ would be for Integers. I did not check the results of this quick edit to follow: #include<iostream> #include<cmath> using namespace … -
Began Watching C++ Cylinder Code
I am writing a program that calculates the volume of a cylinder when you input the diameter and height, using the formula 1/4*height*3.14*diameter^2 However the issue is, whenever I do … -
Replied To a Post in Can someone translate this c code to MIPS
PS. Remember that unless told or there's a clue given I will think this is not homework. This looks like HANGMAN so let's go get that app! Read https://github.com/macalinao/mips-hangman -
Replied To a Post in Can someone translate this c code to MIPS
My question is: Why not use a MIPS C compiler? That's what we did on such a project. -
Began Watching Can someone translate this c code to MIPS
#include <stdio.h> #include <stdlib.h> #include <stdbool.h> #include <time.h> #include <string.h> #define WORDS 10 #define WORDLEN 40 #define CHANCE 6 bool srand_called = false; int xrand(int x){ if (!srand_called) { srand(time(NULL) … -
Replied To a Post in How do you extract coefficients from a linear expression?
Could it be the Python function noted at https://www.geeksforgeeks.org/python-sympy-coeffx-n-method/ Or is this homework where you can't use this? -
Began Watching How do you extract coefficients from a linear expression?
Lines=["1x+1y+0","1x-1y+0","1x+0y-3","0x+1y-0.5"] So, How do we extract coefficients of each equation in the list? -
Replied To a Post in Help with a Database Problem - Advice Required
I boiled it down to "discounted deals" which from my experience would never require bank account information. Maybe there was untold story here but as I've worked on the "is … -
Replied To a Post in Help with a Database Problem - Advice Required
I didn't mean to abandon all vetting. But first my background includes some surveilience systems and how we validate that you are you. One of the rabbit holes we must … -
Replied To a Post in can anyone help me to translate this c++ into pseudocode?
Makes me wonder why write this if https://www.cplusplus.com/reference/algorithm/sort/ is built into C++. -
Replied To a Post in can anyone help me to translate this c++ into pseudocode?
Ah the perils of undocumented code. God and the coder knew what it did, now only God knows. Since this is what it is you know that pseudocode is not … -
Began Watching can anyone help me to translate this c++ into pseudocode?
#include<stdio.h> main() { int A[9]={6,3,1,5,7,4,2,8,9}; int Temp, I, J, K; printf("sebelum \n"); for(I=0; I<=9-1; I++) { printf(" %d ", A[I]); } for(K=0; K <= 9; K++) { J = K; … -
Replied To a Post in Theory on the VPN
To the last question, yes and no. My background included writing code for a router long ago. So let's dive in. 1. There is no magic here. To get data … -
Began Watching Theory on the VPN
Hi DW. I'm a bit confused and lost on how this App is working called Ha Tunnel Plus (You can check it on Playstore, and have a look on YouTube … -
Replied To a Post in Help with a Database Problem - Advice Required
I thought that might happen. I've been in such discussion in real life and the principles and their goals were hidden. That meant you couldn't give a solution because not … -
Replied To a Post in Help with a Database Problem - Advice Required
My view is this is classic overthinking. It's just a discount and not the end of the world if someone got a discount that shouldn't have. So the simplest solution … -
Began Watching Help with a Database Problem - Advice Required
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 … -
Replied To a Post in How to write a c program
Please show your effort as noted at https://www.daniweb.com/welcome/rules
The End.