199,114 Archived Topics

Remove Filter
Member Avatar for
Member Avatar for etsayhaile

amenu driven program using link list data structure,which keeps track of student record of auniversity. the system should maintain at least the following information about student. name year id number DEPARTEMENT age CGPA

Member Avatar for Ancient Dragon
-1
508
Member Avatar for Paladine

[B]Simple ASP.NET Login Page using C# (ASP.NET 1.0 & 1.1 ONLY!!! [COLOR=Red]NOT 2.0[/COLOR])[/B] This is just a small demonstration to show how easy one can "port" the code from my previous tutorials ( [URL="http://www.daniweb.com/tutorials/tutorial19303.html"]Updated: Simple ASP.Net Login Page[/URL] & [URL="http://www.daniweb.com/techtalkforums/thread19303.html"]ASP.Net Login Page with SQL [/URL] & [URL="http://www.daniweb.com/tutorials/tutorial23605.html"]ASP.Net Registration Page[/URL]) over …

Member Avatar for avirag
-1
7K
Member Avatar for lil_panda
Member Avatar for gregoryalussier
-1
732
Member Avatar for winson.thai

I am having major trouble with a fraction program. i spend hours fixing the errors and it still does not work. this link provides the instructions: [url]http://web.jjay.cuny.edu/~sbakiras/mat272/assignment3.pdf[/url] this is my code:[CODE] #ifndef RationalNumbers_H #define RationaNumbers_H class RationalNumbers { private: double numerator; double denominator; public: RationalNumbers(); RationalNumbers operator+(const RationalNumbers &); RationalNumbers …

Member Avatar for Agni
-1
384
Member Avatar for UberJoker

Hey Guys. Im having a hard time figuring this out. I realize there are a bunch of topics out there discussing this problem but I couldn't find anything that was helpful to this particular situation. [CODE] #include <iostream> #include <string.h> using namespace std; typedef char charType[4]; int main() { char …

Member Avatar for UberJoker
-1
1K
Member Avatar for forwardlookguy

Hello everyone, I've been trying to build a website with a VIN decoder for a few weeks now and I'm getting no where. I have no experience with PHP but have been doing a lot of reading. My question is how do I split a form into different pieces that …

Member Avatar for dazm39
-1
2K
Member Avatar for anurag143

Hello Friends, my name is Anurag.. am doing MSC(Comp. Science) I need a Project description mosty in JAVA(NETWORKING,Client/Server) Something which is of more developing technology from INDUSTRIAL POINT OF VIEW.. I would be very thankful..

Member Avatar for peter_budo
-1
364
Member Avatar for stari07

Hi all, I have a problem in sorting a fortran data and I don't know fortran. Its quite big data and its not in column arrangement. the sample is below : 3.900000000E 2.180E 0.000E 2.653E 1.763E2.339E-01 0.000 0.6983 0.2814 0.0001 0.0080 0.0067 0.0019 0.0007 0.0000 -3.6431 1.4826 7.3919 7.476000000E 5.000E …

Member Avatar for NicAx64
-1
308
Member Avatar for satya.vijai

Hi, I need a batch script, which has to create a directory, but if the directory already exists, it has to delete it, and create a fresh one. I dont know, what command to be used. Normally, to check for a file exist, we do like IF EXIST sample.txt DEL …

Member Avatar for JenniC
-1
2K
Member Avatar for Hanyouslayer

I searched for this topic first, because it is pretty popular, but I didn't find much to help. What I was instructed to do was convert a prefix expression to a postfix expression. I have to use a stack and a queue, which is different than many other threads about …

Member Avatar for Hanyouslayer
-1
1K
Member Avatar for sreejithbabu

