199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for carthick6

Hi.... can ny do this help for meee...:rolleyes: the first page shld contain username and password...and in that register.. the register options shld be jus username,password,email-id... if he entered correct username n passsword then it shld go in to another web page....for example it shld connect to som site [url]www.example.com[/url] …

Member Avatar for tgreer
0
102
Member Avatar for mazza 412

I have a form that I've created in excel. I am trying to write a macro to run behind it to work along with the check box ActiveX Controls I've inserted in the document. I asked one of my programmers to help and he said he cannot get the macro …

Member Avatar for mazza 412
0
91
Member Avatar for static

Hi again, I want my program to control client from server, such as enabling button to press and keep record of what client used what program. plz help :) Thank you.

Member Avatar for static
0
68
Member Avatar for shapeshifter

how do i do validation in java i want only the user to insert the letters x and X if not to display a message........actually i dont know how to do a validation in java can some one help

Member Avatar for skoiloth
0
89
Member Avatar for chris99

The dictionary currently has a few definitions in it, but it keeps only returning the definition for "noob". Anything that's entered returns that index. Why? Here's the code: [code]#1337 to Human dictionary: leet={"1337":"l-EET/nReally Awesome","noob":"(n00b) nOOb/nPerson who can't accept that s/he's wrong", "-xxors":"Suffix, pron: zors.\nUsed to accent an important verb, e.g. …

Member Avatar for ghostdog74
0
232
Member Avatar for nathanpacker

Hey everyone. Got a little problem with an html dropdown box I'm using in a php document. Here's the code I'm using: [PHP] echo "<td width=52% bgcolor=cdcdcd><form method=post action=myphpdocument.php>"; $query = mysql_query("SELECT clientname FROM clients"); echo "<select name=client>"; while ($r = mysql_fetch_array($query)) { $client = $r["clientname"]; echo "<option value=$client>$client</option>"; } …

Member Avatar for Puckdropper
0
106
Member Avatar for bikram sahoo

i am binding two attribute value on dropdownlist at a time let say firstname and lastname but i want to do some operation by taking only firstname from the dropdownlist but it is not happening.

0
71
Member Avatar for bazmanblue

I have just started a website where i want a voting booth. i wanted to learn asp but cant run ito n xp home edition. ive started learning php but am totally confused about what else i need to download i.e my sql, apache... could someone explain to me what …

Member Avatar for Puckdropper
0
111
Member Avatar for Raju5725

Hi, I am having a one BLOB field in my table. I want to compare one BLOB value of one row with BOLB value of another row. I mean I want eliminate duplicate rows using the BLOB value. for this I want to write a tool using VB.Net can someone …

Member Avatar for Raju5725
0
106
Member Avatar for static

Hi everyone, Recently , I downloaded java jdk 5.0 beta and it didnt work. The error message box appeared evertyime i tred to install. Plz hlep. Thank You.

Member Avatar for jwenting
0
72
Member Avatar for Artie

Hi everyone: I am Artie Brown - a new member. I am a web designer and i am new in software development. However, i am using visual basic express 2005

Member Avatar for Artie
0
76
Member Avatar for rpjanaka

I got an error as "java.lang.NoClassDefFoundError: JBuilder".my programe is create simple jframe and show hellow world on it. i think this is some problem with JBuilder, because when i run the same programe with "IntelliJ IDEA" did not get that error. thank you.

Member Avatar for DavidRyan
0
218
Member Avatar for kitcath_07

please send me the code of cpu scheduling using visual basic it will be pass tommorow tnx

Member Avatar for Comatose
0
55
Member Avatar for sham
Member Avatar for jrcagle

Hi all, What are your thoughts about how many and which type of errors should be caught and handled within functions, especially roll-your-own utility functions? For example: suppose I have a function that removes a directory and all subdirectories and files underneath it. Should that function test for path existence? …

Member Avatar for vegaseat
0
122
Member Avatar for weltonalicia

How do you start to write a program when you are asked to use an output statements to print three first letters of your first name in big blocks. I started off with. #include " stdafx. h" #include <iostream> using namespace std; int main () { // Statement Cout << …

Member Avatar for FireSBurnsmuP
0
67
Member Avatar for Close Friends

Hi every one.. Please.. I need a program to calculate X power Y by assembely language.. Please friends help me . :-|

Member Avatar for lakshmi.1987
0
281
Member Avatar for darkwizard

I have been using c++ for around an hour and a half but I am having problems with my calculator, It doesent work at all, it compiles though. here can you fix it up tell me what i did wrong. [code]// Calculator.cpp : Defines the entry point for the console …

Member Avatar for lakshmi.1987
0
118
Member Avatar for jennifer22cute

