1,453 Topics

Member Avatar for
Member Avatar for ep2002

Ok, here are the issues I'm having & yes I run a lot of anti programs including Advanced System Care which some say they love & a few people say caused problems. Honestly I can't remember when the problems started, at least 4-6 months ago & it may have started …

Member Avatar for jholland1964
0
1K
Member Avatar for SHARKASI

I'VE A PROJECT AND I'M JUST START LEARNING JAVA SO I NEED HELP . HOW SHOULD I START WITH THIS PROJECT ............????? Design and code a Java application to store and manage the rates of some currencies of interest and to perform conversions between them. The application should have a …

Member Avatar for stultuske
0
174
Member Avatar for BonaDrag

I've made a picture gallery by putting the pictures in a table, but when I compile the page and try to downscale it (ctrl-) the pictures don't show anymore. How can I make the table downscale when the rest of the user interface does? I also wonder if there's a …

0
55
Member Avatar for Alerwiali

/* In this program i am trying to Read these info from a text file called unsorted saved in D These info are A201456 23.15 B209356 6.58 C201232 7.5 D201172 1.2 E201653 3.68 1)i want to sort them in ascending order of the real number example (23.15 ). 2)I want …

Member Avatar for abhimanipal
-1
166
Member Avatar for hinde

Its gotten to the point were its so slow that I can't do much of anything on the internet. I keep telling him that the connection is not his exclusive province and that me and my other roommate need to use it too, but my dismal latency remains (3k ms). …

Member Avatar for hammerhorn
0
492
Member Avatar for Graphix

Hello everybody, I am currently developping a GUI interface game for windows XP. I am currently having difficulty changing the background of a EDIT box created with CreateWindowEx(). It's default background is white (which is the color I want). But the user is not supposed to be able to adjust …

Member Avatar for gashtio
0
4K
Member Avatar for LindaJ

Hi, I've written my client's site and am now running into a problem that has to be pretty common. ... How to give my client publisher rights and get them setup with a frontend user interface they can use without alot of training? ?? Is there a great (free) extension …

Member Avatar for drewpark88
0
124
Member Avatar for bschmitt78

Hello, I am writing a web app with an interface to query a MySQL database. The interface has a drop down list of 8 tables to choose from. The first action the user will take is to choose a table and click a "display table" button. After the user sees …

Member Avatar for bschmitt78
0
89
Member Avatar for WeeBabyDoll

I just ran malwarebytes on my mother in laws laptop, and it ain't looking pretty. Can anyone help? Malwarebytes' Anti-Malware 1.46 [url]www.malwarebytes.org[/url] Database version: 4120 Windows 6.0.6001 Service Pack 1 Internet Explorer 8.0.6001.18904 20/05/2010 18:04:43 mbam-log-2010-05-20 (18-04-43).txt Scan type: Full scan (C:\|) Objects scanned: 228475 Time elapsed: 1 hour(s), 48 …

Member Avatar for jholland1964
0
133
Member Avatar for becdudek

Hey Guys, i am supposed to write an implementation of The PriorityQueue interface in this user defined package, this is the first time im using iterator and so im having trouble. at the moment im getting the following error message [CODE]PriorityQueueLinked.java:11: PriorityQueueLinked is not abstract and does not override abstract …

Member Avatar for becdudek
0
210
Member Avatar for john_john

I came across a design in which there are different projects for the methods and data. [B]Example 1[/B] What I meant is normally, if we have a USER class then [code] class user { int userid; string username; //methods public void Adduser(int id, string Name) { } public void RemoveUSer(int …

Member Avatar for Ketsuekiame
0
123
Member Avatar for PhiberOptik

Hey guys, I'm looking for articles on GUI's for touch screens. Preferably on larger ones, Ie. iPad size. I'm looking for something that just goes over the theory of what makes a good user interface for a touchscreen environment. I looked around couldn't find anything relative, I'm hoping some of …

0
48
Member Avatar for ceyesuma

Hello Could someone tell me if this code is even close to code for a login using a DAO and an embeded db? if not there is a proceedure losted below that I really don't understand the '?' and how to use the uid to query the db [b]specific question[/b] …

Member Avatar for ceyesuma
0
381
Member Avatar for thehivetyrant

Hi there, I'm currently in the process of creating a Multi-User Dungeon (MUD) in python. It'll allow multiple users to explore a text based world. I've got a basic server but i can't seem to get a client to work with it. [B]MUD server.py[/B] [code] import socket #Connect with telnet …

Member Avatar for griswolf
0
720
Member Avatar for edgareatis

Ok this will be a easy to make game for pros but for new users it will improve your understanding of c#. Ok start my setting up your GUI(Generall User Interface) by selecting a trackerbar, 2 buttons, a label and a trackerbar. Place the trackerbar at the top of your …

0
133
Member Avatar for sampson

This is a friends son computer. I have already uninstalled limewire as requested. HP dv8000. Originally was getting 2010 antivirus popups. Has no AV and I was going to put microsoft security essentials in it if this was thought to be a good idea. Computer is REAL REAL slow. Thanks …

Member Avatar for crunchie
2
234
Member Avatar for tquiva

Hi everyone. I just finished creating a program similar to minesweeper, but it's called miensfeld. The rule of the game are stated in the intro of the program. I was just wondering if anyone would mind checking it out for me? I just can't seem to compile it. But please …

Member Avatar for jephthah
-1
617
Member Avatar for lorna2010

Hi i need someone to help me at least to give me an idea of how start thos assigment, is my first time taking a python class and is so advance for 1 month. I have to create a board game connect 4 with this instructions: The rules are as …

Member Avatar for happy123
0
147
Member Avatar for ttboy04

Hello, For java interface, In one class I have the following code public class ObjectA { public void SampleA() { //do something 1 } public void SampleB((int aPosition) { // user enter some value } } I have another class which is not related to the other class, only interested …

Member Avatar for ttboy04
0
158
Member Avatar for kapiercy07

I am in a basic programming class and am having difficulty figuring out how to account for a non-numeric value being placed in for a binary number that will be converted to decimal form. If there is to be say a P typed into the binary input number, I want …

Member Avatar for kapiercy07
0
133
Member Avatar for stickdog

For the first time, I am developing in an environment in which there is a central repository for a number of different industry standard reference data tables and many different customers who need to select records from these industry standard reference data tables to fill in foreign key information for …

Member Avatar for terza
0
117
Member Avatar for YeMiller

Alrighty, just wondering if anyone can spare a few minutes to help me out a little. Trying to do the finishing touches on a project I've got for tomorrow. My problem is this - I'm trying to make the user interface a little more appealing instead of it just asking …

Member Avatar for YeMiller
0
169
Member Avatar for madmax007

Hi, I want to develop a an application based on independent "CustomModule" that all derived from a base class "BaseModule" and that can send different kind of "CustomEvent" (derived from a "BaseModule" class) to each other. Each Module just knows that it is connected to others "BaseModule" (i.e. it does …

Member Avatar for madmax007
0
165
Member Avatar for themarval

Sorry for thee length but i have seven classes for this program. I took several functions and modified them to create a gui interface. I created a JFrame with 4 tabs that contain text only, then i have a 5th tab that has functional JButtons that when selected should prompt …

Member Avatar for rcsamich81
0
178
Member Avatar for KenJackson

Hi everyone, I support myself developing C/C++ on embedded platforms. [I]Embedded[/I] means there is typically no user interface, or only a limited one, like a few buttons and LEDs. Also, embedded processor are often very limited in power and resources. I particularly enjoy solving asynchronous interaction issues, e.g. passing control …

0
54
Member Avatar for gutto786

Hey Everbody, Iam quite new to web development. I have this issue to design a search engine and I cant figure out where to start from.Following is the problem statement 1.Users access our website and send a request. For each request, . In response to each query, the 3rd party …

Member Avatar for infinique
0
99
Member Avatar for prade

hi i have completed my project on disk scheduling using graphics & i am thinking of creating a little graphical user interface but i am confused on how to go about it.....(i have done my project on dev c++ using winbgim).....tell me how to create a less complicated graphical user …

Member Avatar for tonymuilenburg
0
75
Member Avatar for ceyesuma

Hi. I am having problems connecting and the use of DAO Could someone start me off to find problems that are conceptionally wrong with the structure? [b]error [/b] if the connection is made and database is built (DerbyDAO) then the InstructorDao SHOULD become JDBCSchoolofdbDAO and return "profile" which will allow …

Member Avatar for ceyesuma
1
155
Member Avatar for mianxu

[url=http://www.drivers-updates.net/][b]Driver Robot[/b][/url] scans your computer and compares its results to a massive database of over one million official up-to-date drivers. Its fast, thorough scan and 100% accurate results make it our top pick for users looking for a reliable driver update scan. The drivers that Driver Robot installs on to …

Member Avatar for epoon515
0
336
Member Avatar for ProjectEchelon

Hello All... This is my first post so please be gentle with me and I will try to explain the issue I've been fighting with for 3 days. I am trying to update a gridview element from a different thread. This update task is part of an outer foreach loop …

Member Avatar for ProjectEchelon
0
782
Member Avatar for rena0514

i am trying to create a tic tac toe GUI but i am having trouble...here is my code: [CODE]import javax.swing.JFrame; public class TtTDemo { public static void main(String[] args) { JFrame frame = new JFrame ("TicTacToe"); frame.setDefaultCloseOperation (JFrame.EXIT_ON_CLOSE); frame.getContentPane().add (new Main()); frame.pack(); frame.setVisible(true); } } [/CODE] [CODE]import java.io.BufferedReader; import java.io.IOException; …

Member Avatar for peter_budo
0
391
Member Avatar for chrisb76

I am having problems setting up drop down menue for a application I am trying to do for a class. Can someone please give me some pointers. Here is the class assignment. Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage …

0
48
Member Avatar for luvthug

I am having problem with the following code `public void grow(int size)`, can't seem to get it working import ou.*; import java.util.*; /** * Class DiscoLight * This class uses the Circle class, and the Shapes window * to simulate a disco light, that grows and shrinks and * changes …

Member Avatar for drohnwerks
0
590
Member Avatar for navzo

Hello I need help to turn this Scenario normalized from 0nf-3nf Please thank you… [B][U]Scenario[/U][/B] Company details Swapsongs plc organises Record Fairs throughout the UK. They book and pay for venues eg hotel or leisure centre, each venue has a name, address, phone, contact name, cost per day, max – …

Member Avatar for pclfw
0
129
Member Avatar for angel19

hi, can anyone help me with my code, any help will be much appreciated. The design should follow object oriented principles and use the UML tools. It should be a board game based on a “Monopoly-style” board made of 36 squares. The game is for two players who first enter …

Member Avatar for mn.balakumar
0
3K
Member Avatar for agiletechnosys

Agile Technosys provide Web Development service for prospective client, to help them to reach their customer with the help of internet. Website helps us to serve our desired client base in a targeted manner. Web Design and Web Development become the integral part of our marketing and advertisement phase. While …

-2
61
Member Avatar for adammaarsh

Well I don't understand why Microsoft still supports Windows NT 4.0 it's such a bad useless operating system, when they cut off support for the windows 9x series even when the earliest version of windows 95 is a much better windows than NT 4.0, NT 4 doesn't even support Fat32 …

Member Avatar for Salem
-1
289
Member Avatar for danielagaba

hi i'm using the following code to enable a midlet to pull information from a php file. my problem is when i run the midlet in the wireless toolkit emulator, instead of showing the information, it displays "Error ...". I am using wamp to host the php page J2ME code: …

0
85
Member Avatar for chrisb76

I am having multible problems with my code. Here is what it is supposed to do: Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage, the term of the mortgage, …

Member Avatar for stultuske
0
102
Member Avatar for sjgman420

I dont even know where to start with this program. I have been really busy and he tells us what to do. If anyone could help with this it would be great. here is what it says to do ASSIGNMENT DESCRIPTION This program will simulate the card game WAR!. The …

Member Avatar for Freaky_Chris
0
885
Member Avatar for gajen007

I have confused to use Java Native Interface with dll file (by c++).. To get the squired value of a number which will be given by user... this is my class file...which also should be converted as header file for c++ file (dll file preparing...) import java.io.IOException; class First { …

Member Avatar for Freaky_Chris
0
151
Member Avatar for sohai

Now, I've just done a calculation program. What I need now is to build a [B]Semester[/B] class that will contain information about the list of subjects taken in a semester, the corresponding grades as well as the grade average for that semester. How should i build the class to store …

0
68
Member Avatar for jorgmen

hi, i´m a student from Costa Rica... and my teacher give us a extra-class work, we need make a graphical interface so if there is someone who can give us a hand with some tutorial or book(PDF) or something like that, we need learn how make a window, a button, …

Member Avatar for Rashakil Fol
0
44
Member Avatar for jackthechemist

Greetings, So, I've studied sockets, and studied TCP, and enjoy a beginner-intermediate understanding of each. However I desperately need clarification regard some fundamental concepts. Any help would be greatly appreciated: 1) Do sockets implement TCP? When I uses a socket to send data to another computer, are the computers using …

Member Avatar for jackthechemist
0
378
Member Avatar for dude1

hi, sorry for the newb questions, ive got this part of a assignment its instructions are: "Define a class called Clock -it has a single, private, data member of type unsigned long called secs -it has these four public interface methods plus necessary constructors setClock() accepts nothing, returns nothing - …

Member Avatar for dude1
0
122
Member Avatar for ZmasterZ

Everytime I try to download something and install it. I get a pop up box(see below) error, and I've already tried reinstalling windows installer and trying everything I could. I am very close to reformat, Anyone know what it is, or what to do? Windows ® Installer. V 3.01.4000.1823 msiexec …

Member Avatar for Vineet1
0
188
Member Avatar for Sumyungi

Is there a way in C++ to handle unexpected errors? Other languanges I have learned tend to allow this but for some reason I cannot get the try/catch solution to work in all cases. Take the following example: [CODE] int main(){ vector<int> v; try{ //next line should cause an assertion …

0
57
Member Avatar for senormateo2011

Hi everyone. I am new to this website and I could use some major help. Basically, I am taking AP Computer Science and my teacher has no idea what he is doing. The school thinks that since he can do web design and adobe teaching, he can do java programming. …

Member Avatar for senormateo2011
0
739
Member Avatar for fluxlab

We are trying to modify a program to control a usb relay device. Essentially what the program originally does is give you a series of check boxes that you check to make the relay fire. We tried to modify the code so that the box is checked after 5 seconds …

Member Avatar for Oxiegen
0
1K
Member Avatar for dolkk

Hi guys, I am a [COLOR="red"]newbie[/COLOR] in writing programs in assembly language. Can anyone teach me how to write a simple code to develop a basic graphic user interface. I am currently working on a project to create a musical game that requires user interaction. Your assistance is greatly appreciated. …

Member Avatar for DENE@DANI
0
140

The End.