pintas Posted December 10, 2013 Posted December 10, 2013 (edited) Hello (and sorry for the previous post) I'm trying to make a subliminal message app that flashes text messages from an ini file on screen (without windows) for 5 to 10 miliseconds.I've seen some examples here but whenever i use sleep to stop the text from displaying, somehow it doesn't work properly. For example, if i set 'sleep' to stop the message from showing for 5ms or 20ms, there's no difference, and in both ways i still can read the text on scren most of the times, and this should't happen. If, lets say, the text would appear for 10ms, it shouldn't be readable and you should only see a slight blur of it. So, in sum, i need to flash phrases from an ini file on screen, centered, for exact 5 to 10ms without gaining focus. Is this possible?I've edited the following script i found here so you understand it better...: Edited December 10, 2013 by Melba23 Code removed
Moderators Melba23 Posted December 10, 2013 Moderators Posted December 10, 2013 pintas, make it a question with which we would be prepared to help - that one is completely out of boundsWhich bit of my reply from the last time you asked this is not crystal clear? Do NOT ask a third time. M23 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 columnsChooseFileFolder ---- Single and multiple selections from specified path treeview listingDate_Time_Convert -- Easily convert date/time formats, including the language usedExtMsgBox --------- A highly customisable replacement for MsgBoxGUIExtender -------- Extend and retract multiple sections within a GUIGUIFrame ---------- Subdivide GUIs into many adjustable framesGUIListViewEx ------- Insert, delete, move, drag, sort, edit and colour ListView itemsGUITreeViewEx ------ Check/clear parent and child checkboxes in a TreeViewMarquee ----------- Scrolling tickertape GUIsNoFocusLines ------- Remove the dotted focus lines from buttons, sliders, radios and checkboxesNotify ------------- Small notifications on the edge of the displayScrollbars ----------Automatically sized scrollbars with a single commandStringSize ---------- Automatically size controls to fit textToast -------------- Small GUIs which pop out of the notification area
Recommended Posts