Search found 64 matches

by newuser
Fri Apr 18, 2014 6:27 pm
Forum: General Discussion
Topic: Auto centre dialog caption?
Replies: 2
Views: 6686

Auto centre dialog caption?

I'm tired of manually typing space into a dialog caption :( like the example below, anyone have auto centre code for dialog caption? :?: //Set IGNORESPACES to 1 to force script interpreter to ignore spaces. //If using IGNORESPACES quote strings in {" ... "} //Let>IGNORESPACES=1 //Simple dialog block...
by newuser
Tue Mar 18, 2014 11:39 pm
Forum: Technical / Scripting
Topic: 14.1 Bug: UIGetAccessibleList
Replies: 7
Views: 5644

14.1.01 got two versions, any different between the 2 versions or just installer version name changed from 14.1 to 14.1.01? :?:

Thanks
by newuser
Mon Mar 17, 2014 10:22 am
Forum: Enhancement Suggestions
Topic: read bitmap directly from exe
Replies: 5
Views: 8125

Marcus Tettmar wrote:It is already on the wishlist.
Does the new verison release today contain this feature? :?:

Thanks
by newuser
Thu Feb 27, 2014 2:11 pm
Forum: Enhancement Suggestions
Topic: Compile into a service/service installer
Replies: 2
Views: 4952

If you then want to launch one of those exes as a service you can do that with SrvAny or similar: http://support.microsoft.com/kb/137890 SrvAny is consider third party tool in this case. I hope it would be a standalone MS tool. :( If you have a macro that does NOT need to see a UI and does NOT need...
by newuser
Wed Feb 26, 2014 3:56 pm
Forum: Enhancement Suggestions
Topic: Compile into a service/service installer
Replies: 2
Views: 4952

Compile into a service/service installer

After I came across this tool in softpedia below

http://www.softpedia.com/get/Programmin ... tion.shtml

I wonder if its possible that a feature similar to the tool above, to allow the ms script compile as a service/service installer. :?:
by newuser
Thu Feb 20, 2014 8:01 pm
Forum: Enhancement Suggestions
Topic: [Open] PlayWav command that plays from embedded script data
Replies: 3
Views: 7686

Hmm, if reading or playing a wav file in memory is possible, I wonder reading and running a exe file in memory is possible too? :P
by newuser
Wed Feb 12, 2014 5:33 pm
Forum: Enhancement Suggestions
Topic: read bitmap directly from exe
Replies: 5
Views: 8125

read bitmap directly from exe

Is it possible to read the embedded bitmap file directly from the exe instead of extracting the file to disk then only read it? Eg. Currently I have to extract to disk and read it like this below WaitScreenImage>D:\testone.bmp,0.7,CCOEFF But can I read the embedded bitmap file directly from the exe ...
by newuser
Fri Jan 17, 2014 8:02 pm
Forum: Technical / Scripting
Topic: Embedding Bitmaps in compiled macro's
Replies: 5
Views: 7030

So, this means the first code below works
WaitScreenImage>D:\testone.bmp,0.7,CCOEFF

but not this code below? Correct? :?:
WaitScreenImage>TESTONE.BMP_DATA,0.7,CCOEFF
by newuser
Sat Jan 04, 2014 6:16 pm
Forum: Enhancement Suggestions
Topic: Listbox with icon/image feature
Replies: 0
Views: 6687

Listbox with icon/image feature

I would like this feature below in lisbox if its possible: http://www.codeproject.com/KB/combobox/ImageListBox/ImageListBox1.gif http://www.codeproject.com/KB/combobox/MFC_OwnerDraw_Listbox/MFC_OwnerDraw_Listbox.jpg http://drwpf.com/blog/Portals/0/Images/ItemsControl/I/CharacterListBoxWithCanvasAndL...
by newuser
Tue Aug 20, 2013 1:55 pm
Forum: General Discussion
Topic: Text from an array to populate a list box?
Replies: 21
Views: 32231

Thanks Rain but that also will have to wait. I already use the sample I posted in my previous post. But now one big problem here. How to made a image listbox instead? Something like a image/picture/icon for each item in the listbox. Is there any thread in the forum that have something like/similar t...
by newuser
Mon Aug 19, 2013 12:22 pm
Forum: General Discussion
Topic: work with *.exe files
Replies: 7
Views: 9420

CyberCitizen wrote:Not sure if that is still the case with the later versions, however if that is the case, that is good news.
Well, in that case, we'll just wait for Marcus to clarify whether its still possible with the later versions, or whether until what version, it is still possible.
by newuser
Sun Aug 18, 2013 4:32 pm
Forum: General Discussion
Topic: work with *.exe files
Replies: 7
Views: 9420

This thread below state otherwise, but you have to prove ownership and a small fee.

Decompiling thread
by newuser
Fri Aug 09, 2013 12:43 pm
Forum: Beginners
Topic: How do I make the exe delete itself?
Replies: 8
Views: 13524

Not really true, even some version of adobe flashplayer also selfdelete itself after running. BTW, heres one vbscript modify from a sample found on the internet. [code] Set objFSO = CreateObject("Scripting.FileSystemObject") strScript = Wscript.ScriptFullName objFSO.DeleteFile(strScript) Wscript.Sle...
by newuser
Tue Aug 06, 2013 10:40 am
Forum: Enhancement Suggestions
Topic: Writes text to specific line in file and overwrite file data
Replies: 4
Views: 8747

In virtual mode, cant create new files or delete existing files, but can modify existing files. Thats why I need native ms commands to do it. Since ms native commands using something like/similar called api I think(not sure what you call it, Im not that familliar with those terms). Eg. I have 2 file...
by newuser
Sat Aug 03, 2013 7:10 pm
Forum: Technical / Scripting
Topic: an IE browser window inside a dialog..
Replies: 5
Views: 8176

Since MS support calling external dll right?

What about this tool below.

http://www.veretennikov.org/Default.asp ... fault.aspx

Theres an example in the wso.zip file using vbscript and wso.dll.

I wonder anyone can show how to use the wso.dll using MS instead to call the dll.

Thank you.
Sign up to our newsletter for free automation tips, tricks & discounts