1,453 Topics

Member Avatar for
Member Avatar for Shray_1

I need help to create an application on C#. The question is this: Create a Math Tutor application that displays math problems by randomly generating two numbers, 1 through 10, and an operator (*,+,-,/) and prompts the user for an answer. The application should check the answer and display a …

Member Avatar for Philippe.Lahaie
0
204
Member Avatar for jsherm101

![inline-2-windows-8-logo-pgram](/attachments/small/3/inline-2-windows-8-logo-pgram.jpg "align-left") It's been a month since Windows 8, and if you've been using the new OS you're likely going through a period of confusion over the new Modern UI interface, as well as wondering if there's anything you're missing out on. The Windows 8 experiene is significantly different from …

Member Avatar for Laura530
0
535
Member Avatar for Prakash.G

To integrate our data base with other site, I've got a xml coding (given below) but they require a JSP output steps and tips to achive that would be appriciated. TIA. <?php include('db_connect.php');?> <?php $query=mysql_query("select * from tbl_seat")or die(mysql_error()); $xml="<libraray>\n\t\t"; while($data=mysql_fetch_array($query)) { $xml .= "<From>".$data['fromloc']."</From>\n\t\t"; $xml .= "<To>".$data['toloc']."</To>\n\t\t"; $xml .= …

Member Avatar for stultuske
0
220
Member Avatar for jeffcogswell

As I spend time in the Daniweb forums, I see some questions that ultimately come down to the issue of manipulating JavaScript data and a user interface on a website. When you build a GUI that lets your user view, add, edit, and delete data, a common approach is to …

Member Avatar for jeffcogswell
6
579
Member Avatar for lmuller89

Hi All, I am having trouble trying to locate the problem with this code. When I run it I get the follow error "First-chance exception at 0x0FADA9E8 (msvcr120d.dll) in ConsoleApplication2.exe: 0xC0000005: Access violation reading location 0xCCCCCCC0." It seems to show an error on the dbgdel.cpp but I am completley lost …

Member Avatar for AndrisP
0
170
Member Avatar for goofy_chick

I am a student, I have a program that I have been working on for about a month now. I have to hand it in on Wednesday and everything works fine but I just want to tidy up the interface. I have a JTable which I use to display records …

Member Avatar for rf.saboia
0
7K
Member Avatar for star.bravo

Hi, I need to get some help from somebody very good in programming and have high skill level in different programming languages. I basically need to write a piece of programme that does one job for me with user interface (which I will explain the job later on), I need …

Member Avatar for JobPencil
0
193
Member Avatar for A Haunted Army

would it be possible to right a program that would create a sort of virtual audio device that would show up under playback devices and that i could set as default, the purpose of this virtual audio device would just be to redirect the audio stream to a different device …

Member Avatar for A Haunted Army
0
152
Member Avatar for bm42

