What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » VB and Network cards' IP

VB and Network cards' IP
Author: Message:
ryxdp
Senior Member
****


Posts: 804
Reputation: 16
29 / Male / Flag
Joined: Jun 2006
O.P. RE: VB and Network cards' IP
Thanks(Y)

The Planet Source Code one works great, but I'd like to make the signal indicators the same sort of style as the network connections thing in the Control panel (see attachment).

As I said, I don't know a lot about VB, so thanks in advance :P

EDIT: I've nabbed the strength indicators from xpsp2res.dll in /system32/mui/0401 using ResHacker, how do I set them as the indicator, eg. something along the lines of:

vb.net code:
If dbl_strength = 0 Then
PictureBox1 = My.Resources.Signal_pic0
End If
 
If dbl_strength = 1 Then
PictureBox1 = My.Resources.Signal_pic1
End If

And so on...

(They are .icos, I will convert them to .pngs and hope PictureBoxes support .png transparency :S)

This post was edited on 12-22-2008 at 02:20 AM by ryxdp.
02-05-2007 05:53 AM
Profile PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
VB and Network cards' IP - by ryxdp on 02-04-2007 at 05:23 AM
RE: VB and Network cards' IP - by davidpolitis on 02-04-2007 at 08:48 AM
RE: VB and Network cards' IP - by ryxdp on 02-04-2007 at 10:35 AM
RE: VB and Network cards' IP - by davidpolitis on 02-04-2007 at 10:36 AM
RE: VB and Network cards' IP - by CookieRevised on 02-04-2007 at 03:59 PM
RE: VB and Network cards' IP - by ryxdp on 02-05-2007 at 05:53 AM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On