Jump to content

friends

Active Members
  • Posts

    200
  • Joined

  • Last visited

Profile Information

  • Location
    Malaysia

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

friends's Achievements

Polymath

Polymath (5/7)

0

Reputation

  1. i wonder if this Excel UDF's syntax format has been added into SciTe so that when we type it, it will come out the syntax for us as a reference. it would be great if being added to SciTe ! anyone ?
  2. is SCiTE now have supported HelpFile for ExcelCOM UDF. I mean when you type the 'command', it will show the syntax format. thanks
  3. Glad to hear that... it will be back soon, as it would be easier for newbies to use it. The directives method is good, however it may take time for newbies to understand those, like me :"> can't wait for the release version of it....
  4. lately I've updated the lastest version of SCiTE and AutoIT3, and I love using it with Reshack.exe Previously... when i wanna compile it to .exe, it would pop up and GUI for me to add the information such as Icon, File Description, version number and others. But now... it shows only "Compile with AutoITWrapper" something like that... no GUI windows pop up. I missed previous features very much... how can I get it back ? Please advise. TQ
  5. hi all. I'm new to EXCELCOM stuffs, but i wanted to try it out... I already downloaded the file(s).... but i wonder if the UDF has the the help feature in SCiTE 4 AutoIT ? Like for AUTOIT3 functions, when we type "MsgBox (", SCiTE will show the TIPS of of the MsgBox. Does SCiTE support for EXCELCOM UDF ? Pls help... cos i need to know that. Thanks
  6. what i actually wanted to do is.... checking all the time if a particular PC's network connection is down. if the connection is down, it prompts out a message to the end-user. Previously I found out an example... using DLLCall feature to call up .dll file (which I'm not familiar with). Tested the example, it won't work if you unplug out the network cable, it still shows that the network is still up. This is to be used for internal network environment.... I actually need it to detect its network connectivity, then only perform certain tasks depending on the network connectivity. If possible, pls provide example. Thanks
  7. I wonder how actually to detect if a network on Win2000 is ON / OFF rather than using PING ?? Pls help....
  8. I wonder how can I colour the fonts that inside GuiListView() ? And also, how to set background colour for a specific column in GuiListView() ? Pls help... Thankjs
  9. is there any limit for the TreeView to be added ? I've downloaded the latest version... however when I added the 8th Group, it failed to add into the TreeView list. I've tried many times, result outcome is the same. Please help how to resolve this problem.... thanks
  10. Excellent tools.... I'm now using this to support for my company's PCs
  11. Thanks for your information. I'll try that out....
  12. This is not a complete code. But when I use it to write the content using FileWriteLine() to be saved as a .reg file it will append the data into the file, instead of overwritting. FileSaveDialog ("Export Registry File", @MyDocumentsDir, "Registration File (*.reg)", 24, "Cash Drawer.reg") sorry.... cos not providing complete coding. I will try to reproduce the coding and put it up here.
  13. by using FileSaveDialog with the option "Prompt To Overwrite if file exists", I found out that the contents is appended into the file but not overwritten it. I wonder if it is a bug or user has to do the checking on their own ? I assume that with the feature "overwrites if file exists" would totally write a new content into file. Pls advise.
  14. I wonder if there is a method to use AutoIT to detect "Not Responding" of a particular program in Win2000 / WinXP's Task Manager ? Please help / advise. Thanks
×
×
  • Create New...