| Thread | Last Post | Replies |
|
| inherits class. | 19 Mar 2010 22:48 GMT | 12 |
I want to create a new class (VB 2008). What I did : add new class. and wrote :
|
| Moveable Graphic Object? tutorials | 19 Mar 2010 18:47 GMT | 5 |
I am looking at a project which will require me to venture into some new territory. I have been searching the net and appear to have not hit on the correct keywords to find what I am looking for. I need to write an application which draws objects on a canvas, but I need
|
| U/LBound & copying arrays | 19 Mar 2010 15:55 GMT | 15 |
Hello all, I am migrating a VB6 module to VB 2008. This module makes use of the UBound and LBound functions to determine array bounds. I left them as is and they worked fine in VB2008. I am aware that VB'08 has the GetUpperBounds() method, but I can't seem to find if there are
|
| Writing to file | 18 Mar 2010 20:15 GMT | 26 |
trying the following, calculating some values and writing to a comma delim file. the file is getting created but it's always blank what am i missing?
|
| Click Once deployment - cannot continue. the application is improperly formatted | 18 Mar 2010 11:18 GMT | 9 |
I am using clickonce to publish a windows forms application developed in VB.net VS2008. I am getting the above error during installation. The .NET Framework (3.5) is installed during the application installation.
|
| Format method | 18 Mar 2010 00:50 GMT | 6 |
Trying to use the format method in vb.net to oconvert a double to string of 4 places I tried: Format(CStr(dHeightOfStone), "x.xxxx")
|