No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
Electrical Engineer
12 Posted Topics
Re: 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) Thanks for the lesson. | |
I am very new to CSS and HTML. I have built a static demo version of a site that I want to build. my site looks great in Chrome, not as great in firefox and absolutely terrible in IE8. I thought I was using standard CSS styling but it seems … | |
I have a program in which I have used a .myFileType file. obviously windows does not recognise the file type and so I have to browse for the file in the application. how do I make it so that windows knows .myFiletype's native application and launch the application on double … | |
I want to develop a landscape design layout tool. it would be a CAD program of sorts but would need to look more aesthetic. at the end of it, it would need to look almost hand drawn. trouble is I am a bit of a noob having only developed a … | |
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 project!! Anyone know how to temporarily remove the protection, edit what you want and … | |
Re: 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) [code=java] public ArrayList readAsStrings(File filename) throws FileNotFoundException, IOException { /**returns all of the data in a file as Strings given … | |
Re: 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 has a more elegant way of doing it. so: Private Sub CheckBox1_Click(ByVal sender As … | |
Re: 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 rule you should always ensure that your test condition has a modification statement within … | |
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 computer? Do you think that I would have to set up an installation … | |
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 been able to find is toolbar>context menu>choose items>COM>FlexiGrid version 6.0. I would like … | |
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 attributed to the inbuilt so called garbage collection. Having learned first to program in … |
The End.