Hi, My name is Jennifer.Iam new to Matlab programming.Iam working on reducing the noise content in audio communication.Iam using Hamning codes for the same.I have a sample code with me,which iam uploading in a zip file.Iam unable to understand how it works.Can someone please explain me how the code is …

Member Avatar for jennifer22cute
0
139
Member Avatar for Mushy-pea

Hello everyone. I'm trying to write some Javascript code to make a logo on my website flash periodically between two differently coloured versions (i.e. a simple "swap image - restore image job). Here is a simplified version of what I am attempting, with no loops added yet: [code] <html> <head> …

Member Avatar for kgweb
0
144
Member Avatar for Matt Tacular

I made a program that has no REAL purpose, but i did it solely to see if i could do it, because i am new to python (somewhat) and i did: It will open a .txt file, and add a word of your choice inbetween each word that exists in …

Member Avatar for jrcagle
0
145
Member Avatar for wilk06

Hi, I have just created an internet search engine, and I am looking for names for it. Something fun like GOOGLE or YAHOO. Must be markatable and the .com domain to be free. All ideas welcome, as soon as I have chosen a name, I will tell you and you …

Member Avatar for Puckdropper
0
82
Member Avatar for fraogongi

Hi Everyone! I've been wondering what to do this semester for my final year project. Last semester i developed a java chat application, which i thoroughly enjoyed. This semester am clueless on what to do. Can someone offer me any suggestion? I woul gladly appreciate it.:rolleyes:

Member Avatar for tania23
0
364
Member Avatar for lakshmi.1987

[B]can some one guide me in creating a text editor?tools that can be used,in detail.......[/B]

Member Avatar for Salem
0
101
Member Avatar for Xcoder

Im having a little problem with the CR9 bundled into VB.NET 03, I want to filter out some data, here is my selectionformula: CRViewer1.SelectionFormula = "{client.name}>='Albert Hall ' and {client.name}<='Roger Jones' But I want to filter out client: "Bernard Smith", how I do this?

Member Avatar for Xcoder
0
90
Member Avatar for sarath.koiloth
Member Avatar for sarath.koiloth
0
90
Member Avatar for Iqbal_h_a

I have a doubt on function returning a value. Consider the following program snippet. [code] int add(int a,int b) { int c=a+b; return; } int main() { int a=10,b=20; printf("%d %d %d",a,b,add(a,b)); return(0); } [/code] The above program gives the output as 10 20 30 But the function is not …

Member Avatar for Iqbal_h_a
0
119
Member Avatar for Raju5725

Hi, I am using a checkbox list populated at the design time itself. The list has about 25 items. In the SelectedIndexChanged event, the SelectedIndex of the checkbox list always returns the lowest selected index of the list instead of what I clicked on. So if item 3 is checked …

Member Avatar for Raju5725
0
1K
Member Avatar for mysticcc

Hi I have a difficulty in insertion data. I wrote my html code (a form in it) and jsp code to get the form data and insert it to database. I don't get any error message but it doesn't insert data to database. My code is below. Where am I …

Member Avatar for mysticcc
0
135
Member Avatar for q8z

i have a program with 1 thread that run all the time and after I make connection to the internet - my memory get bigger with more than 25000 bytes and it all the time grow how can I make it smaller?

Member Avatar for DavidRyan
0
79
Member Avatar for kararu

Hi all, Is there anything in perl to declare a variable volatile...I need the value of a variable to change immeadiately when I change.help out pls.

Member Avatar for masijade
0
133
Member Avatar for AniruddhaKelkar

Hi, I am facing a strange problem.... I have a datagrid in which has a few textboxes. 1 of these text boxes is un-editable (it is a computed value). The computations for that textbox have been done using javascript. In the asp page the value is taken using Find Controls. …

Member Avatar for AniruddhaKelkar
0
99
Member Avatar for woolistictdc

Hi all. I am a final year student studying computer science and i have decided after much deliberation to develop a decision support system for my college's University Placement Department. I would like to humbly ask for help in terms of advice on the best development tools, methodologies and good …

Member Avatar for woolistictdc
0
76
Member Avatar for dunderhead

Hello, I am a wxpython newbie and would like some help on using custom classes to create and change widgets. I have a program with 2 classes, each of which creates a panel with widgets. These panels are then added to the main frame of an application. In one class …

Member Avatar for dunderhead
0
280
Member Avatar for kmbhat1971

I have been developing a program in visual basic 6.0 with multi language facility both in English and Arabic. The problem here is I can type Arabic, but while making printout(IN WORD DOCUMENT) from text boxes or labels i get some other FONTS.Kindly Help me out.