Hi all, I would like to pose a design pattern to discussion that is achieved in two different ways. Imagine the situation where you have an interface "IFoo" (aka virtual) and implementations "FooA", "FooB", ... that inherit and implement "IFoo". Now you want the user (of the library you are …

Member Avatar for bm42
0
1K
Member Avatar for mr_scooby

I have an app that I want to run the updating of each datagridview in the background on load concurrently instead of running sequentially on load. The code that gets loaded on app load is. //##############################Movies //update the list of filepaths movieFilePaths_ = manageFilePathsFile.ReadFilePathsTextFile("Movie", filename); //populate the list box manageFilePathsFile.PopulateListBoxWithFilePaths(listBoxMoviePaths, …

Member Avatar for JOSheaIV
0
397
Member Avatar for Khoo

Hello, I got a error 'Does not implement interface member' I search around the net and try a lots of solutions, both did not works for me. How can I fix this problem ? 'Browser.CoreServer' does not implement interface member 'browser.iDataConnection.tcpclient' ... namespace Browser { public interface iDataConnection { TcpClient …

Member Avatar for KushMishra
0
2K
Member Avatar for chrisschristou

Hello dear friends on daniweb. i have a problem i have hotst package on 1and1.com now is 9 months.... i it is 6 months i try to install latest phpmyadmin but still i can't i don't know how i had download phpMyAdmin-4.0.4-all-languages zip i unziped and i upluad on www.myadomainname.com/phpMyAdmin-4.0.4-all-languages …

Member Avatar for chrisschristou
0
455
Member Avatar for Neuman

Hi fellows, My question is: Is It possible to work with GUI(Graphical User Interface) in C++? Or Is it not the ideal computer language for this? Thanks

Member Avatar for kal_crazy
0
487
Member Avatar for StephenopolousINC

Hello I am trying to create a class that called Lootable and create subclasses such as trunk, locker, etc. that will contain items that can be looted, they will inherit their lootability from the Lootable class. I am thinking of using the ArrayList for this. I have thought of different …

Member Avatar for StephenopolousINC
0
929
Member Avatar for venkates.99

1)On receipt of the signed MSA back from the customer, the original should be sent to the legal representative and a controlled copy should be sent to the TM/Account Manager by ___________. B D M DM 2)Runtime Profiling is used by which category of users? Developers and System Administrators Configuration …

Member Avatar for deceptikon
-1
487
Member Avatar for Mr.M

Hi Dw I've created the system which will be allowing the user to perform the withdrawal transaction from a self service device so far I've created the side which will be inter reacting with the user which is prompting a user to insert the identification and key in the pin …

Member Avatar for Mr.M
0
248
Member Avatar for lehlohonolo.mohaila

This Assignment is in line with our University’s Concept on Students Working on Projects in Real Live Situation. The industrial unit that is assigned for your project is “Wing’s Café” located in the plaza. As you very well know, “Wings Café” is one of the most successful business units of …

Member Avatar for JamesCherrill
0
224
Member Avatar for hhenali

#include<iostream.h> #include<conio.h> #include<string.h> #include<stdlib.h> // define maximum number of patients in a queue #define MAXPATIENTS 100 // define structure for patient data struct patient { char FirstName[50]; char LastName[50]; char ID[20]; }; // define class for queue class queue { public: queue (void); int AddPatientAtEnd (patient p); int AddPatientAtBeginning (patient …

Member Avatar for kal_crazy
0
1K
Member Avatar for Somee

Hi Everyone, I need to create a quiz game similar to “Who Wants to be a Millionaire?” in PYTHON by using a graphical user interface (GUI) in Pygame, but I am not sure how to start? Any assistance would be greatly appreciated!!!!Thanks a lot!!!!

Member Avatar for Schol-R-LEA
0
1K
Member Avatar for Nooshin Z

Hi every body I want to build a graphical user interface for my project and i need to provide the facility for the user to draw as many as some predefined shapes (rectangles, ovals, ...) as she wants and connect them with lines. she should be able to delete the …

Member Avatar for JamesCherrill
0
134
Member Avatar for johnyjj2

Hello, I have a difficulty with changing interface from ordinary one to generic one. Could you suggest me how I can achieve this goal, please? This is the way how I initialize API, based on user's choice from configuration which implementation of interface should be chosen: /// MyServiceApplication.MyServiceApplication.cs GeneralSystemAPI.Initialize(); This …

Member Avatar for johnyjj2
0
214
Member Avatar for dreking6

i recently took up a project on openvpn when i got the source code of an openvpn application written in python by ivanzoid http://code.google.com/p/pyopenvpnman/ but after laying my hands on many things and reshaping the application i couldnt go any further because of some errors detected 1.writing to a config …

0
151
Member Avatar for DamianPrinze

Sanchez Construction Loan Co. makes loans of up to $100,000 for construction projects. There are two categories of Loans-those to business and those to individual applicants. Write an application that tracks all new construction loans. The application must also calculate the total amount owed at the due date (original loan …

Member Avatar for minimee120
0
2K
Member Avatar for kselvaakumar

Hi, we have a requirement to develop an User Interface which should be able to deploy in Linux as well as Windows XP/7. Please can you help me in with some tips.

Member Avatar for rubberman
0
170
Member Avatar for cachapita

Hello, thing is Im doing my systems engineering internship in the systems department of a mall... the manager told me about a project they have in mind... and intranet were store owners can communicate with the mall to report problems and inform of payments. On this intranet, different departments of …

Member Avatar for AcmeUK
0
143
Member Avatar for cmps

Hello, I want to build a POS System. I've already created one in PHP, but I want to create a local one that can be installed on machines and not accessed online or using web server (Locahost). Since I have no idea on the requirements of a system installed on …

Member Avatar for cmps
0
159
Member Avatar for Manny01

As an assignment, I was asked to build a java program which can inspect the content of a website, display and download a particular form of media on that web page or the whole web page (depending on the user's need) for offline viewing. I understand I need three components: …

Member Avatar for JamesCherrill
0
116
Member Avatar for Mr.M

Hi DW I'm creating an application in VB.Net which is using the command to complete the tasks the reason why I'm doing this on VB.Net is that I have an interface where the user will be able to type in and also choose the prefered options, the vapplication will then …

Member Avatar for Mr.M
0
170
Member Avatar for skran

Hi all! I have a user interface where I want to filter a datagridview.. I 've achieved to create filters but I 've failed to filter tha data by date.. I have a sql db and the column of date is of datetime type. When I try to filter the …

Member Avatar for eldarzeynal
0
1K
Member Avatar for pritaeas

I'm working on an ORM experiment, and I'm looking for ideas to help choose which path to take in it's development. I currently have an index showing how to use it, two interfaces, a database class, a table base class and two auto-generated classes (representing a database table). The first …

Member Avatar for pritaeas
1
333
Member Avatar for talha.nehal

I use Dev 5.4.1 and so far I have not found libraries which work properly for making user-interface. Allegro or graphics.h or QT or some other libraries. For Qt I have heard that you need another IDE What about the others

Member Avatar for mike_2000_17
0
347
Member Avatar for ppmsfpd

I want to develop a software program to enter data and to validate the data with respect to some rules. Finally I want to generate a report which showing the entered data. (This looks like online job application submission and final printout generation with input validation) How can I develop …

Member Avatar for AleMonteiro
0
179
Member Avatar for bhone
Member Avatar for Malymieczek

Hi All, I was following a tutorial online that showed how to imput info into a MySQL database from an app, and I decided to edit it a little so that I could post what I wanted as opposed to the provided example. The problem im having is that the …

Member Avatar for Malymieczek
0
210
Member Avatar for dushidav

I would like some one to help me how I can generate reports through vbnet 2010 but related to the database that I have in access 2007, I wish to make report that will require to select some columns of different tables for better making the repots. I have another …

Member Avatar for Begginnerdev
0
285
Member Avatar for SirDarknight

I am a noob at programming.I want to create windows applications with graphical user interface.Which one is best? C# VB.NET C++ Python

Member Avatar for ss125
0
122
Member Avatar for Siddharth_1

I want to make a interface in vb6 which deals with excel file. Where we can select drive from drive box and select a excel file which is a source file and copy the value of cell from the source file and paste it into destination file's cell. my problem …

Member Avatar for Siddharth_1
0
2K
Member Avatar for moeketsi.mathe_1

Using GUI (graphical user interface, i.e. Text-Fields, Buttons, Check-boxes, Lists, Labels) you are to create a car-shop or a restaurant-menu program that guides the buyer/customer. If it’s a car-shop to select a car they want, their desired specifications for that car, and finally displays an invoice as per car and …

Member Avatar for JamesCherrill
0
96
Member Avatar for ferdinandmucos

Having these questions and answers hard coded. I want to be able to read them from a text file and load the arrays questions with questions from questions.txt while also read answers array from answers.txt. but at the same time maintain my data structures used. How should I go about …

Member Avatar for arunmagar
0
268
Member Avatar for timi_ca

Im new to java swing, and Ive got a little problem. So I've got a class Flight.java. In there I have a method displaySeat2D(). First I had this done with the scanner. Now I have to use swing. So basically I made text fields to take in number of rows …

Member Avatar for timi_ca
0
2K
Member Avatar for mintcrops

I'm using netbeans IDE and I created a Jframe with two Jpanels one is for Jbuttons and other one is for load another Jpanels to it when clicks those buttons. I tried to do it from buttonclick action. Jpanel2 j2=new Jpanel2(); JPanel1.add(j2); j2.setVisible(True); but this code is not working. I …

Member Avatar for mKorbel
0
345
Member Avatar for fatalaccidents

Hello all, This is a two parter. One is an error that I'm receiving and one is a question in general about the capabilities of PyUSB. 1) So I've installed libusb from the tar file by just doing ./configure && make && sudo make install and I have checked that …

Member Avatar for fatalaccidents
0
1K
Member Avatar for Fiorentino01^

Hi, I am working on an hotel booking system for a small hotel.I finally found a nice tutorial on HTML.it.It is in Italian but that's not a problem for me as Italian is my mother tongue.The site consists of the usual tables like clients, reservations, etc.I ran all the scripts …

Member Avatar for diafol
0
573
Member Avatar for engrjd91

i have to develope a attendance system based on rfid ... the interface will be shown on a tablet pc (android) now the system will be conceptually work as: 1- the student will scan the card on rfid reader.. 2- the respective barcode that is scanned will be checked for …

Member Avatar for rubberman
0
125
Member Avatar for e.pol

First, i'm sorry for my english is not well. I'm Thai. Over 8 years that's i was a member of this site. but forgot the user/password over 2 years. I'm graduated in major of electronics, and self learning about x-86-asm, Z80, MCS-51, ansi-c, php debian linux, VB6. And self learning …

Member Avatar for cproger
0
108
Member Avatar for dancks

From an exercise in a cocoa programming book I'm trying to make a to do list app that simply adds, removes and change the entries in the table. I have a lot of things wrong with it. relevant info: * add button: add entry with text from text field. If …

Member Avatar for dancks
0
766
Member Avatar for sundas shoukat

i am creating my user interface by using multiple panels in same form. placing them one after other. each panel visibility is controlled by the button. i am having trouble controlling the visibitity of panels. even BringToFront method isn't working

Member Avatar for virusisfound
0
105
Member Avatar for wnmichaud

Hello everyone, I am very new in ASP.NET as a matter of fact I have not once programmed in asp.net before. However there is a small web UI application I want to develop; asp.net is the best solution. Here is what I want to accomplish: * Have a login page …

Member Avatar for BMXDad
0
258
Member Avatar for l.worboyz

I am trying to create a JavaScript program that displays a different face of the dice depending on whether the user has entered a number between 1 and 6. I am using this in conjunction with HTML which is supplied to me in a learning interface online. The different faces …

Member Avatar for JorgeM
0
351
Member Avatar for Nandomo

Ok I am making a user interface for Battleship and want a Frame to appear on the side with the title and instructions of the game in a disabled JTextArea. With the code I have now I can get the JFrame to open blank. The JTextArea only appears if I …

Member Avatar for bguild
0
162

The End.