see, I am using the foll. Win32 API. here I want to pass the argument for the third parameter- lpServiceArgVectors . If I call the same api from my .cpp program I will pass the arg.vectors or arg.array. But, in VB how can I pass the vector/array. can u help me? Public Declare Function StartService Lib "advapi32.dll" Alias "StartServiceA" (ByVal hService As Long, ByVal dwNumServiceArgs As Long, ByVal lpServiceArgVectors As Long) As Long Shenthil
Shenthil
Posts
-
C++ dll calling from Vb -
C++ dll calling from VbThanks a lot Shenthil
-
C++ dll calling from VbHi, I have a dll writen in C++ which contains a fn that takes a char** parameter. Now, if I call this fn from a VB application, how can I specify aargument-value to the fn. it shows a 'long' in my VB method call. Shenthil
-
Windows ServicesThanks. can u give me more detail about using with WMI in vb6.0. Now I am working without WMI. shenthil
-
Windows ServicesHi, How can I start / stop a windows service from my vb application. can I get a sample Shenthil
-
Windows MsgWhat is the windows message that notifies every new application opened Shenthil
-
ADOX & ADOCan I use ADOX and ADO libraries in the same program? Shenthil
-
ADO Recordset default value?I am using ADO recordsets in my C++ program. I am adding a new record by calling AddNew method of recordset object. Now, I dont' want to override any default values set for a particular column while adding the records. How can find whether default values are set for a column, and if set, how can I get the default values. what are the methods available for that? Thanks in advance Shenthil
-
Default field valueI am using ADO recordsets in my C++ program. I am adding a new record by calling AddNew method of recordset object. Now, I dont' want to override any default values set for a particular column while adding the records. How can find whether default values are set for a column, and if set, how can I get the default values. what are the methods available for that? Thanks in advance Shenthil
-
application package?Thank u. I have done.
-
application package? -
XML Save HangingI am parsing an XML document in a VB Activex Dll and then saving the xml document by calling DOMDocument.save. After this, if I try to edit the .xml file from the source folder, my explorer is hanging. What is the problem? Shenthil
-
XML Porting ProblemWhen I include #import "msxml3.dll" using namespace MSXML2; in the header file, some of the Interface Pointer Declarations are clashing. But when I specify the namespace locally, its accepting.
-
XML Porting ProblemI am porting a XML based project from VC6.0 to VC7.0. But, 7.0 compiler shows 'ambigous symbol' error. How can I solve it.
-
XML Porting ProblemI am porting a XML based project from VC6.0 to VC7.0. But, 7.0 compiler shows 'ambigous symbol' error. How can I solve it.
-
DLL Registration problemI am a domain administrator for a Win 2K system. My domain a/c is included in the administrators list. Though I have these privileges, I am not able to register any dll. But I can register dll as a local admin. Is there any changes tobe done, so that I can registe Dlls from the domain A/C. Shenthil
-
DLL Registration problemYes. It is. Still I couldnt' find the solution.
-
DLL Registration problemI am a domain administrator for a Win 2K system. My domain a/c is included in the administrators list. Though I have these privileges, I am not able to register any dll. But I can register dll as a local admin. Is there any changes tobe done, so that I can registe Dlls from the domain A/C. Shenthil
-
Radio Button problemThanks. My Problem is solved
-
Radio Button problemI have created a dialog with 4 sets of radio buttons groups. for the first 2, its working fine. but for the rest of the radio buttons group, only one is selecting. When the save and close, its saved. But while displaying, its displaying as only one radio button checked out of all. Where the problem would be?