Hi
I am using a "regsvr32" binary to register a DLL.
Can any one help me to find out is any Win32 API that will do the same thing(we can be able to register DLL with help of Win32API).
Thanks In ADvance.
Regards,
Sachin
User Profile
Collapse
-
Is Any Windows API for registring a DLL??
-
thanks for detailed information.
In my case LoadLibrary is loading a com dll successfully.
But
the GetProcAddress( ) function is returning NULL for createinstance( ).
Can any one point me why is happning or we cannot use GetProcAddress( ) for com specific createInstance( ). -
thx for replay let me check it out.
Just wanted to know is it right way of using LoadLibrary function to load a COM dll.Leave a comment:
-
function pointer problem in COM
Hi,
I have a com dll and I am using LoadLibrary function for
loading this dll.
After that I want call a createInstance( ) function.
To call this function I am using a function ptr that got initialized from GetProcAddress( ) API.
Here I am facing a problem how to initialize this function pointer for CreateInstance( )
All i am doing is.
dll name => MyDll
class name =>MyClass... -
-
I am using windows 7,xp and vista.
the important thing is i can not assian drive ltr to particular partition for which i want to find free space and total sizeLeave a comment:
-
How to find a free space on a partition without using drive ltr?
Hi,
I have a disk number and partition number.
using this information i want to find out how much free
space available on that partition and what is total size
of partition?
this thing has to be done for a partition which do not have drive letter.
any suggession will be great help
Thanks in advance, -
yeah ..
i search more on google
their is no such key in win 2008 and vist like "update" key in win2003.
I am trying WMI to retrive HotFix information for windows 2008 using a class "Win32_QuickFix Engineering"
it retrive hotfix information but not all contain
i try for "InstalledO n", it return a garbage value.Leave a comment:
-
yeah ..
its working properly
but only problem is that after we convert combobox style from droplist to dropdown and try to insert any text inside it text is BOLD form and font size is also big
is any way to reduce this problem...Leave a comment:
-
ok i will try fir that one more thing is that
i am passing "this" pointer to combobox.Create () function.
before that i am calling combobox.Destro yWindow(); method
and this change my "this" pointer content .
this is might be one reason that ?
is any way to preserve "this" pointer.Leave a comment:
-
yeah ..
i try for that ...
my code is
void save::OnBnClick edButton1()
{
RECT windowExtents;
combobox.GetWin dowRect(&window Extents);
combobox.Destro yWindow();
combobox.Create (WS_EX_NOPARENT NOTIFY|WS_CHILD |WS_VISIBLE|WS_ VSCROLL|CBS_DRO PDOWNLIST,windo wExtents,this,1 );
combobox.ShowWi ndow(SW_SHOW|SW _SHOWNORMAL);
}
if...Leave a comment:
-
-
i try it on google but it not giving me any answer .
DO you know any API in C++ or COM that tell us hotfix information
for windows OS (2008 and vista)....Leave a comment:
-
combobox property in MFC
A combobox having property DropDown .
i want change this property to Droplist and back to Dropdown depending upon
a situation .
i use the function modifyStyle() but it not working.
can any body help me ?
thanks in advance
Sachin -
Registry key in win 2008 for updates ?
Hello
Does any one know key in windows registry that tell us information about
windows update ?
i want the key in windows registry that store information about windows updates
(HotFix for windows) so we just retrive it.
Thanks in advance
Sachin -
conversion from const char * to LPCWSTR
How do i convert const char * to LPCWSTR? -
thanks
we can do this using "DISKPART" .. LIS DISK ... and so commandsLeave a comment:
-
Dynamic disk
hi
is it possible to get all volume in dynamic disk.?
i have two disk one is basic and other one is dynamic(os - windows server 2003 ent edition)
i just want all volumes information on dynamic disk
is any API in c++ that return all volume in dynamic disk?
Thanks in advancce -
thanks Jos
i did it using sprintf();
it's working properly....Leave a comment:
-
convert UCHAR[] to char[]
can any help me to convert UCHR[] to char[] ?
Thanks in advance
No activity results to display
Show More
Leave a comment: