199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for nikita.chandra
Member Avatar for patilsunil47
Member Avatar for SpOOKy.Is.GoD

Here is my Prob- we have a main router from which we use a distributor or hub for internet connection distribution, ever computer connected automatically obtains IP address of format say - 180.50.50.xxx to access net connection. if any connected computer has different IP format than the given one, it …

Member Avatar for ÜnLoCo
0
3K
Member Avatar for himmat.m4

Hi, I m working in jsp project in which I have problem is, Whenever click on different images then some values entered in input text and here I want to when I clicked again any some image that particular value removed from input text. Thank's in advance

Member Avatar for peter_budo
0
105
Member Avatar for VB 2012

How do get a dll's resources By resources i mean the stuff that you can put in like Images,files,icons ect. How to you call the resources:)

Member Avatar for GeekByChoiCe
0
96
Member Avatar for nikita.chandra

hi ! please tell me how to navigate from 1st record to last record and also from last to first record of database using JDBC , Servlet and jsp. please help me by sending full source code for that. thanks :)

Member Avatar for ~s.o.s~
0
82
Member Avatar for riddhi_k
Member Avatar for akuvidz
0
2K
Member Avatar for yellier35

Hello, I am doing a side project to teach myself some c# and I am having some issues with Accessing Controls on a User control from a form and hope someone can help. I made a user control (UCCities) with a TabControl through the designer. This will show up on …

Member Avatar for swapnil_lautre
0
466
Member Avatar for pietpiraat

Hello all, i have a question regarding a mysql populated selectbox, i managed to fill this with data from a table, but now i want to show the selected value from another table ( with the same value of course). here is my selectbox now: [CODE]<select name="project" class="selectbox" tabindex="1"> <?php …

Member Avatar for Excizted
0
151
Member Avatar for ad7u

Hi, I'm using RapidSVN to access the SVN repository for a project I'm part of. When I have an existing instance of Eclipse open and try to open a new file from RapidSVN I get a message from Eclipse saying, "Workspace in use or cannot be created, choose a different …

Member Avatar for Stefano Mtangoo
0
149
Member Avatar for ektron

Hello DaniWeb kings and queens - Here is a simple jquery .animate block here's the code: [CODE] <!DOCTYPE html> <html> <head> <title>TestingJ</title> <meta name="description" content="Mseed Web Design" /> <meta name="keywords" content="web design, programming, scripting" /> <meta name="author" content="Eric Karen" /> <meta http-equiv="Content-Type" content="text/html;charset=UTF-8" /> <link rel="stylesheet" type="text/css" href="/css/global.css" /> <script …

Member Avatar for pritaeas
0
143
Member Avatar for Triztian

Hi everyone hope you can help me with this issue, I'm trying to make a login system that is object oriented so I have the following classes: [INDENT] [LIST] [*]MySQLDB: Peforms all database operations, adding/removing members, checking passwords and usernames, also performing querys. [*]Session: Performs Session actions(log in/out, keeping track …

Member Avatar for Stefano Mtangoo
0
297
Member Avatar for Mariandi

hi i guess the title pretty much states the question but i will give the senario to be more clear. i have a mousemove() event which i add in my program programmatically and i need a way for raising that event (again) programmatically too. raiseEvent control_mousemove() doesn't work as it …

Member Avatar for Mariandi
0
1K
Member Avatar for pixelss

Hello, i'm very new to programming in genera. Python is the first language I'm learning. So, I was instructed to make a program that ask the user for loan payment, insurance, gas, oil, tires, and maintenance. The program will calculate the monthly cost and annual cost. here is what i …

Member Avatar for pixelss
0
476
Member Avatar for mahdi68

