537 Posted Topics

Member Avatar for sebastian3

Hi there and welcome to DaniWeb. Have you deployed your application? If so did you deploy the global.asax file? If this doesn't help may I suggest you view this thread in another forum, I think the answer might be there: [QUOTE][url]http://forums.asp.net/t/1254936.aspx[/url][/QUOTE] Hope this helps.

Member Avatar for xyzsoft
0
699
Member Avatar for majestic0110

I just wanted to demonstrate a quick point regarding Constructors & inheritance. Look at these two classes and think about what you might expect to see after the main method has run. Notice that ClassB is a subclass (inherits from) of ClassA. So, what do we expect the output to …

Member Avatar for masijade
3
668
Member Avatar for majestic0110

Hi all, I hope you are well. I am very new to Ubuntu and I am experiencing occasional screen flickers (the monitor will go black for a split second, then resume as normal). Now, I have tried googling for a solution but I have not found one yet that satisfies …

Member Avatar for regularStranger
0
518
Member Avatar for majestic0110

Hi all, hope you are well. I have noticed a LOT of members here seem to be interested in anime/manga. I too have an interest in anime and would like to share my three favourites with you. 1 - Ghost in the Shell SAC 1 & 2 2 - Cowboy …

Member Avatar for Kusanagi03
0
354
Member Avatar for majestic0110

Hi, I have written a C# dll and I have a SQL Db that has three columns (username, password, role). The role element is a class of user eg admin, user; each role needs a different login completion event. The login form I am using is an ASP.net web page …

Member Avatar for khusiaaaan
0
244
Member Avatar for majestic0110

Hi all, hope you are well. I own a Toshiba p100 notebook with vista business. The GPU is an nvidia 7600 geforce go and I have noticed that the fan for the GPU only spins when booting up. The moment Vista begins loading, the fan stops and doesnt come back …

Member Avatar for maoxiung
0
266
Member Avatar for vmanes

definately this........ oops just realised as I posted this that I am in the wrong threa - thought this was car bumper stickers! (guess I should learn to read). Oh well its still funny anyway!

Member Avatar for macgurl70
1
1K
Member Avatar for lich

I did that for an assignment when I was studying my Bsc (hons) I am pretty sure the answers are at the links Salem posted...

Member Avatar for venkat arun
-1
301
Member Avatar for majestic0110

Hi all, I hope you are well. My notebook appears to be overheating: I have a Toshiba Satellite Pro p100 PSPAE which has two intel Centrino Duo processors - T7200. I am using Real temp 3.0 to display my temperature readings, and at idle (with only Firefox open) I am …

Member Avatar for rjpoirier
0
285
Member Avatar for fayenot

Hi there fayenot, could you please post the exact error message? I have come across this one before myself I think. Also please use code tags :)

Member Avatar for kvprajapati
0
490
Member Avatar for deerslayer_1704

I would be surprised if it did work. I think that each key might be unique to each disc (for home users at least) - to prevent piracy. I might be wrong here though

Member Avatar for ilovelinux
1
485
Member Avatar for anansiva

Hi there. Here are the advantages: [QUOTE][url]http://www.startvbdotnet.com/dotnet/frameworkadvantages.aspx[/url][/QUOTE] and the disadvantages you may be able to find yourself!

Member Avatar for rdhansrihoney
0
167
Member Avatar for TheWhite

If you copy the folder where the images are to a directory the JAR can find it the images will work. HTH

Member Avatar for gsteele
0
9K
Member Avatar for majestic0110

Hi all just a quick question, what code do I use to make user input of RETURN(enter button) defaulting to an OK button on a windows form? thanks for your time.

Member Avatar for shahab_qureshi
0
132
Member Avatar for solomon_13000

The folder hierarchy has to reflect the package statement I believe. So [QUOTE]C:\test\eugene\scjp[/QUOTE] Needs to be : [QUOTE]C:\com\tets\eugene\scjp;[/QUOTE] i.e. add a folder called com then follow the structure above. or alternatively change the import statement in SubClass.java to: [QUOTE]import test.eugene.scjp.SuperClass;[/QUOTE] I think that should fix it, although I am not …

