Find Demo for Programmer's Lab it is free
The Programmer's Lab presents a compiled collection of over 500 functions that empower limited programming languages and simplify complex code at the same time. It accomplishes these two seemingly different things by acting like a dynamic link library (DLL).
Library Can be downloaded from http://www.justoutsourcing.com/pl/download.html
Main feature of Lib is single line coding
Programmer's Lab
Moderator: Rathinagiri
Programmer's Lab
- Attachments
-
- pldemo.rar
- Demo
- (1.31 MiB) Downloaded 1437 times
Last edited by bpd2000 on Mon Oct 31, 2011 3:41 am, edited 1 time in total.
BPD
Convert Dream into Reality through HMG
Convert Dream into Reality through HMG
- Pablo César
- Posts: 4059
- Joined: Wed Sep 08, 2010 1:18 pm
- Location: Curitiba - Brasil
Re: Programmer's Lab
Nice examples in your code. I have included path thru GetCurrentFolder() for executing at current folder for pl.exe and your picture. But very nice to know for knowledgeand studies. Here it is link for downloads:
http://www.justoutsourcing.com/pl/download.html
Thank you for your contrib
http://www.justoutsourcing.com/pl/download.html
Thank you for your contrib
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
Re: Programmer's Lab
Dear Pablo César
Thank you for suggestion, I have modified source
I want to know how to retrive result and use it in HMG code
Code: Display mode 3
pl.exe 3 combobox "My Title" "Item 1" "Item 2" "Item 3"
Code: Clipboard mode 1 will store result in clipboard
pl.exe 1 combobox "My Title" "Item 1" "Item 2" "Item 3"
Code: Clipboard mode 2 will store result in TMP.TMP file
pl.exe 2 combobox "My Title" "Item 1" "Item 2" "Item 3"
you can run example even from CMD window
Thank you for suggestion, I have modified source
I want to know how to retrive result and use it in HMG code
Code: Display mode 3
pl.exe 3 combobox "My Title" "Item 1" "Item 2" "Item 3"
Code: Clipboard mode 1 will store result in clipboard
pl.exe 1 combobox "My Title" "Item 1" "Item 2" "Item 3"
Code: Clipboard mode 2 will store result in TMP.TMP file
pl.exe 2 combobox "My Title" "Item 1" "Item 2" "Item 3"
you can run example even from CMD window
BPD
Convert Dream into Reality through HMG
Convert Dream into Reality through HMG