199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for Persist01

Hi, another newbie here and 1st-time post so hope I have posted this correctly and I hope someone can help because it is doing my head in... Basically I have a cookie that gets set after a user submits an answer to a poll question. When the user hits the …

Member Avatar for Persist01
0
3K
Member Avatar for priyasuresh

i want the details of variuos events handled in vb and its purpose with examples

Member Avatar for jireh
0
97
Member Avatar for tonnieytbiggie

please modify for me this program. cant run in a CD but other media can. user name is walba and password is walba. check attachment.

Member Avatar for jireh
0
101
Member Avatar for tonnieytbiggie

Hi everyone. Am Tonnie and i got problem with my vb-access program i am trying to develop. When my program is in a flash disk it is running very well but when i copy it in a CD it is giving me an error shown below.Please i would like to …

Member Avatar for jireh
0
92
Member Avatar for nautolian

Hi all, I'm really new to programming, but i understand many basics... I have tried to set myself a goal of creating a "smartbot" that can hold a somewhat intelligent conversation with someone. So far, i can get the bot to recognise a name of a person. I've been trying …

Member Avatar for Bench
0
276
Member Avatar for mauro21pl

Hi Given 4 contiguous bites, how the computer know if that is an ASCII character or integer value? Thanks

Member Avatar for Bench
0
110
Member Avatar for Fungus1487

hello, im guessing this question is quite trivial. i have a page setup as follows. MAIN PAGE [CODE] <html> <head> </head> <body> <div id='innerlogin'><iframe src='INNER PAGE'></iframe></div> </body> </html> [/CODE] INNER PAGE [CODE] <html> <head> <script type="text/javascript"> function RemoveDiv(){ d = parent.document.body; d_nested = parent.document.getElementById("innerlogin"); throwaway = d.removeChild(d_nested); } </script> </head> …

Member Avatar for MidiMagic
0
318
Member Avatar for Elfshadow

On my forum I go to we were talking about how some peoples C++ hellowords were 10x larger than the C version.On my GCC and G++ there is no difference but on some of theirs there is a huge one.If any of you wouldn't mind could you compile C [code= …

Member Avatar for jwenting
0
127
Member Avatar for ashneet

Here is a function I made: [code]function dis_sub(CID,ALI,NAME,PIC,EID) { SUB_CAT+CID.ALI.value = ALI; SUB_CAT+CID.NA.value = NAME; SUB_CAT+CID.IDD.value = EID; }[/code] It is saying that I have syntax error right after the = sign. Also SUB_CAT is not a variable.

Member Avatar for ashneet
0
83
Member Avatar for kxh29

Hello All: I have a question: How can you perform Password Administration using "C-Programming" functions. Basically, we [B][I]had [/I][/B]UNIX Shell script that performed the following: 1. Got the current users password. 2. Did a time computation on it - had it expired yet, and when it will 3. Queried if …

Member Avatar for TkTkorrovi
0
123
Member Avatar for mauro21pl

This is probably really easy question. How may I find in C++ if the number is even or odd? Thanks

Member Avatar for Hamrick
0
69
Member Avatar for mauro21pl

char MiddleCharacter( ); //Returns the "middle" character of the //string. If the string length is even //then the right-most character of the //"left" half is returned. how to find the middle character in a string Thank you

Member Avatar for mauro21pl
0
208
Member Avatar for black_pulsar_29

i need to create a turbo c program that enables me to generate a truth table.. the program must be able to compare various relationship such as "AND" "OR" "NEGATION" "double NEGATION" there is one good example of the program that i need that i saw in this site like …

Member Avatar for iamthwee
0
148
Member Avatar for 1qaz2wsx7

