explain how to make a control visible and invisible during
runtime
Answer Posted / kanchan
you can make control visible and unvisible by writing a
code as
controlname.visible=true
or
controlname.visible=false
and also you can set the control's visible properties as
true or false.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain with examples any 2 features of OOPS.
Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile
Difference between HTML and DHTML?
Difference between debugging, running, executing of an application
Hi Guys, This is Rama, right now I am working as a Software Test Engineer in Gurgoan and I have over all 3 years of testing expoeriance. Right now I am looking for a change. Can any body help me out to find a job in south india. Thanks in Advance
how to add a new table with variables and thier values into a imported file uisng proc import?
Is buffer size and file block size is similar? If similar,at which case it will be same size?
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table by using proc sql?
how to convert the data from HTML file to SAS dataset?
Write a program to reverse a number?
Outline the two important features of a terminating recursion. Any ideas?
how will you code the subfile which is in editing mode (multiple case subfile)?
How many forms can you create in a Visual Basic 6 Standard EXE project? Is there any limit on that?
there are N number of matchboxes numbered 1...N.each matchbox contain various number of stick.Two player can alternatevely pick some amount of stick from the higest stick containing box . The player is condidered win if there is no stick after his move.Find the final move so that the move player win. Note:In case the number of stick is equal ,pick the stick from the higest numbered box. eg: 3 box contain stick as:1,1,1. if u take 1 stick from 3rd numbred box you will any how win the match.
what is the system development cycle