Advertisement

Results for "Author: arjang"

6_2008-2009 #200505
Absolute Windows Shut Down

When you use the ExitWindowsEx API to reboot the system under Windows NT and Windows 2000, the machine does not reboot. 'CAUSE In order to programmatically reboot a Windows NT or Windows 2000 system, the process requires the SE_SHUTDOWN_NAME privilege. By default, Visual Basic applications do not have this privilege and therefore will not reboot the machine. In order to get ExitWindowsEx API to reboot the system under Windows NT or Windows 2000, the SE_SHUTDOWN_NAME privilege must be set. This Code Shows you the best way to reboot force restart or shut down a PC

6_2008-2009 #200506
Absolute Wave Player

This code will show you how to play wave sounds without using any components and just by calling an Api function

6_2008-2009 #200507
Absolute Form Shape (s) program

if you like to change the shape of your form (s) in a VB application this is the program to teach you how to do it. it will allow you to change the shape of the form to a Circle , Dialog , Triangle , Diamond or even a really cute STAR. I used the functions of this code a lot in diffrent programms.

6_2008-2009 #200508
Absolute Recursive factorial function

Recursive factorial function a recursive function is a function that will call itself it is probably the most difficult type of function designing but when you get use to it, you'll find it VERY USEFULL the c++ version of this function is also available write here.

6_2008-2009 #200509
Absolute Recursive factorial function C++

C++ VERSION OF Recursive factorial function It will get a number and gives you it's factorial using a Recursive function ( a function that calls itself)

7_2009-2012 #223023
Absolute Windows Shut Down

When you use the ExitWindowsEx API to reboot the system under Windows NT and Windows 2000, the machine does not reboot. 'CAUSE In order to programmatically reboot a Windows NT or Windows 2000 system, the process requires the SE_SHUTDOWN_NAME privilege. By default, Visual Basic applications do not have this privilege and therefore will not reboot the machine. In order to get ExitWindowsEx API to reboot the system under Windows NT or Windows 2000, the SE_SHUTDOWN_NAME privilege must be set. This Code Shows you the best way to reboot force restart or shut down a PC

7_2009-2012 #223024
Absolute Wave Player

This code will show you how to play wave sounds without using any components and just by calling an Api function

7_2009-2012 #223025
Absolute Form Shape (s) program

if you like to change the shape of your form (s) in a VB application this is the program to teach you how to do it. it will allow you to change the shape of the form to a Circle , Dialog , Triangle , Diamond or even a really cute STAR. I used the functions of this code a lot in diffrent programms.

7_2009-2012 #223026
Absolute Recursive factorial function

Recursive factorial function a recursive function is a function that will call itself it is probably the most difficult type of function designing but when you get use to it, you'll find it VERY USEFULL the c++ version of this function is also available write here.

7_2009-2012 #223027
Absolute Recursive factorial function C++

C++ VERSION OF Recursive factorial function It will get a number and gives you it's factorial using a Recursive function ( a function that calls itself)

Languages
Top Categories
Global Discovery