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 Mike Lewis 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: *

  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

    Server hacked

    Thanks, jondel81.
  3. astonmak

    Software Installation

    Thanks All.
  4. astonmak

    Software Installation

    Actually, I have downloaded a little program from Microsoft for Office XP Chinese Version, which used to transfer Traditional Chinese to Simplified Chinese. It will be a part of function in Office XP and will not have a extra EXE file to fire up. And it is only a SETUP file when I download. So...
  5. astonmak

    Software Installation

    Thanks, But I watched the article, it told us to using the "Run As" on the shortcut, but how about the software that doesn't has shortcut, let say : the add in program for office. Thanks Aston
  6. 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...
  7. astonmak

    returns the number of lines

    Yes, that's awesome, Thanks alot Aston
  8. astonmak

    returns the number of lines

    Hi Nagrom, Are u saying read each character in the file, then one line will be added once u meet vbCrLf? Aston
  9. 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
  10. astonmak

    Replicate Object

    Hi all, What is the code to replicate the object in the form when it is running? Thanks alot Aston
  11. 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
  12. 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...
  13. astonmak

    Computer Name

    Dear all, How to get the user computer name? I belive there is a API working with it. Thanks Aston
  14. 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
  15. 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...
  16. astonmak

    Disable Selection for Excel File

    That's already one of the part in my coding, but doesn't work, PLEASE HELP! PLEASE HELP! PLEASE HELP!
  17. 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")...
  18. 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...
  19. astonmak

    Select Folder

    Thanks alot
  20. astonmak

    Select Folder

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

Part and Inventory Search

Back
Top