199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for ss_asp

Hi there, Can anyone help me out.. I have a page where in I have a table (Iits related to the tradein offers to enter one by one) when the new page is requested, all the rows in the table will be blank and when i click on the new …

Member Avatar for sbkhan303
0
275
Member Avatar for LUCY KAMATHI
Member Avatar for bmaglar

I am a student of electronics and i have to do a homework in C++. The problem is the following: how to write a code in order to find the most frequent value of two different one dimension arrays. the first array has for example 10 elements and the second …

Member Avatar for bmaglar
0
80
Member Avatar for some one

hi every one i am trying to create shopping cart working with VB & access when i wrote add function an error occur i do not know how to solve"Syntax error in INSERT INTO statment" it please help me to solve the problem a shot screen is attached contain page …

Member Avatar for some one
0
375
Member Avatar for divyasoman20

i am a Btech pre-final year student ..i would like to get guidence from any of u for selecting a good mini project for tis year...hope that som of u vl help me...

Member Avatar for Salem
0
93
Member Avatar for CE Student

Hi! I am a new member here and I want any body to help me in this program becuase I am a new student in c++ and I don not now a lot in it sorry for my wrong language, because I do not speak English very will please help …

Member Avatar for Salem
0
216
Member Avatar for tuannie

Hey everyone, I am new to C++ and I was wondering if anyone could help me start off or by guiding me to which method of steps I should take first in solving the following problem: write a c++ program that with a loop structure that reads in 5 intergers …

Member Avatar for khanh1975
0
297
Member Avatar for k2k

hi, Would anyone show how to delete a specific line from a txt file? Is there a member function from the ios class? thank you.

Member Avatar for Salem
0
231
Member Avatar for kings

hi i have a form ...i want to validate the fields in such a way it does not accept if the user is trying to enter numeric instead of characters.......... [COLOR="Red"]eg[/COLOR] in a name field if the user is trying to enter number....the typed data should not come...it should act …

Member Avatar for OmniX
0
111
Member Avatar for Mr.popo

Im having a problem. I am sick of using a problem such as dr python or geany which when you execute the program a script is made along with the python script which alows it to execute. Well anyway i want to be able to use gedit and then execute …

Member Avatar for Racoon200
0
149
Member Avatar for lydia21

[ICODE]<form> no of textboxes needed to generate dynamically<input type="text" name="tboxes" size="50"> <input type="Submit" name="Submit" value="Submit"> </form>[/ICODE] [ICODE]<?php $tboxes=$_REQUEST['tboxes']; for ($i=1;$i<=$tboxes;$i++) { print "<input type='text' name=txt$i>"; } print "<input type='submit' name='submit' value='submit'>"; ?>[/ICODE] please do tell me how to get the values entered in a textboxes,i want to know whether i …

Member Avatar for lydia21
0
87
Member Avatar for jagdish.ind

i am trying to build a web application through which i can sent sms to any mobile through internet without connecting any mobile device. can any one kindly guide me to build this application. Thank You.

Member Avatar for jagdish.ind
0
83
Member Avatar for furkankamaci

Hi; I have two buttons and one function.When a user click button1 or button2 program should call the function and the function will write to the screen whic button clicked.I mean if i click button1 there will write "Button1 clicked" on the screen.All in al i want to learn how …

Member Avatar for Racoon200
0
124
Member Avatar for dharajsmith

I have a Java assignment due tonight, and I wrote this, but it will not compile. Can someone help me see what I'm doing wrong? Thanks! My assignment is: "Modify the Payroll Program application so it continues to request employee information until the user enters stop as the employee name. …

Member Avatar for dharajsmith
0
90
Member Avatar for girin

Hi all, I recently got linked with this community and I am sure that this will definitely help me out. Actually I am having a small business and want to install a talkswitch system in my office. So here are some questions that I would like to ask before installation: …

Member Avatar for seena
0
119
Member Avatar for snb
Member Avatar for aerofoil

Hi Everyone Now I'm try to write a program.....to find out the text from the html source code by using vb.net. If there any program that similar idea please send to my email [email]nanoowai.wai@gmail.com[/email]. Thx

Member Avatar for aerofoil
0
221
Member Avatar for Demond

How do I send text to a child window? I want to press a button and it sends the text. I am trying to store all of my CD-keys for my games in a program and then send the text to the boxes in the appropriate areas for each game. …

Member Avatar for blacklocist
0
122
Member Avatar for matthewjay54