Member Avatar for solomon_13000
0
116
Member Avatar for mag88

Please use code tags, it makes the code much easier on the eyes. Look here: [URL="http://java.sun.com/docs/books/tutorial/java/nutsandbolts/switch.html"]http://java.sun.com/docs/books/tutorial/java/nutsandbolts/switch.html[/URL] This will help a lot with your problem.

Member Avatar for majestic0110
0
146
Member Avatar for solomon_13000

The constructor in your Base class is private, which means that nothing outside of Base class (including derived classes) can access it. Changing the constructor to a different access modifier (such as public) will fix this. One thing to note about constructors is that the compiler will insert an implicit …

Member Avatar for PatrickSharp
0
129
Member Avatar for aceswildab1

persistence is key when applying for your first job post - education. That is the single best piece of advice anyone can give ya

Member Avatar for Lumi4real
0
305
Member Avatar for Narue

[COLOR="Red"]jwenting[/COLOR] An amazing guy, he really knows his java! I have a lot of respect for him as he is not afraid to stand up for what is right and really helps people gain a greater understanding of problems they are having.

Member Avatar for jonsca
2
514
Member Avatar for The Dude

lol I got 4! mind you here in the UK we dont have most of those bars!

Member Avatar for zortec
2
189
Member Avatar for destroyed

It's the tutors at universities and colleges' that I feel sorry for. It really does look like the www has destroyed peoples ability to think for themselves!

Member Avatar for peter_budo
0
351
Member Avatar for CaffeineCoder

here you go buddy, this example has source code too. [url]http://javaboutique.internet.com/fireworks/[/url]

Member Avatar for cornmaster12
0
1K
Member Avatar for GiRL,IT

You had better get started then, saturday is tomorrow! James, if you were to charge $50/hour you'd only get about 3 bucks for that lol

Member Avatar for GiRL,IT
-2
156
Member Avatar for leliana

You have an extra } at the bottom of the source file and you need to instead place this } before the private method getStringFromUser.

Member Avatar for majestic0110
0
153
Member Avatar for vAshunk

Break the problem down into smaller, easier to manage steps. - Get user input - Calculate the sum of the number(s) entered - Print result Show us that you have put some effort in by showing us what you have so far and we will help you from there, I, …

Member Avatar for vAshunk
0
172
Member Avatar for Nagarajan.M

Yes, I echo the above post, remove the double quotes - you are using String literals instead of a numeric values.

Member Avatar for majestic0110
0
80
Member Avatar for Sir Tyrone

Hi and welcome! I suggest you try booting in safe mode. Before windows starts to load, hold F8. When in safe mode run another scan using avg - let us know how it goes! good luck

Member Avatar for drakeyoo
0
136
Member Avatar for Mareshal

Help you to cheat......NO. My theory here is that your tutor gave you the .class files to see how a program works, and you are then meant to write the code yourself. You will not learn java by decompiling .class files and submitting them as your project. Forgive me if …

Member Avatar for Mareshal
-1
212
Member Avatar for majestic0110

Hi, I just replied to a thread (2 minutes ago) but the thread is stating that it was an hour ago I replied & for some reason my post is above the OP's post. Here is the thread in question: [URL="http://www.daniweb.com/forums/thread234185.html"]http://www.daniweb.com/forums/thread234185.html[/URL] By the way I can spell weird, typo! lol

Member Avatar for Grn Xtrm
0
136
Member Avatar for Rashakil Fol
Member Avatar for Ancient Dragon

I think that would be a great idea too Ancient Dragon. Maybe we could have an option to neg rep a member UPTO our maximum neg rep amount? I don't think I have ever neg repped anyone actually!

Member Avatar for VernonDozier
0
1K
Member Avatar for Loved

Take a look at Line 23 where you declare the int variable vacation. This variable is declared within the body of a conditional statement, which means its lifespan is confined to that conditional block. Nothing outside of that block can see that variable. Take a look at the changes I …

