Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
Ranked #3K
~12.3K People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

17 Posted Topics

Member Avatar for r3su3l0
Member Avatar for ali_atif014
0
222
Member Avatar for freshface001

hi to all, can posible to load the pdf file in flash? any pdf control is there in flash like loader, scroll window components?

Member Avatar for MindSter
0
168
Member Avatar for muraliinfy04

hi friend, first establish the connection example: step 1: import sql package(import java.sql.*;) step 2: initiate driver: Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); step 3:creat connection: Connection conn = DriverManager.getConnection(url,username,password); url --> "jdbc:odbc:DSN Name" DSN(data source name). user -->user name of the server password -->password of the server this 3 parameters are String. step 4:create …

Member Avatar for Ashutosh shukla
0
721
Member Avatar for daviddoria

the Problem is identifier. if using '#' means call 'id' example [QUOTE]#sidemenu{}[/QUOTE] [QUOTE]<ul id="sidemenu">[/QUOTE] the same '.' for class [QUOTE].sidemenu{}[/QUOTE] [QUOTE]<ul class="sidemenu">[/QUOTE] you use following samples [CODE]#sidebar li{ list-style-image: url(images/bullet.gif); }[/CODE] or [CODE]ul#sidebar{ list-style-image: url(images/bullet.gif); }[/CODE]

Member Avatar for daulex
0
459
Member Avatar for freshface001
Member Avatar for peter_budo
0
86
Member Avatar for freshface001
0
83
Member Avatar for freshface001

hi to all ! i have create one project in .net(c#,asp,vb.net) from windows os. can i exccute this project in mac os?

Member Avatar for linux
0
167
Member Avatar for freshface001
Member Avatar for peter_budo
0
68
Member Avatar for zyaday

hi Zyaday, using setBounds() method first set the layout of panel as none. syntax: [CODE]button_name.setBounds(int x,int y,int width,int height);[/CODE] example: [CODE]JB_ClickMe.setBounds(20,25,150,20);[/CODE]

Member Avatar for zyaday
0
124
Member Avatar for freshface001
Member Avatar for CoffeeChef
0
90
Member Avatar for freshface001

hi to all my problem when i add form field dynamically to the page in java script (form method is get )it is well worked in IE but not working in mozilla fire fox problem is ,does not pass the form field element value to the url for the use …

0
71
Member Avatar for K?!

hi, first add mouse listener to the button. and change the background to the button in the following function public void mouseEntered(MouseEvent e){ button.setBackground(Color.cyan); } public void mouseExited(MouseEvent e){ button.setBackground(Color.gray); } you also change font size,font color,etc; try it..

Member Avatar for K?!
0
10K
Member Avatar for freshface001
Member Avatar for freshface001

hi friends, can posible to connect ms-access or sql database with c++ ? if posible tell the tips to do it......

Member Avatar for Nick Evan
1
73
Member Avatar for abdulraqeeb33

The following code is used for creating java frame. import java.awt.*; import java.awt.event.*; class test extends Frame implements WindowListener{ test(){ setTitle("Java Frame"); setSize(400,250); addWindowListener(this); setVisible(true); } public void windowOpened(WindowEvent e){} public void windowClosing(WindowEvent e){ System.exit(0); } public void windowClosed(WindowEvent e){} public void windowIconified(WindowEvent e){} public void windowDeiconified(WindowEvent e){} public void …

Member Avatar for alpe gulay
0
142
Member Avatar for tekrum

in visual basic 6, using Data control for accessing the access database. give the data base name(*.mdb) in "DataBaseName" [B]property[/B] of data control.and select the table in the "RecordSource" [B]property[/B] of data control. then place no_of text fields or lables in the same form(appear Data control) for viewing the values …

Member Avatar for freshface001
0
94
Member Avatar for freshface001

The End.