Hi :) I have some questions: 1) How can i get the size of the screen ? (not the forum, the screen borders) 2) How can i resize all the columns in a DataGridView to the length of their values ? (when using the built in method, Autoresize, its only …

Member Avatar for TheGathering
0
301
Member Avatar for ndeniche

i've seen several threads about javascript books... but, since there are other people that learn faster from internet tutorials... could someone point me out where to look for javascript and ajax tutorials?

Member Avatar for ndeniche
0
88
Member Avatar for Lbruce

Hello, does anyone know how i can validate a date field using javascript. The field is a text field that accepts a date in the format yyyy-mm-dd. i appreciate your help. Thanks.

Member Avatar for ~s.o.s~
0
101
Member Avatar for baltazar

I need to implement a Binary search tree in Java (only insert and find) and then should be able to display the tree. This is the code I've come up with so far. But I get the nullpointer exception. I am getting this because the two pointers in my node, …

Member Avatar for TheGathering
0
325
Member Avatar for Narue

Let's pretend that I'm interviewing you for a C++ job. I want to know how you[1] approach problems and the extent of your C++ prowess, so I'm going to ask you to solve short problems in C++[2]. These problems range from beginner to advanced, and may be more than they …

Member Avatar for Bench
0
498
Member Avatar for ritesh_bhagat

I am able to calcualte depreciation for 1yr only but when i enter that programming in Loop but that fails and print the final total for no. of years enter by user.

Member Avatar for ritesh_bhagat
0
80
Member Avatar for vemanamar

Dear Guys, I want somebody to explain this behaviour. I am using devC++ IDE and I had problem with the following code snippet. I rectified it, but i need to know the correct answer why its solved?. I declared a temporary character pointer (tmp) in main and used it directly …

Member Avatar for Salem
0
134
Member Avatar for aravindkishore

HI everybody, Please give the example (preferably in C#) for if I select the check box in header template of gridview then it should automatically check the item-template check boxes. It is very much appreciable if you give the example for datagrid for the same scenario . Please give the …

Member Avatar for arjunsasidharan
0
81
Member Avatar for paodzy
Member Avatar for SHWOO

The copyList function here is not working working. Anyone have any ideas? // header file [CODE] #ifndef H_orderedLinkedList #define H_orderedLinkedList #include <list> #include <iostream> using namespace std; struct coordinates { int xValue; //variable to hold x coordinate int yValue; //variable to hold y coordinate }; struct node { coordinates info; …

Member Avatar for Ancient Dragon
0
107
Member Avatar for eeeraser
Member Avatar for schwepZ
0
1K
Member Avatar for mc8888

any 1 can help put on this..?i cant determine who is the winner when 3 x or 3 0 meet.. /* Tic-Tac-Toe This program will allow 2 players to play a game of tic-tac-toe. Input: Interactive keyboard input from the players. Output: The tic-tac-toe board */ #include <iostream> #include <iomanip> …

Member Avatar for Salem
0
117
Member Avatar for suriname0

I have a current (non-school) project that requires me to update text-files online. (Or at least store data.) I think I need to write a servlet, but am not sure how, and I don't have a good source to teach me. (I tried Applets, but those can't read and write.) …

Member Avatar for peter_budo
0
139
Member Avatar for nmm32

I already configured the Tomcat to run CGI, following some steps from several tutorials, but I do not know what is happening that I cannot run any Perl CGI. [B]The browser just tries to download the code file, it is not showing the compiled output.[/B] I have this simple page …

Member Avatar for nmm32
0
207
Member Avatar for mangophp

Hi , IF Client disabled the cookies..my question is .. Will session works in PHP..and if yes how it will work ? and if no what other method to maintain the state of the user. Thnaks in advance, mangesh.

Member Avatar for digital-ether
0
1K
Member Avatar for coool

hey guys.. using C language, how can I ask the user to enter a positive integer in only these forms --> binary, octal, decimal, or hexadecimal then save it in a charachter array ! then I ask the use what's the base of this positive number.. and from here I …

Member Avatar for Salem
0
115
Member Avatar for kky2k

I am planning to develop a windows application based on XML in C programming..So i need some good reference links regarding which parser to use?and tutorials for those parsers?..also any special preparation is needed in C to achieve this?..Just to mention i am very good in C and a Learner …

Member Avatar for kky2k
0
102
Member Avatar for vaibhavbhardwaj

i wanaa make games in c++ plz give me some advice on how to proceed eg:- i want to make tic tac toe but ant make out the logic plz tell me how to proceed

Member Avatar for vaibhavbhardwaj
0
98
Member Avatar for mhdie

Administrator:500:0,9C,00,38,D2,8B,22,45,BB,AA,D3,B4,35,B5,14,04,EE: _1B,BE,CD,C3,3D,E1,EF,4B,21,A7,9C,CA,20,72,48,82,08410::: all i know is that my administarator password is hidden within. if someone can tell me what type of coding it is and if their is a way to decypher it, it would be greatly apreshated. thanks miles

Member Avatar for ProgrammersTalk
0
197
Member Avatar for zodehala

[B]index.php[/B] [CODE] <?php /*header*/ header("Content-Type: image/png"); /*We'll set this variable later.*/ $new_string; /*register the session variable. */ session_register('new_string'); /*You will need these two lines below.*/ echo "<html><head><title>Verification</title></head>"; echo "<body>"; /* set up image, the first number is the width and the second is the height*/ $im = imageCreate(200, 40); /*creates …

Member Avatar for dezignwork
0
112
Member Avatar for jaz854

Hello Guys, I am getting this error message and I can't figure out why. can somebody please help. below is the code. Private Sub btnLogin_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnLogin.Click Dim sql = "SELECT Username,Password FROM Password WHERE Username = "" & txtUsername.Text & "" AND …

Member Avatar for jaz854
0
186
Member Avatar for lasherz2

How do i generate one data report fom multple tables.I have four tables each with a primary key.I require a master report for this data in this tables.Anyone know how to do it?Am using vb6 and access.Thanx

Member Avatar for jireh
0
277
Member Avatar for koolsid

I didn't find creating login screens and saving the data in access database difficult... However, I was wondering if there is any other way we could do that, i mean saving the username and passwords in any other file rather than a database and encrypting the same... Rgds Sidz [email]hotsid_rout@yahoo.com[/email]

Member Avatar for jireh
0
210
Member Avatar for M1A1

------ Build started: Project: Login Server, Configuration: Debug Win32 ------ Compiling... isc_server.cpp login_client.cpp login_server.cpp main.cpp base_client.cpp base_server.cpp base_socket.cpp crypt.cpp crypt_server.cpp globals.cpp logging.cpp thread_manager.cpp Generating Code... Linking... LINK : fatal error LNK1104: cannot open file 'libboost_thread-vc80-mt-gd-1_34.lib' Build log was saved at "file://c:\Documents and Settings\Matt\Desktop\eROSE2\Login Server\Debug\BuildLog.htm" Login Server - 1 error(s), 0 …

Member Avatar for M1A1
0
120
Member Avatar for wonder87

Hello!As a newbie programmer I don't know how to freeze my command line output,when I execute a C program,in order to see the output.Output opens and closes very fast.The trick I know from Pascal to put a 'Readln' statement as a last line doesn't work(with a 'scanf' or something like …

Member Avatar for Aia
0
124
Member Avatar for Akilah712

Hi, I am working on a program for an assignment. It is to find all the anagrams contained in an input file. I have read the file into a vector. Next I created a 2D array that contains the orginal words from the file in 1 column and the signatures …

Member Avatar for iamthwee
0
184
Member Avatar for shamma

What is the time complexity T(n) of the following program? //------------------------------// Question1: ////============/// int n, d, i, j; cin >> n; for (d=1; d<=n; d++) for (i=1; i<=d; i++) for (j=1; j<=n; j += n/10) cout << d << " " << i << " " << j << endl; …

Member Avatar for Rashakil Fol
0
100
Member Avatar for schwepZ

i have programmed in assembly for 3 years and have used a86.COM compiler. i like programming DOS programs. i can see that the assembly code has a little different structure that you all are talking about here. i know it's bacause of the compiler. So is it good compiler that …

Member Avatar for schwepZ
0
206
Member Avatar for Caled

Hello, I'm developing a small, web-based music sharing application. I used to create static HTML contents. But now, I need a dynamic site that retrieve information from databases (also write data to database). As a beginner in PHP and MySQL, I hope someone from here can help me out.. Here …

Member Avatar for atplerry
0
95
Member Avatar for no1zson

I have just been using a standard String to input and return information. I am trying to impliment an Array in to this inventory program so that I can store and view more than one item at a time. I think I have done ok until I get to the …

Member Avatar for Ezzaral
0
216
Member Avatar for Hamrick

Is there a way to pass a function template to another function? I tried this but it doesn't work. [code=cplusplus] template <typename T> void template_function( T arg ) { } void function( template <typename T> void (*func)( T arg ) ) { } [/code] How can I pass a function …

Member Avatar for vijayan121
0
331
Member Avatar for kahaj

I can't figure out how to clear the text boxes in this program when the Enter button is clicked. Here is what I have... [CODE]Public Class AccountInformationForm Private Sub enterButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles enterButton.Click balanceLabel.Text = Val(balanceLabel.Text) - Val(withdrawalTextBox.Text) _ + Val(depositTextBox.Text) End Sub End …

Member Avatar for potatochips
0
106
Member Avatar for hitesh_mathpal
Member Avatar for JulieMHill

Hello! I am a semi-beginner in XML, and I am trying to develop a photo directorate for my company. The only problem is that I have to do everything by hand, so though I have no problem getting data from my XSL to my XML, I have not yet been …

Member Avatar for JulieMHill
0
134
Member Avatar for Mohit Garg

When i try to install MS SQL 2000 on Windows XP machine it says that server component is not supported by this OS.What should i do get it run on this machine?

Member Avatar for rfmoore
0
172
Member Avatar for Dsiembab

I have a xsl file that is saved as whatever.php. the style sheet is called by <?xml-stylesheet type="text/xsl" href="whatever.php"?> I get an error on firefox that it does not have the correct mime type. I save the xsl file under php because I need to use php in the code …

Member Avatar for Dsiembab
0
299
Member Avatar for go939

when i compiled my c++ code in linux platform (ubuntu), i got an error regarding with an array. the error states: array must be initialized with a brace-enclosed initializer. //source error long long byParam[2] = ""; can anybody show me a solution on my error...thanks

Member Avatar for Bench
0
132

The End.