199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for ishlux

Hi all... i have 3 pages ..... in the first page i have started the session......i want the values from the first page, second page and finally it has to be stored in the last page...... i want the tag for session start and how should i store the values …

Member Avatar for Shanti C
0
271
Member Avatar for programmingnoob

here's what to do: Imagine that you are part of a team creating a role-playing game. As a Support Programmer, you have been tasked by your Project Lead with creating the classes needed for player combat. For the first prototype, you will have to be able to create an attack() …

Member Avatar for Alex Edwards
0
130
Member Avatar for sohel08

I think I might be having trouble understanding variable initialization again, but thanks for the help. Also, if there is an operator for raising to powers, not scientific notation, I would appreciate hearing about it since I can't seem to find it in the index

Member Avatar for titaniumdecoy
0
69
Member Avatar for AnilChowdary

while running the program in fire fox this error is occuring " [U] [B]* This problem can sometimes be caused by disabling or refusing to accept cookies.[/B][/U]" wat is the reason.

Member Avatar for Shanti C
0
129
Member Avatar for Agni

Hi Guys.. I need to know how to debug the 'main' of an exe using dbx. i cant put a 'sleep' and recompile it. For example in windows using visual .Net i can do something like >devenv /debugexe xyz.exe This will bring up the exe in debugmode. i need the …

Member Avatar for Agni
0
124
Member Avatar for sniper1983

Hi, I would like to know how to get the width of a textstring and/or how to substring a string to a given width (not length), if possible. The reason is that i use a multicolumn listbox and should know how to cut of the length of the strings so …

Member Avatar for sniper1983
0
95
Member Avatar for virendra_sw

Hi, I want to export crystal report fom ASP .Net in word format. I am able to export crystal report but it dosen't give be the Word toolbar as we can see in the when Msword document is opened. oStream = DirectCast(Me.reportdocoument.ExportToStream(CrystalDecisions.[Shared].ExportFormatType.WordForWindows), MemoryStream) Response.Clear() Response.Buffer = True Response.ContentType = "application/msword" …

Member Avatar for Kusno
0
162
Member Avatar for v.godhe

I have some data that I want to store in the DB2 9. Should I store this data as XML schema or relational schema?

Member Avatar for ash05
0
420
Member Avatar for uniquestar

Hi, I about to write some code, that will, in the end, format some HTML. To keep storage space down, the idea is to hold the number as an integer, and pick out the character that relates to the specific format when writing it. My problem however comes when trying …

Member Avatar for vicky_rawat
0
106
Member Avatar for kavithabhaskar

Friends: I have a question.. now..in my form I have 4 checkboxes and I have a click button..the idea is when any one or 2 or 3 or all 4 checkboxes are checked, a SQL statement should be executed and the results should be displayed in a datagridview. now..i have …

Member Avatar for matmox
0
171
Member Avatar for greeny_1984

hi, iam having an application in which i need to validate all the fileds present above a particular field when user clicks on any field present in a page.similar to this link [url]http://my.naukri.com/manager/createacc2.php?othersrcp=5424&wExp=N[/url] is this possible using validator callout extender. can we use javascript to achieve this functionality. if thru …

Member Avatar for greeny_1984
0
150
Member Avatar for nidhsek

I am new to C#. I have been working on a C# console project. I sent a request to a server and get a very lengthy response string (html format). I want to extract and get some information from this string. If I use javascript I know how to fetch. …

Member Avatar for nidhsek
0
109
Member Avatar for saisankar_p

Hi all, I have a problem achieving the result. I want data as below which is based on 4 tables [B]Expected rasult [/B] SiteID SiteName State PostCode Phone1 StateName CanDelete --------------------------------------------------------------------------------- 1 Site1 1 2134 124 123 - ADC 1 2 Site2 3 2323 124 234 - QTY 0 3 …

Member Avatar for saisankar_p
0
128
Member Avatar for brain

Hello, Would anybody suggest any STL algorithm that works on two ranges applying a predicate. For example I would like to have the difference of two maps values. Thanks in advance

Member Avatar for brain
0
102
Member Avatar for Shilpa Jain

Hi all, I am searching and fetching the data in a form based on the name entered in the text field. When the submit button is clicked, another form is displayed containing all the fetched data.Right now the functionality works only for the name entered in the textbox. I want …

Member Avatar for Shilpa Jain
0
103
Member Avatar for hawisme000

can any1 here pls help me on how to make a data tree? i dont know where to start.. tried to google.. but i cant understand it pls help me with the basics.. and how to connect on a database thx 2 in advance..

Member Avatar for hawisme000
0
87
Member Avatar for seangdy

Dear All I want to create dynamic page with php as attach file but i don't have any idea to create it. So please help me to code it:pretty: . Thanks in advance

Member Avatar for Shanti C
0
71
Member Avatar for TheBeast32

