199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for bajanpoet

How do I stop a combo box from firing the SelectedValueChanged event when the DataSource property is added?

Member Avatar for bajanpoet
0
146
Member Avatar for christiangirl

Hello, I'm having trouble with this program. What I have to do is open a file(in this case link.dat) and then the user chooses what they want to do, take something out of it, add somethng to it, print it. It opens the file fine, but then I cant get …

Member Avatar for christiangirl
0
94
Member Avatar for elsa87

please help me write a function which will return the last element in an unsorted list. the prototype of the function should be ItemType ReturnLastItem(); we should assume that the list is not empty ans it shouldnt change after the program is executed.. pleeeeeeeeease help me

Member Avatar for Narue
0
143
Member Avatar for andrewama

Hey guys i was just wondering i have a code that will allow you to output times 4 different ways but instead of times i want it to output dates 4 different ways. [code=C++] #include <iostream> using std::cout; #include <iomanip> using std::setfill; using std::setw; using std::endl; #include "Time.h" // include …

Member Avatar for Lerner
0
95
Member Avatar for panpanf

Recently I am studying operating system design. I wanna find a educational operating system which is small but has complete functionality. The educational operating system should be well documented. Do you guys know one like this?

Member Avatar for MosaicFuneral
0
81
Member Avatar for edejonge

Hello All, I've been trying to implement the AutoCompleteExtender control from the Ajax Toolkit. So far everything has been working properly. The only issue I have is that after the webservice call completes the results are not being displayed. There are no error messages being displayed so I'm at a …

Member Avatar for edejonge
0
159
Member Avatar for blaaze

hi everyone its a challenge to all im looking for a script that must satisfy these things 1.it must be in php language 2.it must work like a robot when initiated and must run automatically on server side only 3.it must extract the text of any website that is mentioned …

Member Avatar for blaaze
0
107
Member Avatar for davids2004

I am trying to write a program that can be used to display two random numbers to be added together. This program should wait for the answer to be input. If the answer is correct display a statement that says that is correct. If the answer is wrong it needs …

Member Avatar for davids2004
0
403
Member Avatar for localp

can some one help me write a program, that works when passing 3 values (r g b value), to a Color class and outputs its corresponding colour.. please help me by giving a sample code and the output ...

Member Avatar for Ezzaral
0
124
Member Avatar for SQ89

Create a class called Employee that includes three pieces of information as data members – a first name (type string), a last name (type string) and a monthly salary (type int). Your class should have a constructor that initializes the three data members. Provide a set and a get function …

Member Avatar for SQ89
0
549
Member Avatar for Ziga

