199,114 Archived Topics
Remove Filter ![]() | |
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] … | |
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 … | |
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. | |
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 | |
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. … | |
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>"; } … | |
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. | |
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 … | |
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 … | |
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. | |
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 | |
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. | |
please send me the code of cpu scheduling using visual basic it will be pass tommorow tnx | |
I am developing web site.Which scripting language should I prefer VBScript or Javascript? | |
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? … | |
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 << … | |
Hi every one.. Please.. I need a program to calculate X power Y by assembely language.. Please friends help me . :-| | |
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 … | |
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 … | |
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> … | |
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 … | |
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 … | |
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: | |
[B]can some one guide me in creating a text editor?tools that can be used,in detail.......[/B] | |
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? | |
Hi Frnds, What is System.out.println..?How this three are related..? | |
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 … | |
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 … | |
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 … | |
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? | |
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. | |
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. … | |
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 … | |
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 … | |
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. | |
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 … | |
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 … | |
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: … | |
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".. … | |
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 … | |
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 … | |
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.. … | |
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 … | |
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. | |
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 … ![]() | |
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 … ![]() | |
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 … | |
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 … | |
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 … | |
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 … |
The End.