Search found 34 matches

by IvanVanko
14 Aug 2016, 11:52
Forum: Ask for Help (v1)
Topic: How to make the condition? Topic is solved
Replies: 12
Views: 3336

Re: How to make the condition? Topic is solved

Could you please right on Russian? I don't understand a thing:)

Можете написать на русском? То что получилось на английском - абсолютно непонятно:)
by IvanVanko
12 Aug 2016, 06:32
Forum: Ask for Help (v1)
Topic: Elevate script to admin Topic is solved
Replies: 4
Views: 1735

Elevate script to admin Topic is solved

Is there any way to ask for admin rights from script itself, without additional launchers, shortcuts or dirty work with scheduler? Especially, on specific moment (some functions available without, but some would ask an admin rights first)?
by IvanVanko
12 Aug 2016, 06:27
Forum: Ask for Help (v1)
Topic: Assign variable from find regex Topic is solved
Replies: 3
Views: 989

Re: Assign variable from find regex Topic is solved

Code: Select all

Text1 = 
(
GUID = abc211-421 (25)
)
Needle = (?<=GUID \= ).*(?= \()
RegExMatch(Text1, Needle, match)
msgbox % match
Hope I understood the task :D
by IvanVanko
11 Aug 2016, 15:36
Forum: Ask for Help (v1)
Topic: Dealing with RegEx Topic is solved
Replies: 3
Views: 1162

Re: Dealing with RegEx Topic is solved

evilC, very good, thanks a lot!
by IvanVanko
08 Aug 2016, 17:16
Forum: Ask for Help (v1)
Topic: Turning Cyrillic string into HTML Topic is solved
Replies: 6
Views: 1225

Re: Turning Cyrillic string into HTML Topic is solved

All good, sorry for late reply!
by IvanVanko
08 Aug 2016, 13:54
Forum: Ask for Help (v1)
Topic: Dealing with RegEx Topic is solved
Replies: 3
Views: 1162

Dealing with RegEx Topic is solved

Let's imagine I have a raw phone book text: +1(222)312-21-49 John Doe +2(912)672-21-43 Mary Jane +6(280)512-89-41 Peter Smith +8(291)912-21-42 Andrew Irons And I need to extract all data from specific name - till specific name. So, basically I type into this GUI two names, for example, Mary Jane and...
by IvanVanko
29 Jul 2016, 12:17
Forum: Ask for Help (v1)
Topic: Turning Cyrillic string into HTML Topic is solved
Replies: 6
Views: 1225

Re: Turning Cyrillic string into HTML Topic is solved

Thank you, guys! Just one more thing, how to get rid of all spaces on the side of the string?
by IvanVanko
28 Jul 2016, 09:50
Forum: Ask for Help (v1)
Topic: Turning Cyrillic string into HTML Topic is solved
Replies: 6
Views: 1225

Turning Cyrillic string into HTML Topic is solved

Hi guys! I have a var, let's say it's a book name. So it would be Лев Толстой "Анна Каренина" ;yeah, with spaces, that's part of a problem . So, what I need: 1) If exist, remove all spaces on the both sides of the string: Лев Толстой "Анна Каренина" 2) Replace all symbols with html code, but keeping...
by IvanVanko
28 Jul 2016, 08:41
Forum: Ask for Help (v1)
Topic: Splitting a number Topic is solved
Replies: 6
Views: 1455

Re: Splitting a number Topic is solved

Thank you guys! All solutions are great!
by IvanVanko
27 Jul 2016, 06:42
Forum: Ask for Help (v1)
Topic: Has anyone ever made a basic touchscreen gui to replace exploerer?
Replies: 1
Views: 762

Re: Has anyone ever made a basic touchscreen gui to replace exploerer?

Hmm, not sure AHK is an easy solution for this. But, BTW, Android has real Microsoft Office, so I suggest you give it a shot.
by IvanVanko
27 Jul 2016, 06:35
Forum: Ask for Help (v1)
Topic: Splitting a number Topic is solved
Replies: 6
Views: 1455

Splitting a number Topic is solved

Hi people!
Simple question, but makes me feel confused. How could I turn 100000000 into 100 000 000 with code? What should I use? Splitstring?
by IvanVanko
14 Jul 2016, 13:26
Forum: Ask for Help (v1)
Topic: Multiple browsers in GUI Topic is solved
Replies: 3
Views: 989

Re: Multiple browsers in GUI Topic is solved

wolf_II, you made me feel dumb, because it is so simple! Thanks a lot!
by IvanVanko
14 Jul 2016, 12:42
Forum: Ask for Help (v1)
Topic: Multiple browsers in GUI Topic is solved
Replies: 3
Views: 989

Multiple browsers in GUI Topic is solved

Greetings, coders! Exploring AHK and love it more and more! Question is: let's say I could do GUI with built-in webpage, right? Gui, Add, ActiveX, xm w400 h300 vWB, Shell.Explorer WB.Navigate("m.facebook.com") Gui, Show return GuiClose: ExitApp And I want to do more than one built-in browser, like o...

Go to advanced search