Jump to content

inputbox and button without titlebar?


Recommended Posts

I need to replace the inputbox and button on a chat program,

i know how to hide the programs inputbox and button,

i have made a gui with an inputbox and button that will work with the program.

is there a way to get the new inputbox and button without the frame and titlebar?

if so. is there a way to get the new inputbox and button to stay where the

programs original inputbox and button were?

Thanks

It is really sad to see a family torn apart by something as simple as a pack of wolves.

Link to comment
Share on other sites

i've got an error with that script.

here is the syntax check error from SciTe:

C:\Documents and Settings\Administrator\Desktop\ANYGUI.au3(332,70) : ERROR: GUICtrlCreateGraphic(): undefined function.

$a[0] = GUICtrlCreateGraphic ($PosX, $PosY, $SizeX, $SizeY, $style)

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^

It is really sad to see a family torn apart by something as simple as a pack of wolves.

Link to comment
Share on other sites

no,

i tried to run it, that didn't work, so i checked the syntax and found an error.

i was trying to fix my own code, & didnt have time to try & fix someone elses first.

i figured out a way to do what i need too without using a new Inputbox and button.

i'm just going to use control get txt and control set txt commands to copy and paste what someone may be typing before and after my script sends its string.

i think it would be good if there was a CtrlReplaceWithGuiCtrl code.

Edited by random667

It is really sad to see a family torn apart by something as simple as a pack of wolves.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

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