Search found 38 matches
- Fri Jul 23, 2010 7:14 pm
- Forum: Technical / Scripting
- Topic: Would this be possible in MSC?
- Replies: 5
- Views: 6174
Alright, That is more like what I need but It will be much bigger, Like I want the window to start out blank, NO programs in it. Then, After going into one of the MainMenu items and hitting a program (still inside the box here) I want it to open in the box, BUT I want to put tabs in so you can have ...
- Fri Jul 23, 2010 4:49 am
- Forum: Technical / Scripting
- Topic: Would this be possible in MSC?
- Replies: 5
- Views: 6174
Yea
Thats what I'm looking for, but I need it for a Program not a Browser.
I fiddled around with that and I couldn't get it to work with a Program.
Actually at one point I thought I made progress but it just broke the script and prevented it from even opening the program normally.
I fiddled around with that and I couldn't get it to work with a Program.
Actually at one point I thought I made progress but it just broke the script and prevented it from even opening the program normally.
- Wed Jul 21, 2010 9:45 pm
- Forum: Technical / Scripting
- Topic: Would this be possible in MSC?
- Replies: 5
- Views: 6174
Would this be possible in MSC?
Alright, so imagen a simple box, with the menus. Say we have different menus for different types of programs. Apps, Office, etc Alright, now say I wanted to open one of these programs but I don't want it to open in a different window. I want it to open in the box itself. Therefore, I can still see t...
- Mon May 31, 2010 10:06 pm
- Forum: Beginners
- Topic: How do you develop your code?
- Replies: 3
- Views: 5083
At first I thought you were calling him an idiot, I thought "Thats unlike metettmar" but then I realized it was his name. hahamtettmar wrote:Idiot,
I don't wish to be rude, but would you please consider writing with punctuation. It is very hard to read your posts.
http://en.wikipedia.org/wiki/Punctuation
- Sat Aug 22, 2009 8:55 am
- Forum: Technical / Scripting
- Topic: Is this right?
- Replies: 0
- Views: 2844
Is this right?
Dialog>Dialog1 Caption=Halo 3 Weapons Timer //Width=255 //Height=200 Top=CENTER Left=CENTER ************************************************* Button=.,0,0,0,0,1,SNIPER START.BMP_DATA Button=.,0,0,00,0,2,SNIPER_STOP.BMP_DATA ************************************************* Button=.,0,0,0,0,3,ROCKET...
- Sat Aug 22, 2009 5:20 am
- Forum: Technical / Scripting
- Topic: Picture for a button
- Replies: 18
- Views: 17387
Code: Select all
SetDialogObjectVisible>Dialog1,msButton1,1
SetDialogObjectVisible>Dialog1,msButton2,0
SetDialogObjectFont>Dialog1,msLabel1,Arial,12,1,0
SetDialogObjectFont>Dialog1,msButton3,Arial,18,1,0
Show>dialog1
- Fri Aug 21, 2009 8:47 am
- Forum: Technical / Scripting
- Topic: Picture for a button
- Replies: 18
- Views: 17387
- Fri Aug 21, 2009 8:31 am
- Forum: Technical / Scripting
- Topic: Picture for a button
- Replies: 18
- Views: 17387
- Fri Aug 21, 2009 4:09 am
- Forum: Technical / Scripting
- Topic: Picture for a button
- Replies: 18
- Views: 17387
Code: Select all
Dialog>Dialog1
Button=TEST,24,250,100,20,15,Dialog1,C:\Users\Admin\Pictures\Test.bmp
EndDialog>Dialog1
Show>Dialog1
- Thu Aug 20, 2009 10:31 pm
- Forum: Technical / Scripting
- Topic: Picture for a button
- Replies: 18
- Views: 17387
- Tue Aug 18, 2009 4:22 am
- Forum: Technical / Scripting
- Topic: Picture for a button
- Replies: 18
- Views: 17387
- Mon Aug 17, 2009 11:21 pm
- Forum: Technical / Scripting
- Topic: Picture for a button
- Replies: 18
- Views: 17387
- Mon Aug 17, 2009 4:49 am
- Forum: Technical / Scripting
- Topic: Picture for a button
- Replies: 18
- Views: 17387
Picture for a button
Alright, so let's say I have the average "Button" as most of us know it comes up looking some what like a HTML button. What I was wondering if how do I change the look of this button? What file format must it be in?, so hypothetically let's say I have Test.jpg how do I make my button look like test....
- Tue Jul 07, 2009 10:53 pm
- Forum: Technical / Scripting
- Topic: Okay, my "System Menu".
- Replies: 5
- Views: 5193
- Mon Jul 06, 2009 2:03 pm
- Forum: Technical / Scripting
- Topic: Okay, my "System Menu".
- Replies: 5
- Views: 5193
Okay, my "System Menu".
Dialog>dialog1 Caption=System Control Pannel WIDTH= HEIGHT= TOP= LEFT= MAINMENU=File,Exit(2) MAINMENU=Browsers,Google Chrome(101),IE7(102),Opera(103),Firefox(104) MAINMENU=Applications,Hex Workshop(201),NO-IP DUC(202),SCAR(203),WinUHA(204),WinRAR(205),SwiftKit(206),Codeblocks(207),TeamViewer(208),P...