Capture Screen not full.
Good day dreamincoders This is my PROJECT, its a Lan Chat Program where i can send and receive messages from Server to Client and Client to Server. Please its not a SPYWARE, its totally a LAN CHAT...
View ArticleExchange sorting arrays
My question is how can it get the code to sort it originally and also exchange the positions at which it is sorted. public class Exchange { public static void main(String[] args) { String[] suit = {...
View Articleinsertion sort
I have the insertionSort method done. I am certain that it is proper. However, When I am trying to test it, I don't know what to pass in for the comparator argument. Please refer to the code below....
View ArticleC# Application with Database
Before I get started, let me tell you a little bit about what I know. I'm proficient in C# and web applications and interacting with databases with it. I've built and worked on different applications...
View ArticleWhat language?
Hey, guys! I am new to the website, so If I do something wrong, I am sorry. But I need help with choosing a programming language to make a simple 2D game. I am a beginner, so something simple. It might...
View ArticleC++ Token Class Code Problem
I am currently in my second year for Game Software Development and we have been working with code in just about ever semester. I have had some experience with programming in C++ but the code that we...
View ArticleNumber boxes are being switched
There is an issue with this code which is when the program is run it will generate the correct passwords, but when the Clear button is pressed the NumHowMany & numLength is incorrect it swaps the 2...
View ArticleUPdate database autonumber problem
Hello all,, I was having a project that save to database with auto number, now i need to update the data that had been save before as same number. But i was having a problem that while i update it, it...
View ArticleDifficulties with Arraylists
Greetings all, I have recently been trying to wrap my head around Arraylists as well as For-Each loops. I've got the basic concepts down (I believe), but while I was writing out a simple employee...
View Articleif (myClass is IComparable<myClass>) not working
So, I was doing a lesson in a book, and as I sometimes do I started playing around with it and trying a few things not specifically spelled out. And, turns out I hit something I don't quite understand....
View ArticleMaking my first list
I am having some trouble learning the syntax for a basic list. This is what I have so far... my function return values may not be correct. They are simply place holders until I learn what I need...
View ArticleWhat is this mean?
Hello, can anyone tell what is this and tell the meaning to me? I just beginner
View Articleerror reference with header files
I am writing a TCP client and server pair of programs to play around with sending string back and forth. My program is I am having trouble making the compiler refernece the function prototypes in a...
View Articlereading data into an array
Hello, so im trying to read an unknown number of numbers into an array, then do some math to those numbers. Im stuck on reading the data into an array...I cant quite figure out how to input the data...
View ArticleHow can these 3 codes become one only(combine all 3 codes to be one)?
This are the 3 codes that i would like to become as one... THIS IS THE FIRST ONE import java.lang.*; import java.io.*; class decimaltobinary{ public static void main(String args[]) throws IOException{...
View ArticleERROR in FACEBOOK LOGIN using file_get_contents
Ok. First let me tell you the problem. I have a website. www.hahapinoy.com . There is a Facebook Login Feature where users can register and login via Facebook. When you click the button, it will...
View ArticleBatch file help
Hello, (not sure if we have a batch sub forum) I want to run my batch file so that it pipes standard-out and standard-error info to files but I would also like to see the standard-out ECHO-ed to the...
View Articleto create a form during runtime in vb6?
GREETING, It would be very kind if somebody could point me to the right direction regarding creation of a form in visual basic 6.I am developing a report generation application which is a client server...
View ArticleQuestion: How to make picturebox appear in the groupbox.
Hello i have an image that can be move using arrow keys. Problem is image is behind the group box. Question: How can I make this image visible within the group box? HELP. c#.
View ArticleQuestion: How to make picturebox appear in the groupbox.
Hello i have an image that can be move using arrow keys. Problem is image is behind the group box. Question: How can I make this image visible within the group box? HELP. c#. I only use the toolbox to...
View Article