Connect with 1,266,870 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

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 kacete Software Development

Hello everyone, I've been using this website and it has helped me with it's hundred of solved cases, but I couldn't find one appropriate for this one.
I have …

c
Information Security

So Ya My Explorer.exe Keeps Crashing Too And Everytime I Try To Run It It Shuts Off In Like 10 Seconds. Here Is My Log File

Logfile of Trend …

Software Development

Hi,

This is my second post in continuation to my previous one. How can I loop through all the files in a folder.

Cheers!
Ali

Software Development

Hi all,

I would like to be able to show all the websites visited on a machine.

How would i go about doing this.

Thanks

Search Engine Strategies

Hi all,

I would like to share, how to get your website indexed in Google. For my last project i got indexed in Google for less than 48 hours.

seo
Software Development

My friend and i were having a discussion the other day and we were having a heated argument about how to make that dang diamond pattern in C++ code...does anyone …

c++
Software Development

Hi everyone,
i am in need of ideas and want a bit of advise...i want to make a serial port sniffer which will be able to read the data …

Software Development

Hello, I was assigned the task of coding this program in python for homework and I recently ran into a problem. Basically the assignment asks that a program prompt the …

Member Avatar for BevoX Software Development

Greetings! So my question is: Is it possible to create your own data type? Not a class, or a structure, that builds from predefined C++ types, but your very own. …

c++
Microsoft Windows

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 …

Hardware

I have Toshiba Satellite A40 with Toshiba SD-R2412 CD-RW/DVD-ROM Optical drive. I have to change my optical drive due to lens failure and I bought TEAC DW-224E as per recommendation …

Software Development
inFile >> x;
        while(!inFile.eof())
	{
		if(x == '\n')
		{
			cout << endl;
		}
		cout << x;
		inFile >> x;
	}

will this code detect end of line? I'm having …

c++
Software Development

Coin game: Alice and Bob are playing a game using a bunch of coins. The players
pick several coins out of the bunch in turn. Each time a player …

c++
Software Development

Hello !
I want to get the current week number of the month. I have used this code below : -

Private Sub Command1_Click()
Dim t_Day As …

Member Avatar for abu taher Software Development

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 …

Software Development

In netbeans I added a scroll pane + bar inside one of my JPanels. When I drag enough items into the JPanel, the size of the JPanel increases in netbeans. …

Web Development

Hey,

How do I implement multi-level dynamic navigation with php? Assuming my database would be like:

id    name    parent_id
----------------------------
1    page     0
2    sub1     1
3    sub2     1 …
php
Community Center

I'm a IT tech and I need to learn how to modify a Lotus Notes .id file to reset users passwords. What tool or application can I download to change …

Software Development

Hello guys!

I am totally new in visual basic and have got desperately stuck for 4 hours with this problem which I bet is very stupidly simple.

The …

Software Development

Hey,

Im trying for a message box to pop up with a price, depending on the time. Before 11:30 costs £3.00, afterwards costs £4.50. This is what i have …

Software Development

i have 3 text boxes a b and c

i would like to enter time into the a and b and have c calculate the tot time in hrs …

Member Avatar for vegaseat Software Development

This 'sticky' thread is for working examples of Python GUI code. Note that most wxPython examples have their own thread.

Please use comments in your code to help the reader.

Software Development

Hello, I'm making a little app that runs through a Richtextbox and makes it turn string "[BK]" red.
But I can't get it to make all of the "[BK]"'s …

Software Development

hi guys, it took me some time to find out how to export listview to excel, so i wanted to share it with you. i would like to post this …

Member Avatar for crazyluigi Software Development

greatings to all of you!!

I start learning c++ and i getting a problem with the ENTER key... i want to ignore it and i just know how.


       
c++
Software Development

I searched, but have no clue what to do. I have a small picturebox(34x34 pixels) and want to have a transparent label(maybe 12x12 or 15x15 pixels) in the corner of …

Member Avatar for Loony064 Software Development

Hey everyone,

I created a program for one of my clients which uses a back-end MS Access database with a front-end VB.net application that allows the user …

Search Engine Strategies

I am trying to create a link between two of my clients websites but they don’t want them to be visible on either website. Is there a way I can …

seo
Digital Marketing

Hi there

I am a student studying ecommerce. I am interested in social shopping and want to find out if ecommerce site owners and seo's have ever added products …

Software Development

I don't get where to insert the code and such; I could really use some help with this. :)

Here's my java file: (I removed irrelevant stuff)

package …
Web Development

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 …

Software Development

Hi i want to display the version number of my application in VB6, I know the solution is going to be really simple.. please help!

Community Center

Hi,
I am interested in doing Phd in computer science. Can anyone help me in finding a suitable topic from the below mentioned options.

The OSI Network Model

UI / UX Design

i am a newbie flash designer. a client has asked me to make modifications in a flash file used on his website. it is flash 8 actionscript. i am currently …

Software Development

I want to draw a graph in vb6 thta will take data from the database (here it is MS ACCESS) .The databse has a table with 2 columns,How to draw …

Databases

Below are the steps of how my basic clinic management system will flow. Please help to comment.

Clinic Flow Chart:

1. Patient approach the counter (manually)
2. …

Web Development

i m new to php.. i have seen in many php sites...!! if jump from one page to another... it does shows the page name..!! URL remains at Index page..!! …

php
Member Avatar for crimgirl Search Engine Strategies

could anybody tell me the most active forum at present
except --DP , Sitepoint , SEO chat ,and Warrior forum
thanx in advance

seo
Software Development

Hi, Everybody.
I need to reload the form of my application. The application has only one form vb.net 2005.
I need a button that will call …

Web Development

ok what i have users do is upload files to the server, the files gets renamed for conflicting issues, and then they choose a name they want to call the …

php
Software Development

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 …

ex3.JPG Software Development

Hello dears in Daniweb,

I'm a beginner in vb.net

I have a question regarding searching in Access Databases.

to illustrate:

if I have this table in Access

Software Development

Hi all.

I have been doing some HTML scraping and today a fellow coder told me about this thing 'DOM' and how much easier it is to use it …

Software Development

I have a textbox with "10000" i want to format it to "10,000.00". How i can make it in vb.net ..

Member Avatar for Arunabh Nag Software Development

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 …

Software Development

I have connected VB.net and mySQL on a the same PC before, but I have no Idea how to connect VB.net to a remote PC(LAN)

Member Avatar for InsightsDigital Digital Marketing

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 …

Web Development

I got bored and started some scripting the other day in PHP, this is just a sample that i wrote, just uncomment the part of script that you would like …

php
Member Avatar for vegaseat Software Development

This shows how to create, load and access a ListBox. BCX was used to create the original code which was then modified to work with the Dev C++ (really GCC/G++) …

c++