Search found 16 matches

by Mundekis
Thu Apr 21, 2005 12:56 am
Forum: Enhancement Suggestions
Topic: Listbox Result
Replies: 0
Views: 5585

Listbox Result

When an item in a list box is double clicked with the mouse button it would be very nice to have it return a Result. This sure would make it easier than selecting an item then clicking a button to have it perform an action based on the item selected in the listbox. Time saving that's what this is al...
by Mundekis
Thu Apr 21, 2005 12:35 am
Forum: Technical / Scripting
Topic: Radio Group problems in Dialogs
Replies: 4
Views: 6744

Radio Group Problem

Ok! I'll post my own reply to this one. I figured out the Index item I just had to reread things, still a bit confussing. The "0" at the end of the RadioGroup still seems to have no effect if I change it to a "1". I can now get it to do what I want however. Dialog>Tests Caption=Radio Test Top=156 Wi...
by Mundekis
Wed Apr 20, 2005 11:46 pm
Forum: Technical / Scripting
Topic: Radio Group problems in Dialogs
Replies: 4
Views: 6744

Radio Group Question

RadioGroup=LoopStop,Stop When,888,384,73,49,Error%CRLF%NoError,0 What does the 0 at the end do? The help file suggest SelectedItem. Name,Caption,Left,Top,Width,Height,Items,SelectedItem I was thinking that I could change the default Selected item by changing that value. In Ver. 7.3.11.3 How do you c...
by Mundekis
Thu Jul 10, 2003 12:56 pm
Forum: Technical / Scripting
Topic: Accessing Microsoft's Set Variables
Replies: 13
Views: 15230

Accessing MS SET VARIABLes

Thanks for all the input, my answer is simple and comes inpart from Chaoticz old post.

Create the Executable then pass the environment variable.

//MsgScript
messagemodal>%msg%


run MsgScript.exe /msg=%dosvariable%
by Mundekis
Tue Jul 01, 2003 7:28 pm
Forum: Technical / Scripting
Topic: Accessing Microsoft's Set Variables
Replies: 13
Views: 15230

SET Variables in Win95

Yes Windows 95 does of course have a registry however at the time Microsoft's employees at the NT side of the house did not talk to the DOS based Windows side, and a lot of things were left out. Thats why it took so long to pull the two OS's together. Needless to say those SET values are left out in...
by Mundekis
Tue Jul 01, 2003 12:51 pm
Forum: Technical / Scripting
Topic: Accessing Microsoft's Set Variables
Replies: 13
Views: 15230

DOS SET Variables

Thanks the Registry method is a lot closer to what I'm looking for but that method will not work with Windows 95 and I entend to use this across 95 and NT platforms.
by Mundekis
Mon Jun 30, 2003 8:32 pm
Forum: Technical / Scripting
Topic: Accessing Microsoft's Set Variables
Replies: 13
Views: 15230

DOS Set Variables Command

Bob, I've done that in the past, I was just woundering if I could get some direct access to those variables, for they're out their.
by Mundekis
Mon Jun 30, 2003 3:55 pm
Forum: Technical / Scripting
Topic: Accessing Microsoft's Set Variables
Replies: 13
Views: 15230

System Variables

You are correct, the System Set Variables are contained their, but I need to access other variables that are set by other programs that can be displayed by using the DOS window SET Command.
by Mundekis
Mon Jun 30, 2003 3:20 pm
Forum: Technical / Scripting
Topic: Accessing Microsoft's Set Variables
Replies: 13
Views: 15230

Accessing Microsoft's Set Variables

Does anyone know how to directly access Microsofts environment-variable that are Set using the Microsoft SET Command. I know I can send those variables to a file then read them but I'm looking to directly access them. I'm using Macro Scheduler PRO 7.2.036.
by Mundekis
Wed May 07, 2003 1:31 am
Forum: Technical / Scripting
Topic: Dialog Listbox request
Replies: 6
Views: 10360

Listbox double click

Thanks for the information. I'll leave things as they are for now. The users already got more than they ask for and I love the addition of the Dialog.
by Mundekis
Tue May 06, 2003 11:09 am
Forum: Technical / Scripting
Topic: Dialog Listbox request
Replies: 6
Views: 10360

Double click in listbox

Bob, thanks for the info. I see how you can make a selection perform an action, but I'm looking to double mouse click an item in a listbox and have it perform an action without having to click any buttons. Attached is an example of the listbox I'm using. Dialog>MyDialog Caption=This is My Dialog Top...
by Mundekis
Sat May 03, 2003 9:40 pm
Forum: Technical / Scripting
Topic: Dialog Listbox request
Replies: 6
Views: 10360

Dialog Listbox request

Is there a way we can get the Listbox (double click selection) to work as a Control, simular to a button click?
by Mundekis
Thu Apr 24, 2003 12:09 am
Forum: Technical / Scripting
Topic: Accessing screen data in DOS session
Replies: 3
Views: 6207

You could try this it should work if your using Windows NT.
I hope this gets you headed in the right direction.
SetFocus>Your Dos Window Name
Press ALT
Wait>0.02
Send> es
Wait>0.02
Release ALT
Wait>.02
Press Enter
SetFocus>Untitled - Notepad
Wait>.02
Press CTRL
Send>V
Release CTRL
by Mundekis
Wed Apr 23, 2003 12:51 pm
Forum: Technical / Scripting
Topic: Dialog Box Default Values Problem
Replies: 1
Views: 4339

Dialog Box Default Values Problem

OS-Win2000 Ver-7.2.032 I can not get the memory Variables to default back to their default value after the OK button is pushed is there some changes that I need to make to this example script. Dialog>MyDialog Caption=This is My Dialog Left=300 Top=300 Width=305 Height=120 Label=Type Something Here:,...
by Mundekis
Mon Apr 21, 2003 1:26 am
Forum: General Discussion
Topic: Simple Visual Basic function am I missing something?
Replies: 7
Views: 9762

Thanks Bob

I'm now on my way to mastering VBScript. That takes care of lots of questions I've had.
Sign up to our newsletter for free automation tips, tricks & discounts