Could anyone tell me if there is a function like the InputBox() function in Visual basic? I have googled it and come up with nothing. Thanks.

Member Avatar for TheBeast32
0
222
Member Avatar for littlebears0404

i need some opinion on my final year project.. i need to make the proposal and the complete system in just 4 months in time....it's kinda hard..i'm just starting to feel miserable......i just dont wanna make it all again,,, can anyone help me by suggesting any system that can be …

Member Avatar for martin5211
0
93
Member Avatar for whoost

Hi, I'm currently developing a master page for an ASP.NET web site. I would like the page to have a footer that "sticks" to the bottom of the page, but can move downward if the content above it gets to large. I've looked around but really I'm just lost and …

Member Avatar for whoost
0
95
Member Avatar for vsha041

Hi, I am trying to run this code, but after the program runs, it is never asking me to enter something, instead, it just finishes. [CODE] #include <iostream> #include <string> using namespace std; int main () { string str; cout << "Please enter full name: "; getline (cin,str); cout << …

Member Avatar for ssharish2005
0
110
Member Avatar for Acidburn

Hey guys, Most embedded devices suc as the Amtel boards seen to require C / C++ programming, why don't they support Java? Is it question of performance? Or am I overlooking something?

Member Avatar for ssharish2005
0
168
Member Avatar for fiddler80

I'm in need of a shopping cart that features inventory control determined by attributes. For instance, I have 50 different products, which I want to make available to only 1 person in every County in every State in the US. The price for each product is determined by County: ie: …

Member Avatar for R0bb0b
0
100
Member Avatar for rob24

Alright. Usaly in the tool bar, there is the java symbol and it says java is running. Well my dad went on a spaz and Closed that. So now if I try to enter a chat room or watch a video (Not all videos) its just a blank field, nothing …

Member Avatar for bloody_ninja
0
136
Member Avatar for titaniumdecoy

