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 #4K
~4K People Reached
About Me

Electrical Engineer

12 Posted Topics

Member Avatar for Comatose

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.

Member Avatar for DJ-DOO
2
1K
Member Avatar for Tyrone.Wilson

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 …

Member Avatar for twiss
0
198
Member Avatar for Tyrone.Wilson

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 …

Member Avatar for NormR1
0
144
Member Avatar for Tyrone.Wilson

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 …

0
68
Member Avatar for Tyrone.Wilson

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 …

Member Avatar for Tyrone.Wilson
0
576
Member Avatar for gadisandeep

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 …

Member Avatar for Tyrone.Wilson
0
112
Member Avatar for christiangirl
Member Avatar for eswaran_mca

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 …

Member Avatar for hisheeraz
0
929
Member Avatar for rogenie

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 …

Member Avatar for Tyrone.Wilson
0
247
Member Avatar for Tyrone.Wilson

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 …

Member Avatar for Teme64
0
154
Member Avatar for Tyrone.Wilson

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 …

Member Avatar for Tyrone.Wilson
0
89
Member Avatar for Tyrone.Wilson

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 …

Member Avatar for Tyrone.Wilson
0
105

The End.