Forum: Visual Basic 4 / 5 / 6 Dec 19th, 2007 |
| Replies: 6 Views: 2,420 VB6 was apparently the last of the Visual Basic Line. Now we're supposed to go to some token language where all the stuff that they did put in that are anything like VB6 is "deprecated". Like I... |
Forum: Visual Basic 4 / 5 / 6 Dec 19th, 2007 |
| Replies: 6 Views: 3,382 I'll assume that what is required is the ability to load a picture into the form, put labels on it, and save it again. To do so one would load the picture into the form (or picturebox) use the Print... |
Forum: Visual Basic 4 / 5 / 6 Nov 29th, 2007 |
| Replies: 10 Views: 6,948 Instead of using the constant 15 isn't it safer to use screen.twipsperPixelX and Screen.TwipsPerPixelY ? |
Forum: Visual Basic 4 / 5 / 6 Nov 29th, 2007 |
| Replies: 13 Views: 2,062 yeah woops didn't realize till after that that was probably the type of response he was trying to provoke lol. |
Forum: Visual Basic 4 / 5 / 6 Nov 29th, 2007 |
| Replies: 5 Views: 2,214 OK I have it now. It isn't exactly bullet-proof, but it works great and will at least get you started.
Now, remember, I wrote this in an hour so don't be too critical :P
Also you might have... |
Forum: Visual Basic 4 / 5 / 6 Nov 29th, 2007 |
| Replies: 5 Views: 2,214 I do have a function that does the opposite but haven't even attempted to go in the other direction :) I'll give it a shot though, and post any results that aren't too embarassing. |
Forum: Visual Basic 4 / 5 / 6 Nov 29th, 2007 |
| Replies: 13 Views: 2,062 How about this. I give you the code to my Expression parser library, you become famous, then I absolutely HUMILIATE you by being the only person who
A: understands the code at all
B: knows the... |
Forum: Visual Basic 4 / 5 / 6 Nov 29th, 2007 |
| Replies: 5 Views: 2,214 |