The problem in this is that the program accepts a string with spaces [B]only for the first input[/B] and not for the rest of the inputs. It seems that getline only works for the first input. How can you make the vector store string with spaces (as elements of the …

Member Avatar for sreejithbabu
-1
888
Member Avatar for darrindarrinnet

I have written a small application and when the form open a new file, etc. the information is not posted to the screen until after the file processing has completed. I would like to display information as it is found. VB 6 used to use the DoEvents fundtion to force …

Member Avatar for shilts
-1
4K
Member Avatar for Stefano Mtangoo

Hi, I have done this code to learn ArrayList. I keep getting errors. Basically I want to accumulate names in list and when user types 'n' at prompt, it prints out names. What is wrong? [CODE=java]package mtangoo; import java.util.ArrayList; import java.util.Scanner; public class MainClass { public static void main(String args[]){ …

Member Avatar for Stefano Mtangoo
-1
327
Member Avatar for vikram89

i am working on a single cell image to detect the nucleus. Logic used- 1. i am detecting the darkest pixel in the cell(which in most cases belongs to the nucleus) 2. using canny edge detection to detect the edges.(low threshold=0, high threshold=0, sigma=3) 3. threshold with a value of …

Member Avatar for vikram89
-1
553
Member Avatar for hdurina

one fellow gave my full house address while chating i asked how is it possible he said he got it through ip address

Member Avatar for The Dude
-1
585
Member Avatar for ihtesham4deni

Problem Statement: File Handling in C/C++ On the basis of the given scenario create a file Expenses.txt, Open the file and copy into another Expenses2.txt, Also show output on screen A college has announced the total budget of 50,000Rs.for each game. Games are done four times in a year. Take …

Member Avatar for rahul8590
-1
259
Member Avatar for magava

Hi.The following program shows switching from RM to PM and back.At the end it has to print "Hello".The problem is it doesn't show the message. Can anybody help me.Thank you. P.S. For compilation use these commands: tasm /m name.asm tlink /x /3 name.asm Here is my code [CODE].386p data segment …

Member Avatar for NotNull
-1
429
Member Avatar for jnthn205

Hello. For an assignment we have been given the shell of a tic tac toe game in java. We are to fix a few things that is wrong with it. here is the main class: [code] public class TicTacToeGameJonathanSilverberg { public static final int board_size = 3; // number of …

Member Avatar for jnthn205
-1
268
Member Avatar for ultranet

Is there a way to detect missing images and redirect them to a static image? Basically if I had an image that I was displaying from a different site (with permission), and that image were removed, is there a way I can default that image to a default .gif? I …

Member Avatar for diafol
-1
1K
Member Avatar for TenaciousBey

Hi, I need to create a visual basic program that does all the functions of the calculator program in windows. I need to be able to make the program display the keys pressed by the user on the keypad (only the numbers 0 - 9) and it should also still …

Member Avatar for Romil797
-1
2K
Member Avatar for LennieKuah

[B]Hullo there,[/B] [B]C#Net 2003 Window Application [/B] I need your help again. I am trying to loop through the DataGrid rows and confirm that FirstColumn which hold Checkbox is TRUE. If it's TRUE, I need to retrieve the Customer FirstName(2nd Column) and LastName (3rd Column) and transfer the data onto …

Member Avatar for Geekitygeek
-1
308
Member Avatar for odee

why does the event.clientX and event.clientY is working in IE but not work in firefox? clientX and clientY shows the coordinate of the cursor relative to the screen

Member Avatar for Troy III
-1
364
Member Avatar for NinjaLink

Hi all, I am trying to reverse the numbers in an array using recursion, however, I am receiving an error that I can't figure out. If possible, I need some assistance on it. [B]Error:[/B] line 27 incompatible types in assignment of `int' to `int[5]' [I]intArray = reverseArray(intArray,low,high);[/I] line 57 invalid …

Member Avatar for basitkhan
-1
2K
Member Avatar for Hellodear

Hello Guys, How can i display the content of MS Word document to my ASP page? How can i upload ms word document? How can i download ms word document from the page? Hope somebody would respond. regards, AV

Member Avatar for raveendranath
-1
1K
Member Avatar for samsons17

how to display this using for loop ? ***** ***** ***** * * ***** * * ***** ***** thank you for helping.

Member Avatar for restrictment
-1
359
Member Avatar for babylonlion

Hi guys, I need to display "Java Mug" (in red) inside the mug I created in the following code. I spent hours working on it but couldn't get anywhere. Can you guys help me please? [CODE] import java.awt.*; import javax.swing.*; import java.awt.geom.*; public class DrawJavaMugTest { public static void main(String[] …

Member Avatar for quuba
-1
256
Member Avatar for kulrik

Alright guys i got another one: In the class Mymath, create a public method called calculateFactor. The method has two two arguments of type integer and checks whether the smaller of the two integers is a factor of the larger of the two integers. The method will return a factor …

Member Avatar for javaAddict
-1
1K
Member Avatar for tech291083

Hi, I was wondering if it is possible to connect a C++ program to a MySQL database on Linux Fedroa Core 5 os. It would be great if I could create a program in C++ that allows me to create a completely new database in MySQL, edit, modify, delete and …

Member Avatar for mikejonesey
-1
343
Member Avatar for Peric

Ok, this is what I need... I select four columns(those are informations about payed fee for each member...so it could have zero or more rows) from my database (from two different tables), one record as "ID" and other three (i've band them together) as "Rest". Then, I've put that column …

Member Avatar for Peric
-1
526
Member Avatar for TaoistTotty

I am trying to import and export to/from excel. This needs to be able to be done on a weekly basis. I have managed to find a couple of ways of doing this, but I need a way to set column width and row colours and wondered if anyone might …

Member Avatar for aacinc
-1
388
Member Avatar for kreshan_489

The Question is: Write, compile ad test a program that stores two integers and allow the user to enter a character. If the character is A, add the two integers, if it is S subtract the second integer from the first one and if it is M multiply the two …

Member Avatar for kreshan_489
-1
327
Member Avatar for peekamalts

I am not an IT student however, a student of Healt and Human services and this IT class is an elective. I do not know any thing about programming but I am struggling to get through this class I read the text and disiffer some things. But as for the …

Member Avatar for jasvir
-1
335
Member Avatar for ankur1188

i was trying to connect two computers.. i used synchronous server and client with the help of some socket programming.. but whenever i try to connect to the server which is on a remote computer an exception is thrown whereas it works fine if both server and client are on …

Member Avatar for sknake
-1
1K
Member Avatar for Ana D.

Hi, I have the following code: [CODE=ASP.NET]<asp:FormView ID="myFormView" runat="server" SkinID="DetailsFormview"> <ItemTemplate> <table width="400"> <tr> <td align="right"> <b>This is the label: </b> </td> <td align="left"> <asp:Label ID="myLabel" Text="Label Text" runat="server" /> </td> </tr> </table> </ItemTemplate> </asp:FormView>[/CODE] And in the code behind (VB.NET): [CODE=VB.NET]Protected Sub BindFormView() Dim myLabel As Label = myFormView.FindControl("myLabel") …

Member Avatar for Ramesh S
-1
894
Member Avatar for rich69

Hello ALL: New to the forum. I have run into a problem over the past 48 hours for which I can't seem to be able to resolve. I am running an Apache 2.0 Server, with PHP, and MySQL. All servers were working fine until 48 hours ago when all hell …

Member Avatar for omoabobade
-1
358
Member Avatar for jacobenade

PLease help!!!!! How the ... do i fill my dataset with data using sql server, datatable, and adapter... I've passed the select statement [ Select * from [TableName] and a ref of my datagrid to this procedure. Public Sub FillDataGrid(ByRef DataGrid As DataGrid, ByVal SelectCommand As String) Try Dim adSQLAdapter …

Member Avatar for pauloludele
-1
277
Member Avatar for Judgment

I can't seem to figure out how to make a program that asks for a Start input, End input, and an amount that the program counts by. My request might not be so clear so here's an example: Start at: 1 End at: 20 Count by: 3 1 4 7 …

Member Avatar for vegaseat
-1
297
Member Avatar for PyroPaul2

This code works fine and can be called numerous times without any problems. However, if the bitmap is resized (made bigger), I get an access violation. This is not the case if the bimap is made smaller. I can confirm that the BMPSize & BitmapBytes array size tally at all …

Member Avatar for DdoubleD
-1
550
Member Avatar for pwk064

Here is my Main method - calling Display. I am getting an error message, I don't know what I am missing. Any suggestions? public class Student { private int studentID; private double studentGPA; public Student() { studentID=100; studentGPA=3.0; } public Student(int id, double gpa) { studentID=id; studentGPA=gpa; } public void …

Member Avatar for masijade
-1
2K
Member Avatar for nirveshverma
Member Avatar for sonia sardana

Creating a Class Library -------------------------------------------------------------------------------- 1) Choose File NewProject 2) Select ClassLibrary from the project templetes. 3) Suppose I rename it to ClassLibrary. 4) Add Code inside the block code. I write Public Class assembly Public Function add(ByVal x As Integer, ByVal y As Integer) Return x + y End …

Member Avatar for henry032
-1
587
Member Avatar for sravan953

Hey guys, I have made a small program called 'Py-mailer' which allows you to login with your Gmail credentials and send text-only messages to anyone. I uploaded it on SourceForge( [url]http://www.tinyurl.com/m4ans4[/url]). The next step I had to take was to make a GUI for it. So, I started with wxPython: …

Member Avatar for vegaseat
-1
3K
Member Avatar for Aamit

I want to read the registry of usb [COLOR="Red"]HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\USBSTOR[/COLOR] in this Name Type Data start REG_DWORD 0x00000003(3) when double click it gives value in Hex 3 How to read this value 3 or data 0x00000003(3) How to create this code in c language??? How to do it guys If any …

Member Avatar for dipakdesaid
-1
356
Member Avatar for JRabbit2307

Hi guys i'm new to programming and i'm supposed to do a sum then average in which the output requests for four numbers from user then takes those #'s add them up and get the average then do a number of values in the array greater than the average is... …

Member Avatar for JRabbit2307
-1
525
Member Avatar for harvin23

Hi guys/Girls.. i have been trying this question for the past 3 weeks using java SE... i tried very hard but could get the output... do try to help me out... [B]Question[/B]: [I][COLOR="Red"]Write a program for a bag of strings, where the strings are stored in binary search tree. In …

Member Avatar for ejosiah
-1
1K
Member Avatar for nilusara

in my web server all pages i develop targeting internet explorer browser but other browser can open it but not view properly.therefore i need to forcefully open it in internet explorer.if user open it in other browser than IE it gives a message box saying "The site is best viewed …

Member Avatar for Troy III
-1
286
Member Avatar for indianscorpion2

hi i am having a problem with this code.for every input i am getting the same answer 32.any help would be highly appreciated [CODE]/*program to find the factorial of a given number*/ #include<stdio.h> main() { int n,fact; int facto(int ); printf("\nenter the number for which you want to find the …

Member Avatar for sanjeevtanwar
-1
395
Member Avatar for swthurmond

I am trying to populate a drop down list in an HTML form that pulls it's data from a datbase. Basically, the users can manage the values via a differnt interface, but the web page will present what ever values are in a given list. I can make the list …

Member Avatar for swthurmond
-1
873
Member Avatar for persianprez

Hi, I'm brand new to Python and am completely clueless in this assignment. This is the 3rd assignment, but the first without hints on how to import, etc.. The objective of this assignment was to decode a file we are supposed to use the python hw.py < code.txt command with. …

Member Avatar for ov3rcl0ck
-1
292
Member Avatar for jeevsmyd

hi friends, I am an amateur C++ programmer... I am using turbo c++ V4.5.. after reading about the google code breaking thing on the internet, i became interested in simple substitution cipher.. the one using a keyword..I know the logic behind the program. yet I need your guidance about execution …

Member Avatar for jeevsmyd
-1
437

The End.