Search found 2 matches

by mxwwx
Wed Mar 26, 2014 6:44 pm
Forum: C++ Development
Topic: Enumerate network interfaces
Replies: 2
Views: 1079

Enumerate network interfaces

Hi,

can anybody point me to a snippet how to enumerate network interfaces with wxwidgets?

Best & thank you,
MXWW
by mxwwx
Thu Mar 14, 2013 4:04 pm
Forum: Platform Related Issues
Topic: Strange redraw problem under Windows 7
Replies: 7
Views: 8990

Re: Strange redraw problem under Windows 7

Hi,
we eliminated the problem by manually issuing

InvalidateRect( GetHwnd(), NULL, true );

instead of ( or additionaly to ) Refresh()

best