what is inprocess and outprocess in vb
Answer / amarjeet
basically
Inprocess means which process in stored and executed in
application memoery its called inprocess. When application
is closed, automaticall it will be closed.
Example: ActiveX DLL
Outprocess Means which process in executed from the out of
application membory is called outprocess.
Example: ActiveX EXE
| Is This Answer Correct ? | 24 Yes | 2 No |
can we convert .class file to dll file
Plz Show notepad Coding using c# in window based application
I have try to write a record in a TDQ from a fle.... what are the steps to do... can anybody plz come with a solution
what is the difference between conversion and interface in bdc?
this question is from sas:what is the difference between FILE and INFILE statements? plz explain in brief?
how pseudo column works?
How to get the index of the clicked field in reports in ABAP?
1. Consider the following input and generate the object code using single pass assembler. JOHN START 0 USING *,15 L 1,FIVE A 1,FOUR ST 1,TEMP FOUR DC F’4’ FIVE DC F’5’ TEMP DS ‘F END
1.Describe about your project?
In Java what is the difference between following two statements ? int a[],b; int []a,b;
Wats the name of the first os
Given: coordinates of rectangle-> left bottom and right top points. the rectangles create a hole.Find the maximum area of the hole. eg. 4 rectangles create a hole in between. find its area.