Programming a tcp chat with client/serversockets
Hello there people of dreamincode, I'm Currently trying to program a TCP chat in VB.net with a clientsocket and a serversocket. I'm pretty noob at it and any assistance would be greatly appreciated....
View ArticleMy way around Visual Studio 2010
Ok, let me start off by apologizing if this is the wrong place for such a topic. Couldn't find anywhere more suitable for IDE question's since my language of choice is C++. I'm working on a project of...
View ArticleSerious problem with Hangman.java
import java.util.Scanner; import java.util.Random; public class HangmanMy { public static void main (String[] args){ System.out.println("\t\t\t\t\t************Welcome to Hangman*************");...
View Article"Database" insert help
Hi everybody! This is my first time posting in this forum and have read the rules (plus ive been on other forums so im aware of general standards) but if im breaking one please let me know because its...
View ArticleSending the same key push to multiple fash objects within a form
If i have a form with multiple flash objects, lets say 4, how could I take a keyboard press, and make not only the focused flash object, but the other 3 take the key press as well? I have googled it a...
View ArticleRuboto- JRuby on Android
Version 0.10.1 has been released for Ruboto (JRuby on Android). How many of you all have used it or would consider using it? Other thoughts? QuoteThe Ruboto team is proud to announce the release of...
View Articlehow to get all mp3 files in my windows system using jtree in java
how to get all mp3 files in my windows system including (c:,d:,e:,ect) using jtree in java. im just getting all directories & files in specific directories but i know wish to get all mp3 files in...
View Articlegets command in c
hello, i want to ask about the "gets" command (which has the same function as scanf). i use the ubuntu 11.10 and has no problem in the program with the "gets"... but, when i try it in another pc with...
View Articlehow to get all mp3 files in my windows system using jtree in java
how to get all mp3 files in my windows system including (c:,d:,e:,ect) using jtree in java. im just getting all directories & files in specific directories but i know wish to get all mp3 files in...
View ArticlegetAllCourses works individually but not as part of test
Hi, Has been a while and was not sure how to describe my problem. Basically I built up a program for an assignment from a testharness, all was well testing each part individually till I ran the full...
View Article[Link] Embeddable Lisp 12.12.1 Released
QuoteSome highlights of this release are: Lots of bugs fixed. The MOP has been fixed to work with the upcoming release of Closer-MOP ECL now produces a much more readable C code, with indentation and...
View Article[Link] Nokia Data Mining Project in Erlang and Python
QuoteThe Disco core is written in Erlang, a functional language that is designed for building robust, fault-tolerant, distributed applications. Users of Disco typically write jobs in Python, making it...
View ArticleCant understand the programme.
public class week { enum Days{ Sunday, Monday, Tuesday, Wednesday, Thursday, Friday, Saturday } public static void main(String[] args){ for (Days d : Days.values()){ weekend(d); } } public static void...
View ArticleHow to get a default value selected in combobox column?
I have databound datagridview with 10 columns.Out of which last column("caste"), I want it as comboboxcolumn filled with some values.Database table has caste as field name.Now if this field have some...
View Articlequestiion about uploading a file into the sql database via vb.net
what i need to do is upload a .doc file into my sql database using vb.net it's my first attempt at this and i would really be thankful if anyone could direct me in the right way
View ArticleHow Can I Find Value is Come From Keyboard or Barcoder Reader in VB.NT
How Can I Find Value is Come From Keyboard or Barcoder Reader in VB.NET I Have a Windows Application in VB.NET . I want to know the value is entered user is coming from BARCODER READER OR KEYBOARD .....
View ArticleHow to encrypt the documents that get saved in this notepad like app
package niitproject; import java.awt.*; import java.awt.event.*; import java.awt.print.*; import java.io.*; import java.util.*; import javax.swing.*; public class NIITProject extends JFrame implements...
View ArticleFields in webbrowser not auto updated. After setting the value.
Hi, I need help for my program. Basically what I am trying to do is simple. I called out the website in webBrowser, the website contain some fields like firstname and lastname. When I pressed the...
View Articlehow to add undo feature in Swing
package niitproject; import java.awt.*; import java.awt.event.*; import java.awt.print.*; import java.io.*; import java.util.*; import javax.swing.*; public class NIITProject extends JFrame implements...
View Article'WriteAllText' doesn't overwrite the exsisting
Hey people, So what I am trying to do here is use the WriteAllText. Now here is the deal: If I, for example, write all text to some location with text 'Test' inside it, it does it normally...BUT when I...
View Article