sahadev


{ City } bhubaneswar
< Country > india
* Profession * ase
User No # 3914
Total Questions Posted # 11
Total Answers Posted # 9

Total Answers Posted for My Questions # 35
Total Views for My Questions # 94900

Users Marked my Answers as Correct # 49
Users Marked my Answers as Wrong # 97
Questions / { sahadev }
Questions Answers Category Views Company eMail

How to convert the content of buffer into lower case character.

E Logic,

3 MFC 5708

How many types of dialog box are their

Honeywell,

10 MFC 18765

what is the size of a process

E Logic, IBM,

2 MFC 6854

what is the updated verssion in vc++

Aspect,

3 MFC 5774

how many types of messages are their

E Logic, TCS,

4 MFC 11807

is it possible to display a window .without using windowclass

E Logic,

1 MFC 6553

Difference between Cclint DC & Cpaint Dc

E Logic,

6 MFC 16161

Tell me the work of HTREDUCE and HTZOOM

E Logic,

1 MFC 5329

How many types of combo box are their

Aaditya Info Solutions, E Logic,

2 MFC 6859

Psychic Window Technique

E Logic, Wild Net,

2 MFC 6176

what is message Testing ?

L&T,

1 MFC 4914




Answers / { sahadev }

Question { Siemens, 10782 }

Which one is not needed for Multi-program enviornment?

1) virtual memory
2) security
3) time sharing
4) none of the above.


Answer

virtual memory

Is This Answer Correct ?    1 Yes 2 No

Question { Wipro, 75454 }

What is the Maximum Size that an Array can hold?


Answer

How many bite available in your ram

Is This Answer Correct ?    10 Yes 45 No


Question { Patni, 14895 }

what do you mean by psychic window?


Answer

Koda's Psychic Window Technique produces the phenomenon of
visual telepathy, which causes visual alterations in the
perception of two people who are looking into each other's
eyes. The visual changes are often hallucinatory and can
result in the perception of what may be a previous
incarnation of the person you are observing. Emotional
reactions to the visual changes can be verified to occur at
the same time and with the same level of intensity using
biofeedback equipment, proving the existance of a
"non-physical" connection between the two participants.




http://current.com/items/76425162_psychic_window_technique

Is This Answer Correct ?    12 Yes 3 No

Question { Wipro, 15257 }

In VC++ How to transfer between one exe to another exe while
running..


Answer

using DodataExchange(.............)
{
Updatedata(TRUE)
Updateda(FALSE)
)
use DDX and DDV

Is This Answer Correct ?    1 Yes 14 No

Question { Aircom, 24044 }

What is the size of class


Answer

The defoult size of an object is one bite.becouse every
object contains a distinct adress.
class a
{
};
main()
{
a obj;
}
Here the size of obj is one bite.

Is This Answer Correct ?    4 Yes 5 No

Question { 13737 }

What is LoadLibrary function returns?


Answer

Hinstance & Hmodul both

HINSTANCE OB;
HMODULE OBJ;

OB=LoadLibrary(Path)
or
OBJ=LoadLibrary(Path)

Is This Answer Correct ?    1 Yes 4 No

Question { Patni, 20000 }

is there any class which is not derived from Cobject


Answer

Crect,Cruntime class,Http,

Is This Answer Correct ?    5 Yes 0 No

Question { Invensys, 33106 }

Types of DLL's


Answer

3 types of DLL

1.SDK DLL:Old type
2.Extension DLL: These DLL’s exposes variables and
functions to the client application. It can expose C++
functions and C++ classes to be used in your application.

3.Regular DLL: MFC extension DLL’s can be used only with
MFC applications. If you want a dll to be used by a wider
range of applications then use a regular DLL.

Is This Answer Correct ?    12 Yes 15 No

Question { L&T, 17545 }

What is #progma and where it is used?


Answer

for bit pading it is used.after compilation the compiler
takes some extra bits.for elimeting that bit we required #progma

Is This Answer Correct ?    3 Yes 9 No