Forum: Java Nov 21st, 2008 |
| Replies: 4 Views: 752 Thanks.... I actually managed to get it sorted by opening in notpad and moving the tags "//GEN - END methodName" around and that fixed the problem. thanks for the help though, much appreciated. |
Forum: Java Nov 20th, 2008 |
| Replies: 2 Views: 1,394 I have a DataManager Class. this is how I do it (maybe there is a better way I don't know)
In my DataManager Class I have these methods (among others)
public ArrayList readAsStrings(File... |
Forum: Java Nov 20th, 2008 |
| Replies: 4 Views: 752 |
Forum: Java Nov 20th, 2008 |
| Replies: 3 Views: 430 |
Forum: Java Nov 20th, 2008 |
| Replies: 4 Views: 752 The protection on code generated in NetBeans is great. untill it gets it wrong and you have an arbitrary line protected and it totally stuffs up your code and you can not longer work on your... |
Forum: VB.NET Oct 14th, 2008 |
| Replies: 6 Views: 2,123 hmmm.... just noticed that it is not your post at the top Rogenie, perhaps you should start your own thread. but my answer above makes some sense in any case. |
Forum: VB.NET Oct 14th, 2008 |
| Replies: 6 Views: 2,123 Agreed. the problem seems to be that you are going into the loop with no chance of coming out. I see in the code you gave in the first post you only read once with:
strComAmount =... |
Forum: VB.NET Oct 13th, 2008 |
| Replies: 1 Views: 1,161 is there any way of having a portable database packaged with a project and if so how would I refer to it without having to mention the specific directory which would not be true for someone elses... |
Forum: VB.NET Oct 13th, 2008 |
| Replies: 2 Views: 1,345 how are you handling your click event? I would put a clause in there to say that if it is a user generated click then check the box again esentially undoing their uncheck immediately. perhaps someone... |
Forum: VB.NET Oct 13th, 2008 |
| Replies: 6 Views: 2,123 I think hisheeraz has hit the button. the problem is that you have a test condition which remains true forever and thus sends your program into an infinite loop. this would explain the "crash" as a... |
Forum: VB.NET Oct 13th, 2008 |
| Replies: 1 Views: 1,057 k well I am guessing that I am off the wall in this regard and mark it down as impossible/ uninteresting and conjure up something else. |
Forum: VB.NET Oct 9th, 2008 |
| Replies: 1 Views: 1,057 Hi,
I have read a similar thread where it was indeed possible to embed an excel spreadsheet into a vb.net application. I am wondering if this is possible with vb express 2008. the best that I have... |
Forum: VB.NET Oct 8th, 2008 |
| Replies: 3 Views: 447 Well thanks anyway guys. I appreciate the answers even if I didn't post it in the right forum.
cheers |
Forum: VB.NET Oct 8th, 2008 |
| Replies: 3 Views: 447 Hi people,
A really noob question but I thought that I should find the answer to it in any case.
There was always much noise made about JAVA's inherent speed and some of that speed being... |
Forum: Visual Basic 4 / 5 / 6 Oct 7th, 2008 |
| Replies: 6 Views: 29,887 Awesome tut. I had no idea how to do all of this stuff. I found a bit of a gem with this one. One thing I did notice though was that all of the microsoft links didn't work (content not found)
... |