199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for jerryodom

I'm fairly new to .NET programming. The DateTimePicker control seems to be a great solution for entering valid dates without alot of backend checking and preventing the user from entering a bad date. However it seems like I always have to explain to my testers that they don't have to …

Member Avatar for Ravalon
0
177
Member Avatar for gaurav seth

/*how to swap two variables without using third variable in c*/ /*program to plot sign of angles from 0degree to 180 degree with increment of 10 degree*/

Member Avatar for Ancient Dragon
0
84
Member Avatar for exotic_ang

[COLOR=black][COLOR=black][B]hey im lost, so was wondering if anyone would help me. Im doing a program for a DVD rental system. When it comes to searching the rentals by ID, I cant seem to make it show all the DVD's that the customer has rented not only one. I dont know …

Member Avatar for exotic_ang
0
130
Member Avatar for rwagnes

hi, I am using the header file cnaiapi.h. The c files which include it do not compile because await_contact_mutex, cname_mutex, and appname_mutex are undefined. These are defined in the header file as extern HANDLEs. Any ideas? Thanks[COLOR=#808080] [/COLOR]

Member Avatar for rwagnes
0
312
Member Avatar for rwagnes

Hi, I have visual studio 2005 C++ Express Edition Installed. The instructions I have to create a library file are as follows: 1. Create a project 2. Add Header Files to the project 3. Change the Configuration Type on the Properties Menu to Static Library (lib) 4. Still in the …

Member Avatar for rwagnes
0
176
Member Avatar for Maidomax

Hi! I got a simple question. (two actually) I made a game in Flash, but when i want to publish it as an .exe file for burning on CDs, it has that flash player menu on the top, and I can't set it to be full screen. Pls help.

Member Avatar for Maidomax
0
71
Member Avatar for Aswathy

Hi, I have a button click event handler in which i have embedded a javascript code for generating a confirmation box. Based on the selection in the confirmation box a change is to be made in a hidden field having id hdnField. In the same btnSubmit_Click() i have a conditional …

Member Avatar for Aswathy
0
94
Member Avatar for keithh

So here's the question that I've been thinking over for a few hours: MIPS to C. Assume $s3 = i, $s4 = j, $s5 = @A. Below is the MIPS code: Loop: addi $s4,$s4,1 # j = j + 1? add $t1,$s3,$s3 # $t1 = 2 * i add $t1,$t1,$t1 …

Member Avatar for keithh
0
198
Member Avatar for hanifa

Hi this is my first paste... [URL="http://paste.plone.org/12700"]http://paste.plone.org/12700 [/URL][Contains my input.xml and transform.xslt and output file it generated. [URL]http://paste.plone.org/12706[/URL] .. this contains my new input.xml file.. And in here, all the Activitiy's tag attributes are being rewritten as children. And here is the xslt which i tried to write and failed... …

Member Avatar for hanifa
0
89
Member Avatar for wwwglobrazilcom
Member Avatar for ruichenma
0
86
Member Avatar for lotsofsloths

[CODE] //The ATM Mahcine #include <iostream> using namespace std; int main (const int) { int cash; int bank; int choice2; int choice3; char choice1; cout << "please enter amoount of $ in bank: "; cin >> bank; cout << "please enter amount of $ in cash(hand/wallet): "; cin >> cash; …

Member Avatar for John A
0
129
Member Avatar for jeet_portal

in my each jsp page i have to write this code to connect with Mysql database Class.forName("com.mysql.jdbc.Driver").newInstance(); String url ="jdbc:mysql://35.212.176.25/tri"; Connection con = DriverManager.getConnection(url,"root", ""); now i want to make this code in a separate jsp page and then only include this page in my current jsp page where ever …

Member Avatar for jwenting
0
159
Member Avatar for jeet_portal

Hi to all Members, I have a problem .pls solve it. My problem is i create a registration page where i put 3 text fields : Name ,Email Addres, Password.After entering the data when the user click on submit button then the information will send as a email through the …

Member Avatar for jwenting
0
141
Member Avatar for Scope9000

Can any1 just give a quick explination to each of these and what they do thanks. [code=vb] Private Sub cmdAverage_Click() picBox.Cls picBox.Print "Name", "Ass1", "Ass2", "Ass3", "Total", "Average" picBox.Print "__________________________________________________________________________" For a = 1 To c Average(a) = calAverage(ass1(a), ass2(a), ass3(a)) picBox.Print names(a), ass1(a), ass2(a), ass3(a), total(a), Average(a) Next a …

Member Avatar for WaltP
0
128
Member Avatar for kavitha0904

hi.. pls anybody can tell me what is CHECKED AND UNCHECKED EXCEPTION means.. i dont understand this.. pls help me..

Member Avatar for jwenting
0
72
Member Avatar for mairtin.obrian

Hello All Im trying to get html saved to a text file after the Url has been entered into a text box Im having difficulties with this can anyone help. I have no problem saving text to a text file and reading text from a file. Thankis

Member Avatar for sedgey
0
105
Member Avatar for Mix

I'm getting these down to the tee as I'm into C# and Java right now as they are very similar. My question is what are the key and not so obvious differences between a class and a namespace? The question has been with me for a few days, and I …

Member Avatar for Mix
0
149
Member Avatar for msamir

I done my logincontrol project in c# using asp.net2.0. it is accepting spaces in username textbox which i don't want.It should not accept any spaces before entering text.please give solution.

Member Avatar for jbennet
0
111
Member Avatar for sravankolla

Hii I am doing a project dealt with sending SMS .. So i have to control the length of the message to be sent .. But for textbox of Multiline type did not allowing the MaxLength property .. Plz help me

Member Avatar for sravankolla
0
212
Member Avatar for Coool Pinky

hi, i m trying to do my library project in C#,i am new to this language i dont know how to write login code in c#,can sombody help me

Member Avatar for jbennet
0
199
Member Avatar for ulethgeek

so i'm learning MIPS right now and i think i get the hang of things, mind you it's all relatively easy (so i've been told), but i can't seem to get around this one problem. i was given a C++ fragment and need to convert (translate) it directly to MIPS. …

Member Avatar for Ancient Dragon
0
182
Member Avatar for Pauer100

I have an employee class see atthachement whic compiles fine and i have written some code called EmployeeAdd which uses the Employee Class which was deifining an Employee. However my problem is when i am trying to import the Employee in to EmployeeAdd the error message i am getting is …

Member Avatar for Pauer100
0
140
Member Avatar for nathanpacker

Hey, just need a little help on this one. I have a script allows a user to choose from a list of files in a directory for a form. When they submit the form, it adds the files name and url to a couple fields in the database for that …

Member Avatar for nathanpacker
0
94
Member Avatar for Sarah Lee

Hi Everybody How can I use 2 update stmts in a single SP? I want to update two tables, with different data, but with the same, where clause Is there any way to do that? thanks

Member Avatar for pty
0
97
Member Avatar for Goitse

I am developing a system that has to connect the website to the database. I have started designing the site and I need to connect it to the database and have options of creating new members, updating new records and deleting some records. If anyone has some solutions to the …

Member Avatar for Goitse
0
87
Member Avatar for sandbox

I've been sitting at my PC atleast 2 hours now trying to figure this out.. so here it goes... IM relatively new to PHP and im struggling to learn it. I want to create a standard upload form, but i would like to make it so i can choose the …

Member Avatar for vssp
0
110
Member Avatar for smallpau1

[code=c] #include <iostream> #include <string> #include <cmath> #include <iomanip> using namespace std; double power(double b, double p); void main(void){ int base = 0, power = 0, result = 0; cout << "Programmed by ." << endl << endl; cin >> base; cout << " ^ "; cin >> power; result …

Member Avatar for Salem
0
122
Member Avatar for edy_ml

Hai guys My name Eddy, I'm HND Software Engineering at TATI, Malaysia, this is my 1st year of study, i need help ! somene can change below source code to templete by using C++ source code please help ... this is the source code: ----------------------------------------------------------------------------------- [code=cplusplus] #include<iostream> using namespace std; …

Member Avatar for WaltP
0
156
Member Avatar for megabutt

Hi folks, from a newly created executable I am getting an "unhandled win32 exception" each time I run it. I don't even know how to begin to evaluate this error. Pls help. Debugger error dialog: Unhandled exception at 0x7831c5c2 in ATV.exe: 0xC0000005: Access violation reading location 0x00000000. Thanks in advance

Member Avatar for megabutt
0
109
Member Avatar for rpjanaka

hi i want to break the following string.. {ok,[{operators,'sri','mob',45,45,45,45},{operators,'sri','dia',45,45,45,45}]} by using [COLOR=red]{operators, [/COLOR][COLOR=black]this point.. i used the StringTokenizer class to do this by giving the [/COLOR][COLOR=red]{operators, [/COLOR][COLOR=black]as Delimiter. But when it runs it gives completely different result than I expected that is it was matched any character that the delimiter …

Member Avatar for rpjanaka
0
192
Member Avatar for megabutt

Hello, I am learning the ropes here. I have a non-code question, strictly conceptual. How (generally speaking) do I design my project in Visual Studio C++ to acheive the flow in the block diagram, and specifically how do I access Var A and Var B from Main.cpp if they are …

Member Avatar for megabutt
0
180
Member Avatar for Mac.Z

Hello, I'm getting started with C++ and have some questions about the variable types: 1)The size of a variable type, is it defined by the compiler or computer or both? and why it differ from one to another? 2)Isn't [I][B]short int[/B][/I] supposed to hold smaller data than [I][B]int[/B][/I] can hold …

Member Avatar for John A
0
121
Member Avatar for amithasija

hhey any body knows how to upload a file or image in database and retrieve it,i know i have to use file column and rmagcik but dont know how to apply them,can anybody tell me step by step implementation. thanx in advance,

Member Avatar for pty
0
129
Member Avatar for itdisc

Hi all, I Just have to retrieve the data from the oracle database n just write the retrieved data to text file.Please Can anybody send me the code? Its very urgent. [IMG]http://forums.devx.com/images/smilies/frown.gif[/IMG] Thanks in advance.

Member Avatar for ajay_tabbu
0
110
Member Avatar for AussieCannon

Hello, I am very new to python (a few days) and am wondering how i should go about generating random gridpoints and comparing them to ones inputted by the user. I am completely lost on how i can get the input of the x and y coordinates from the user …

Member Avatar for vegaseat
0
444
Member Avatar for chris.jurado

Hello. I am a software engineer and I am trying to design a database for an inventory module. I have a problem about the application of the costing methods (e.g. Standard/FIFO/LIFO/Average/etc.). Here's what I have come up with after numerous design modifications and issues. Basically, I have a record of …

Member Avatar for anchorp
0
376
Member Avatar for ajay_tabbu

[code=java] class Rev { char a[]; char i=3; void str() { for(i='A';i<'D';i++) { a[i]='i'; } } void show() { for(int i='A';i<'D';i++) { System.out.print(a[i]); } } Void reversStr() { for(i='A';i<'D';i++) { System.out.print(a[i]); } } } class Revers { public static void main(String[] args) { Rev a1=new Rev(); a1.str(); a1.show(); a1.reversStr(); } …

Member Avatar for iamthwee
0
87
Member Avatar for defience

I'm still new to python and need some help writing a program. I need to write one that runs a *.exe and then checks some timings in it. There are 3 numbers ranging from 0<1000 that are hidden in the *.exe(app.exe). If the script runs the app.exe and then runs …

Member Avatar for vegaseat
0
158
Member Avatar for Goitse

Here is the Code that you required CampKev <% Dim Conn Dim sSQL Dim rsPeople Set Conn = CreateObject("ADODB.Connection") Set rsPeople = CreateObject("ADODB.Recordset") Conn.Open "addresses" sSQL = "select Person_Id, First_Name, Last_Name, Phone_Number from Persons " rsPeople.Open sSQL, Conn %> <html> <head> <title>Connecting TO The Database</title> </head> <body bgcolor = "#FFFFFF"> …

Member Avatar for campkev
0
123
Member Avatar for defience

I'm new to Python and this was written and posted by someone else on another site as a tutorial for a word unscrambler. I thought it was well written and liked the explanations but I tried to use it but keep getting an error message: line 27, in <module> letters …

Member Avatar for defience
0
127
Member Avatar for sant

I have just finished developing a website which is working fine in IE but giving some problems in FF and NS.Converting all to CSS is not possible:sad: .Please cite some solutions for this... --sant:?:

Member Avatar for M_K_Higa
0
108
Member Avatar for nisrin

Hi This is a piece of code in javascript, embedded in html, for the order page on an ecommerce site that i have made. I have this particular script nested inside a <form> tag and have set the action to a php file, but the tricky part is to extract …

Member Avatar for sunilpro
0
186
Member Avatar for edmicman

I'm working on an ASP.NET 2.0 app with WSE 3.0, that is trying to connect to a web service that was written with ASP.NET 1.1 and WSE 2. It's close, but when I try to actually retrieve data, I'm getting this error: [QUOTE]System.Web.Services.Protocols.SoapHeaderException: System.Web.Services.Protocols.SoapHeaderException: Server unavailable, please try later ---> …

Member Avatar for edmicman
0
337
Member Avatar for jeffry

Hi, I have a table named 'team' which has fields such as name,contactno and dob. My entries are: For eg: name : Arun Kumar K contactno : 9445123880 dob : 27 Mar I want to display the name of corresponding members(here Arun Kumar K) on the previous day of his …

Member Avatar for jaikar
0
205
Member Avatar for Shark7

I need to calcualte the scalar product given two lists of numbers... [code]v1=input("Insert the first vector: ") v2=input("Insert the second vector: ") for i in range(len(v1)): v3=v1[i]*v2[i] print v3 [/code] this code will multiplie all the numbers in list v1 and the numbers in list v2 but the result doesn't …

Member Avatar for Shark7
0
355
Member Avatar for bhavna_816

I want to create a forum for my website ? can anybody have any idea how to start with or the logic behind this?

Member Avatar for sedgey
0
219
Member Avatar for laileeto

Hey All,:mrgreen: This is my first participation coz am new here and wanted to ask if u have any ideas for my Graduation Project , am a CS student in final year and prefer to do somthing related to DB but am really lost coz i haven't got an idea …

Member Avatar for kramero
0
124
Member Avatar for MattEvans

Is there a standard way to make constants defined using the [inlinecode]use constant[/inlinecode] pragma available to all of the packages that are use'd from an executed file? Or even better, to make the constants defined in a package available to other packages that use that package? It seems like anything …

Member Avatar for lordspace
0
133
Member Avatar for hkarthik

hi, how do we select multiple checkboxes in datagrid using a checkbox in the header of that datagrid. I went successful in adding each check boxes to each row. Now insted of selecting each checkbox individually i used a checkbox in the header of that datagrid. So when i check …

Member Avatar for hkarthik
0
127
Member Avatar for Matt Tacular

I have some code that generates numbers, and I wish to add them to some kind of list, I did research and an array seems to be close to what I want, but I can't find how to add a generated variable to it. Or is there some other kind …

Member Avatar for Matt Tacular
0
75

The End.