Free Web Hosting Untitled Document

open source masterhelp,macro, vba, word, cdma, component, delphi, excel

How to call window form with animation

This example is how to call another window that mean is show window with an animation. we use two form to demontration this windows api function. this funtion is derived fromĀ  user32 library .

syntax: function AnimateWindow(hWnd: HWND; dwTime: DWORD; dwFlags: DWORD): BOOL; stdcall;

3 parameters:

  • hWnd is windows handle
  • dwTime is how long the process is running
  • dwFlags is model of animate

delphionderdils

Ok next …

Continue Reading…

How to Open yahoo mail with delphi

Delphi is multi purposes programming, sometime I use it to open internet banking such as KLIKBCA, Bank Mandiri and Bank BNI. We can open website from delphi, by use component TwebBrowser. This example I use delphi 7

delphionderdils

OK.. next we go to the source

Continue Reading…

|