DexterMorgan Posted October 28, 2008 Share Posted October 28, 2008 I really want to make a GUI that would allow you to select what not to delete but to create one like that in a simple, efficient and easy to use form would take a good deal of time - I'll do it but unfortunately it's not likely to materialize in the foreseeable future.The GUI is mostly images that I keep changing as the process progresses. I use GUIOnEventMode for the buttons. The scrolling text thingy is just a read-only edit box that is populated with lines from an array. The array acts like a queue with FIFO functionality that gives the impression of scrolling. I hope that answers your question.Oh thanks, I think I understand, so you basically use Guictrlcreatepic and guictrlsetimage? to change everything? code Link to comment Share on other sites More sharing options...
KJohn Posted October 30, 2008 Author Share Posted October 30, 2008 sounds great. im currently working on some .reg codes to optimize windows vista, maybe you can use that for something.: Windows Registry Editor Version 5.00 //disable warning message [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Security Center] "UacDisableNotify"=dword:00000001 //disable lua [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System] "EnableLUA"=dword:00000000 the title says what it does. it makes vista at least 30% faster, and much more non annoying. i got much more reg codes if you should need it Automating registry changes would be controversial but I see your point. I just intended to clean known locations in SpeedBoost RegSweep but lets see. Oh thanks, I think I understand, so you basically use Guictrlcreatepic and guictrlsetimage? to change everything?Yup. Link to comment Share on other sites More sharing options...
DexterMorgan Posted October 30, 2008 Share Posted October 30, 2008 (edited) Yup.I am going to have to try that, your GUI's are awesome! How do you get rid of the minimize maximize and close buttons on top? Last question Edited October 30, 2008 by DexterMorgan code Link to comment Share on other sites More sharing options...
KJohn Posted November 4, 2008 Author Share Posted November 4, 2008 I am going to have to try that, your GUI's are awesome! How do you get rid of the minimize maximize and close buttons on top? Last question GuiCreate("Program Title", 800, 600,-1, -1 , BitOR(0x80000000,$WS_BORDER)) Link to comment Share on other sites More sharing options...
DexterMorgan Posted November 4, 2008 Share Posted November 4, 2008 GuiCreate("Program Title", 800, 600,-1, -1 , BitOR(0x80000000,$WS_BORDER))Thank you very much code Link to comment Share on other sites More sharing options...
KJohn Posted February 27, 2009 Author Share Posted February 27, 2009 Version 4 release candidate uploaded. Please leave your comments.... Link to comment Share on other sites More sharing options...
Ashww Posted February 27, 2009 Share Posted February 27, 2009 Hello, I have just tryed the update, it looks good, but i got an error when cleaning the temp internet files. Also it seems to flicker alot. Cheers Ashww X) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Projects: Account Control Wii style gui Bingo Caller - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Want a website? Click here!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -I use my Blackberry Storm to browse the forum! Please be patient!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Link to comment Share on other sites More sharing options...
KJohn Posted February 27, 2009 Author Share Posted February 27, 2009 Hello,I have just tryed the update, it looks good, but i got an error when cleaning the temp internet files.Also it seems to flicker alot.CheersAshwwX)Are you running Windows XP by any chance? A few comments like this from a couple of people made me modify the code to run only on Vista upwards. I've reverted to an updated version 3.2 for Windows XP instead - in effect splitting the product into two based on OS supported. Link to comment Share on other sites More sharing options...
Ashww Posted February 27, 2009 Share Posted February 27, 2009 You could make your program check if your on Vista or Xp, if vista run the new script. if XP run the older script. This would make the progarm twice the size i know. But would be alot easier for the usual non-scripters Cheers Ashww X) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Projects: Account Control Wii style gui Bingo Caller - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -Want a website? Click here!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -I use my Blackberry Storm to browse the forum! Please be patient!- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Link to comment Share on other sites More sharing options...
Zibit Posted April 29, 2009 Share Posted April 29, 2009 WOW congratz nice one very effective so i give like 10 thumbs up for this ! Creator Of Xtreme DevelopersPixel Pattern UDFTray GUI UDFMathssend & recive register scriptMouse Control via Webcam Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now