I've searched all over the Net and here on DL but I can seem to find only information on passing a single argument when opening a new form. When I …
Dear DaniWeb community, I am not from computer science background (math guy) but I am interested in machine learning and apache mahout. I have used Mahout CLI and recently looked …
Here's dish. When I submit a form, it straight up crashes my site on my network. Here are the details.
Hi guys, i want to make a timetable management system in c#. the system should generate timetable for school for both teachers and students. please help me out here.
the GetDesktopWindow() give me the desktop HWND, but how can i get the desktop toolbar HWND?
i belive that theres 1 function for get the toolbar on windows, but …
I have 5 date fields in a table. I want to place CheckBoxes against each date field to allow user to check the appropriate date for the employee's weekly holiday. …
Good day!
I just want a little help on how to loop from one cell to the end and set a sum Formula. I have Columns From **F to O …
I am a computer hardware technician. And I want to create some programs to use in job. I think it would be more efficient in time. I can use C++ …
Hi, I have started this project and come to the point where I can't figure out how to finish it.
First Want to say that I'm noob for VB6 …
I've had a real good look around at it seems to be quite difficult, all I can find is ones that claim to work in PHP, I tried them anyway …
Hi,
I Have this php code:
<?php
//require('dbconnection.php');
$conn = mysqli_connect('localhost','root','','user_registration');
if (mysqli_connect_errno()){
echo "Failed to connect to MySQL: " . mysqli_connect_error();
}else{} ;
function getUsers() {
//return require('online-users.txt'); …
Hello every one.
i am trying to catch duplicate values from a data. in the picture when i want to add new record, then if the record already exists …
Hi guys, I'm working at a website that, among the other things, the client has requested to be multilingual. The way I envisage it to work is this: if you …
Please don't post "spam" or "Thank you" posts in this thread since this is meant to be used as a guide for all beginners and I am sure we would …
i need help in adding a new record to the database using adodc in vb6.. i've a command button named add in my form...
Hi,
My husband and I are going to Dubai, I heard that many websites are blocked there, So I'm looking for a cheap and reliable vpn service, Any help …
Hi all expert,
Need help here.
RS.Open "Select * From TABLE where Box_ID = '" & BOXID & "' Order By CASE_NO ASC", con1, adOpenDynamic, adLockOptimistic
Set DataReport.DataSource = …
I need help. I am developing an application wherein the user selects multiple images and are displayed on a form. With this application, i need to convert these multiple images …
Hi all,
I have already used InitGraph and have given the path(C:\\TC\BGI) in Initgraph and checked the Graphics option in Linker Options. Still Iam getting this error. I want …
I have a PDF file full of addresses (>3000) in this format:
Name
Street Address
City State Zip
Phone Number
Is there any program that …
Hello
i had a datagridview with data in it and i wanted to display the selected row in textboxes
here's the code i tried by i think its …
Hi,
a) I need to display list of ItemName, ItemLocation in a table row with a check box in the left-most column.
b) User can select multiple jobs …
By this script you can remotely login into facebook account with your password and username and fetch/send data.
Dear...
I'm doing INVENTORY PROJECT...
I'm using ACCESS as BACK-END...
My tables are PURCHASE and SALES...
In PURCHASE table, fields are CODE(primary key), PRICE, DATE, TOTAL, …
Hello.
My VB.Net project is connected with MS Access. Whenever input in VB, it will save in Access. I don't have any problem with textbox but I don't know …
Hi, All
Presently I am working on a MLM (Multi Level Marketing) Software using PHP & MySQL. But I am not being able to display the Down line Tree …
I am writing a game in which I need to know whether or not a user preforms an action in one second or less. I can not use time() because …
I need the code for fingerprint capturing using vb6 and also which control do i use in achieving it.
hi to all,
i have an menustrip in the form MAIN
i want to load menustripitems as per the user permission given in the tbluser database table which …
Hi
can any one please help me with some sample for multiple textbox value in php search.
all the fields in the search are in one table.
I have attached …
I want to save the capture fingerprint into database. the below code is given with SDK which fired on fingerprint capture. Please help which value i can store into my …
Hi Dw
I want to record video with audio, the current program has two forms of which one form record external video and the other form record internal so I've …
Hello Everyone,
SMO creation , I have no idea so please suggest me which is the best social media sites for SMO.
Hey guys, been a while since I've been here, but still the best source for help. Hoping you guys can help me with a checkbox/radio button scenario.
HTML...
<div style='margin-bottom:5px;'> …
hi, I am having a problem with adding button on jTable for each data I get from the database.
here is what I get from database in SQLite
…
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 …
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
How to calculate time complexity of any algorithm or program ....
need help on this..
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 …