199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for xman12

Hi Guys , I would appreciate any help on the following problem: Volunteer details Services provided by volunteer Volunteer No 10 Name Ian Wright Telephone 020 7089 6576 Address Hard Grove, isleworth Booking records client no client name date required hours required service code 004 Lee smith 19/01/08 2 01 …

Member Avatar for avhunt
0
188
Member Avatar for frmsasp

Hello there, I am using ASP.NET with C# and facing below problem. I am not able to get values of selected checkboxes which are generated dynamically. Pls have a look at the image attached with the message... Waiting for your reply.... Thanks, Paresh

Member Avatar for sierrainfo
0
1K
Member Avatar for BigFormat

Hello, I've to build a database of students in a certain school in which each student has a list of her/his passed exams along with the grade gotten. I have 3 structs and I need an advice on how to carry out memory allocation, eg. when I add a student. …

Member Avatar for Clockowl
0
3K
Member Avatar for babusek

HI Folks , Sorry if it is the Repeated Question.... --->[B][COLOR="Green"] I want to Create An Object for a Class With user specified name.?[/COLOR][/B] Example : Class Name : Simple User Specified Name for a Object : SunServer i want like this Simple [B]"userSpecified Name"[/B] = new Simple(); how to …

Member Avatar for babusek
0
142
Member Avatar for preethi_ga

Hi, Im using ASP.NET and SQL Server. While inserting the data at run time. the same data , what ever is already in database is being stored again. Say for example, i have empname and empno, "Mala" and 123 already stored in database, if i give new data "Bala" and …

Member Avatar for priyankaa
0
119
Member Avatar for krany18

hai to all how to display the message box in asp .net why means while i am creating database i want to dispay a message like.. "connection is created" like this how it is display please give me the answer

Member Avatar for priyankaa
0
170
Member Avatar for sangpenakluk

