Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: astonmak
  • Content: Threads
  • Order by date
  1. astonmak

    Export Crystal Report to Email

    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
  2. astonmak

    Software Installation

    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...
  3. astonmak

    returns the number of lines

    Hi all, Is there any function/way to returns the number of lines in a memo field, just like function MEMLINES() in VFP. THANKS ASTON
  4. astonmak

    Replicate Object

    Hi all, What is the code to replicate the object in the form when it is running? Thanks alot Aston
  5. astonmak

    Call Function from DLL problems

    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
  6. astonmak

    ActiveX and DLL Question

    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...
  7. astonmak

    Computer Name

    Dear all, How to get the user computer name? I belive there is a API working with it. Thanks Aston
  8. astonmak

    Moving Column in Excel

    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
  9. astonmak

    Server hacked

    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...
  10. astonmak

    Disable Selection for Excel File

    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")...
  11. astonmak

    Declare ActiveX by command's problem

    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...
  12. astonmak

    Select Folder

    Hi all, Can I use commDialog control to select folder? or what kind of tools I can use? Thanks Aston
  13. astonmak

    Export data to Excel

    Hi all, Is there any function/method to export data from recordset to excel? Thanks Aston
  14. astonmak

    @VarName as Table Name in SQL

    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
  15. astonmak

    Book for API & CreateObject()

    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
  16. astonmak

    SQL Statement

    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;&quot...
  17. astonmak

    ActiveX Control Interface Wizard on Win2000Pro

    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...
  18. astonmak

    Disable the toolbar in browser

    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
  19. astonmak

    Read USB Device serial no

    Dear all, Is it possible to read the USB Device serial no from VB? and what is the code? Thanks alot Aston
  20. astonmak

    ActiveX : MSHFlexGrid

    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 -...

Part and Inventory Search

Back
Top