Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #2K
~12.8K People Reached
Favorite Forums

22 Posted Topics

Member Avatar for emint

Hi how can i execute a statement if only radio button is checked and Jbutton is click? i know how to use them Individually. i try to use like this [code] public void actionPerformed(ActionEvent event) { Object src = event.getSource(); if (src==radio1 && src == buttonclick) JOptionPane.showMessageDialog(null,"Raido1 is checked"); }[/code] …

Member Avatar for jsaddam709
0
219
Member Avatar for emint

hi all, i am working on small RMS and got problem to print receipt using pos printer. the expected out put is like that. [CODE] XYZ Ltd London, Uk Transaction #: 100 Date: 11/12/2008 Time: 09:10:10 Cashier: Fred Item Qty Unit Price 567577 xyz 2 £12.00 687687 abc 1 £19.98 …

Member Avatar for kvprajapati
0
121
Member Avatar for emint

Helo every one. i m workin with jlist and i got several items in jlist i want to store this items into txt file and read it later. is it possible to do it? any help will be apprict. hop i explained wel ... thx

Member Avatar for BestJewSinceJC
0
860
Member Avatar for emint

hi i m using Asp.net and i want copy random 20 records from one table to another table in ms access database using Asp.net. and also i want have My primary key 1 to 20 in new table . if any one can help that would be really helpful thx

0
73
Member Avatar for rainny

well javaAddict says the way is good, without looking at your code. when you are running timer i guess you are adding a time in some variable. so whevever u hit the start button just always set variable value to zero. if you need more help just post your code. …

Member Avatar for emint
0
94
Member Avatar for emint

Hi all how can i display data in data grid after reading txt file using vb.net. i got no problem in reading txt file. i just want to know how to display those data into data grid. if any can help that will be gr8. thx

Member Avatar for TomW
0
74
Member Avatar for emint

helo every one! how can i split string in vb 6??? i got some string in list box which looks like this item1 4 4.50 item2 2 4.00 item3 5 10.00 now i want to split that line into 3 different string. any help will b appreciate . thx

Member Avatar for omoridi
0
4K
Member Avatar for erietha88

ohh well, set the object visible just u have created. you have create the object but did not make it visible. hope it wil help u.

Member Avatar for erietha88
0
937
Member Avatar for akulkarni

well, you mean tomcat apache server or something else? make it clear what you looking for ?

Member Avatar for BestJewSinceJC
0
149
Member Avatar for java dummy

at first you need to wrap your code using code tag like this [code] import java.util.*; public class FlipCoin [/code]

Member Avatar for BestJewSinceJC
0
191
Member Avatar for smileyc

you can try this hope it will work for you. [code] label24.text =Math.Round(a/b, 2) [/code] or try this [code] label24.text = Format(a/b, "0.00") [/code] try both hope it works with you

Member Avatar for emint
-1
4K
Member Avatar for emint

hi all how can i draw rectangle for each graphic. on the picture, each rectangle is create as graphic. pls help.

Member Avatar for wildgoose
0
104
Member Avatar for tdapower

everything are seems fine just need to update dataset [code] rows = mycmd.ExecuteNonQuery() con.Close() ds.AcceptChanges() da.Update(ds)[/code] should work fine.

Member Avatar for Vivek_1986
0
163
Member Avatar for emint

hi all i got problem on JProgress bar. when i click on button progress doesn't show. it display after completing the progress [code] class A{ //button clic ProgressBar frame = new ProgressBar(); frame.pack(); frame.setVisible(true); frame.iterate( ); class ProgressBar extends JFrame //inner class of A { JLabel l1; JProgressBar current; Thread …

Member Avatar for JamesCherrill
0
122
Member Avatar for NewToThis

ohhh well, your counter is array integer type so your condition is must compare with some value..... [code]//processing phase counter[2] = 5; // example while( counter[2] <= 10);//loop 10 times {[/code] try this... however i dun know what you are trying to achieve.

Member Avatar for cgeier
0
133
Member Avatar for emint

hi all i got problem reading multiple table from ms access using jdbc. i read two table from one class but i got 12 table to read. so how can i do dat? any help will be great thank you

Member Avatar for emint
0
233
Member Avatar for emint

hi i got problem in ma program. in my pro i got main window when i click on "Maze 1" button it create maze. it worked fine. when maze is created i slove maze. then i close to return main window. now when i hit the "maze 1" button it …

Member Avatar for emint
0
127
Member Avatar for emint

hi Is there any way of making the input to a inputbox show as astrix? Im entring a password and dont want it to be shown on the screen. Any suggestions would be great. Thankyou!

Member Avatar for Piya27
0
93
Member Avatar for emint

Helo every one i m trying to update record to ms database using vb.net. but i m getting error message. pls help me where i made mistake. here is my code. [code] Dim da As New OleDb.OleDbDataAdapter("SELECT * From tblCustomer", strPath) Dim cb As New OleDb.OleDbCommandBuilder(da) Dim ds As New …

Member Avatar for kvprajapati
0
101
Member Avatar for emint

hi, i got class A which class got some graphics to display. when i run the program in class A its fine, but i when run from class B it display like 40 sec delay. any one who can help me? really need help!

Member Avatar for emint
0
117
Member Avatar for emint

helo, can any one help to read one class from another class. i em knew with java actually. i got class a which has got sub class b static class. now i em trying to access class a from another class c using button. when in class c user click …

Member Avatar for emint
0
167
Member Avatar for leverin4

[QUOTE=leverin4;811563]I think that's what's going on. Does this mean I have to move my findNext() to a new class? Could you give me an example of how to do that? I've used the TumbleItem applet code, and the "How to use Swing Timers" tutorial to try and do it, and …

Member Avatar for VernonDozier
0
257

The End.