Is there a difference, in terms of performance, between the two loops below? (myvec is type [icode]std::vector<int>[/icode].) [CODE]std::vector<int>::const_iterator pos; for (int i = 0; i < N; i++) { pos = myvec.begin(); // do something with pos }[/CODE] [CODE]for (int i = 0; i < N; i++) { std::vector<int>::const_iterator pos …

Member Avatar for Narue
0
150
Member Avatar for tweak

I started this hangman game as a suggestion for beginners but now I am stuck. The code runs with out any errors but I need some way to put a certain amount of turns that the user can have but I am not sure how I could add this to …

Member Avatar for tweak
0
101
Member Avatar for gexecuter

So my teacher gave me a really hard test involving arrays in pascal but unfortunately he never showed us how to take data from arrays and use it, so what i need is just some examples in how to take the data from 2d arrays and use for example in …

Member Avatar for gexecuter
0
76
Member Avatar for VernonDozier

I'm trying to get my hands around Forms Painting in Visual C++, so I've created a Form, and on that Form I have added a Panel called cityPanel. I'd like to paint a green rectangle on it. I double clicked cityPanel, which resulted in Visual C++ creating this new function: …

Member Avatar for VernonDozier
0
292
Member Avatar for HLA91

Hey all I started learning java and I installed it on my Desktop(XP) and it was fine I could run the programs I made it was all good. When I came round to installing java on my laptop running Ubuntu I followed the guide here [URL="http://www.wikihow.com/Install-Java-on-Linux"]http://www.wikihow.com/Install-Java-on-Linux[/URL] I I followed the …

Member Avatar for peter_budo
0
187
Member Avatar for nicoletonyf

Hello there, I just installed Visual Studio.net 2003 last week. When I try to start my program, the console appear and close as soon as the program ends. What is the setting to keep the console open, so I can see if my program works? Thanks Nicole

Member Avatar for Ancient Dragon
0
379
Member Avatar for veenum2

Edit/Update records in the Access DB Using ASP Hi im trying to update products related to company ID entered in the database each time a product is entered related to the that ID the ID gets repeated as im adding the record in a loop. SO like i got 20 …

Member Avatar for ratri
0
138
Member Avatar for zanzo

i am new to asp and i need to upload image?? so could somebody help me to handle this issue :( thanks a lot

Member Avatar for ratri
0
162
Member Avatar for wdev

hey guys, This question might be discussed over thousand times but please help me on this one! I have a customer registration (html) page on which I have included form level validations using java script. On click of the submit of this page control goes to regist.php where I run …

Member Avatar for wdev
0
144
Member Avatar for Waseemn

Hello All, Now please do not laugh at me, I am trying my best here. As you all know, I am taking a Java programming introductory course at the local city college, and the instructor has mentioned that any program that contains code that he did not discuss in class …

Member Avatar for Ezzaral
0
125
Member Avatar for flash121

Hello, I am wondering if it's possible to hide/show components on a form, depending on which radio button is selected. For example lets say i have two radio buttons (in a buttongroup) and two buttons. When i select the first radio button i want the first button to show, and …

Member Avatar for flash121
0
114
Member Avatar for tzushky

Hello hello, I am writing to you because I am having trouble obtaining something: I know it should be doable, but can't seem to make an example. I need to be able to run scripts from another central script. And as i' ve been reading, apparently they mustn't be imported …

Member Avatar for woooee
0
87
Member Avatar for gregorynoob

Okay, so i got the volume I of Sedgewick's Algorithms in C++ and I'm pretty much lost in the first chapter. I understand all the given examples and such things but the exercises seem impossible. I'm still just starting highschool and the math used there aren't that easy and the …

Member Avatar for gregorynoob
0
126
Member Avatar for tazquebec

[code=PHP] Name: <?php print $_POST['nameField']; ?> br/> Age: <?php print $_POST['ageField']; ?> <br/> Comment: <?php print $_POST['commentField']; ?> <br/> [/code] [B]How do I do the same thing in C#?[/B] Thanks:?:

Member Avatar for tazquebec
0
114
Member Avatar for pkollmyr

I hae been trying to run some arguments in the cmd through java and it isn't giving me any errors. I know it is opening cmd and it executes the last argument to create the file. The only problem is that the output is not writed into the file. If …

Member Avatar for pkollmyr
0
182
Member Avatar for shwetha_cs26

public class pan extends JPanel { public void paintComponent(Graphics g) { super.paintComponent(g); Color col1=jc.getColor(); g.setColor(col1); g.drawRect( 30,30,800,600);//600 = width 400 = height for(int i=30;i<=620; i=i+20) { g.drawLine(30,i,830,i); //for Horizontal lines change only y value (both shud be same) and x shud be 0 } g.setColor(Color.white); for( Integer i=10;i<=620; i=i+20) { …

Member Avatar for Ezzaral
0
173
Member Avatar for amuarica

I'am trying to develop a notification program to notify user on my network that their computer have a worm . The program that I want to develop a can monitor port 135 on windows OS . The system will monitor port 135 on one computer and see wheter there is …

Member Avatar for HammerAway
0
466
Member Avatar for diasmvds

Hi all, I'm developing a drawing tool using Java. This will support drawing diagrams ( basically electrical components in a network ). As the drawing panel ,i have uesd a JPanel within JScrollPane so that user can scroll their diagram. The origin of my drawing panel is the top-left corner …

Member Avatar for Ezzaral
0
133
Member Avatar for Jennifer84

I have a problem to understand what I am doing wrong with this code. I have the string Line123. What I want to do is to make the output of this string to look like: "Number1> Number2 Hello Number1> Number2" So what I did is to take all blancspaces away …

Member Avatar for Jennifer84
0
83
Member Avatar for grr

Hello, I'm trying to echo $pet_list['name'], but it only gives me one value of the array. part of core.php (which is included in create_pet.php) [CODE=php]$pet_list = mysql_fetch_assoc(mysql_query("SELECT * FROM ".$db_prefix."uberpets_pet_species"));[/CODE] part of create_pet.php [code=php] if ($step == "1"){ opentable("Create a Pet"); echo "<center>Here you can create your first pet! Please …

Member Avatar for grr
0
118
Member Avatar for 13L4D3

Well i am a starter in programming and need ur help. M using older version of borland c++ for programming. M trying to make a program which adds users login and password information and also verifies the correct login and password by accessing the contents of those files. but there …

Member Avatar for 13L4D3
0
184
Member Avatar for Rahin

Hi, As per the documentation.each thread has its own ACE_Log_Msg instance.On debugging I found that sometimes two threads have the same ACE_Log_Msg instance.Bcoz of this inconsistency my application crashes . Please let me know whats the actual prob.

Member Avatar for Salem
0
232
Member Avatar for ssprastogi
Member Avatar for hooray

Hi guys, I am trying to make a javascript function that will add "000" to the end of a textbox value if the user presses k and also add "000000" if they press m. So i don't want the k or m to appear in the textbox and some 0's …

Member Avatar for hooray
0
168
Member Avatar for Bill Purkins

Hi, I am new to VB 2008 and am trying to add a tableadapter to my app. I get as far as creating the tableadapter but when I try to add a column to the table I get an error message TABLE DOES NOT EXIST. Thanks in advance, Bill P.

Member Avatar for Bill Purkins
0
82
Member Avatar for fishwater00

I need to read parameters from a file called "params.c", the following is the codes which can read parameters from that file. But I am not totally understand. Hope anyone can give detailed answers. Thanks. In a file called "params.c" I have: [code=c] #include "systems.h" /* it includes all .h …

Member Avatar for ssharish2005
0
171

The End.