Re-read the docs for InternetOpenUrl. Specifically what it says about the 1st parameter. In general though, when you're having problems with some API, the best thing is to read/re-read the docs for...
The first version fails at the InternetOpenUrl call. Read the docs for InternetOpenUrl, specifically the 'Return value' section which explains what the function returns & what to do when it returns...
It could be throwing an exception that you're not aware of. You could try putting throw new Exception("see if I can see this"); after publish( 1 ). If you don't see that exception then the problem is...
Please. I should apologize for pointing out that he was wrong about the debugger not helping him? Preceding that sentence with 'Of course it will..' was offensive?? Pointing out that, yes, in the...
Beleive it or not, there are programmers in the world who graduated college, and worked for years professionally as a programmer and never needed strangers on a forum to debug their programs for...
Check his history. Looks like we'll hear from him again in another year resurrecting another zombie thread to post another 'with all due respect...' comment. See ya next year WardMD :wave:
Yeah, all of the projects settings are stuck inside those sln/vcproj files. It's easier to search through those text files than searching through all the settings in the IDE.
Oh and change 'UIPanel' to 'uiPanel' so that you are using correct java naming conventions. Especially important when you are asking other people to read your code.
When I run it (after fixing the DataTable not found error) I only see the JTextArea. I don't even see the 'SQL Search Query :' label. That is because you put them both in the same GridBagLayout cell:...