Hi is it possible active touch support on high level item`s(form , list , ... ) ? thanks

Member Avatar for mahdi68
0
151
Member Avatar for lifeworks

Hi Im trying to make a script which when I click on the list element... it will replace a big image with anotehr picture. The list element is a thumbnail... and I want to swop the big image with the big version of the thumbnail. Each <li> has a rel …

Member Avatar for lifeworks
0
324
Member Avatar for the rider

Hello everybody, I'm a Borland C++ 5.02 user, a pretty old package, but very good for the kind of applications I'm used to write. My problem is that I had to reinstall it on a new machine after the old one is dead, but after the installation I'm not able …

Member Avatar for carolannberdin
0
112
Member Avatar for madhub2v

pl help me I want Single File Database: Develop a student record management program, which uses single file as its database. It is not supposed to create additional files at any part of the project and should never rewrite total content.

Member Avatar for masijade
0
117
Member Avatar for Tenck

I know it's one of those programming languages thought of as an easy thing to learn (or so it seems like it). My problem is not with the difficulty of learning the language, rather the outdated guides and the problems with Python 3.2. So I looked into a book called …

Member Avatar for snippsat
0
287
Member Avatar for blackmagic01021

Hello, I have a forth order equation aX^4+bX^3+cX^2+dX+e=0 How to solve the equation? I have looked at the follwing thread on a forum but I can not understand the assignment of the variables. [url]http://www.cplusplus.com/forum/general/8129/[/url] Any ideas?

Member Avatar for StuXYZ
0
172
Member Avatar for sky_B

Hi,I'm a beginner to Java. Can anyone help me? I want to know how a textField to be displayed above a image(like acting as the background of that textField).

Member Avatar for sky_B
0
89
Member Avatar for capsicum

Consider this code: main() { void postinc(); postinc(); postinc(); postinc(); } void postinc() { static int count=1; printf("%d", count); count++; } What will be the output? Make me clear of this static concept......... What happens to the variable count? I know that it actually retains its value between funcion calls. …

Member Avatar for Adak
0
284
Member Avatar for arithehun

I want a forum for a website, and I like this system best. Is this forum open source? If so, where can I download it?

Member Avatar for Stefano Mtangoo
0
85
Member Avatar for dflatt

is this good practise or even possible as i'm not on my comp. [CODE] class C3dshape { private: int mLength; int mWidth; int mDepth; public: int getlength(); int getwidth(); int getdepth(); void setvalues(); }; int C3dshape::getlength() return mLength; int C3dshape::getwidth() return mWidth; int C3dshape::getdepth() return mDepth; void C3dshape::setvalues() { length …

Member Avatar for Ancient Dragon
0
133
Member Avatar for bnickerson

Hi, I am writing a program that is to behave as a web server. Both the client and the server code are on my laptop. Ideally, I should be able to type in 127.0.0.1: PORT/index.html in Firefox and the server code should reply appropriately. So far my browser and the …

Member Avatar for bnickerson
0
2K
Member Avatar for SHENGTON

Hello, good morning guys! I got a problem here with my submenus of Stack and Queue link list. When I try to add an item, it won't display and pop the items when I try to select the display and pop functions. Same as well with Queue. Can anyone help …

Member Avatar for abhimanipal
0
299
Member Avatar for brandongood

Hello, I have a class that pulls account numbers from valid_accounts.txt and is supposed to take each number and put it into an array. In my driver program, I should be able to call the method of the class that pulls the information and populate it into my array created …

Member Avatar for Ezzaral
0
120
Member Avatar for Hawkpath

Hello, I made a class and now I want to store instances of those classes in an array. I looked it up and found it was as easy as: [CODE]className arrayName[x][/CODE] When I tried that I got this error: [B]error: no matching function for call to 'archerTower::archerTower()'| [/B] My class: …

Member Avatar for Hawkpath
0
117
Member Avatar for RyanDev

Hi, I have built a dynamic site with php and I'm new to URL rewriting. I want to rewrite every URL on my site. Example : [url]www.domain.com/example.php?id=300[/url] TO [url]www.domain.com/example/300[/url] So how can I do that ??? Thanks

Member Avatar for MooGeek
0
113
Member Avatar for chris12047

Write an application to simulate the rolling of two eight-sided dice (eight-sided dice are used in various role-playing games). The application should use an object from the class Random to roll the first die and then again to roll the second. Each die can have the values of 1 to …

Member Avatar for NormR1
0
208
Member Avatar for xiansen

hi guys, I've been working on this program and I am kind of lost. Please help me point out what i am doing wrong. this is the description of the program. You are to code a plane reservation application, which allows the user to keep track of seat reservations. Seat …

Member Avatar for NathanOliver
0
488
Member Avatar for blknmld69

Good day everyone! I have a program that I need to modify so that it reads a list of valid charge account numbers from a file. Currently the list is in an array in the program. I am also attaching the text file(valid_accounts.txt) that it needs to read from. [CODE] …

Member Avatar for coil
0
167
Member Avatar for anuj6928

hey... hi there .. i m currently using NetBeans for creating A simple desktop application in java,,,, so in the registration page.. i m getting some errors my code is import java.sql.*; import java.lang.*; /* * register1.java * * Created on September 7, 2010, 10:59 AM */ /** * * …

Member Avatar for coil
0
162
Member Avatar for zachattack05

Has anyone tried this? My general dilemma is having to open and maintain multiple connections across multiple forms. I have an MDI application and I would prefer to store the connection in the parent form and just have the child forms use that connection if it needs it. This normally …

Member Avatar for zachattack05
0
117
Member Avatar for perryg30313

I've got a vb.net 2005 form that calls a stored proc to load a combobox with eligible sales reps. There are approximately 40k sales reps available...I know that's a lot, but that's what I'm dealing with. I'm trying to figure out why it's taking this form 15 seconds to load. …

Member Avatar for P-Geist
0
188
Member Avatar for ana_1234

Hi, I am in dire need of help. I have tried every way I could think up and I cant get it I need a diamond that looks like perfect rhombus with an a border: (im trying to get this site to make my shape to come out right but …

Member Avatar for ana_1234
0
140
Member Avatar for bmos31

So I have a program scenario for a postman who carries out an experiment: 1. He has mailboxes numbered 1-150 all of which are 'closed' 2. Starting with mailbox 2, he 'opens' all even-numbered mailboxes, leaving all others 'closed' 3. Next, beginning with mailbox 3,goes on to 'open' every third …

Member Avatar for bmos31
0
828
Member Avatar for NormR1

For those that want to directly execute a .class file in a command prompt window. Here is a way: Create the following batch file. Use the Windows Explorer Tools to add a commandline for the .class file: C:\BatchFiles\ExecClass.bat "%1" Give it a name like: Execute class file The batch file …

0
655
Member Avatar for bnickerson

Hi, I am writing code for a webserver and am trying to send a html file called index.html over a TCP socket. How would I do this? At the moment I am trying to read the contents of the file and then send them over the connection. However, the page …

Member Avatar for nezachem
0
370
Member Avatar for vbx_wx
Member Avatar for sikais17

hey guys.i have one realy big big problem.. My programming teacher gave my a task to get these functions to work, but i dont know python program so good.. thats why maybe someone of you could help me, and make these 3 functions to work .:).. please!! these lines are …

Member Avatar for sikais17
0
155
Member Avatar for jlego

im going to try and explain this as easy as possible, this is something i have never done with .net before there is a login form at [url]http://www.ritani.com/salespersons/login[/url] it uses the post method to login. i have a web browser control in vb.net that I want to have automatically log …

Member Avatar for codeorder
0
2K
Member Avatar for raul8

I want to create a module that fetches images from directories and display it under the heading of directory_name. For this purpose which CMS is better.... Drupal, Wordpress or joomla..or something else? Thank You

Member Avatar for sam-i-am
0
69
Member Avatar for wittykitty

I seem to be stuck in an endless loop here and was wondering if someone could help? I am writing this method to a linked list class. There are strings of words in a file that is read into the linked list. It needs to read the last string in …

Member Avatar for Lerner
0
134
Member Avatar for kashif farooq

Display Records In A Drop Down Menu Combo Box From A Column Of A Table In PHP [CODE]<?php $con = mysql_connect('localhost','root',''); $db = mysql_select_db('mydb'); //$res = mysql_query("SELECT * FROM songs ORDER BY title") or die ("Invalid query: " . mysql_query()); //$res = mysql_query ("SELECT * FROM mytable ORDER BY name") …

Member Avatar for diafol
0
205
Member Avatar for subhankar02dey

I have a listbox and the listitems are populated from database. The listitems are the students names of a school. Now looking at the items, I cannot distinguish between the names of students of different classes. I want to make some change in the listbox items as example, make different …

Member Avatar for MichaelWClark
0
143
Member Avatar for Frederick2

For the past 12 years I've lived in mortal, cowering, abject fear of one particular feature of the Visual Studio 6 C/C++ IDE, and that is the 'Find' feature on the 'Edit' menu where you can fill in the textbox to find a symbol in your file, and then click …

Member Avatar for Frederick2
0
202
Member Avatar for MichaelWClark

I am using a details view and sqldatasource to update information in my database. I keep getting this "Incorrect syntax near 'nvarchar'." Error and from what I have researched this is because there are spaces in my table field names and the table name. Here is some code: [code] <asp:SqlDataSource …

Member Avatar for MichaelWClark
0
1K
Member Avatar for drostydw

Howdy y'all, Got a question, why were here right, I have a page that is server side - no html included all php - I need to call/include a javascript function to handle a rather complex parsing routine but I am not sure how I go about calling the function …

Member Avatar for Nyight
0
201
Member Avatar for Arnos

Hey, I'm trying to setup a combobox so a color selected will change the background. I know I can name each color and direct it to the color by using - private void button1_Click(object sender, EventArgs e) { string strColor = comboBox1.Text; Graphics g = this.CreateGraphics(); switch (strColor) { { …

Member Avatar for ddanbe
0
162

The End.