383 Posted Topics

Member Avatar for dywlkr365

You need external Api for this... try this [url]http://www.jasypt.org/easy-usage.html[/url]

Member Avatar for jwenting
0
221
Member Avatar for aloyssia

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....

Member Avatar for NormR1
0
188
Member Avatar for ScubaSam
Member Avatar for Majestics

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...

Member Avatar for jlego
0
79
Member Avatar for Majestics

2 networks with seperate internet , i want to join them , is there any method...

Member Avatar for Majestics
0
167
Member Avatar for Majestics

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 …

Member Avatar for masterjiraya
0
105
Member Avatar for Majestics

I want to embed microsft notepad in my java application.... is there any way... i dont want to use java own made notepad....

Member Avatar for JamesCherrill
0
101
Member Avatar for ComputerNetwork

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...

Member Avatar for carolyncole
0
252
Member Avatar for themanman

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]

Member Avatar for mKorbel
0
351
Member Avatar for Majestics

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 …

Member Avatar for jingda
0
164
Member Avatar for paidinfull

Use [code] furniture[the_array_number] = new Furniture(); [/code] to initialize the array item....

Member Avatar for bibiki
0
1K
Member Avatar for Majestics

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, …

Member Avatar for Majestics
0
106
Member Avatar for sirlink99

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...

Member Avatar for Majestics
0
111
Member Avatar for chinee
Member Avatar for chinee
0
128
Member Avatar for coolbeanbob

You forget this [code] students[0] = new Student();[/code] same goes for all other...

Member Avatar for jon.kiparsky
0
717
Member Avatar for olsane
Member Avatar for mKorbel
0
101
Member Avatar for Majestics

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 …

Member Avatar for mKorbel
0
189
Member Avatar for geekme

[url]http://wiki.eclipse.org/FAQ_Where_do_I_get_and_install_Eclipse%3F[/url]

Member Avatar for Majestics
0
77
Member Avatar for jemz

[url]http://www.roseindia.net/java/example/java/swing/RemoveTitleFrame.shtml[/url]

Member Avatar for Majestics
0
246
Member Avatar for Majestics

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.

Member Avatar for jephthah
-10
127
Member Avatar for Majestics

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.

Member Avatar for Nick Evan
-4
124
Member Avatar for Majestics

How in java we can add double menus, like file bar and search bar both are different in internet explorer? Thanks in advance.

Member Avatar for Majestics
0
100
Member Avatar for Majestics

[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.

Member Avatar for BestJewSinceJC
0
94
Member Avatar for Majestics

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.

Member Avatar for jamesonh20
0
83
Member Avatar for mikabark
Member Avatar for noble3ad

[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.

Member Avatar for mevanga
0
2K
Member Avatar for kahaj

Use line 19 before 16 and 17. You are not initializing the theTextArea.

Member Avatar for kahaj
0
158
Member Avatar for ivatanako
Member Avatar for ivatanako
0
157
Member Avatar for Majestics

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 …

Member Avatar for Majestics
0
129
Member Avatar for anuj_sharma
Member Avatar for Majestics

[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. // …

Member Avatar for GDICommander
0
192
Member Avatar for Majestics

[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 …

Member Avatar for Majestics
0
188
Member Avatar for Majestics
Member Avatar for Majestics
0
120
Member Avatar for apo
Member Avatar for Majestics

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 …

Member Avatar for Majestics
0
155
Member Avatar for kashn

[url]http://java.sun.com/docs/books/tutorial/uiswing/layout/gridbag.html[/url] I think it will solve your Problem.

Member Avatar for kashn
0
133
Member Avatar for Majestics

[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 …

Member Avatar for Majestics
0
111
Member Avatar for Majestics
Member Avatar for MosaicFuneral
0
137
Member Avatar for Majestics

[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 …

Member Avatar for pclfw
0
146
Member Avatar for CodeBoy101

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.

Member Avatar for pclfw
0
139
Member Avatar for davids2004

while (choice!=5) { Your Programme Body } Remember to Intialize Choice With any Number without 5

Member Avatar for davids2004
0
171
Member Avatar for valluvanl
Member Avatar for valluvanl
0
122
Member Avatar for Majestics

[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 …

Member Avatar for Majestics
0
106
Member Avatar for IrishUpstart

[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 …

Member Avatar for devnar
0
93
Member Avatar for Majestics

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.

Member Avatar for stilllearning
0
2K
Member Avatar for mancode1007

[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.

Member Avatar for Majestics
0
102
Member Avatar for Majestics

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.

Member Avatar for sacdpathade
0
91
Member Avatar for oceanaut
Member Avatar for mostafa mahmoud

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].

Member Avatar for Narue
0
103
Member Avatar for Rotvailera

[url]http://en.wikipedia.org/wiki/Bisection_method[/url] Design your code , it already have every thing.

Member Avatar for Rotvailera
0
104

The End.