Hey, if anyone can help me, Im in an intro to C++ class, and I was having problems with writing a program that converts seconds to Y M D H Min Sec...and I have no idea where to start..can anyone help me???

Member Avatar for np2100
0
95
Member Avatar for driplet

In FORTRAN, we can have a common data block in which all exchanging data are stored. When a subroutine/function needs data from the data block, it can automatically get them from the data block if the program found data with the same variable name. In C++, I am wondering how …

Member Avatar for Ancient Dragon
0
118
Member Avatar for VarshaAruja

Hi i am new in .Net2.0,Before this i had familier with .net1.0. i had written the code for insertion of values in database throgh form & i m getting it successful,Now i want to display the database values in the respective textboxes as i selected one value from the listbox …

Member Avatar for ericstenson
0
114
Member Avatar for jrwolf7

I have a static page/site that I want visitors to be able to personlize, so that everytime they return they will find their own unique settings, links, personal information etc. I do not want them to have to login upon return. I have no idea what type of programming I …

Member Avatar for hooray
0
99
Member Avatar for beast

yo i got this code right [code]#include <iostream> using namespace std; class Complex { double real1, real2, imag1, imag2; public: Complex(double, double, double, double); double addcomplex () { cout << real1 + real2 << " + " << imag1 + imag2 << "i" << endl; } double subcomplex () { …

Member Avatar for sarehu
0
143
Member Avatar for waterfall
Member Avatar for scru

Can somebody go into detail with me about what I need to do from scratch to the point where I can hit build and run and successful compile a valid C++ program without any build/linker errors? I use Windows Vista.

Member Avatar for scru
0
122
Member Avatar for mhslax13

Im in a computer security class and am working on a project involving linux viruses. If anyone knows anywhere I can obtain some code to work with it would be greatly appreciated as I'm really struggling finding any.

Member Avatar for woooee
0
71
Member Avatar for nomadhacker

I am working on a product reviews site using php and mysql, and have a table set up for product data, as well as review data. I am trying to get a list of top rated products within the last 24 hours to show up on the front page. This …

Member Avatar for nav33n
0
82
Member Avatar for bebeqt

I am unable to browse my asp page on Internet Information Services (IIS). Please help. [COLOR="Red"][B] The page cannot be displayed HTTP 500.100 - Internal Server Error - ASP error Internet Information Services[/B][/COLOR] Technical Information (for support personnel) Error Type: Microsoft VBScript compilation (0x800A0400) Expected statement /localdir/Hellotest.asp, line 12 <tr> …

Member Avatar for SheSaidImaPregy
0
110
Member Avatar for choudhuryshouvi

I have a simple web application which aims to take backup from an oracle9i database. Where i need to click on a button to invoke the openfile dialog box and select the location and input the dump filename. After this the application will start creating the backup and create the …

Member Avatar for SheSaidImaPregy
0
202
Member Avatar for Thew

Hi, I need to resolve this problem: I need to create string array that contains another string array. For example, it can be like this: [products] => [name][version] so products[5][0] gives you a name of the 6th product and products[5][1] gives you a text version of the 6th product. Maybe …

Member Avatar for Lerner
0
128
Member Avatar for darussalaam

How to solve this equation using functions in c++; y=x/2+3∑(i=1,m){2*i+b)-4∑(i=1,m+2){i/a-b) please who can solve it today it will be so helpful for me. Regards

Member Avatar for darussalaam
0
77
Member Avatar for phayphay

I'm working towards a game development degree and I'm not off to a good start. I'm having trouble understanding algorithms. I posted part of an assignment to give an example of what im having trouble with. I'm sure the assignment listed below is extremely elementary for most of you, but …

Member Avatar for Phaelax
0
75
Member Avatar for olams

I urgently need help with this program that i wrote. it is an expandable array. it performs different functions as shown below. I have shown the outputs of the code below. My problem is with the output of the compLfact(int) function. How do i get rid of the leading zeros. …

Member Avatar for olams
0
99
Member Avatar for harry78

hello all, I have a form with multiple chechboxes. Depending upon what the user chooses I need to make a select from a database with 6 tables. I pass the results from the form to the SQL statement up to the moment I need to put in a where request.form>0 …

Member Avatar for SheSaidImaPregy
0
129
Member Avatar for cygnusX

I want to know how to override the mouse events of a ToolStripButton,specifically MouseEnter and MouseDown/MouseUp. I've found many examples of this in the net but i don't know how to use them.Let's say this: protected override void OnMouseEnter(EventArgs e) { base.OnMouseEnter(e); } Yeah,and then what?I really don't know how …

