Download Source 

Startseite

 

Produkte

Dienstleistung

Schulung

 

Download  

Anwendungen

Tools / Demos

Source

 

Kontakt

Links

 
Online-Anfrage
 
 

Privat

 

These sources and demo projects are availabe fully for free. If you like them let me know. If you want to use it in professional/shareware projects just give me some credits or send me a postcard!


CAutoPos (VC-Class)
With this class you can easily add "resizing dialogs" with automatically resizing / repositioning controls to your VC projects. Simply register your controls to the CAutoPos-Class-Member of your dialog and call "CAutoPos::Refresh(...)" in your CDialog::OnSize(...).
Download: Source as zip-archive
Environment: Visual C++ 6.0
Plattforms:: Win32

clsAutoPos (VB-Class)
With this class you can easily add "resizing dialogs" with automatically resizing / repositioning controls to your VB projects. Simply register your controls to the clsAutoPos-Class-Member of your form and call "clsAutoPos.Refresh(...)" in your Form.Resize(...).
Download: Source & DemoProject as zip-archive
Environment: Visual Basic 6.0
Plattforms:: Win32

ctlSplitter (VB-UserControl)
With this usercontrol you can easily add "Splitter"-functionality to any vb-form. Just drop this control on your form, size it to your needs and attach any two other controls to it. Do this in your Form.Initialize(...) by calling ctlSplitter.AttachObjects(...) and setting the split-mode (horizontally/vertically). Once the splitter is initialized it will arrange the attached objects as needed and resize them when draging the splitter bar.
Download: Source & DemoProject as zip-archive
Environment: Visual Basic 6.0
Plattforms:: Win32