Connect with 1,267,815 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.

Software Development
AntonAL

Hi!

I develop the app, that must be binded to hardware-specific information.
This is a part of license protection scenario.
The serial number of motherboard must be …

Member Avatar for Gribouillis Software Development
Gribouillis

Sometimes, you just want to run a system command from python and capture its output. Currently, the standard way to do this is to call the subprocess.Popen with convenient arguments …

Web Development
raphie

I would like to add an advanced print form into a customer web site. They have an online web form but they also want to have the form break apart …

Software Development
valeriy_zf

How to start using the GNU Octave libraries for Visual C++?
I've read carefully the site but couldn't find any info how to start working with it in details.

c++
Software Development
curbster

Hi,
I'm in my first Java class and I am working on a problem that I could solve if I just figure out how to convert a char to …

Web Development
Moderns

Hi,

I have a php page called: radio_page.php, it contains two radio buttons. First radio button is checked as default when loading the page. I need when clicking on second …

Web Development
xuexue

hi guys,
just want to ask some question.
i have two textboxes txt1 and txt2. these two possess jquery autocompletes within..
now, what i want to do …

Software Development
Argyrisv

I want to compute md5 hash from a MimeMessage type.I use the following code to do this:

//MD5
      private static String convertToHex(byte[] data) {
        StringBuilder buf = new StringBuilder(); …
Software Development
aquamarine_kath

I got a runtime error 3705 "Operation is not allowed when the object is open". When I click debug, it highlights the connection object I made in the module. I …

Software Development
Jsplinter

Below is a simplified version of the function.

int x;
void myAdd(const double& p)
{
    if (x > 100)
    {
        x = 1;
        myAdd(p);
    }
    ++x;
    ...
}

The …

c++
Software Development
ninjatalon

I've tried google a way to sort a table but couldn't get my code working.

My program lets the user input enter information such as first name and last …

Software Development
AngelicOne

I read an article about versatile webcam and I successfully worked it out. The thing is I can't save the image from the pictureBoxDisplay to SQL. Please I really need …

Software Development
Staggasaurarts

Hi,

i would like to send data from a C++ application to a php script i am creating that will then put it into a mysql database after manipuating …

Software Development
Jaseem Ahmed

i have a database in sql server2000...
i have some of them tables, that i want to connect with visual basic..
the connection is tested, its connected..

Software Development
chanthung

I am using MsAccess DB and Vb.NET 2008. This is a code to check the Database for duplicate entries but m geting an Error.

" Fill: SelectCommand.Connection property has …

Software Development
Jaseem Ahmed

i m using sql server 2000 with vb 6. i m having some problem in navigating recors..
when i m pressing Move Next,it moves only one record, and when …

Databases
KirstyHunter

Hi,

I am trying to set up transactional replication on a MS SQL 2008 database that has two Schemas, both schemas have some tables with the same names.

Software Development
Venku Tur'Mukan

Hey, everybody, I'm a newbie at Python (2.7.1), and new to DaniWeb as well. and the apparent simplicity of Python got me interested in programming (seriously, the only thing before …

Software Development
divin757

I have an image for the background of the form I'm working on, but I had to increase the size of the form. Is it possible to have it scale …

Web Development
mldardy

I need help on a section of the code below to revise so instead of redirect to a full page I want it to redirect and open as a popup …

macOS
seapig

Hello

I have a BIG problem - the menu bar is missing in photoshop CS5 - I have only recently got a imac so i am wondering if there …

Member Avatar for PsychicTide Hardware
PsychicTide

Hey guys, I've been struggling with a recent video card issue which causes my new video card (256MB Nvidia GeForce 7900 GS) to flicker several times per hour no matter …

Software Development
Thropian

I'm looking for a simple way to rotate a shape in python, tkinter. The shape I'm rotating is a triangle (polygon) if it matters. Thanks in advance for all the …

Web Development
netroxy

Hello guys. I am trying to build a games website using PHP for database to store game information. I'm trying to learn how to fetch ID information. For example:

www.blabla.com/games.php?id=12345

Software Development
tracydo

I spent so much time from scratch to finish and to the point that I couldn't figured out what is all my mistakes about. I need a fresh set of …

Software Development
bhagawatshinde

Can anybody help me for creating subscript and superscript in Richtextbox in c#. I am done in vb.net but could not convert it into c#.


Software Development
jemz

Hello,


Can you help me please im trying to use the listview but i found difficulties on it.I don't know how to display my column header in …

Web Development
muze

hello guys... I have an html page inwhich I collect some data using text boxes. Now in this page, I have button and I set the action attribute of <form>

php
Software Development
zalia64

Help!
I need to write some code for SIMD, 64-bit Intel X86. I am fluent with Masm; Where can I get a Masm version for 64-bit, and some documentation …

Software Development
FoxInBoots

I've tried to search for a simple formula to do this but I can't find any that works for my program.
I found this: (n^2+n)/2=sum, n being the last …

c++
Web Development
bob on whidbey

PHP and MySQL problems with ' and " have been discussed ad nausea on the web. I still don't get it. For example my db has an Author's name field …

Information Security
killza

Hey, this exploit periodically pops up on my MSE. I'd ideally like to get rid of it permanently. Here are the logs

I had to break this down into …

Member Avatar for _Jen_ Information Security
_Jen_

Hello!

I have Windows XP Home Edition SP2, Version 2002, which I run on eMachines version T2875. I began to run into a problem a day and a half …

Software Development
Eswarimallur

Hi,

I am gettitn error in the python scripts as shown below:

AttributeError: 'module' object has no attribute 'lib'


I have installed the package WxPython …

Software Development
yousamook

hi all,

I am working with vb.net 2010 SQL express 2008 and ReportViewer. I have created a form that a user can add, edit and delete data …

Software Development
don420

i want to dynamically add the values in the column of a datagridview the row of which is also being created dynamically...

Form1.TextBox10.Text = total
        con.Open()
        cmd = New …
Software Development
divakar.it

Hi,

I am tired in searching the solution in google for my issue in ADODC MoveComplete

Issue:
In my application I was using reference ADO 2.0 version …

Software Development
PM312

i am traying to put date from access table in text box with 2 coloumn (Invoice No &Invoice Amount)
below code gives me right allignment for both coloumns . …

Software Development
arindam31
struct marks{
int p:3;
int c:3;
int m:2;
};
void main()
{
struct marks s={2,-6,5};
printf("%d %d %d",s.p,s.c,s.m); 
}

Output
2 2 1

c
Software Development
Muhammadlodhi

Hi I am making a banking system in c++ but getting a problem I am not sharp in programmin if you can help then thanks

//***************************************************************
//                   HEADER FILE …
Software Development
duybk

Dear friends,

do you know how to convert the following codes from C++ into C# ?

Thanx for your helps

Duy BK

#include <stdio.h> 
#include <stdlib.h> …
Software Development
menonnik

How can we calculate whether a number is a power of 2 or not in a single statement without using a loop?

All the ones that I can think …

Software Development
D3X

Hi guys, what im trying to do is have a transfer function so that say for example i can transfer $100 from Johns account to Jacks account. Below is the …

Search Engine Strategies
acams

I have heard that Link Prism is a method of relevant link building. Can any tell me how does it work and how effective is this in SEO? Please suggest.

seo
erd.jpg Computer Science
saras1031

Hi,
I have created for an e-Learning Web Application. I am not sure if the concept I have chosen is correct and would appreciate any sort of guidance or …

Web Development
lordjordysmith

i have been looking everywhere for an answer to this and i still havent found one that works
what i want to be able to do is display the …

Software Development
Jesus Jacques

Ok, here's the deal.

I'm trying to call make visible an object, i can do this:

Button1.Visible = True

but, i was wondering if there is a …

Software Development
pepyrs

Hello guys,

My question is not very direct and clear but i'll try to explain it nicely.

I have a database running on MySQL with 1 important table …

Software Development
nickh2o

need help to making change
I have read textbook a lot but i still dont know what to do next steps.
Here is problem.
The program should …