AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 28 matches
AutoHotkey Community Forum Index
Author Message
  Topic: [Class] XML Library - MSXML for AHK 0.0.1 (It's out!)
enigmatiqk

Replies: 22
Views: 4039

PostForum: Scripts & Functions   Posted: Tue Apr 14, 2009 12:11 pm   Subject: [Class] XML Library - MSXML for AHK 0.0.1 (It's out!)
cool !!

i hope you will release something quickly

just for info:

attrib := XMLElement_getAttributeNode(Node, "type")
type = % XMLAttribute_getVal(attrib)

Smile ...
  Topic: [Class] XML Library - MSXML for AHK 0.0.1 (It's out!)
enigmatiqk

Replies: 22
Views: 4039

PostForum: Scripts & Functions   Posted: Fri Apr 10, 2009 11:27 am   Subject: [Class] XML Library - MSXML for AHK 0.0.1 (It's out!)
sorry but someone can write any exemple to acces to attributes and attributes' values please?

oh, and XMLDocument_load(xmlDoc,"test.xml") don't work ... get an error message, but it can b ...
  Topic: how to create a scheduled task?
enigmatiqk

Replies: 6
Views: 1585

PostForum: Ask for Help   Posted: Mon Apr 06, 2009 3:23 pm   Subject: how to create a scheduled task?
ok about schtaskS

but it can't recognize my file because the path have space and is not arounded by ", and folder app is not set (just 'c:\')
if a use ", they be ignored

if someone ca ...
  Topic: MS Office Automation Functions (via COM) [thanks Sean]
enigmatiqk

Replies: 294
Views: 63005

PostForum: Scripts & Functions   Posted: Fri Apr 03, 2009 3:20 pm   Subject: MS Office Automation Functions (via COM) [thanks Sean]
thanks Smile

but i don't found how i can change the background color Sad
functions color, background, color-background isn't known Sad

Excel_StyleCell(ColumnLetter, RowNumber, Style,param)& ...
  Topic: MS Office Automation Functions (via COM) [thanks Sean]
enigmatiqk

Replies: 294
Views: 63005

PostForum: Scripts & Functions   Posted: Fri Apr 03, 2009 12:06 pm   Subject: MS Office Automation Functions (via COM) [thanks Sean]
thank you, all works fine now Smile

i haved updated my last message with excel.com.ahk added code.

There are some occasions where another COM Object ObjPrm should be a parameter. In that case, pref ...
  Topic: MS Office Automation Functions (via COM) [thanks Sean]
enigmatiqk

Replies: 294
Views: 63005

PostForum: Scripts & Functions   Posted: Fri Apr 03, 2009 9:30 am   Subject: MS Office Automation Functions (via COM) [thanks Sean]
i'm sorry, i will delete com and excel codeThanks. COM_Error(0)/COM_Error(1) turns OFF/ON the error message box.


its ok if i want create a method in com.ahk
but i want use current com_invoke
...
  Topic: MS Office Automation Functions (via COM) [thanks Sean]
enigmatiqk

Replies: 294
Views: 63005

PostForum: Scripts & Functions   Posted: Fri Apr 03, 2009 7:39 am   Subject: MS Office Automation Functions (via COM) [thanks Sean]
I strongly request to delete the copied COM.ahk from the post.
You can freely customize it as you want, but, never post it. If you felt the need of it, just post the part you customized it, although ...
  Topic: MS Office Automation Functions (via COM) [thanks Sean]
enigmatiqk

Replies: 294
Views: 63005

PostForum: Scripts & Functions   Posted: Thu Apr 02, 2009 3:41 pm   Subject: MS Office Automation Functions (via COM) [thanks Sean]
i have done some changes, all work on xppro sp2 and office 2003

excel.com.ahk:
add some method:
- Excel_SetSheet(sheet) : active a sheet (getcell and settext are used on active sheet
- Excel_Get ...
  Topic: how to create a scheduled task?
enigmatiqk

Replies: 6
Views: 1585

PostForum: Ask for Help   Posted: Thu Apr 02, 2009 7:48 am   Subject: how to create a scheduled task?
schtask is not found on my os (winxp pro), but the command "AT" looks like schtask command.

i will create a test in first cod line to check if app is already launch, i this case, i will j ...
  Topic: need help with simple hotkey script
enigmatiqk

Replies: 6
Views: 355

PostForum: Ask for Help   Posted: Wed Apr 01, 2009 5:47 pm   Subject: Re: need help with simple hotkey script
it's not ahk ... but you can install paint.net , install package create a shortcut in context menu.

with ahk:
before help you, i ned to know your ahk lvl to know if you just need help or all code ...
  Topic: how to create a scheduled task?
enigmatiqk

Replies: 6
Views: 1585

PostForum: Ask for Help   Posted: Wed Apr 01, 2009 12:11 pm   Subject: how to create a scheduled task?

Loop,
{
Sleep, 60000; check time every minet
if %A_Hour% = 17 ; 5 o clock french time
{
; your script here
}
}


Put this in start up folder.


this code will be not ...
  Topic: how to create a scheduled task?
enigmatiqk

Replies: 6
Views: 1585

PostForum: Ask for Help   Posted: Wed Apr 01, 2009 9:55 am   Subject: how to create a scheduled task?
hi,

i would like my app is launch every days at 5:00 pm, i have read some thread in this forum but i have found some idea:

1- create windows' planified task manualy
2- create a loop and check ...
  Topic: MS Office Automation Functions (via COM) [thanks Sean]
enigmatiqk

Replies: 294
Views: 63005

PostForum: Scripts & Functions   Posted: Wed Apr 01, 2009 9:23 am   Subject: MS Office Automation Functions (via COM) [thanks Sean]
i have place this code everywhere CreateObject is used:

if !oExcel := COM_GetActiveObject("Excel.Application") { ; Get the Already Running Instance
oExcel := COM_ ...
  Topic: MS Office Automation Functions (via COM) [thanks Sean]
enigmatiqk

Replies: 294
Views: 63005

PostForum: Scripts & Functions   Posted: Tue Mar 31, 2009 7:34 am   Subject: MS Office Automation Functions (via COM) [thanks Sean]
my get_cell methode after correction :

Excel_GetCell(ColumnLetter, RowNumber){

if !oExcel := COM_GetActiveObject("Excel.Application") { ; Get the Alre ...
  Topic: MS Office Automation Functions (via COM) [thanks Sean]
enigmatiqk

Replies: 294
Views: 63005

PostForum: Scripts & Functions   Posted: Mon Mar 30, 2009 12:53 pm   Subject: MS Office Automation Functions (via COM) [thanks Sean]
thank u !!

so i have use that to get the value of a cell:

if !oExcel := COM_GetActiveObject("Excel.Application") { ; Get the Already Running Instance
MsgBox ...
 
Page 1 of 2 Goto page 1, 2  Next
All times are GMT
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group