Hello!! I desperately need help on event triggering across panels in wxPython! :( I have 2 classes that inherit wx.Panel: Leftpanel & Rightpanel Leftpanel consists of several buttons. Rightpanel consists of a graph (i.e. using matplotlib). I want to make the program so that pressing the button on Leftpanel will …

Member Avatar for Stefano Mtangoo
0
648
Member Avatar for Alexpap

Hello all, i would like you to answer me a question: I have a Select case statement: [code]Select Case textbox1.text[/code] and i want to add more than one case,for example: [code]Select Case textbox1.text and checkbox1.checked[/code] is it possible in any way to do this with VB.NET??? Thanks in advance, Alex

Member Avatar for sierrainfo
0
83
Member Avatar for jessxe02

I am about to start my thesis this January 2008. I pick java as my PL but I don't know any database right now.. is there any database than i could learn easily and also fit to java? please help me..

Member Avatar for ithelp
0
85
Member Avatar for web developer

Hi all, I have a server in our network contains the database of the project (SQL Server 2005). Suddenly a developer computer couldnot connect to the database which in that server. and now another computer did the same. The strange is the designer computer which still connecting to the server. …

Member Avatar for web developer
0
150
Member Avatar for gamaliel

i really mess up with this asp project on just a simple login form.. i have some codes but it doesnt run, please help me! i need to create a asp.net program that would allow login, and connect to the database

Member Avatar for jazz.learner
0
83
Member Avatar for scorpionz

Hi this is scorpionz I am having a site locally, it is PHP based, completely created from scratched, having CSS, Javasript, PHP, HTML all done by me. I need a load testing software, or Stress Testing Software, So i can have a testing results. for my site, before launching. can …

Member Avatar for Rhyan
0
146
Member Avatar for haii

hii While i am accessing a PHP web page,time out occurs. But the max_execution_time in php.ini is set to 300 seconds. But timeout occurs after 2 or 3 minutes. How can solve this pblm. Please help me

Member Avatar for Shanti C
0
110
Member Avatar for almualim

hello friends, i have two page in php, the first page contains entry form, and second page contains insert query, i want to keep form variables In the case of an error.

Member Avatar for almualim
0
109
Member Avatar for Stefano Mtangoo

Hello All, Greetings!! I was thinking of making MP3 Encoder. This is because I cannot find Exact encoder so I was finding some bindings for Lame Mp3 encoder and CD extractor/any cd to wav Library Thanks all Steve

Member Avatar for Stefano Mtangoo
0
426
Member Avatar for Devin

Okay heres the dilemna.... I have a Dataset("LineItems") that Stores information about so many records. To source to this DataSet("LineItems") is not its intended ouput. Meaning I pull this info in from one database and output to another. My problem is i have no idea on how to write an …

Member Avatar for sierrainfo
0
2K
Member Avatar for rockberto

I'm having problems with this. The thing is that when I send an MMS with J2ME to another devices with JSR 205 (two tested: SonyEriccson w610i and Nokia 5300), a receiving icon flashes, but the message is not in the inbox folder. I think this happens because of the application …

Member Avatar for peter_budo
0
105
Member Avatar for zyaday

I want to put the buttons on my screen wherever i want, i'm not using design view. Is there any layout method or any other method i can use to reposition my buttons.PLEASE HELP!

Member Avatar for zyaday
0
124
Member Avatar for mibit

Could you please help me with the source code for the following Task: [IMG]http://www.2and2.net/files/492254f5267f5.png[/IMG]

Member Avatar for Nick Evan
0
108
Member Avatar for nick_katz

Hello all. I have this problem. I have a div with inactive buttons in a jsp page, buttons like select all | add to basket | compare | .... and some java logic determining whether any products (coming from a backend) are found on page load. I want to make …

Member Avatar for nick_katz
0
76
Member Avatar for laks_samy

i have developed vb.net 2005 application. how to create installation file, which method is best? any one help me or give me correct link.

Member Avatar for sierrainfo
0
117
Member Avatar for onlyvidya

Hi frnds,, i hv a form in which i want to calculate balance.I wrote code for this as follows. But its giving me an error as "Datatype mismatch error". I hv declared bal & amt in database as Currency.Is this proper??If not suggest me some other code plzzzz. what datatype …

Member Avatar for sierrainfo
0
93
Member Avatar for hamed.rahimian

i need help about COMMAND and PARAMETERS Object in ADODB in Visual Basic 6.0>>>> i have some code that uses command and parameters object. ADODB connection is connected to a access.mdb file. all parameters are constructed in a stored procedure in sas.mdb before. I've declared more than one parameters in …

Member Avatar for QVeen72
0
272
Member Avatar for red10975

hi, I'm a beginner as far as c++ and i need help on writting a program. [B]Given[/B] sin x = x – (x^3/3!) + (x^5/5!) – (x^7/7!) + (x^9/9!) ….. where x is in radian. cos x = 1 – (x^2/2!) + (x^4/4!) – (x^6/6!) + (x^8/8!) ….. where x …

Member Avatar for vmanes
0
176
Member Avatar for Papaof3

I have a combo box on a sub form. Based on the choice, I want another combo box on the sub-sub form to have a selected choice. I've tried to have the choice change the Row Source on the 2nd combo box but I've been unsuccessful. Both of the combo …

Member Avatar for boblarson
0
81
Member Avatar for s0312001

:sad: Hello guys, This is my first topic in this forum.. I need your help, I am trying to develop an Arabic voice recognition application using vb 6, does anyone know the code or what add on I should download, I am a total beginner… ((All I want it to …

Member Avatar for tigerwolf
0
1K
Member Avatar for tyserman5674

Hi All, Can anyone please help me out here? I have been trying now for about 6 hours on trying to convert this code from vb.net to asp.net [code] MessageBox.Show("Press OK To Continue..", "Mortgage Amortization Table", MessageBoxButtons.OK, MessageBoxIcon.Question) [/code] All I want to do is after displaying 20 lines of …

Member Avatar for sierrainfo
0
191
Member Avatar for NinjaLink

Hello. I'm having 2 difficulties... 1) I am trying to print out a string with spaces... Functions used: addSong and printSong For ex: (This is not the whole code...I'm pointing out the functions that it is used in) [CODE=Cplusplus] void addSong(mp3Type*& first, mp3Type*& last) { cout<<"Song title: "; cin>>songTitle; getline(cin,songTitle); …

Member Avatar for NinjaLink
0
214
Member Avatar for forgoodor4awsum

I am needing some help with my CS114 project. I am not expecting people here to do it for me just to help me with it. The project is to do a Sudoku game with a 2d array (9x9) and read in a txt file that the instructor has supplied. …

Member Avatar for VernonDozier
0
2K
Member Avatar for k59smooth
Member Avatar for davids2004

I do not want a negative number input for radius, length, width, base, height. How would I do this. My code is below. It should be pretty self explanatory. Thanks. [CODE][code=syntax] #include <iostream> #include <cmath> using namespace std; int main () { double const pi=3.14159; int radius, length, width, base, …

Member Avatar for davids2004
0
9K
Member Avatar for dougy83

Hi. I have written a small test socket program that uses a background thread that accepts tcp connections and adds them to a connection list that is accessed by main(). When a connection is opened, then later closed, recv() is called (see line highlighted in code below), which throws an …

Member Avatar for dougy83
0
232
Member Avatar for koman

[code=cplusplus] int main() { string name; cout << "Please enter the filename of the encoded message:"; getline(cin,name); ifstream infile; infile.open(name.c_str()); if (infile.fail()) { cout << name << " fail to open." << endl; exit(1); } cout << name << endl; cout << " File successfully opened" << endl; string buffer; …

Member Avatar for VernonDozier
0
150
Member Avatar for l_03

actually,,this is not my whole code..i just post the important one,,i am having problem with my code....i dont know how to figure out,,, everytime i am trying to withdraw and deposit..,,the balance will always be zero,, and i dont know how to figure it out.... [code] import javax.swing.*; public class …

Member Avatar for BestJewSinceJC
0
158
Member Avatar for risa

hi, I get a crash as "Unhandled exception at 0x5f4335bb (MFC42D.DLL) in VMFirewall.exe: 0xC0000005: Access violation reading location 0x00000000." in D:\Program Files\Microsoft Visual Studio 8\VC\atlmfc\src\mfc\appmodul.cpp in _tWinMain() funtion at call of AfxWinMain(hInstance, hPrevInstance, lpCmdLine, nCmdShow); This crash is in both debug and release....i have tried ignore of mfc42D.lib and mfcs42d.lib....but …

Member Avatar for risa
0
404
Member Avatar for clutchkiller

My dev-c++ compiler is telling me that ios::noreplace is not a valid member of std::ios. Why?

Member Avatar for clutchkiller
0
95
Member Avatar for skatamatic

Well, this is for the same assignment as my last post. It's just a simple implementation of a bunch of Algorithm functions. It throws a runtime exception at the end saying the stack around the b variable was corrupted! I commented out all the lines with that use the b …

Member Avatar for skatamatic
0
136
Member Avatar for skatamatic

I'm working on an assignment for school where my teacher wants me to convert each member of an array of a class if it's int member is greater than 300. I can make it work for the first value of 300, since that's what find_if returns. But how do I …

Member Avatar for skatamatic
0
190
Member Avatar for nectionplayer
Member Avatar for John A
0
98
Member Avatar for kevintse

int& fun(){ int a = 10; cout << &a << endl; return a; } int main() { int& r = fun(); cout << r << endl; cout << &r << endl; return 0; } outputs of the code above are: 0xbf8567b4 10 0xbf8567b4 and when i change `int& r = …

Member Avatar for kevintse
0
74
Member Avatar for Paramecium

First of all, I'm a total beginner which is the reason that probably my code contains a few simple and dumb mistakes...but how you see I'm working on it ;) My task is to write a program that contains a queue which will be returned in reversed order. But my …

Member Avatar for bvdet
0
109
Member Avatar for altrim

hi everyone i am new to C++ need help; //Write a program that for 5 books with this atributes //books name //authors name //publishing year //book price to be selected only the books from the same year typed by the user(using structures) |

Member Avatar for VernonDozier
0
133
Member Avatar for darren2005

Can anyone let me know how I could include a variable within a system command? (This is a win32 project and not an application.) I am using: (some code taken out) [ICODE] system(("set path=%path%;"[COLOR="Red"]+user[/COLOR]).c_str()); system(("set CLASSPATH=.;"[COLOR="Red"]+usertwo[/COLOR]).c_str()); system(("java -Djava.security.manager -Djava.security.policy="[COLOR="Red"]+user+[/COLOR]"\examplepolicy Xsys").c_str());[/ICODE] Thanks in advance!!!

Member Avatar for darren2005
0
578
Member Avatar for JustLearning

I am having a problem writing the last part of my code for this program. There is a DFS function that I need to write that is included in the header file of the graph.h my program. Here is the sample of code that my instructor gave me. [code=c++]template<class VertexType> …

Member Avatar for JustLearning
0
192
Member Avatar for Zach101man

Objective: Write a C program that will accept an infix expression from the user, build an expression tree using the algorithm described in class and then traverse the tree recursively three times to produce the prefix, infix and postfix expressions. Notice that the infix expression produced from the tree should …

Member Avatar for ddanbe
0
104
Member Avatar for FlowerPower

I have added a piece of code to my php form that apparently should stop (or at least) minimize spam. It doesn't. And since I added it every form that doesn't get filled in says: form: Array in my inbox. Now, I have also added a piece of code that …

Member Avatar for Rhyan
0
103
Member Avatar for bf2loser

I'm getting an unresolved symbols linking error with this code, the cpp files compile successfully separately, I just can't build the solution and run it. any ideas? header.h [code=c++] #include <iostream> #include <string> using std::string; using namespace std; class Double { private: double dub; char str[50]; public: Double(); Double(char s[50]); …

Member Avatar for bf2loser
0
207
Member Avatar for minas1

[code=C++] int MAX_NUM = 600851475143; int max = 0; vector <int> ints; for(int i = 1; i <= MAX_NUM; ++i) if((int)MAX_NUM % i == 0) ints.push_back(i); cout << "size = " << ints.size(); [/code] I get 0. Something is wrong. I get 2 warnings: warning C4305: 'initializing' : truncation from …

Member Avatar for Alex Edwards
0
127
Member Avatar for mossman65

Hello Group! Its been about 5 years since i have messed with SQL. I'm creating a database for a simple .xls that will be searchable. Here is a exmple row of data: Make:ACURA Model:INTEGRA Year:1990 Engine: L4 Edition: GS Trans Cooler: x=true Oil Cooler: Horse Power:0-400 Comments: Part Number:9E-HE790-01 Tube …

Member Avatar for dickersonka
0
134
Member Avatar for dblbac

i was given this question by my instructor and i am completely in the dark on what to do. i have been trying to figure out what to do but couldn't find anything in the book that really explained it. any help with this would be greatly appreciated. explain what …

Member Avatar for minas1
0
145

The End.