Member Avatar for scru
0
106
Member Avatar for Septenary

Hello, I am making a game in Adobe Flash - Actionscript 3.0. It's not the first time I've made a game, so I do have a bit of experience - but that bit is all I have, being still at high-school level computer science. So, I apologize for any newbishness …

Member Avatar for Phaelax
0
219
Member Avatar for ryan_vietnow

Hello everyone,i'm starting to learn pytho now.Could anyone give me some advice of what is the best IDE for python there is based on your experiences guys. thanks.More power to the open source community.

Member Avatar for sneekula
0
152
Member Avatar for hooray

Hi everybody, I am new to using XAMPP to locally test my php files (I previousley just uploaded them directly to a free hosting site). I was wondering if anybody knew how other people can view these files. I think it has something to do with replacing the localhost bit …

Member Avatar for ShawnCplus
0
81
Member Avatar for karan_736

i have a small application which checks for username and password in the database and forwards the users to restricted pages on confirmation. i ve uploaded the application on eatj.com for testing, now my problem is that the session creation code is not working in [B]Internet Explorer[/B].means every time i …

Member Avatar for karan_736
0
69
Member Avatar for vanduea

Hiii.... i'm final year engineering student(cse).... i've to do one main project in java/j2ee/j2me...... pls suggest any good n latest topics..... thanx.....

Member Avatar for jwenting
0
119
Member Avatar for fishsqzr
Member Avatar for fishsqzr
0
75
Member Avatar for k2k

Can I have regular function and class function together? if so, where should i place the regular function declaration? The compiler wouldn't compile this one... the problem is function showlist() Thank you [code=cpp] # include <iostream> # include <string> # include <fstream> using namespace std; class Name { public: int …

Member Avatar for Lerner
0
105
Member Avatar for eamadden08

Hey everyone, can someone explain to me why it is so difficult in finding someone who does quality work. I am not here to bash the profession but a lot of guys bs in this field? Does anyone want to make money or rather just play warcraft....:?: [email]eamadden06@yahoo.com[/email]

Member Avatar for Nige Ridd
0
99
Member Avatar for tgifgemini

[B][/B] Hello members, I am trying to execute the module below (SQL statement) and I am getting the above error: "Syntax error in FROM clause" on this line [code]Call db.Execute(strSQL)[/code]. When I hovered the mouse over the SQL string variable, it shows this line of code: [code]strSQL = "Insert Into …

0
82
Member Avatar for AniWeb

Hello All, I want to store data into MS Access database without using DSN (Data Source Name). For his I have done the coding:- [code] <% dim stud1 set stud1=server.createobject("adodb.connection") stud1.Open "Provider=Microsoft.Jet.OLEDB.4.0; Data Source=" & Server.MapPath("amitdatabase.mdb") %> <% dim stud2,stud3 set stud2=server.createobject("ADODB.Recordset") stud3 = "SELECT tblComments.Name, tblComments.Comments FROM tblComments;" stud2.CursorType …

Member Avatar for SheSaidImaPregy
0
95
Member Avatar for Ukiya006

Hi, I need some help here.. I am pretty new to doing ASP.net in C#.. and also pretty unfamiliar with javascript Currently i am facing some problems which i hope you guys can help me in solving.. I have dynamically created a row of buttons. [code] for (int i = …

Member Avatar for SheSaidImaPregy
0
119
Member Avatar for rairai979
Member Avatar for bharathi_n_r

Hello all, I am new to asp.net.I have taken up a project called MIS(Management Information System).I have just started the project.The home page consists of a login screen.Now i need to put a picture in my page.I already have one picture for my web page. In order to put another …

Member Avatar for SheSaidImaPregy
0
524
Member Avatar for mr.cool

i want to return 2 values but i don't know how i can do that. this is part of what i have done, i want to have choice[0] and also choice[1] be returned. also how can i store them in 2 different variables in the main. [code] int pick() { …

Member Avatar for invisal
0
91
Member Avatar for Suraine

Dear c++ gurus, i have thk all over wat is means by the following hightlighted text, but not understood, can anyone explain to me what do they mean? or how do they function? [code=cpp] class RotationSensor : public Sensor { public: RotationSensor(const Port port, int position = 0) : Sensor((Sensor::Port) …

Member Avatar for Suraine
0
134

The End.