Greetings Daniweb!
Just recently, I was able to integrate a Fingerprint device to my application. Can now scan fingerprints and save them to database using the INSERT TO syntax.
But …
Hello.
I am trying to add new button during runtime. Here is the scenario:
when I click 'Food' button, the fields from food column in MySQL database will appear as …
Hi,
I am stuck with a problem. I have two Date objects (util class objects). I want the difference between these two dates as the number of days between them? …
Hi Dw.
I have a MS Access database that has 9 columns what I want to do is to retrieve all data from a database only on 5 columns.
I …
Hi guys,
I wonder if you can help me at all. As some of you will know I do a bit of java development here and there but unfortunately …
<!-- example -->
<html>
<head></head>
<body>
/* Lots of contents, header, etc.
<?php
if (isset($_GET["id"])) {
echo $anexample[$_GET["id"]]["test"];
}
?>
</body>
</html>
There would be links that would say …
Hi group,
I'm discovering that my Excel spreadsheets that are being created by a VB.net app I've written isn't completely closing them as they should be. I'm struggling to understand …
The GitHub Repo is here. This was part of a contest with someone I met on Omegle. The goal was to see who's VM could run a set of …
(short version of the story)
I'm using Kubuntu in BIOS Legacy State as this was the only way I could see USB option in Boot Menu (F12). And it was …
I have a char array which need to check each and every character untill there is no more character to check,
so in C usually we write as:
Basically, I have a program in Delphi which POSTs data to a MyBB script on a server, when the MyBB script recieves that POSTed data it is supposed pass that …
Hi folks.
I'm looking for some pointers on how to "stream" a video file which is online.
I have no control over its location it could be
I'm not quite sure the difference between strcmp and == operator when comparing 2 different strings, I was told to do this but == works as well with less typing.
…Hey,
I just started learning C++ a couple of days ago and I'm interested in making an automated bot for an MMORPG ie. Runescape, MU Online, Silkroad Online, Last …
Heya i want to use ShowWindow(hWnd, SW_HIDE); to hide some application,
The problem is that the code i wrote works perfectly for any application except the one i need …
Hi, I'm new on this forum, but a friend directed me here to seek further assistance with a program I am trying to create. I have to create a program …
Hi all..
How i can make a report without using database.
Data can directly from the active form.
Thank you in advance
My own web directory is now PR 1. Earlier it was unranked. So, you guys are welcome to submit your website link to my directory. But remember to read the …
Hi,My website is three months old. I submitted by website for Good adsense approval and they showing as My website doesnt comply google adsense rule
(link deleted)
Message from Google …
I was just wondering if anybody here on daniweb has any experience of writing twitterbots, for things like, for instance, looking through tweets for keywords and then submitting a link …
Hi, Daniweb.
I have this hobby project I'm playing with where I need to generate data for a MonteCarlo simulation.
The data needs to fit within a bell-curve around …
I've tried everything, including running bootrec numerous times and I can't boot into Windows10. It started when I came home and noticed Windows was informing me I was missing my …
How come when I make a big change to my AdWords campaign, suddenly there's a huge spike in my Google organic traffic for the next half hour or so?
**I can't update inserted data via GUI, Its working well on inserting records before I modify it, and when am trying to modify in order to update inserted data its …
Hi everyone,
I appreciate this may not be the best forum for such a question however this is by far my favourite forum as everyone is so friendly and helpful …
I wonder how to handle exception in ResponsesEntity
.
When it receive wrong url, it supposes to go to the catch
block and display the log
. But I keep getting error …
What has Schrodinger got to do with the complex and paradoxical concept of quantum computing? The answer is that both Erwin and his hypothetical cat relate directly to this subatomic …
In my Food Tab, I wanted to achieve this
Click Here
But I only able to get this
Click Here
How can I increase the width …
I have a straight forward form sprinkled with a bit of jQuery, but I have a small issue. When I hit Next button it goes to the next step without …
Hi DW.
Is there anyone know how to read a text file line by line from the web/internet in VC++?
I have a function which works well in reading the …
Im having a hard time on how to display the total price when i choose roundtrip, on how to display the price and the total price.. someone please help me …
I have multiple JSpinner which have items 1-10 , and one JTable. When the JSpinner is clicked, the value will be added to JTable. I want to get the row …
Hello everyone,
I am having trouble with my code to list all the prime numbers in R. This is what I have thus far:
prime = 0:100
for(val in prime){ …
Hello how do you feel about Ionic 3 and Angular 4 frameworks? Are they compatible with Ios? Do i need to know Java to use them?
Hello there!
I'm wondering what are the options I have. My skills are not adequate for this kind of task. But I'm thinking now about either seeking for a …
Write a program that displays all numbers divisible by 3 and 4 within a range entered by user. Display five numbers per line. Numbers are separated by exactly two spaces.
…hi everyone hope you all are in good.
i have query while login form in php with oracle database..... i want to simple login with database
html code:
I'm searching for a forum for my website http://www.game4tress.com
The only free forum I know is https://www.phpbb.com/
The problem is that I've used this …
I'm new to working with PHP and I am in need of some help. I am currently working on setting up a test using Dreamweaver so that users can log …
Coin game: Alice and Bob are playing a game using a bunch of coins. The players
pick several coins out of the bunch in turn. Each time a player …
Hi all...
As we all know that these days social bookmarking is growing like anything....More and more people are moving towards social bookmarking but which is the best social …
hello friends , i need a help to create a binary tree using PHP and mysql. Friends i able to create a tree which is start form parentID with 0 …
Hello,
I have been searching around the net looking for solutions to my problem, but none have worked. My issue is that when i redirect using:
<meta http-equiv="Refresh" content="0; …
Howdy All -
I am just wondering if anyone has successfully converted a massive (subjectivity implied) COBOL application to another language. If so, into which language was your system converted …
Hello,
I ususally browse internet using google chrome. OS is windows XP.
Can anybody tell me any free and safe proxy server?
Whenever I search for any online shop, my …
I have this email code from a website template that I want to use for my site. The problem is that when I click on the "Send message" button, the …
Can anyone suggest how to increase traffic for the particular website using organic SEO.
Hello,
I´m not a professional in vb.net, but i try to make a tool for my colleague and me. I got a XMLTreeView on my form and i load …
Inside of a class template having parameter typename T
the compiler generates an error concerning 2 functions. T
does not seem to be recongnized as the template class parameter it …
Hello!!
I am a Chemistry student. I am trying to make a simple database application. I am using DataGridView as database.Data is inserting in DataGridView.But I don't know how …