Jump to content

NOOB need help


mumuuu
 Share

Recommended Posts

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 viewer

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

; GUI

GuiCreate(@SystemDir & "Orditec Services", 400, 400)

GuiSetIcon(@SystemDir & "\mspaint.exe", 0)

; MENU

;GuiCtrlCreateMenu("")

; CONTEXT MENU

$contextMenu = GuiCtrlCreateContextMenu()

GuiCtrlCreateMenuItem("Context Menu", $contextMenu)

GuiCtrlCreateMenuItem("", $contextMenu) ;separator

GuiCtrlCreateMenuItem("&Properties", $contextMenu)

; PIC

GuiCtrlCreatePic("nav_r1_c1.gif",0,0, 400,50)

; LIST

GuiCtrlCreateList("", 50, 240, 300, 90)

GuiCtrlSetData(-1, "1.Présentaition général 1|2.Infragérance|3.Pole ingénieurie")

; ICON

GuiCtrlCreateIcon("shell32.dll", 1, 80, 85)

GuiCtrlCreateIcon("shell32.dll", 1, 180, 85)

GuiCtrlCreateIcon("shell32.dll", 1, 280, 85)

; GUI MESSAGE LOOP

GuiSetState()

While GuiGetMsg() <> $GUI_EVENT_CLOSE

WEnd

please help me THX by advance

Link to comment
Share on other sites

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]

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