Search found 38 matches

by jj45410
Fri Jul 23, 2010 7:14 pm
Forum: Technical / Scripting
Topic: Would this be possible in MSC?
Replies: 5
Views: 5809

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 ...
by jj45410
Fri Jul 23, 2010 4:49 am
Forum: Technical / Scripting
Topic: Would this be possible in MSC?
Replies: 5
Views: 5809

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.
by jj45410
Wed Jul 21, 2010 9:45 pm
Forum: Technical / Scripting
Topic: Would this be possible in MSC?
Replies: 5
Views: 5809

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...
by jj45410
Mon May 31, 2010 10:06 pm
Forum: Beginners
Topic: How do you develop your code?
Replies: 3
Views: 4814

mtettmar 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
At first I thought you were calling him an idiot, I thought "Thats unlike metettmar" but then I realized it was his name. haha
by jj45410
Sat Aug 22, 2009 8:55 am
Forum: Technical / Scripting
Topic: Is this right?
Replies: 0
Views: 2730

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...
by jj45410
Sat Aug 22, 2009 5:20 am
Forum: Technical / Scripting
Topic: Picture for a button
Replies: 18
Views: 16352

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
What is the significance for this peice of code that's above this?
by jj45410
Fri Aug 21, 2009 8:47 am
Forum: Technical / Scripting
Topic: Picture for a button
Replies: 18
Views: 16352

nvm I figured it out, Thanks anyways!
by jj45410
Fri Aug 21, 2009 8:31 am
Forum: Technical / Scripting
Topic: Picture for a button
Replies: 18
Views: 16352

Thank you so much JRL. I'll be sure to rep+


but How do you get the picture data?
by jj45410
Fri Aug 21, 2009 4:09 am
Forum: Technical / Scripting
Topic: Picture for a button
Replies: 18
Views: 16352

Code: Select all

Dialog>Dialog1
Button=TEST,24,250,100,20,15,Dialog1,C:\Users\Admin\Pictures\Test.bmp

EndDialog>Dialog1
Show>Dialog1

Like that? Because that didn't work
by jj45410
Thu Aug 20, 2009 10:31 pm
Forum: Technical / Scripting
Topic: Picture for a button
Replies: 18
Views: 16352

It's been two days come on someone.
by jj45410
Tue Aug 18, 2009 4:22 am
Forum: Technical / Scripting
Topic: Picture for a button
Replies: 18
Views: 16352

It's not a program yet, It's just one of those think's I'd like to know for the future, Yes a dialog button.
by jj45410
Mon Aug 17, 2009 11:21 pm
Forum: Technical / Scripting
Topic: Picture for a button
Replies: 18
Views: 16352

Please, someone reply this has been up for a day.
by jj45410
Mon Aug 17, 2009 4:49 am
Forum: Technical / Scripting
Topic: Picture for a button
Replies: 18
Views: 16352

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....
by jj45410
Tue Jul 07, 2009 10:53 pm
Forum: Technical / Scripting
Topic: Okay, my "System Menu".
Replies: 5
Views: 4917

That didn't work, but I did forget that and thank you.
by jj45410
Mon Jul 06, 2009 2:03 pm
Forum: Technical / Scripting
Topic: Okay, my "System Menu".
Replies: 5
Views: 4917

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...
Sign up to our newsletter for free automation tips, tricks & discounts