Dear all,
I am now using the crystal report viewer plus its export button to send the report by outlook express, but I'm wonder that is it able to pre-set the email address to the "Receipent" field at outlook express.
Thanks
Aston
Dear all,
I have installed a software into XP under administrator account, then i login to another account which is under user authority, but i can't run the setup under that account.
Is there any method to run the software under normal user account, but the software was installed under...
Hi All,
I got class module and have been compiled into DLL through ActiveX DLL project, but I know how to declare it and call its function in my application project, is there any reference and sample code?
Thanks
ASTON
Hi all,
Is DLL better than OCX for us to develop a application, and should I import those OCX codeing into my project or manipulate it separately will be fine? cause someone tell me if I import those OCX source code into the project, then the OCX will be compile at the same time when the...
Dear all,
If I want to move the columns(4) to after columns(2) in Excel 2000, Then what is the code will be?
I have try :
WorkSheets("Sheet1").Columns(4).Move after:= WorkSheets("Sheet1").Columns(1)
But it was a error.
Thanks
Aston
Hi all,
I have opened the ftp service on my server and open port from the Firewall, originally it just for testing purpose, so i didn't put the authorization into it.
Then the bad lucky day had came, i think the hacker found me out and have store some folder and file into my ftproot, but I...
Dear all,
I'm intend to export data to excel file and disable the selection function on the worksheet, which is just in order to prevent users able to highlight the content and copy it to the other worksheet. And the code as following :
Set loApp = CreateObject("Excel.Application")...
Hi all,
I got the following command to register the ActiveX obj into my application :
Public Declare Function RegStatusBarOBJ Lib "StatusBarOBJ.ocx" Alias "DllRegisterServer" () As Long
Public Declare Function unRegStatusBarOBJ Lib "StatusBarOBJ.ocx" Alias...
Hi all,
Does it allow us to put @Variable as table name in SQL Statemnt, cause I want to build a Stored Proc allow me to call any table by the parameter, but I meet a error.
SELECT fld1 FROM [@lcTableName]
Thanks for your help
Aston
Dear all,
If I'd like to know much more about API and the reference of CreateObject(), what kind of book will be better? and any reference?
Thanks
Aston
Hi all,
I have the following code and send it to the SQL Server as batch :
Dim loCMD As New ADODB.Command
Dim loRS As New ADODB.Recordset
loCMD.ActiveConnection = CN
loCMD.CommandText = "INSERT INTO tableA (field1) VALUES ('valueabc');" & _
"SELECT field1 FROM tableA;"...
Dear all,
I'm using Win2000 Professional, and wondering how to add-in the "ActiveX Control Interface Wizard" into Visual Basic.
Login as Administrator :
In fact, I can see this wizard when I'm using the account administrator on my PC (and this is the account to first run the Visual...
Hi all,
How could I disable / invisible the acrobat toolbar in browser, I'm writer a program by VB and using the browser to read MSWord & MSVisio & Acrobat file, and only the acrobat toolbar cannot be disable when we open the file.
Please Help
Thanks
Aston
Dear all,
I'm now trying to put the MSHFlexGrid into the usercontrol, cause I want to build some other functions into the grid. But the problem is that I can't find MergeRow and MergeCol from the Avaliable List in ActiveX Ctrl Interface Wizard, actually some of other properties like -...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.