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
Ranked #44.2K
~1K People Reached
Favorite Forums
Favorite Tags

4 Posted Topics

Member Avatar for bcheath_1

I know you probably already tried this, but just for the record, try inserting a breakpoint and follow the code line by line to see if the child form is being placed in that position when it is loaded or some other code is changing its position. Don't forget to …

Member Avatar for Mortimern
0
737
Member Avatar for Kanryue

I am not exactly sure what you would like to do with the text of this label, but if you want to include a number of spaces (the number is always varying) to the left and right of the text, then you can use the padleft and padright methods. Just …

Member Avatar for waynespangler
0
126
Member Avatar for root

I found Visual Basic.Net Complete by Sybex to be a pretty good intermediate book. Its between advanced beginner and intermediate. It also covers a lot of topics, from application development to asp to ado, etc. Good Luck Programming, adrcam

Member Avatar for root
0
369
Member Avatar for AlreadyWon!

Hi csgal, First of all the code you provided would never work well as the change variable is being calculated badly. The unneccassary modification of the Change variable happens twice at these locations: ['Validate Data If cost > 150 Or cost = 0 Then MsgBox("Incorrect value Please try again!") Else …

Member Avatar for adrcam
0
142

The End.