what is the maximam caption size of lebel
Answer / rahul
you can have a caption any size you like (If there is a limit it is about 64 thousand characters).
| Is This Answer Correct ? | 5 Yes | 0 No |
hai i am mca 2009 fresher.please tell me which certification helps me to get an IT job faster which institute is good in hyderabad.please mail me to prasanna.1856@rediff.com
Compare any 4 software development life cycle paradigms with each other. Indicate at least one application for each of the paradigms that are suitable to developed using that paradigm.
Which language they use during interview?
0 Answers State Bank Of India SBI,
what is the use of check point
Suppose i have all the implementation code required is written in doGet() but my class has doPost() method. i need code implemented in doGet() how can we do that?
purpose of abstraction and interface
what is the difference between primary key and unique key?
How to change the color of a cell or a row in a datagrid on mouse hover using javascript/.net
While joining files if only two files are mentioned with jfile keyword, do we required to use join keyword????
what is the main usage of an abstract keyword?please follow the program class A { void display() { System.out.println("hai"); } void print() { } } class B extends A { void print() { System.out.println("Hello"); } } In this program i was gives the implementation of print() according to my requirements in subclass.And there is no definition in superclass then why we can use abstract keyword before a method that i want to gives definition in other classes,is any mistakes in the above usage of method?
How to connect the .accdb database file of microsoft access to the Visual Basic 6.0 forms?
What is std::auto_ptr?