What is the maximum amount of memory any single process on
Windows can address? Is this different than the maximum
virtual memory for the system? How would this affect a
system design?
Q1. A. Discuss the various types of variables.
B. How to control the file?
Q2. A. How the image application?
B. Write short notes on trees structures work.
Q3. A. How to load and unload child forms.
B. When should we use recursive programming
Q4. A. Write short notes on "The ole control's shortcut
menu"
B. How to test the AX stat class
Q5. A. How to use advanced data-bound controls.
B. Write notes on manipulating the recordset object
Q6. A. What is script control?
B. How to down load image properties.
C. What is meant by building a recordset.
383
How does you handle this COM components developed in other
programming languages in .NET?
What is HashTable, what is the use of it, when do we use
(purpose).
88
which class library is used to find unique key?
8
We are using Jscriopt validations and at clint site
javascript is not running that time validation would work?
if yes then how it would behave?
132
I have a component with 3 parameter and deployed to client
side now i changed my dll method which takes 4 parameter.How
can i deploy this without affecting the clent?s code ?
1.How can data be developed on Microsoft excel
2. what is the importance of Microsoft Excel to the society
53
How many types of API functions are availble in VB?
102
what is the Difference between Recordset and Querydef?
156
Explain Default cursor Type and LockEdits type in RDO?
84
if i wanna deploy my asp.net project to the production
server and situation is that i m still not compiled my
project i have as-is on my development side now on
production server we dont have a visual studio now what
kind of settings i need to be to do in
webconfig /machine.config file to deploy my project and in
iis too....
Is it possible to set a shortcut key for label? Explain ?
103
In a single process non of user's are accessing Web site when
i checked the logs it showing event ID "530" ? need the
solutions and also Mail me all the event id's related to
IIS...
What are 3 main differences between flexgrid control and
dbgrid control?
134
What is the use of Visual Basic Document file?
153
what is the need of using interface in program
ex:if we have a program like this
interface1()
{
void method1();
void method();
}
class a1 : interface1
{
a1 b = new b();
b.method1();
b.method2();
}
so without using interface also we can achieve this then
wat is the need to use the interface?
plz give me the answer