Connect with 1,267,898 developers, IT pros, digital marketers, and tech enthusiasts.

Be a part of our friendly, industry-focused community of professionals meeting, networking, learning, and sharing knowledge via articles, Q&As, discussion forums, and realtime chats.

Microsoft Windows
AmritaHasan11

Do you anybody know when the full version of Windows 10 will arrived

Search Engine Strategies
Derrick_2

i recently got 1000 links from over 800 domains in a short period of time resulting in my rankings for a client website falling from page 1 to page 2

seo
Software Development
Solution Hall

Hi !
I am working in a project using vb.net 2010 with SAP Crystal Reports.
Regarding the Reports everything is fine but i had an unusual problem.

Software Development
PM312

I have below code to print richtextbox text. My textbox contains Regular and bold text but below code print either bold or reguler text. How can i print text as …

Web Development
fabzster

Hi

I have a php file with html forms and variables in php.

I generate a policy document that is displayed in the web page and is then created in …

Software Development
Satyam_1

I have developed an application in vb.net with MS access. In a form I have a Datagridview and I retrieve the data by databindingsource.
I am copying the data …

Web Development
cool_irfan

Hi friends, I'm developing the online exam application and strucked. below is my code to display the records randomly each time, but the problem is these questions are repeating and …

php
Software Development
jez9

i want to print my receipt in A4 size, but the problem is when i tried to print preview the form that need to be print , it occupy the …

Web Development
terryds

What does PDO::query actually do ?
Does it query the SQL ?
If it queries the SQL, I think the data must be in the PDOStatement object as …

Web Development
spud91

Hi Guys!
I have the following code:

<?php
session_start();
include_once("config.php");
?>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>View shopping cart</title>
<link href="style/style.css" rel="stylesheet" type="text/css"></head>
<body>


<br> …
Software Development
joshuawilson11

Hi,so I am supposed to encrypt a text file chosen by a user at the moment I have completed most of it (offset factor/shift), I have got each separate character …

Linux and Unix
Slavi

Hello everyone!
As some of you may know, Eclipse Luna appears to be broken for users of Kali Linux. There is a simple fix for that

Assuming that …

ide
Software Development
Tycellent

Hey everyone,

Got 2 questions here that i'm hoping will be answered.

Say i have 2 variables

int iValue;
int iValueArray[300];

and later on init. them in the …

Software Development
Athanassios

Hello, first of all I am new to vb.net so sorry if my question is stupid... :(

I have text files that are something like this:

"#......
"#......

Software Development
James19142

I continuously get this warning whenever a constructor delegates to another constructor within the containing type, having virtual bases.
warning C4100: '$initVBases' : unreferenced formal parameter

It's the same warning …

c++
Networking
happygeek

According to new research from Venafi, apparently some 74 percent of 'Forbes Global 2000 organizations' (or the big boys of business if you prefer) have yet to properly secure their …

Web Development
MarkDbro

I have a question about inserting images into a product page. I have 5 images (saved as longblobs in my products table) and would like to put them in my …

Computer Science
vegaseat

Use Google's modern Go language (aka. golang) to convert a denary number (base 10) to a roman numeral. Just a good exercise to explore Go's map, slice, sort and for …

Computer Science
vegaseat

Another little adventure into Go coding. This time a slice (a Go open ended array) of structures is used as a record for some data processing. For those who miss …

Software Development
savedlema

Hi all!

I have a form with a combobox, a listbox and 2 command buttons.(see photo and neglect the blank listview)

I select items from the combobox and add items …

Computer Science
vegaseat

This time just a simple example of grading scores (0 - 100) with letters (A - F). Two approaches are presented, one using switch/case in an "on the fly" function, …

Computer Science
vegaseat

Some folks go on vacation around the Easter holidays, so it would be nice to know when Easter happens in the years ahead. I had this as a Python snippet …

Computer Science
vegaseat

Generators are rather familiar objects in Python. Generators supply data on demand. Using Go you can create a generator with a goroutine and a channel. Here the goroutine is an …

Computer Science
vegaseat

Again, calculate the minimum number of bills or coins required for a given amount of money (change). This time we will use a Go map instead of a csv string …

Computer Science
vegaseat

The story has it that a few hundred years ago the ruler of a big country wanted to reward the creator of the chess game. The creator of the game …

Computer Science
vegaseat

Just a couple of number tricks to check Go's mathematical abilities. If you have more, let's show them here.

Web Development
AntonyRayan

Hi, For a dropdown , I display from one table, While Editing How to show the selected value in that dropdown.

<select name="dropdown">
<option value="">--Select--</option>
<?php
$a=mysql_query("Select * from student …
Computer Science
vegaseat

A little experiment with custom sorting the result of a word frequency count using Google's Go language.

Software Development
weekendrockstar

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 …

Computer Science
thaifoodlover

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 …

Web Development
Justin_14

Here's dish. When I submit a form, it straight up crashes my site on my network. Here are the details.

  1. The form submits to itself. The form is on site.php …
Software Development
kim_boto

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.

Software Development
cambalinho

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 …

c++
Software Development
SoftSoul6Co

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. …

Software Development
PinoyDev

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 …

Software Development
hninmaung.02

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++ …

c++
Software Development
SoftBa

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 …

Software Development
Suzie999

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 …

Web Development
phoenix254

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'); …
Software Development
~s.o.s~

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 …

Software Development
jaai

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...

Networking
Bruk2013

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 …

Software Development
francissumi

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 = …
Software Development
rroygaga

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 …

Software Development
pvbhargav

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 …

c
Microsoft Windows
amagab

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 …

Software Development
manutd4life

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 …

Web Development
valatharv

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 …

Web Development
shubhamjain1

By this script you can remotely login into facebook account with your password and username and fetch/send data.

Software Development
Noorul Ariff

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, …