Visual D++ 4.1
A new generation of D++ is here, now you can code visual D++ applications, yeah thats right with forms and everything!
AI
Podsumowanie AI: This codebase represents a historical implementation of the logic described in the metadata. Our preservation engine analyzes the structure to provide context for modern developers.
Kod źródłowy
<html>
<p>After 2 weeks of programming i have finally finished Visual D++ 2.0. This is
based on D++ 4.1, but because D++ 4.1 is just a text based programming language,
i decided to give it command buttons, text boxes, list boxes etc. <br>
I loosely based it on PowerBasics DDT, it looks the same although its quite
diffrent so i guess it cant really be called DDT, but its still really simple to
code with it, here is an example of code:<br>
function main()<br>
{<br>
vdpp;<br>
control add form 0 3825 1635 6630 to Form1;<br>
control set Form1 form text to "Donuts DDE mIRC send";<br>
control set Form1 form backcolor to "15279930";<br>
control add Form1 label 144.4126 60.38464 396.6262 4574.137 to Label1; <br>
control set Form1 label Label1 text to "Enter command you want to send to mIRC:";
<br>
control set Form1 label Label1 backcolor to "15279930";<br>
control set Form1 label Label1 forecolor to "2152936";<br>
control add Form1 command 1409.549 392.5002 762.7427 9053.167 to Command1;<br>
control set Form1 command Command1 text to "Send to mIRC";<br>
control add Form1 text 671.2136 75.4808 579.6845 9700.793 to text1;<br>
control set Form1 text text1 text to "";<br>
control set Form1 text text1 backcolor to "65280";<br>
}<br>
function Form1()<br>
{<br>
if Form1 = "UNLOAD" then<br>
end;<br>
endif;<br>
}<br>
function Command1()<br>
{<br>
if command1 = "CLICK" then<br>
newvar tosend;<br>
control get Form1 text text1 text to tosend;<br>
control set Form1 text text1 linksetting to "mIRC|command";<br>
control set Form1 text text1 linkmode to "0";<br>
control set Form1 text text1 linkitem to tosend;<br>
control set Form1 text text1 linkmode to "2";<br>
control set Form1 text text1 linkpoke;<br>
control set Form1 text text1 linkmode to "0";<br>
control set Form1 text text1 text to "";<br>
endif;<br>
}<br>
90% of that code is already programmed with the Visual IDE that i made, so you
can just draw forms yourself, and place objects on it.<br>
Here is the download location: <br>http://donut.pagemac.com/vdpp2.zip<br>
Unfortunately PSC doesnt allow links<br>
Because d++ depends on a dppsecurity.dll to prevent other people ripping the
entire progamming language and putting their own name on it, so i cant upload it
to Planetsourcecode, but its completly virus free (i checked).<br>
Please note: If you do vote, vote for the visual features and the code in
modDDT.bas, and the visual ide but not for the rest as the rest is all SquekMac's/Azures code, and please give us a visit on the pagemac forums,
http://forums.pagemac.com
D++ is getting more and more active now.<br>
http://www.pagemac.com/</p>
</html>
Oryginalne komentarze (3)
Odzyskane z Wayback Machine