Jump to content

possible to scroll within a msgbox?


gcue
 Share

Recommended Posts

I have an about section has a long list. i want to add to that list but the Msgbox is getting too big!

any way to specify the dimensions of the msgbox and have it scroll in case the text cant fit within those ranges?

any help is much appreciated!

Link to comment
Share on other sites

hmm not sure if you know what i mean.

here's what i have:

Func About()

Msgbox(512,'About', 'Contact GXM x90760 for questions'&@crlf& _

''&@crlf& _

'Deletes (from c:\lotus\notes\data, u:\apps\notes\data, AND any data directory specified in notes.ini):'&@CRLF& _

''&@crlf& _

' cache.ndk'&@crlf& _

' ~*.*'&@crlf& _

' *.tmp'&@crlf& _

''&@crlf& _

'Kills The Following Processes:'&@crlf& _

''&@crlf& _

' swiftsrv.exe'&@crlf& _

' nfilertn.exe'&@crlf& _

' nfileret.exe'&@crlf& _

' clhap32.exe'&@crlf& _

' ldapsearch.exe'&@crlf& _

' nadminp.exe'&@crlf& _

' naldaemn.exe'&@crlf& _

' namgr.exe'&@crlf& _

' napdaemn.exe'&@crlf& _

' nchronos.exe'&@crlf& _

' ncollect.exe'&@crlf& _

' nconvert.exe'&@crlf& _

' ndiiop.exe'&@crlf& _

' ndyncfg.exe'&@crlf& _

' nhldaemn.exe'&@crlf& _

' nhttp.exe'&@crlf& _

' nhttpcgi.exe'&@crlf& _

' nimapcl.exe'&@crlf& _

' nlnotes.exe'&@crlf& _

' nlogasio.exe'&@crlf& _

' nminder.exe'&@crlf& _

' nnntpcl.exe'&@crlf& _

' nnotesmm.exe'&@crlf& _

' nnsadmin.exe'&@crlf& _

' notesbuddy.exe'&@crlf& _

' npop3.exe'&@crlf& _

' ntaskldr.exe'&@crlf& _

' ntgclhap.exe'&@crlf& _

' nupdall.exe'&@crlf& _

' nupdate.exe'&@crlf& _

' nweb.exe'&@crlf& _

' nwrdaemn.exe'&@crlf& _

' nxpcdmn.exe'&@crlf& _

' rtfcnvt.exe'&@crlf& _

' desktopmgr.exe'&@crlf& _

' nltaskldr.exe')

EndFunc

You need to "simulate" a messagebox using a gui. See example here:

http://www.autoitscript.com/forum/index.ph...c=32275&hl=

Link to comment
Share on other sites

I have an about section has a long list. i want to add to that list but the Msgbox is getting too big!

Might also want to check out the self scrolling "about" box in this post http://www.autoitscript.com/forum/index.ph...mp;#entry409450 by jackit and a slightly different take in the post immediately following it by Manadar
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...