Connect with 1,267,896 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
Member Avatar for dinkpwns
dinkpwns

Hello everyone,

I currently have an application that reads in an entire excel file then iterates through the records from the file and queries our database for a match. …

gagabieber.jpg Digital Marketing
happygeek
Software Development
sudoku43

can anyone teach me how to set the size of console window?

c++
PP_logo_rgb-300w.png Networking
APatrizio

Proofpoint-Keith-Crosley.jpg While security professionals constantly fear the big bad hacker breaking into their enterprise and wreaking havoc, the biggest threat to security is sitting inside the …

Software Development
Reverend Jim

Can someone please fill in the missing line of code in OnPageChange? I have a notebook control and on a page change event, I want to retrieve the label of …

Web Development
divyakrishnan

Hi..

I want to use the pear package.Pear is already on my xampp package.On the file php.ini the pear is included(I didn't change the file php.ini..there is a line …

Information Security
jmainzer

i have done hijack this and the report follows
Logfile of Trend Micro HijackThis v2.0.2
Scan saved at 22:00:40, on 18/09/2010
Platform: Windows XP SP2 (WinNT 5.01.2600)

Web Development
dschuett

Hi, I have made a log in script that checks the database for username and password. I have everything working for the users (they must be logged in to access …

Web Development
el33t

Hi,

I'm trying to develop a PHP script which will calculate the internet connection speed of the users. In order to achieve this, the script will perform 5 basic …

php
Software Development
lanitooot

i dont know how to make my log in system to have a multiple users with different access levels. for example when the admin logs in it can access all …

Software Development
alex-VX

hi im making a task manager and want to get cpu usage of a process


this is how my code looks now

For Each proc As …
Web Development
jfarny

I am trying to create a commenting system that is linked with videos hosted on my server. The videos are displayed on a watch page (watch.php) and the commenting system …

Software Development
kapilsolanki84

hello, can any 1 please help/guide me for creating an program .exe file in C. as i am using Dev c++ compiler.say for E.g( program of addition in this by …

Software Development
blknmld69

I have a program, which is essentially done, but there is something I am not very pleased with. First of it is a program that acts like a very basic …

Software Development
Lando_

Using Borland 4.5, yea its old but this is what my teacher prefers.

Problems States:

Markup

Write a program that asks the user to enter and item's …

Software Development
Reverend Jim

When I try to build a C++ project I get the error message in the title line. I am trying to help my son move his development from a unix …

Software Development
ihatehippies

I have a wx app that I would like to actively debug (even after it is compiled via py2exe). Is there a way to hook all methods(without having to manually …

iPad.jpg Hardware
newsguy

iPad.jpg So after all the hype you've got an iPad, I guess you'll be wanting to break it then? Jailbreak it, that is, so …

sue_button.jpg Digital Marketing
slfisher

The troubled newspaper industry has been railing for years about how the Internet is destroying their business model, and taking actions such as paywalls and talking about changing …

Microsoft Windows
PCSAWICK829

Ok, So I'm not looking for a fix to be posted here by someone necessarily, but I am looking for information,... reliable information. I have an xbox 360 (2nd generation …

Software Development
jamshid

Hi dear friends:
I am going to post some nice Pascal examples here , i hope it will be useful to you all. I hope you will also post …

Web Development
wavyaquaeyes

HELP- I need to view my php files in the browser. I am running Apache server.

I know only this much to put in the browser
http://localhost/

Software Development
Caraka

Greetings, I'm a python newbie struggling with the obvious. I have a txt file with fixed width whitespace between the elements. Excel can't import directly because the size of the …

Microsoft Windows
scru

Hey. I recently tried to play a dvd on my comp and media center told me that the disk wasn't being recognised, so I checked the computer and the drive …

Web Development
sree22_happy

Hi friends
Can anyone tell me about the difference between <%@include file="abc.jsp" %> and <jsp:include file="abc.jsp"/> :-/

Software Development
Member Avatar for ChristosK
ChristosK

Hello
How i can read the motherboad model using code in vb?
I write a program in ms access and i want to read/confirm the motherbord model on …

Hardware
RigorM

Where can I download drivers for my mercury motherboard because the driver CD is broken.

Software Development
jack1234

I am using visual C++ 2005(native C++)

I got the error
error C2065: 'CString' : undeclared identifier
for the following code,

#include <cstring>
using namespace std; …
c++
Software Development
n8thatsme

Ok, my problem is that I'm reading from a file 3 values, a last name, first name and salary, for example: Key Bobby 43000
I have an array of …

Software Development
YouKnowIt

Hey everyone, been using this site for a lot of my programming needs, but is time I would appreciate some help. Just started assembly language and I am having trouble …

Software Development
hahanottelling

If you want your program to startup automatically when the user logs in, just paste this code into it.

To add as a HKLM (For all users) startup item …

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

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