Jump to page: 1 2
Thread overview
D Forms Library
Jul 14, 2004
Vathix
Jul 14, 2004
Kris
Jul 15, 2004
J C Calvarese
Jul 15, 2004
Charlie
Jul 15, 2004
John Reimer
Jul 16, 2004
Vathix
Jul 16, 2004
John Reimer
Jul 16, 2004
Pac
Jul 16, 2004
John Reimer
Jul 16, 2004
Vathix
Jul 20, 2004
teqDruid
Jul 20, 2004
John Reimer
Jul 19, 2004
C. Sauls
Jul 19, 2004
Vathix
Jul 19, 2004
Juanjo Álvarez
Jul 20, 2004
Jason Mills
Jul 20, 2004
Stephen Waits
Jul 20, 2004
Sean Kelly
July 14, 2004
D Forms Library, or DFL, is my new Win32 windowing library. Check it out: www.dprogramming.com/dfl.php . Here's a little info from the page:

With DFL you can:
  * Create and manage your Windows GUI application with a simple,
object-oriented interface.
  * Attach event handlers to many objects, such as controls, forms, and
menus, for practically any event.
  * Dock and anchor controls on the parent form, so resize code isn't
needed.
  * Use sockets that do not block the GUI thread.
  * Much more!

DFL should also appeal to .NET programmers, and hopefully persuade them to try out D.

--
Christopher E. Miller
www.dprogramming.com


July 14, 2004
Cool. That looks nice and simple!

"Vathix" <vathixSpamFix@dprogramming.com> wrote in message news:cd2vu2$16fp$1@digitaldaemon.com...
> D Forms Library, or DFL, is my new Win32 windowing library. Check it out: www.dprogramming.com/dfl.php . Here's a little info from the page:
>
> With DFL you can:
>   * Create and manage your Windows GUI application with a simple,
> object-oriented interface.
>   * Attach event handlers to many objects, such as controls, forms, and
> menus, for practically any event.
>   * Dock and anchor controls on the parent form, so resize code isn't
> needed.
>   * Use sockets that do not block the GUI thread.
>   * Much more!
>
> DFL should also appeal to .NET programmers, and hopefully persuade them to try out D.
>
> --
> Christopher E. Miller
> www.dprogramming.com
>
>


July 14, 2004
i came across your site and saw this the other day.  i was sad that it wasn't finished.  now i think i'll go play with it :D


July 15, 2004
Vathix wrote:
> D Forms Library, or DFL, is my new Win32 windowing library. Check it out:
> www.dprogramming.com/dfl.php . Here's a little info from the page:
> 
> With DFL you can:
>   * Create and manage your Windows GUI application with a simple,
> object-oriented interface.
>   * Attach event handlers to many objects, such as controls, forms, and
> menus, for practically any event.
>   * Dock and anchor controls on the parent form, so resize code isn't
> needed.
>   * Use sockets that do not block the GUI thread.
>   * Much more!
> 
> DFL should also appeal to .NET programmers, and hopefully persuade them to
> try out D.

I don't know .NET from .COM, and I think it looks great!

> 
> --
> Christopher E. Miller
> www.dprogramming.com




-- 
Justin (a/k/a jcc7)
http://jcc_7.tripod.com/d/
July 15, 2004
"Vathix" <vathixSpamFix@dprogramming.com> escribió en el mensaje
news:cd2vu2$16fp$1@digitaldaemon.com
| D Forms Library, or DFL, is my new Win32 windowing library. Check it out:
| www.dprogramming.com/dfl.php . Here's a little info from the page:
|
| With DFL you can:
|   * Create and manage your Windows GUI application with a simple,
| object-oriented interface.
|   * Attach event handlers to many objects, such as controls, forms, and
| menus, for practically any event.
|   * Dock and anchor controls on the parent form, so resize code isn't
| needed.
|   * Use sockets that do not block the GUI thread.
|   * Much more!
|
| DFL should also appeal to .NET programmers, and hopefully persuade them to
| try out D.
|
| --
| Christopher E. Miller
| www.dprogramming.com

One of the examples can't be compiled: missing resource.d

-----------------------
Carlos Santander Bernal


July 15, 2004
Bootylicious!

Charlie

In article <cd2vu2$16fp$1@digitaldaemon.com>, Vathix says...
>
>D Forms Library, or DFL, is my new Win32 windowing library. Check it out: www.dprogramming.com/dfl.php . Here's a little info from the page:
>
>With DFL you can:
>  * Create and manage your Windows GUI application with a simple,
>object-oriented interface.
>  * Attach event handlers to many objects, such as controls, forms, and
>menus, for practically any event.
>  * Dock and anchor controls on the parent form, so resize code isn't
>needed.
>  * Use sockets that do not block the GUI thread.
>  * Much more!
>
>DFL should also appeal to .NET programmers, and hopefully persuade them to try out D.
>
>--
>Christopher E. Miller
>www.dprogramming.com
>
>


July 15, 2004
On Wed, 14 Jul 2004 05:57:04 -0400, Vathix wrote:

> D Forms Library, or DFL, is my new Win32 windowing library. Check it out: www.dprogramming.com/dfl.php . Here's a little info from the page:
> 
> With DFL you can:
>   * Create and manage your Windows GUI application with a simple,
> object-oriented interface.
>   * Attach event handlers to many objects, such as controls, forms, and
> menus, for practically any event.
>   * Dock and anchor controls on the parent form, so resize code isn't
> needed.
>   * Use sockets that do not block the GUI thread. * Much more!
> 
> DFL should also appeal to .NET programmers, and hopefully persuade them to try out D.

Will a Linux version follow? :-)

July 16, 2004
> Will a Linux version follow? :-)
>

I don't really know anything about linux GUI programming, so I don't even know if it's possible with this library. I'll look into it sometime.


July 16, 2004
In article <pan.2004.07.15.21.54.02.923142@NO_S_PAM.yahoo.com>, John Reimer says...
>
>Will a Linux version follow? :-)

Take DUI if your are looking for a LINUX GUI for D...


Best regards

Pac
July 16, 2004
On Fri, 16 Jul 2004 01:46:00 +0000, Pac wrote:

> In article <pan.2004.07.15.21.54.02.923142@NO_S_PAM.yahoo.com>, John Reimer says...
>>
>>Will a Linux version follow? :-)
> 
> Take DUI if your are looking for a LINUX GUI for D...
> 
> 
> Best regards
> 
> Pac

Oh really?  ;-)


« First   ‹ Prev
1 2