You are here: Home » Software Development » Components & Libraries » AS FAN win32 DLL

AS FAN win32 DLL

dll support transparenci,ser.comm.,HDD ser.,desktop control,change resolution..



  • Downloads:24
  • Last update:Feb 20, 2008
  • Version:2.1
  • License:Shareware
  • Publisher:AS Computer Software
  • System Requirements Windows All

Free Download ( Evaluation )

Buy Now ( Full version | $80 ) [ Check Discount]

AS FAN win32 DLL

asfan.dll

What You can find here?
Windows API is something that You can always use if just you know how to do this. But this little library is here to help you. Your favorite programming tool have most off them but there is some things that again most of them don't support.
But in this days You MUST HAVE more because your Customer need it just for fun, pleasure and work.
HERE IS FAN library JUST FOR YOU.


MENU THINGS THAT YOU SEE BUT YOU JUST DON'T KNOW HOW TO DO THAT.

SERIAL COMMUNICATIONS
TRANSPARENT WINDOW
RESOLUTION CHANGE
CONTROL OF DESKTOP
DETECT DEBUGER
STATUS OF APPLICATION
HDD model,serial,revision number

AND MORE
size does meter
only
40 KB

This is the begging of the end for your search for some functions that you see, love and hate.
Why? Just because
you need them, but
something always missing. Thanks to ASFAN it's change this situation.

You will get DLL,LIB,H, and DOC files and you can use functions in 15 minutes.It's that simple.

WHAT FUNCTION YOU CAN FIND HERE? There is the list with short description off parameters.

