Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

general win32 api ?

Status
Not open for further replies.

bobo12

Programmer
Joined
Dec 26, 2004
Messages
74
Location
US
is there a function in win32api that checks to see if the current computer is connected online or not?

suppose u write a win32 .exe, how do i create an installer/uninstaller for it? are there some already on the market we can use?

how do i create an uninstaller for an .exe?

does win32api have a time function that can return time of day?
 
>is there a function
yes
>are there some already
yes
>how do I create
You don't need to; see above
>time function
yes

I suspect that you need to do some basic background research...
 
hi,
so let me first thank strongm for quick reply. but in the spirit of new years, would u plz elaborate more on u'r replies.

1.is there a function in win32api that checks to see if the current computer is connected online or not? would u happen to know what it's called?

2.how do i instruct windows 9.x, 2000,xp to load up a win32 .exe at startup?
 
1. Basic data on API calls can be found at the standard research sites:

2. Read faq222-2244 regarding double posts. I answered this in your other thread

________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first

'If we're supposed to work in Hex, why have we only got A fingers?'

for steam enthusiasts
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top