Re: [python-win32] NotifyAddrChange

2019-11-09 Thread Yvan Manon

Yes i found the same approch with ctypes with exemple

https://programtalk.com/vs2/?source=python/3819/code-for-blog/eliben-code-for-blog-929642f/2008/wxpytris/lib/lib/eblib/win32/network.py

https://programtalk.com/vs2/python/13271/WAPT/waptservice/network_manager.py/

thx

--

*Yvan Manon*

36 rue decazes

13007 Marseille

Téléphone : 01 86 95 31 90

Web: http://www.siveo.net

Le 06/11/2019 à 07:05, Tim Roberts a écrit :
On Nov 5, 2019, at 2:24 AM, Yvan Manon > wrote:


I'm new with pywin32
I would be inform about network ip change, is pywin32 can access to 
NotifyAddrChange

https://docs.microsoft.com/en-us/windows/win32/api/iphlpapi/nf-iphlpapi-notifyaddrchange
or is it a way to handle this or any advise to manage it


Did you do any web searching at all for this?  Google is way faster 
than this mailing list.  The first two hits show you how to do this 
with ctypes, or try cab use this package:


https://sourceforge.net/projects/iphelpers/files/
—
Tim Roberts, t...@probo.com 
Providenza & Boekelheide, Inc.


___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32


Re: [python-win32] NotifyAddrChange

2019-11-05 Thread Tim Roberts
On Nov 5, 2019, at 2:24 AM, Yvan Manon  wrote:
> 
> I'm new with pywin32
> I would be inform about network ip change, is pywin32 can access to 
> NotifyAddrChange
> https://docs.microsoft.com/en-us/windows/win32/api/iphlpapi/nf-iphlpapi-notifyaddrchange
> or is it a way to handle this or any advise to manage it

Did you do any web searching at all for this?  Google is way faster than this 
mailing list.  The first two hits show you how to do this with ctypes, or try 
cab use this package:

https://sourceforge.net/projects/iphelpers/files/ 

— 
Tim Roberts, t...@probo.com
Providenza & Boekelheide, Inc.

___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32


[python-win32] NotifyAddrChange

2019-11-05 Thread Yvan Manon

Hello

I'm new with pywin32

I would be inform about network ip change, is pywin32 can access to 
NotifyAddrChange


https://docs.microsoft.com/en-us/windows/win32/api/iphlpapi/nf-iphlpapi-notifyaddrchange

or is it a way to handle this or any advise to manage it

Thanks

--
Tekmans
___
python-win32 mailing list
python-win32@python.org
https://mail.python.org/mailman/listinfo/python-win32