- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
17 Posted Topics
hi, i give a website link, its more helpful to u [url]http://www.bullzip.com/download.php[/url]
hi to all, can posible to load the pdf file in flash? any pdf control is there in flash like loader, scroll window components?
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 …
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]
hi to all! how to embed flash swf file into microsoft excel 2007.
dear all, How to create input text field dynamically in flash action script 2.0.
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?
hi to all, How to make a transparent background for flash textarea component?
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]
hi friends, how to get mouse scroll event in flash for scrolling?
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 …
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..
is it available mouse right click event in flash?
hi friends, can posible to connect ms-access or sql database with c++ ? if posible tell the tips to do it......
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 …
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 …
how to establish connection from vb6 to mssql 2000?
The End.
freshface001