Jump to content

XSkin Open/Save Dialog Box


Valuater
 Share

Recommended Posts

I have this now...

Posted Image

I have this now also... ( wanting to set background color also )

Posted Image

I have tried to get info relating to "hiding" the Open/Save dialog here...

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

I tried to get info ... is it possible to embed a ObjCreate("Shell.Application") into a GUI??? here...

http://www.autoitscript.com/forum/index.ph...st&p=247430

; -------------------------------------------------------------

I have studied many of the forms of Objects relating to Open/Save Dialogs ( and have the code )

$IE = ObjCreate("InternetExplorer.Application")

Available on "Most" computers

No Save Dialog

$oCD = ObjCreate("UserAccounts.CommonDialog")

Available on Xp And possibly 2k

no Save Dialog

$objDialog = ObjCreate("SAFRCFileDlg.FileSave")

Available on Xp only

$objDialog = ObjCreate("MSComDlg.CommonDialog")

Ms Office product.. not all computers

per MSDN...

FileOpen ObjectThe FileOpen object supports the File Open common dialog box.

Remarks

Note This object is available through Microsoft Windows XP Service Pack 2 (SP2) and Windows Server 2003. It might be altered or unavailable in subsequent versions of Windows.

also there straight DllCalls to comdlg32.dll

So, as a frustrated hobbiest whom obviously has given some effort...

#1

to get this embeded Open and Save Dialog in a Child Gui for use on the most compuetrs, I should use which direction?

#2

can I set the Child Gui's back ground color?

any additional code.. help or whatever is appreciated... and at this point needed

thx

8)

Edited by Valuater

NEWHeader1.png

Link to comment
Share on other sites

Thanks Gary, I will remember this post...

Thats not my intention , but if it is necesary i will use it ( if not on XSkin, then maybe on something else )

great to know

thx

8)

NP, I put It on my system at home, got tired of not being able to see if the UDFs worked on other OS

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

  • 2 weeks later...

You would have to talk to JdeB about that

No you would have to talk to Valuator about that, it would be up to him to make it meet UDF Standards with help and examples.

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

Link to comment
Share on other sites

eeeke!!!

I don't see that happening soon, sounds like to much "real" work for this hobbiest

lol

8)

lol, not to mention the constant barrage of problems found that need fixing.

SciTE for AutoItDirections for Submitting Standard UDFs

 

Don't argue with an idiot; people watching may not be able to tell the difference.

 

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...