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
~412 People Reached
Favorite Forums
Favorite Tags
Member Avatar for smart_virus87

I'm playing around on how to get last name in the string. Below is my current code and it is working. I want to know if there is another way to do it. strMsg = "John Doe" length = Len(strMsg) For i = 0 To length char = Right(strMsg, i …

Member Avatar for Jx_Man
0
224
Member Avatar for smart_virus87

Hi, I'm going to send a byte to the .dll to retrieve machine information. Right now I'm using the string to pass the value to CBMReader and I able to retrieve the value. Dim Devc as String Dim CBMReader as String For i = 0 To 50 If tempDev = …

0
115
Member Avatar for smart_virus87

I need to draw a line on the FlexGrid in order to indicate what the center of the data. I use picture box on it and draw a line on that flexgrid. the problem is when I zoom the Flexgrid, the line is not put on the center as i …

Member Avatar for AndreRet
0
73