- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 2
- Posts with Downvotes
- 1
- Downvoting Members
- 2
9 Posted Topics
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. … | |
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 … | |
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... … | |
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 … | |
Re: 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 | |
Re: 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. | |
Re: 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 … | |
Re: site the [B]error code[/B], and what is the goal of the program? don't let the readers to do the compilation | |
Re: [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++) { … |
The End.