Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
2
Posts with Downvotes
1
Downvoting Members
2
0 Endorsements
Ranked #2K
~3K People Reached
Favorite Tags
java x 7
c# x 6

9 Posted Topics

Member Avatar for zeeven

Guys help me 3 of my thesis proposals were rejected and i can't think of a better one now Here are my topics: 1. Multiple CP brand PC Suite 2. Music Composer 3. Facial Recognition Our professors want us to focus on networking, online systems, or database. Please help me. …

Member Avatar for angelicdemOOn
-2
127
Member Avatar for zeeven

Hello guys, Been doing good in my thesis: Face Recognition System, a little more improvements and its all done. Now, I'm planning to deploy my application in terms of a installer (i.e. .msi). I know that VS2008 Pro can have this with no pain but I'm using VC# 2008 Express …

Member Avatar for JuhaW
0
103
Member Avatar for zeeven

Hello guys, need a little help here! I wanted to create a fading effect on a groupbox but there is no opacity property for that control. Is there any way to set a control 's (i.e. button, groupbox, etc) opacity? Ive been searching the net but found no useful help... …

Member Avatar for zeeven
0
89
Member Avatar for zeeven

Hi there guys... Been working all week for the database connection of VC# with SQLite. I got an error everytime i try to open the database... No matter how i tried the [B]SQLiteConnection.Open()[/B] command still returns an error... I installed the required ADO.NET and the required SQLite Database... [I] here's …

Member Avatar for zeeven
0
1K
Member Avatar for MonicaClare

try to check if you placed the [B]do..while[/B] statement outside a class declaration. aybe you accidentally placed a closing brace leaving the statement declaration outside the class declaration

Member Avatar for llemes4011
0
178
Member Avatar for rizillion

wait, ur using a netbeans IDE? i cant see a file reader on your code. you must declare a file reader. i can't remember the code cause im not on my pc. [url]www.w3school.org[/url] try to get some help there.

Member Avatar for peter_budo
0
750
Member Avatar for akulkarni

so ur trying do a permutation if i not wrong (or a combination maybe). it would be a long story to ellaborate it. try to search the net for the permutation algorithm. I've done that same program you should understand the algo and try to code it. if your stucked …

Member Avatar for JamesCherrill
0
113
Member Avatar for sotvisal

site the [B]error code[/B], and what is the goal of the program? don't let the readers to do the compilation

Member Avatar for zeeven
0
117
Member Avatar for akulkarni

[QUOTE]String [] password=new String[20];[/QUOTE] what's the use of the array of string? you are saving all the passwords inputed, why? try this [CODE] import java.io.*; class password1{ public static void main(String args[])throws Exception { String pass="samarth"; boolean flag=false; BufferedReader br=new BufferedReader (new InputStreamReader(System.in)); String password=new String; int i; for(i=0;i<3;i++) { …

Member Avatar for tux4life
0
292

The End.