383 Posted Topics
Re: You need external Api for this... try this [url]http://www.jasypt.org/easy-usage.html[/url] | |
Re: Ide make things very easier... Running application from command prompt not only harder to debug but also lot difficult for new user's... On performance factor there is no difference.... | |
i want to buy a outlook web access from hosted service and i want it to attach with my already purchased domain present on different location, what is the procedure to link the owa with sub domain? Thank you... | |
2 networks with seperate internet , i want to join them , is there any method... | |
I AM WORKING OVER NEWS SECTION OF MY WEBSITE... I WANT TO RETRIEVE THE NEWS PRESENT IN THE DATABASE AND SHOW THEM AND ALLOW CHECK BOX TO SELECT THE NEWS TO DELETE THEM... I am able to create the news section that retrieve the data from mysql database and also … | |
I want to embed microsft notepad in my java application.... is there any way... i dont want to use java own made notepad.... | |
Re: Small business dont require more then 2Mbps Medium size business require atleast 10Mbps Large Business already have a setup with ISP's So they posses multiple Wan Connection and a large Setup... | |
Re: Typical problem for DownloadManager's..... Read this stuff but only table code... [B][url]http://www.java-tips.org/java-se-tips/javax.swing/how-to-create-a-download-manager-in-java.html[/url][/B] | |
I have two network , one is 192.168.0.1 and other is 192.168.10.1 ... I want to combine both networks ... Both networks are connected with internet... I dont want them to interfere in each other internet connection, Just want to share files and printer services between them... Is there any … | |
Re: Use [code] furniture[the_array_number] = new Furniture(); [/code] to initialize the array item.... | |
I have already asked about the problem in java forum... Now i think the solution is only possible through microsoft products... Problem is i want to get the handle of a application and send commands to that application... Is it possible,, commands are send to combo box , text area, … | |
Re: It will be easier to design a chatroom over applet, if you want to make a chat room in java desktop then you have to learn java tcp and udp connection , because you have to communicate with your fellow computer's... | |
Re: Close your public void bublesort function().................... | |
Re: You forget this [code] students[0] = new Student();[/code] same goes for all other... | |
Re: Threads will make them more easier..... Please post your code.... | |
There is a database program for making invoice , its written in vb.net, there is no save option in that program, the programmer who designed it is not availble now... I want to add save button, the solution i have thought is to take the handle of the application and … | |
Re: [url]http://wiki.eclipse.org/FAQ_Where_do_I_get_and_install_Eclipse%3F[/url] | |
Re: [url]http://www.roseindia.net/java/example/java/swing/RemoveTitleFrame.shtml[/url] | |
Please remove me from this website. I am feed up getting digest and threads from this website. Thank you in advance, please email me after removing my information. | |
I want to design utorrent client for my semester project in java, can anyone tell me where should i start and what are the necessary steps for this, also if any useful website and information. Thank you. | |
How in java we can add double menus, like file bar and search bar both are different in internet explorer? Thanks in advance. | |
[url]http://www.jformdesigner.com/doc/help/layouts/gridbaglayout.html[/url] Please visit this website, there is a image of a dialogue box , can anyone help me please making them. I dont want full code just some hints . Thank You. | |
How to set caption icon in java? Like firefox icon on the top caption bar. and how to run a process in background in java? Thank you. | |
Re: [url]http://stackoverflow.com/questions/75191/unsigned-char[/url] | |
Re: [code] for(i=0; i<arry_size; i++) { int check=rand()4%20; if(check!=19) nums[i] = check; } [/code] I dont got your point clearly. May be it is helpful to you. | |
Re: Use line 19 before 16 and 17. You are not initializing the theTextArea. | |
Re: Java is derived from C. You can use dynamic memory allocation. | |
I am giving this title so most of you attract towards this thread. I actually want to know is there any way to link mfc created programe with java . As all the programmers know that mfc contain a lot of files some time static linkage and some time dynamic … | |
[icode] // OnscreenKeyboard.cpp : Defines the class behaviors for the application. // #include "stdafx.h" #include "OnscreenKeyboard.h" #include "OnscreenKeyboardDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE static char THIS_FILE[] = __FILE__; #endif ///////////////////////////////////////////////////////////////////////////// // COnscreenKeyboardApp BEGIN_MESSAGE_MAP(COnscreenKeyboardApp, CWinApp) //{{AFX_MSG_MAP(COnscreenKeyboardApp) // NOTE - the ClassWizard will add and remove mapping macros here. // … | |
[code] import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.KeyEvent; import java.awt.Robot; import java.awt.Event; import java.awt.AWTException; public class keyboard implements ActionListener { int i; String s[] = {"esc","F1","F2","F3","F4","F5", "F6","F7","F8","F9","F10","F11","F12", "psc","slk","pau","A","B","C","D","E", "F"}; String g = ""; Object b; JMenuBar m = new JMenuBar(); JMenu m1 = new JMenu("File"); JMenu m2 … | |
I am making on-screen keyboard in java. All what i want to know is how to get focus into the notepad or any other typing point , I mean when i press a key it type it into the typing point like a keyboard do. If any one know any … | |
Re: [url]http://java.sun.com/docs/books/tutorial/uiswing/layout/gridbag.html[/url] I think it will solve your Problem. | |
[code] import javax.swing.*; import java.awt.*; public class keyboard { public static void main(String args[]) { String s[] = {"esc","F1","F2","F3","F4","F5", "F6","F7","F8","F9","F10","F11","F12", "psc","slk","pau"}; JButton j[] = new JButton[s.length]; for(int i=0;i<s.length;i++) j[i].setText(s[i]); JFrame f = new JFrame(); for(int i=0;i<s.length;i++) f.add(j[i],JFrame.LEFT_ALIGNMENT); f.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE); f.setVisible(true); } } [/code] I need Instant Help!. Code is giving me … | |
[B]How to open a picture in c++ ( jpeg or any other format)[/B] | |
[code] Apply all steps of conceptual and logical database design on the following requirements: The system should be able to store a customer’s name, address, and contact information and a book’s ISBN, publisher, authors, and title information. A customer should be able to purchase one or many books at a … | |
Re: 3nf is industry standard normal form, you will not find any problem in inserting,deleting and updating a row if ur table is in 3nf. | |
Re: while (choice!=5) { Your Programme Body } Remember to Intialize Choice With any Number without 5 | |
Re: dont write return type (void,int,....) when u r calling functions. | |
[code] Apply all steps of conceptual and logical database design on the following requirements: The system should be able to store a customer’s name, address, and contact information and a book’s ISBN, publisher, authors, and title information. A customer should be able to purchase one or many books at a … | |
Re: [code] #include <stdio.h> int main(void) { int N = 0 ; char x[100] ; int i=0; FILE * input ; input = fopen("weights.txt", "r") ; if (input == NULL) { printf("failed to open input file\n") ; return (0) ; } while(fscanf(input,"%c", &x[i]) !=EOF) { N++ ; i++; } printf("The first … | |
I have searched the forum , also over internet but i didn't found any understandable method to convert float number to string , Please help Me in conversion. | |
Re: [code] void name(int a,int b,int c,int &sum,int &avg){ } [/code] "&" mean referring a variable , this is a way by which function return more than one value. | |
Is there is any function through which i can get specific number of integer like we do through getchar() funtion .I AM USING TURBO C 3.0.HELP WILL BE APPRECIATED. | |
Re: First think what you are going to do . Then find easy ways for programming Write algorithm convert it into codes. It is what programming is..... If u need help in cplusplus then visit [url]http://www.cplusplus.com/doc/tutorial/[/url]. | |
Re: [url]http://en.wikipedia.org/wiki/Bisection_method[/url] Design your code , it already have every thing. |
The End.