mumuuu Posted March 10, 2005 Posted March 10, 2005 HI ALL like i sayed i'm a noob but i need to do some thing, i need to do with autoit a window which there is in it 3 icon qith powerpoint visual on it ( i don't know how to put the powerpoint skin on it ) for the skin of the icon i know i've to change the "shell32.dl" by the one which is used by powerpoint but which one ??? and i need to atach 3 files to 3 lines and when u click on one of Tose 3 lines the PPS is auto lunch under POwerpoint viewerif u have an idea please help me this is very important !!!here is my script ( i'm using the base of one of the example )#include <GuiConstants.au3>; GUIGuiCreate(@SystemDir & "Orditec Services", 400, 400)GuiSetIcon(@SystemDir & "\mspaint.exe", 0); MENU ;GuiCtrlCreateMenu(""); CONTEXT MENU$contextMenu = GuiCtrlCreateContextMenu()GuiCtrlCreateMenuItem("Context Menu", $contextMenu)GuiCtrlCreateMenuItem("", $contextMenu) ;separatorGuiCtrlCreateMenuItem("&Properties", $contextMenu); PICGuiCtrlCreatePic("nav_r1_c1.gif",0,0, 400,50); LISTGuiCtrlCreateList("", 50, 240, 300, 90)GuiCtrlSetData(-1, "1.Présentaition général 1|2.Infragérance|3.Pole ingénieurie"); ICONGuiCtrlCreateIcon("shell32.dll", 1, 80, 85)GuiCtrlCreateIcon("shell32.dll", 1, 180, 85)GuiCtrlCreateIcon("shell32.dll", 1, 280, 85); GUI MESSAGE LOOPGuiSetState()While GuiGetMsg() <> $GUI_EVENT_CLOSEWEndplease help me THX by advance
zcoacoaz Posted March 10, 2005 Posted March 10, 2005 This is in the wrong forum. [font="Times"] If anyone remembers me, I am back. Maybe to stay, maybe not.----------------------------------------------------------------------------------------------------------[/font][font="Times"]Things I am proud of: Pong! in AutoIt | SearchbarMy website: F.R.I.E.S.A little website that is trying to get started: http://thepiratelounge.net/ (not mine)[/font][font="Times"] ----------------------------------------------------------------------------------------------------------[/font][font="Arial"]The newbies need to stop stealing avatars!!! It is confusing!![/font]
killaz219 Posted March 10, 2005 Posted March 10, 2005 This is in the wrong forum.<{POST_SNAPBACK}>Wrong part of the forum, go to Support
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