Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for breisa

Okay, here's the senario: I want the form to hide when I click on the minimize button, then the notify icon will show up on the system tray. I have this piece of code: (ntfLibSMS is the name of my notify icon) [CODE=vb.net] Private Sub LibSMS_Resize(ByVal sender As Object, ByVal …

Member Avatar for lolafuertes
0
554
Member Avatar for breisa

Is there a function in VB.net that allows me to divide a really long String into a specific number of characters? For example: MyString= "Hello man! Wazzup?" group1="Hello " group2="man! W" group3="azzup?" The length of this string is 18 and I'd like to group it by 3, so each group …

Member Avatar for lolafuertes
0
1K