Jump to content

I Need THIS Code WITHOUT THE GUI


Korom
 Share

Recommended Posts

 

 

snipHELLO EVERYONE

As said , I 've this code which basicly record audio from PC microphone .

It has a GUI Intreface  which I need to remove it . I want to run the script hidden in my pc with no GUI and start recording all the day 

and add a HotKeySet({ESC},_Stop()) to stop recording

since I am new in autoit I couldn't do it without breaking the script . The script is using "BASSCB.dll"

I've attached the script with all it's files and dll's in attachmants

I'm waiting for your help experts and thanks in advance !

This is the main script :

<snip>

Edited by Melba23
Code removed
Link to comment
Share on other sites

<snip>

thanks for helping mate , but I want to delete the GUI completly cause I don't need it and it's taking a lot of lines in my script
I wionder if you could do it , otherwise i'm waiting somebody elese who can ^^

Edited by Melba23
Quote with code removed
Link to comment
Share on other sites

That said, I think the mods would have to weigh on this, it seems very much like the idea behind not creating keyloggers rule 

Not sure where you're getting Keyloggers from.

here's how you get rid of the GUI, study the code, remove the gui parts one by one, check for errors, deal with errors.

AutoIt Absolute Beginners    Require a serial    Pause Script    Video Tutorials by Morthawt   ipify 

Monkey's are, like, natures humans.

Link to comment
Share on other sites

  • Moderators

Korom,

I want to run the script hidden in my pc with no GUI and start recording all the day

And just why do you want to do that?

M23 

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

The number of lines of code is irrelevant... Your includes add 2x as many lines as a gui would. 

 

That said, I think the mods would have to weigh on this, it seems very much like the idea behind not creating keyloggers rule 

I don't agree with you . there is nothing wrong here . This is for personal use mate . My PC and I'm free to do anything with it .

Not sure where you're getting Keyloggers from.

here's how you get rid of the GUI, study the code, remove the gui parts one by one, check for errors, deal with errors.

I agree , I'm tryig to do that I might succeed but still have some erros.

Korom,

And just why do you want to do that?

M23 

Bro , this is personal . I really need It

Link to comment
Share on other sites

  • Moderators

Korom,

It might well be personal, but if you want help you had best come up with a good reason - PM me if you do not want to explain in open forum.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

  • Moderators

Korom,

As you seem to be ignoring me (I have seen you active here since I posted the question above) I am locking this thread. If you can offer me a reasonable explanation of why you need this via PM I will unlock it. Do NOT start another thread.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

  • Moderators

Korom,

Not a good enough reason - the thread remains locked.

M23

Public_Domain.png.2d871819fcb9957cf44f4514551a2935.png Any of my own code posted anywhere on the forum is available for use by others without any restriction of any kind

Open spoiler to see my UDFs:

Spoiler

ArrayMultiColSort ---- Sort arrays on multiple columns
ChooseFileFolder ---- Single and multiple selections from specified path treeview listing
Date_Time_Convert -- Easily convert date/time formats, including the language used
ExtMsgBox --------- A highly customisable replacement for MsgBox
GUIExtender -------- Extend and retract multiple sections within a GUI
GUIFrame ---------- Subdivide GUIs into many adjustable frames
GUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView items
GUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeView
Marquee ----------- Scrolling tickertape GUIs
NoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxes
Notify ------------- Small notifications on the edge of the display
Scrollbars ----------Automatically sized scrollbars with a single command
StringSize ---------- Automatically size controls to fit text
Toast -------------- Small GUIs which pop out of the notification area

 

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...