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

Web Development
Embeza

Hi all,
I have developed my own website.
I need to add a counter that tells the number of visitors
to my website.
can u plz …

Software Development
twgood

I posted this in the computer and science forum, and i believe it should be here, and with no one saying anything I am afraid I posted in the wrong …

c
Software Development
b89smith

I am making a program where I need to dynamically add buttons to a form. When the form loads anywhere from 0-30 buttons will need to be loaded. When a …

assembly.jpg Hardware
vlg466

READ IT ALL BEFORE YOU START
**************************

A possible workaround for the IDE #1 ERROR when using a Cable select (CS) drive in a Toshiba laptop.

Once …

Member Avatar for chunguy Web Development
chunguy

Hi all,

How can we gain control of printer using php? I mean gain control as in, choosing the right printer from our php page and send the document …

Digital Marketing
Scribbller

It really surprises me these days that there are number of websites there are popping up that are just forums with 0% actual content contributed by the webmaster. Setting up …

Web Development
djbsabkcb

What is server and client side code?

Software Development
ImaginaryHero

I am at the beginnig of the softphone project for my university final project.. I will implement a softphone with using SIP protocol and C++ language on linux.

I …

Member Avatar for manal Software Development
manal

Salam...
I need to get value that has been selected from combobox ..
the values in combobox is taken from column's contents of one of tabel in database..so …

Digital Marketing
dolphins

Hey All,

I just heard about revenue sharing forums, where members can essentially earn revenues on the quality of there posts. This can be done because having better threads, …

Software Development
venkat123

Hi,
Can anybody tell me how to access hard disk partition information or MBR content through Visual C++ Programming?
Suggest me how should i do programming and which …

Microsoft Windows
Jackal2044

I have an HP Laptop with Windows Vista. I have had problems with spyware and viruses and such and now the thing runs slowly in whatever i am doing. How …

Member Avatar for geetajlo Software Development
geetajlo

How to make a combo box read only ? N wat is the code to deactivate it ?

Software Development
TOROOOLOLOOLO

Hi
I have a problem,
i have designed a database program with vb6 and ms access. and the program is suppose to display specific records using datareport. eg …

Member Avatar for abu taher Software Development
abu taher

when a datareport show, there has a button to print the page manually. I want when I click the button (to show the data report,it will not show), the page …

Web Development
Poojasrivastava

hi..actually i am developing a web application wherein i need to print barcodes at client side.
i have the PCL file that would print the barcode but the problem …

Member Avatar for Arunabh Nag Software Development
Arunabh Nag

Hi.....

I want to create controls in runtime and attach them to an already connected database..

the controls must vary e.g.Array of Strings can be used.

Plz …

Member Avatar for InsightsDigital Digital Marketing
InsightsDigital

I read this very interesting blog about how Social Media Comprises 20% of All US Display Ad Impressions as per Comscore data.

http://blog.searchenginewatch.com/090901-125314

So I predict …

Member Avatar for vegaseat Software Development
vegaseat

A demo of the Tkinter listbox widget that shows you how to create the listbox, make it scrollable, position it within a grid, load it with data from a file, …

Web Development
DealthRune

A simple register script

php
Member Avatar for Gribouillis Software Development
Gribouillis

Some time ago, I was writing a small command line interpreter, with the help of the standard module cmd which offers minimal support for such tasks, and I …

UI / UX Design
ib4dogz

Google Maps Directions in infowindow

Take a look at the link below. Click on one of my markers in the map. Inside the info windows I would like to …

Software Development
juniorj

i want to display a selected record from my database to the data report in VB6. i used the foll. code, where cuno is the value of a textbox. i …

Software Development
lllllIllIlllI

Regex is one of the more complicated modules that you can use in python. Once you have learnt it though you can use it many different programming languages, so its …

Web Development
andydeans

hi,

i was wondering of a simple way to generate a pdf & excel spreadsheet from a php form and mysql table with data in it?

any help …

Search Engine Strategies
dreamzgaurav

Hi,

We have Find free Semi Automatic Submission Tool.

This free semi Automatic Submission Tool Useful for Generate more Back link.

www submitterbot com

I Hope …

Member Avatar for Clawsy Software Development
Clawsy