Member Avatar for Loved
2
165
Member Avatar for ahmedsh3bo

I can see that you are going to get a GREAT response from that question. NOT. If you really think you are being hacked, then post a question asking for help, I don't think anyone 'round here is going to help you hack someone else!

Member Avatar for Adamsappleone
-3
100
Member Avatar for majestic0110

Hi all, I hope you are well. I am trying to compile a java file using terminal in Ubuntu, but I am getting the following error message: [QUOTE]1. ERROR in StringComparisons.java (at line 20) System.out.printf("String a = %s String b = %s \n", a,b); [/QUOTE] As you can see, I …

Member Avatar for quuba
0
241
Member Avatar for The Dude

LOL nice find man, I got 3/3 - I love the "are you dumb, are you dumb, are you dumb?" countdown lol

Member Avatar for Wasser
0
168
Member Avatar for The Mad Hatter

Somehow I don't think my Grandmother would understand why she has to "sudo" everything, and I don't think a hardcore gamer would accept the limitations WINE offers... Windows is only vulnerable to nasties BECAUSE it is the most popular O/S. If Ubuntu had a larger user base than Windows, do …

Member Avatar for Evenbit
-5
2K
Member Avatar for akulkarni

[URL="http://java.sun.com/docs/books/tutorial/uiswing/events/actionlistener.html"]here[/URL]

Member Avatar for akulkarni
0
251
Member Avatar for sneaker
Member Avatar for sonia sardana
Member Avatar for StarZ

nomemory means compile the classes then run TestCircle. You cannot run Circle directly as it has no main method. main is the entry point for you program. As nomemory said, don't skip the basics. Please mark your other thread as solved as well! :)

Member Avatar for StarZ
0
405
Member Avatar for majestic0110

Is that what it should do? [URL="http://www.daniweb.com/code/snippet227078.html"]Here[/URL] It is displaying my name as it appears in my profile as opposed to my DaniWeb screen name. Is that a bug or is it meant to do that?

Member Avatar for Dani
1
156
Member Avatar for ayanatabe

Can you post what game (Specifically) you are trying to play, what your computer specifications are, and what (exactly) is the error message?

Member Avatar for jbennet
-1
73
Member Avatar for kahaj

What is the exact error message? Is it a compilation error? Or a runtime exception you are encountering?

Member Avatar for llemes4011
0
204
Member Avatar for majestic0110

Hi all, I hope you are well. I have just noticed that my solved thread count as it appears in forum posts is one less than the count on my profile. This seemed odd, so I looked at some other members profiles and posts and noticed that their solved thread …

Member Avatar for jbennet
2
186
Member Avatar for Samyx

You have not specified a constructor for class Complex that accepts two doubles as parameters. There are two things you could do: 1- Rename void "setValue" to "public Complex" and give the Complex constructor two doubles as arguments. Or, 2- Declare a two argument constructor that sends the two doubles …

Member Avatar for Samyx
0
110
Member Avatar for KimJack

You could use the escape sequence "\n" after you print out the 4th element in the array? Or use just System.out.println(); after the 4th element has been printed.

Member Avatar for anupam_smart
0
167
Member Avatar for shiri

You can create an ImageIcon and display it as the content of a JLabel. Then put the JLabel in the content pane of your JFrame. Look here: [URL="http://java.sun.com/docs/books/tutorial/uiswing/components/icon.html"]Tutorial[/URL]

Member Avatar for majestic0110
0
129
Member Avatar for majestic0110

Can I edit a code snippet, that I submitted < 30 mins ago? only the indentation looks awful - I didn't realise that until after I submitted it! oops :(

Member Avatar for WaltP
0
225
Member Avatar for Zaad
Member Avatar for Grn Xtrm
-2
98
Member Avatar for nafnaf81

Are you not supposed to "document" this system? As in, SHOCK! HORROR! You write it yourself?

Member Avatar for majestic0110
-2
67

The End.