Member Avatar for Yomet
0
472
Member Avatar for paulie

Hi Folks, I have a VB 2005 app (2.0 Framework) that I've published out to one of our fileservers in our company, so users can download/install and run it. It published fine, but when I go to install it on another PC (which I'm logged into with Admin rights), I …

Member Avatar for paulie
0
170
Member Avatar for dss

Hi, I was making a shopping cart and when a person check the cart. There is a button Continue Shopping. What should i do so that he/she should go to the same page from which he/she check cart. I think that if we can catch/extract the addressbat url then we …

Member Avatar for TopDogger
0
126
Member Avatar for ljCharlie

I like to know if CSS can be used to highlight the CSS nav menu if the current page is the page that the menu links to. For example, the folowing code is my side bar navigation menu. [code]#lftSideMenu { float: left; width: 165px; margin: 0 0px 0 0; background-color: …

Member Avatar for hgltd
0
126
Member Avatar for sylvaticus

Hello.. I'd like to renew my old perl-based website and I am thinking to Python compared with PHP for many reasons (not last that I can use it for many other things that just web-development). However there are tons of "web-frameworks" and I am very dishoriented with all this "offer".. …

Member Avatar for vegaseat
0
99
Member Avatar for jrcagle

Hi all, I am testing a somewhat large module, and I would like to automate the testing of the documentation (I know, I could just look at the code, but I wanted to make sure *and* the question became a cool one :cheesy:) Here's the basic idea: [code] for i …

Member Avatar for vegaseat
0
291
Member Avatar for jrcagle

OK, this is a minor quibble from someone who is not *normally* concerned with neatness. I want to put docstrings in my functions. If I put them in using the 'textbook' method: [code] def is_same(self,x): """A.is_same(x) --> Bool\n\nReturns True if A and x represent essentially the same item, as determined …

Member Avatar for vegaseat
0
284
Member Avatar for akadri

Does anyone have an idea about implementing two dimensional arrays in Python?? I want to write two programs: (1) a program for matrix multiplication (2) a program for displaying Pascal's triangle. Both these programs require two dimensional array..? Or is there any other way to solve this.. Thanks in anticipation.. …

Member Avatar for jrcagle
0
131
Member Avatar for hbmarar

Hi , Good Morning! Doubt : How to add a hyperlink in xml file. System: Need to plot points on a map.This points x,y coridinates a link is the information contained in the <node> tag.I use php to write this xml file by taking information from the database at each …

Member Avatar for hbmarar
0
147
Member Avatar for Ajay Raj

Hi, Could any one please let me know if we can connect to database using C, and if yes let me know the functions in C used to send the SQL statements in the buffer to SQL server.

Member Avatar for Ajay Raj
0
118
Member Avatar for Klitzy

Hi guys...Im new here and just registered a few minutes ago. I am a sophmore in high school and this is my first year of java. I have a program that I have to do for homework and I don't even know where to start. We have just begun learning …

Member Avatar for iamthwee
0
150
Member Avatar for kylethedarkn

I made a program that is supposed to ask for a shape and then make a green shape and then ask you if you wanted to make another shape. That didn't work so I changed it to ask if you wanted to make another shape after this one and put …

Member Avatar for iamthwee
0
147
Member Avatar for thiyagu_mca2006

Hai! Im Thiyagu, Im being assinged with Project that Comprises the Technology with XML & SOAP. But unlucky I dont Know anything about XML & SOAP. so plz..... send me easy understandable eBooks or Tutorial with Examples to Learn. I will be so usefull for my Project. Plz..... I requesting …

Member Avatar for beatle555
0
177
Member Avatar for jeepj27

Hi All - Can you please look at this code for me? I need to be able to have this script LOAD A URL when the checkbox is checked and the SUBMIT is pressed.... Thanks so much!!! :) [INLINECODE]<head> <script> var checkobj function agreesubmit(el){ checkobj=el if (document.all||document.getElementById){ for (i=0;i<checkobj.form.length;i++){ //hunt …

Member Avatar for amellie
0
105
Member Avatar for reRanger

Hallo: I am new to this forum and am very glad to be here. I am currently working on a Python project which will be using Tkinter for a graphical (Windows)(XP) output. I have studied Python while completing my software engineering degree but have not used it for 2-years. I …

Member Avatar for vegaseat
0
136
Member Avatar for chris99

Unique random variables. I've tried modifying the code in varying ways, but nothing is working. The program won't add new numbers to replace the ones that were duplicates. [CODE]import random b=0 numbers=[] print "show 6 random unique integers from 1 to 50: " while b < 6: for k in …

Member Avatar for vegaseat
0
133

The End.