Forum: HTML and CSS Dec 13th, 2008 |
| Replies: 5 Views: 1,572 the Problem is identifier.
if using '#' means call 'id'
example
the same '.' for class |
Forum: Graphics and Multimedia Dec 13th, 2008 |
| Replies: 1 Views: 2,840 hi to all!
how to embed flash swf file into microsoft excel 2007. |
Forum: Graphics and Multimedia Sep 15th, 2008 |
| Replies: 0 Views: 1,779 dear all,
How to create input text field dynamically in flash action script 2.0. |
Forum: OS X Jul 28th, 2008 |
| Replies: 3 Views: 869 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? |
Forum: Graphics and Multimedia Jul 19th, 2008 |
| Replies: 1 Views: 735 hi to all,
can posible to load the pdf file in flash?
any pdf control is there in flash like loader, scroll window components? |
Forum: Graphics and Multimedia Jul 19th, 2008 |
| Replies: 1 Views: 1,562 hi to all,
How to make a transparent background for flash textarea component? |
Forum: Java Jun 23rd, 2008 |
| Replies: 4 Views: 496 hi Zyaday,
using setBounds() method
first set the layout of panel as none.
syntax:
button_name.setBounds(int x,int y,int width,int height);
example:
JB_ClickMe.setBounds(20,25,150,20); |
Forum: Graphics and Multimedia Jun 12th, 2008 |
| Replies: 3 Views: 2,441 i am using macromedia flash 8.0, action script 2.0. |
Forum: Graphics and Multimedia Jun 12th, 2008 |
| Replies: 3 Views: 2,441 hi friends,
how to get mouse scroll event in flash for scrolling? |
Forum: Visual Basic 4 / 5 / 6 May 17th, 2008 |
| Replies: 1 Views: 1,251 hi,
i give a website link, its more helpful to u http://www.bullzip.com/download.php |
Forum: JavaScript / DHTML / AJAX May 16th, 2008 |
| Replies: 0 Views: 1,552 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... |
Forum: Java May 14th, 2008 |
| Replies: 9 Views: 2,825 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... |
Forum: Graphics and Multimedia May 13th, 2008 |
| Replies: 1 Views: 993 is it available mouse right click event in flash? |
Forum: C++ May 13th, 2008 |
| Replies: 1 Views: 1,344 hi friends,
can posible to connect ms-access or sql database with c++ ?
if posible tell the tips to do it...... |
Forum: Java May 13th, 2008 |
| Replies: 3 Views: 998 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... |
Forum: Java May 12th, 2008 |
| Replies: 2 Views: 1,387 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... |
Forum: Visual Basic 4 / 5 / 6 May 12th, 2008 |
| Replies: 4 Views: 1,421 in visual basic 6, using Data control for accessing the access database. give the data base name(*.mdb) in "DataBaseName" property of data control.and select the table in the "RecordSource" property... |
Forum: Visual Basic 4 / 5 / 6 May 12th, 2008 |
| Replies: 0 Views: 449 how to establish connection from vb6 to mssql 2000? |