counter-strike --> sudden strike
nanosani 20 Technize.net addict Team Colleague
nanosani 20 Technize.net addict Team Colleague
counter-strike --> sudden strike
......................
do you remember the name of the software??
I didnt find any method doing your job .... however you can set a listener for minimizing the window ... if the window is minimized, then you should restore it and bring it to front again.
Agreed. (And is my vote the only one that matters? just kidding!) I think the Geek's Lounge is meant for off-topic chat such as this. :)
Yes ofcourse cuz you'll be the one who will decide finally what to do :cheesy: :mrgreen:
incessant --> ceasefire
thats right.
girls --> innocent
See your advanced sound options ... is something set to mute ??
try out last known good configuration ... or your can repair the win xp installation. I think someone has deleted all the user profiles.
I think geek's lounge is particularly made for off screen talks like this one.
And I have learned that blogs are a great way to learn and share.
Now chemists should be experimenting with WoSO4, WoCl, WoNO3, WoOH etc.
I love chemistry but I'm afraid of this element.wooooh.
consequences --> result
can you post your code ?
I'll try to find some more of them.
Is there any good vb to java convertor available ?? or should it be java to vb convertor ?
That book is really good in terms of concepts ... you should be reading the text thoroughly. And then ask questions as you encounter problems ... but try to solve as many problems as possible ... as you'll learn more by solving not by asking.
I think you added the files to the JBuilder project ... you must create a new file of the class name and then copy and paste those contents respectively in each file.
thanks Sphyenx ... I'll see if I dont have a testing pc.
biased --> students
Yes alc is right. but what has it to do with java ... do you want to make java ghungroos ... hehe.
I want some more professional helpful people involved in the .NET framework section .... cuz I dont see so many replied or posts in the section.... ( Hey Dani ! may be I am hasty about everything ... dont want to wait much for the traffic to come in ... but I want my problems to be solved here....
You should be using a dialog box or a new frame ( as you like ) with a JEditorPane in it .... JEditorPane can display html/rich text format contents ... you can use the methods ... read or setText or setPage of JEditorPane to show the respective content.
For further information .. consult java api for javax.swing.JEditorPane
frog --> jumpy pond
I have found the way ... and I'll show you the software for registry editing I am making .. hehe
fairy princess --> cute child
How can I view the system information ??
oops sorry ! I just wanted to ask ... not to win something ... hehe
You could just disable the link ... or delete the thread .... I cant do anything with it :o
how can I disable/enable the minimize maximize/restore and close buttons within my code ?
Yuhooo ! Afsah is from Pakistan and me too ... and interestingly I am registered with the same university as is she :). Afsah and Afrah congrats from me too.
bleh --> not
I wanted to know how antiviruses work ... and if I want to make my own antivirus which will download the definitions of some other existing antivirus ... how should I be starting ... I want to do it in VB. NET.
Have you got the latest yahoo ! Try uninstalling and reinstalling again.
could you please use English ?? This site has rules that you can only use english to ask questions ... and I didnt understand which language did you use ?? no german no french ?? then what else ??
First find out what you have for your program .. the variables .. n methods ... and how many classes you'll need to solve your problem
then see what are the inputs of your program .. and then what your program needs to output ..
and then start making a visual picture of what your program will be .....
and if you dont understand what to do ... atleast take your pen in your hands and start writing something ... it'll give you a boost ( if you successfully do it ... I assure half your work will be solved).
I dont want my page file to be disabled .. but at the same time I want my ram to be used more .. not the pagefile.
As to specifically see javax.swing.JMenu API to insert menus in your app ... and to disable the X button :
see javax.swing.JFrame --> setDefaultCloseOperation(int )
setDefaultCloseOperation
public void setDefaultCloseOperation(int operation)Sets the operation that will happen by default when the user initiates a "close" on this frame. You must specify one of the following choices:DO_NOTHING_ON_CLOSE (defined in WindowConstants): Don't do anything; require the program to handle the operation in the windowClosing method of a registered WindowListener object.
HIDE_ON_CLOSE (defined in WindowConstants): Automatically hide the frame after invoking any registered WindowListener objects.
DISPOSE_ON_CLOSE (defined in WindowConstants): Automatically hide and dispose the frame after invoking any registered WindowListener objects.
EXIT_ON_CLOSE (defined in JFrame): Exit the application using the System exit method. Use this only in applications.
The value is set to HIDE_ON_CLOSE by default.
You want to open internet explorer ... or html content in your app ?? Using JEditorPane will do it for you ... it automatically parses html content. for further reference .. see javax.swing.JEditorPane API.
Who would take the headache of reading your query ??? you would have atleast showed some effort in solving the problem. Please try to solve it yourself .. and where you are stuck ... ask here then.
I was looking into my task manager ... and I got that my pc was using 120 MB as paging file while about 150 MB of my ram was still not used. I wonder why is it so? And if I want all of my ram to be utilized .. then what should I do?
By the way I have 256 MB of ram.
Boot your pc in vga mode ... I think you'll solve your problem. Do tell us then.
To boot in vga mode ... when you boot your pc .. press F8 for advanced options and then boot with vga mode enabled.
bubbles --> bubble bobble
try EA Armour from www.ca.com ... it has a free 1 year licence ... and its good too. You'll find a spy ware remover on the site too.
All the exe files of my computer stopped responding .... and when I scanned for viruses ... there was a virus named something like win32.plif bla bla .. which was corrupting my apps. You should scan you pc for viruses.
I mostly use JBuilder 2005 for speedy application development