01) HANDLE as_ComOpen(char* pString); //open com port
02) BOOL as_WriteByte(BYTE& by); //write byte on port
03) BOOL as_ReadByte(BYTE& by); //read byte from port
04) void as_ClosePort(void); //close port
05) BOOL as_ComConf(WORD BaudRate,BYTE ByteSize,
DWORD dwParity,
BYTE Parity,
BYTE StopBits); //configure port
06) BOOL as_SetComTimeouts(DWORD ReadIntervalTimeout,
DWORD ReadTotalTimeoutMultiplier,
DWORD ReadTotalTimeoutConstant,
DWORD WriteTotalTimeoutMultiplier,
DWORD WriteTotalTimeoutConstant); //set time parameters for port
07) BOOL asCommIBClear(void); //clear input buffer
08) BOOL asCommOBClear(void); //clear output buffer
09) BOOL asCommRTerminate(void); //terminate read operation
10) BOOL asCommWTerminate(void); //terminate write operation
11) BOOL asSetWTransparent(HWND hWnd,int factor); //make window transparent
12) BOOL asRemoveWindowTrans(HWND hwnd); //remove transparency
13) BOOL asGetCurrentVideoMode(DWORD&,DWORD&,DWORD&,DWORD&); //get video mod
14) LONG asCanChangeVideoMode(DWORD m_dwBitsPerPixel,DWORD m_dwWidth,
DWORD m_dwHeight,DWORD m_dwFrequency); //can we change it
15) LONG asChangeVideoModePermanently(DWORD m_dwBitsPerPixel,DWORD m_dwWidth,
DWORD m_dwHeight,DWORD m_dwFrequency); //change video mod
16) LONG asChangeVideoModeTemporarily(DWORD m_dwBitsPerPixel,DWORD m_dwWidth,
DWORD m_dwHeight,DWORD m_dwFrequency); //change video mod temporarily
17) HANDLE asHDesktopWindow(void); //if you need you can get desktop handle
18) BOOL asFixWindow(HANDLE hWnd); //set window on top
19) void asNewDesktopOn(void); //create new desktop
20) void asNewDesktopOff(void); //get back to old one
21) BOOL asLockWorkStation(void); //Locking workstation
22) BOOL asLockSetForegroundWindow(UINT); //locking window
23) BOOL asFlashWindow(HWND,UINT); //make window flash
24) UINT asGetACP(void); //active code page
25) BOOL asIsIconic(HWND); //if window is icon
26) BOOL asIsZoomed(HWND); //if window is MAX
27) BOOL asMoveWindow(HWND h_win,int X, int Y, int nWidth, int nHeight,BOOL bRepaint); //move wind.
28) BOOL asIsDebuggerPresent(void);// if you want to know how user use your application
29) void asSetupComm(HANDLE,DWORD,DWORD);//set communications buffers
30) void asHideTaskBar(void);// hide task bar
31) void asShowTaskBar(void);// show task bar
32) void asHideStartButton(void);//hide START button
33) void asShowStartButton(void);// show START button
34) void asHideSystemClock(void);// hide system clock
35) void asShowSystemClock(void);// show system clock
36) BOOL asGetShortcutName( char* sc_name,UINT sc_long);//full path from shortcut
37) BOOL asPerformShutdown(void);//shut down computer
38) BOOL asPerformReboot(void);//restart computer
39) BOOL asPerformLogoff(void);//log off user
40) BOOL asBlockInput(void);// blocking input
41) BOOL asUnblockInput(void);//unblocking input
42) BOOL asArrangeDesktop(void);arrange desktop
43) BOOL asIsValidCP(UINT);//is code page valid
44) BOOL asBeepST(void);//sound BEEP
45) BOOL asBeepAS(void);//BEEP System Asterisk
46) BOOL asBeepEX(void);//BEEP System Exclamation
47) BOOL asBeepHN(void);//BEEP System HAND
48) BOOL asBeepQU(void);//BEEP System QUESTION
49) BOOL asBeepDE(void);//BEEP System Default
50) BOOL asSetPriorityReal(HWND);//Priority No 1
51) BOOL asSetPriorityNormal(HWND);//Standard priority
52) BOOL asSetProirityHigh(HWND);//HIGH priority
53) BOOL asSetPriorityIdle(HWND);//LOW priority
54) BOOL asHideDesktopIcons(void);//Hide desktop icons
55) BOOL asShowDesktopIcons(void);//Show desktop icons
56) void asMinimizeAll(void);//All active windows make minimize
57) BOOL asGetComputerName(char* c_Name,LPDWORD h_long);//Computer name
58) BOOL asGetLShift(void);//Keyboard LEFT SHIFT is on
59) BOOL asGetRShift(void);//Keyboard RIGHT SHIFT is on
60) BOOL asGetLCtrl(void);//Keyboard LEFT CTRL is on
61) BOOL asGetRCtrl(void);//Keyboard RIGHT CTRL is on
62) BOOL asGetLAlt(void);//Keyboard LEFT ALT is on
63) BOOL asGetRAlt(void);//Keyboard RIGHT ALT is on
64) BOOL asGetKeyboardState(char*);//Status of all 256 virtual keys
65) void asSetNumLock(BOOL);//SET NUM LOCK ON/OFF
66) void asSetCapsLock(BOOL);//SET CAPS LOCK ON/OFF
67) BOOL asIsMWheel(void);//Is mouse with wheel
68) BOOL asIsSafeMode(void);//Is safe mode running
69) BOOL asIsDebugUser(void);//Is debugging USER.EXE version present
70) BOOL asLockWUpdate(HWND);//Lock windows update for complex drawing
71) BOOl asUnlockWUpdate(HWND);//Unlock windows update
72) BOOL asFileToRecycle(char*);//deleting files,use recycle
73) BOOL asEnableScreenS(BOOL);//Screen saver can or not start
74) BOOL asNoFixWindow(HWND);//Normal style for window
75)void asHDid(int h_hd,int h_sta,LPSTR bafer);//IDE disk model, serial,revision
number (SCSI not supported only IDE)

Important!
READ LICENSE AGREEMENT and be nice.We spent time to make this product. Use it legally.

 

 

We will support you and in one year you will get by email any new version of ASFAN library but you must be registered user.

Aleksandar Stefanoviæ dipl.ing.
AS COMPUTER SOFTWARE


Platforms supported:
Windows NT, Windows 2000, Windows XP

Languages supported:
C/C++,VB,XBASE++

Free Download ( Evaluation )

Buy Now ( Full version | $80 )

Rating & Reviews for AS FAN win32 DLL





Tips & Guides Related to AS FAN win32 DLL

Free Download AS FAN win32 DLL

Free Download ( Evaluation )

Buy Now ( Full version | $80 )