Hello,

I need some hints about how can I develop an remote desktop application in C#. I would have a client (Windows Forms or web) and a server that …

Software Development
fritzgarcia_29

I have dtpker1 and dtpker2 to choose from the date and I want to display in Listview. the problem with this code is that it cannot display dates from the …

Member Avatar for Techwriter10 Digital Marketing
Techwriter10

A little over a year ago Barack Obama surged to victory using social media to drive his energized base to the polls. Tonight in Massachusetts, Republican Scott Brown turned the …

Software Development
asenteni

Hi guys,

I would like to know if there is any way that I could disable a datagridview row and make it unselectable. I need to do this because …

Software Development
BirdaoGwra

Hi,
I am asking here three question together rather than making separate threads for each question.
I am making an application where I can load images in a …

Software Development
ameltei

Hello,

I have a project where I am using a listview to display a data received through XML. One of the columns called "STATUS" display only 2 text data, …

Web Development
MARKAND911

What will be the connection string for OpenOffice Base (.odb) database? i want to use this connection string in C#. Which namespace needed to be added to use .odb operations?

Software Development
baloo8

I have a listbox i want to populate with elements from a database. I have an id and a name that I get from the database.

How can I …

Member Avatar for Stefano Mtangoo Software Development
Stefano Mtangoo

Hi All,
what is method to get all availabled disk drives and their status. By status I mean whether they are hard disk or CD/DVD or USB? Also how …

c++
Member Avatar for zehdekiel Information Security
zehdekiel

I am suspecting some kind of malware infection perhaps..??

I am not entirely sure but I have been researching all day to no avail.. well ladies and gents,.. heres …

Member Avatar for Eva0607 UI / UX Design
Eva0607

Hello everyone :)

I am trying to get rid of extra space that appears beneath the page due to relative positioning. I tried assigning one div element with an …

Information Security
Ash Abe Add

Hello all, I started a thread in another section and was told to move it to here so I'm going to restate what was in each comment and hope to …

Databases
Yeen

I have a table that looks like this:

Database: Testdb
Table: Testtable

ID    | Value
--------------
1     | 105
2     | 105
3     | 105
4     | 105
1 …
Software Development
tanvirahmad

Hi Experts
i m using these code for selecting data grid row

While i <= DataGridView1.Rows.Count - 1
            If Trim(DataGridView1.Rows(i).Cells(0).Value) = Trim(TextBox1.Text) Then
                DataGridView1.Rows(i).Selected = True
                Exit While …
Software Development
casjackkwok2001

Hi All, I'm stuck on my C++ assignment. I have no idea how to finish it...I think I'm missing something in my code such as how to double the size …

c++
UI / UX Design
phpDave

Hello, I have 2 style sheets for my site, one small(760px) and one large(900px). I would like to create an image in photo shop for the header. My question is …

Software Development
litchi

Hi :)

I was hoping someone could point me in the right direction to create a grid of clickable objects/images/shapes. My problem is this, I have to create a …

Software Development
tarheelfan_08

Ok guys, for my next assignment I have to read from a binary file and then print out my information. I will post the assignment and what I have so …

Web Development
6pandn21

Hello guys!

I am trying to implmenent a jQuery library and it worked fine when I ran it out of server. When I tried to run from a XAMPP …

Software Development
rogue005

I am doing a project using Java swing in Netbeans and I am using their in-built GUI generator thing. I have created a socket in one frame and i need …

Software Development
fyp

so far I could manage to create OpenFileDialog and select the txt file.


after that ,How could I display the contect of selected txt file into TextBox?

Member Avatar for InsightsDigital Digital Marketing
InsightsDigital

Not too long ago, many businesses were jumping into creating a Twitter presence. I dont hear much of that now. So my question for you are:
1. Do you …

Software Development
thompsonSensibl

Hi folks, ThompsonSensibl, so I'm new to Python.

This is probably a noob question...

I want to convert a String input to an Integer. I usually do it …

Member Avatar for khess Linux and Unix
khess

MySQL users listened intently Tuesday, April 13 at O'Reilly's MySQL Conference to Edward Screven, Oracle's chief corporate architect, while he announced Oracle's grand plan …