Programmer's Lab

Other General Resources like icon sets, sound files etc.,

Moderator: Rathinagiri

Post Reply
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Programmer's Lab

Post by bpd2000 »

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
Attachments
pldemo.rar
Demo
(1.31 MiB) Downloaded 1266 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
User avatar
Pablo César
Posts: 4059
Joined: Wed Sep 08, 2010 1:18 pm
Location: Curitiba - Brasil

Re: Programmer's Lab

Post by Pablo César »

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
HMGing a better world
"Matter tells space how to curve, space tells matter how to move."
Albert Einstein
User avatar
bpd2000
Posts: 1207
Joined: Sat Sep 10, 2011 4:07 am
Location: India

Re: Programmer's Lab

Post by bpd2000 »

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
BPD
Convert Dream into Reality through HMG
Post Reply