(Repost from Ruby-Forum.com. Sorry, but I'm really etching to continue learning Ruby..) In [URL="http://poignantguide.net/ruby/chapter-5.html"]w(p)gtr[/URL] I have found myself facing a code which, for the life of me, I just could not understand a few thing in! Seeing as this is the closest board realting to the subject, I shall post …

Member Avatar for Ziga
0
164
Member Avatar for DragonReborn225

hey guys, I've seemingly exhausted all the possibilities within my limited knowledge, so I'm coming here for some assistance. heres the problem: Read the 20 students info into an array, assign the relevant grade, find the highest score, and print out all the names/scores in addition to the student/s of …

Member Avatar for Lerner
0
170
Member Avatar for Foe89

Here's the problem, questions at the bottom. Write a program that uses a structure named MovieData to store the following information about a movie: Title Director Year Released Running time (in minutes) Include a constructor that allows all 4 of these member data values to be specified at the time …

Member Avatar for Lerner
0
162
Member Avatar for Chaster

Hi, I'v been trying to write a simple Java EE app, which deals with car renting. The entity beans and session beans are ready, so I've created a JSP for representation. It contains a single method, for init: [CODE] <%@page contentType="text/html" pageEncoding="UTF-8"%> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> …

Member Avatar for shurdsfield
0
159
Member Avatar for gammavn

I meets some problem with downcast in c++ programming language. Thus, I needs your help. My program has 5 classes. They are Employee (abstract class),Salary:public Employee,Hourly:public Employee,Commission:public Employee and BasePlusCom:public Commission. In main() function,I used vector<Employee*>employees[4]; Then I assigned values to employees. ........ And I used structural syntax BasePlusCom* ComPtr=dynamic_cast<BasePlusCom*>(employees[i]); …

Member Avatar for vijayan121
0
189
Member Avatar for sivak

can any one tell me how to write the query to find out first 6 highest salary from table note: not 6 th highest salary ....

Member Avatar for james_zheng
0
113
Member Avatar for genoinchina

Hi there, please can someone help me with this. I have a VARchar field for NAMES and I need it order numbers correcly and I cant seem to work out the right SQL systax. My sql is this [CODE] SQL = SQL & " Select Distinct" & vbCrLf SQL = …

Member Avatar for dickersonka
0
129
Member Avatar for number87

ok basically what my program is about. I am to create a program that allows users to input aircraft/cargo details, add the cargo to the aircraft(up to 20), and a function to display all the cargo on that aircraft. So the main problem i am getting is with the listing …

Member Avatar for minas1
0
122
Member Avatar for digioz

Hey all, I have a very simple collapsible panel which is working fine right now, but I am trying to make the expanded item's text bold "Without doing a post back or use of links". Here is the code: [CODE] <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>Collapsible Panel Test</title> </head> …

Member Avatar for digioz
0
178
Member Avatar for anny**

hi friendzz !! here is my program giving warning (possible use of 'ch' before the defination in function ) and also not showing correct o/p plz if anyone can help me [ICODE]#include<stdio.h> #include<conio.h> void main (void) { int j; char ch; for(j=1;j<=5;j++) { printf("enter characters from a to e\n"); { …

Member Avatar for ArkM
0
96
Member Avatar for c++ prog

hi, we have a simple program here that states like this: [CODE] input >= 10 ex: 12 1 Square Sqrt Cube Fouthroot 2 - - - - 3 - - - - 4 5 6 7 8 9 10 11 12 [/CODE] i made the code already but I still …

Member Avatar for dickersonka
0
87
Member Avatar for leecavcu

Thanks for the help. I have a workbook with VB code in it to add a new line. When I add a new line, the new cells automatically have their respective formulas in it. I also have it set so another worksheet with the same table adds a line. In …

Member Avatar for leecavcu
0
94
Member Avatar for arunmagar

Hello I am new user of coldfusion.I just started to learn coldfusion. I made one file with the name "1_2.cfm" Code : [code=coldfusion] <!--- Processing ---> <cfset myQuestion = "What is a variable?"> <cfset myAnswer = "Variables are named storage containers inside programming languages. Just think of variables as any …

Member Avatar for terrymodular
0
118
Member Avatar for Venom Rush

Hi there I'd just like to know if this is possible. I have a form with various fields that are filled out by a user along with a captcha and a file input. My problem is that when ever I execute the form the file is uploaded to the server …

Member Avatar for Venom Rush
0
90
Member Avatar for insertnamehere8

Hi. This is for a phonebook assignment. Part of the assignment involves searching a 2D array. This is the function that reads the phonebook file. [code] void getData(char name[][NAMESIZE], char telephone[][PHONESIZE], char zipcode[][ZIPSIZE], char address[][ADDSIZE], int& size); ~~~~~ void getData(char name[][NAMESIZE], char telephone[][PHONESIZE], char zipcode[][ZIPSIZE], char address[][ADDSIZE], int& size){ int …

Member Avatar for insertnamehere8
0
229
Member Avatar for IT_Techno

hi every one, i have create an asp.net application when i worke localy (on my PC) it work well without any erorr but when i deploye it at web server (vps server ) it give me this erorr: [COLOR="Red"] Configuration Error Description: An error occurred during the processing of a …

Member Avatar for dickersonka
0
398
Member Avatar for jjfletch

Basically, there is a secured site, which I can log into and then add data via a form once I'm logged in. I can pass the login information in the URL, and I can get it to work if, for example, I type the address into my browser bar, like …

Member Avatar for santy0105
0
93
Member Avatar for sniper1983

Hi there, I'm wondering whether one of you could clarify how to define the maxlength in bits when inserting a parameter in a stored procedure f.ex. What I might do is something like this: [Microsoft.SqlServer.Server.SqlProcedure] public static void CreateUser([B]SqlChars pInitials [/B]... ) { SqlCommand mSqlCommand = new SqlCommand("", new SqlConnection("context …

Member Avatar for dickersonka
0
169
Member Avatar for Vaishali Chavda

Hi guys.. Please guide me for the database connectivity with sql server express edition 2005 for any website.

Member Avatar for sierrainfo
0
160
Member Avatar for homs
Member Avatar for wirth.jason

I want to subclass a python dictionary to create a new class with dynamic keys. In other words the key value is 'property(fset, fget, fdel, doc)'. For some reason the when I get the d['b'] key, a property object is return instead of the function get_b. d['b'] should return the …

Member Avatar for jlm699
0
1K
Member Avatar for Grub

Hi. I am attempting to update a Jtable with details of all the files on my computer. I am running Windows XP home edition version 2002 with service pack 3. Intel(R) pentium(R) 4 CPU 3.20 GHz [ICODE] for (int i = 0; i<r.size(); i++) { Vector v = new Vector(); …

Member Avatar for Grub
0
80
Member Avatar for nil_gh_80

Hi, If I refresh a page than post values are also submitting repeatedly........... how to solve this problem....

Member Avatar for bhavik_thegame
0
102
Member Avatar for babusek

[B][/B]HI Folks, Suppose say Class ("DaniWeb") Contains 3 Objects 1.SunSystems 2.Microsoft 3.Yahoo [B]Now user has entered an Object name suppose say (Yahoo) .. and we need to confirm if the User Specified object exists in that class are not , if not we have to create an object with the …

Member Avatar for stultuske
0
120
Member Avatar for sganandhsg

Hi Friends [COLOR="Red"]Multiple-step OLE DB operation generated errors. Check each OLE DB status value, if available. No work was done.[/COLOR] I am getting the error while Select the Data... How to clear this type of errors.... Any one Help Me

Member Avatar for sganandhsg
0
100
Member Avatar for bharathi_n_r

Hi Fellows, Well. let me start by higlighting the problem i face.I have two columns namely PID which is the primary key and also a auto number.The second is Serial No. which is also a auto number. The problem i face is that when i submit my form spcifying a …

Member Avatar for sierrainfo
0
112
Member Avatar for sganandhsg

Hi Friends i have one problem for Selection... I `ll using Totally 20 option button, I need this button for a single Form loading time 10 button value is true and 10 button value is False How do use this process... I `ll select any one button value true... Help …

Member Avatar for sganandhsg
0
78
Member Avatar for Modo

hi guys how r u doing ... i was surprised to realized that what we learnt over php at college is almost nothing .. it was pure localhost and we know nothing about how to get stuff done in real webservers ... and although we learnt how to use sql …

Member Avatar for bhavik_thegame
0
155
Member Avatar for xoxbet

Hi, Maybe this thread must be in unix forum, but there are no server's subforum, so I start this thread here. this is first time I'm installing GeoIP. [CODE]yum install geoip[/CODE] - successfully installed version 1.4.4-2.fc8 But I need it to work on php, so I tried: [CODE]pecl install geoip[/CODE] …

Member Avatar for xoxbet
0
655
Member Avatar for Stefano Mtangoo

Hello all, greetings! I'm python guy and I want to access Lame encoder from python. The big problem is I cannot find suitable lame bindings. After loooong googling and metacrawling, I found py-lame. The problem is, when I try to compile it in codeblocks, python.h is missing. I don't know …

Member Avatar for Nick Evan
0
100
Member Avatar for Sally123

hi I am new in SQL Scritpting and my question might sound stupid, but please help me out to understand. Can one explain the difference between the two and similarity? The need and and use of the two? As for Temporary table does one create them or it comes with …

Member Avatar for dickersonka
0
115
Member Avatar for l_03

guyzzz,,,help,,i dont know how to call a variable from other class,,could you help me,,huhuhuh,,,i really need your help... i have a class,, this is just a summary... public class BankAccount{ int accountNumber[] = {1234, 2345}; public class ATM{ BankAccount bank = BankAccount(); String accountNum; int accountNum2; accountNum = JOptionPane.showInputDialog("Please enter …

Member Avatar for l_03
0
113
Member Avatar for michux

In thread [url]http://www.daniweb.com/forums/thread157149.html[/url] I was asking for different alternatives for passing a node as a parameter to an XSL stylesheet called from Java using saxon. I set up on using the XdmNode object as a parameter for passing the parameter and here is a code extract: [code=java] // create a …

Member Avatar for michux
0
378
Member Avatar for marcmm

Ok, I have this dilemma reguarding the building of querries. I have a website that browses hotels. The user can select the region and the quality of the hotel via some dropdown boxes and then he is offered weather the search results should include certain options that the hotels should …

Member Avatar for marcmm
0
102
Member Avatar for MaxVK

Hi there. Iv been searching (this forum and Google) for examples using the StyledTextCtrl, so that I can see how the thing actually works, but with no real joy. Iv found a couple of very basic examples but nothing that really shows the workings of the control. Iv seen the …

Member Avatar for Stefano Mtangoo
0
683
Member Avatar for ferreus

I have this assignment where I write certain lines from an input file. These lines I'm looking for in this case is only identified by its following line ("EOL"). It goes like (shortened): [CODE]while True: line = infile.readlines() if not line: break linesplit = line.split(",") line = line[:-1] if line …

Member Avatar for ferreus
0
4K
Member Avatar for msd1357

Hello, I create a component class in Visual Studio 2008 in a windows form application. This component has a property named "MasterFormName", which should contain name of the form that component will place on it. I want that the MasterFormName property be a read only property and when I dragging …

Member Avatar for MRafeie
0
79
Member Avatar for amaravanich

Hi, How can i pass an array from jsp to javascript function.i have to design a grid in jsp.For that i'm using javascript functions. [URL]http://www.code-magazine.com/article.aspx?quickid=0303111&page=3[/URL] this is the link where i got the script.here i have to pass an array of values to display in that grid.can any one pls …

Member Avatar for stultuske
0
207
Member Avatar for localp

i want to pass an integer value as an input, for that first i have to get the value as an string and then convert it into an Integer. i wrote the code and it looked like this .. [code] String age=""; int intage=0; System.out.print("Please Enter your age : "); …

Member Avatar for stultuske
0
165
Member Avatar for master_m

Hi I am trying to get my dreamweaver cs3 to get connected to mysql. But I got this error "your php server doesn't have the mysql module loaded or you can't use the mysql(p)connect functions" I have configure php.ini and the environment setting. extension....mysql.dll extension...mysqli.dll Previously I have install xampp …

Member Avatar for master_m
0
755

The End.