saga
Members-
Content Count
235 -
Joined
-
Last visited
Everything posted by saga
-
my computer was once attack by this software ( i do not wish to call it a virus since its actually one executable file) that creates a copy of itself with the name of the folder which it is in and with a folder icon. So what happend is if you think its just a folder and click then it will the executable will create a process using the following name lssas.exe, winlogon.exe, service.exe and i forgot the other one. WHen you will delete all the exe with a folder icon it keeps coming back since the process it just craeted will just create another one. Now here is the bad thing, when i tried to delete the process it created, taskmanager wont let me since it has the same name with important process running in the system but this fake process runs not in the system but in the user but still i cant delete it. So i end up reinstalling windows and putting deepfrez becuase it was not detected by the antivirus. My question is, is it a Windows bug, I mean it wont let you terminate a process which has the same name with other process that runs in system even though its a fake or runs in user space only?
-
Here is my problem, I want to create a modal dialog box (application modal) that has a keyboard accelerator assign to it. I just don't know where to put the TranslateAccelerator() function with regards to modal dialog box since the message loop is inside the function DialogBox(). So how to I make a modal dialog box which has a keyboard accelerator assign to it?
-
ok my problem is how do i make or assign a keyboard accelerator with modal dialog boxes since the message loop is inside the function call of DailogBox() functions, unlike the modeless dialog box in which you are the one who will create the message loop for the dialog box...is it even possible?
-
tanks for the info... i think its enough for me to start to work with the situation... i have installed and msdn october release in my unit so i guess its updated enough to help me work with registry...thnks...
-
Is there a good Resource Compiler for Win32 outhere which is freeware or opensource perhaps?im using the Visual C++ but it puts to much extra code in the rc file.. i always end up deleting those extra text... is there any?
-
the problem is that i want to be able to make my program automatically load to memory or execute as soon as windows start up. the only solution i know is to put a link in the startup folder for all user or an specific user....is there any other possible way using Win32 API function calls that do the trick.. like some part in the windows registry were you add the path and file name of programs you want to execute at start up?i need only pure Win32 API function calls since im not using visual basic but a bloodshed win32 compiler. MFC gives me headache. tnx in advance guys..
-
int n; int i; int isPrime = 1; //1 is true and 0 is for false, there is no boolean in C not like C++ //it should be set initialy to true for(i=n;i>1;i--) { if(n%i==0) { isPrime = 0;//set to false if n is evenly divisible break; //then exit the loop leaving isPrime == false } } if(isPrime) printf("It is a prime number."); else printf("it is not a prime number."); i think this one will work, but if you already solved the problem it is still useful becuase its a diferent method cmpared to yours.. by the way this code does not work with 2 it only works for 3 and above.. good luck...
-
was it supposed to be a prank? i think its a murder!
-
Racial Slur Or Plain Insult? anti-semetism is not cool.
saga replied to semeticsister's topic in The Vent
i think the insult is not about being jew...its more on your being nasty...and besides you had it coming.. if you will insult someone prepare to get insulted too -
hahaha... its a stupid robot i guess.. after all it can't think for itself even if it can what will be its algorthm in deciding whos he going to shoot :(if it uses radio signals for controls then the frequency can be jam and maybe controls will be transfered to hackersif it uses cables how long will the cable be? will the robot know how ti unwind twisted cable?well the US government is not concern of losing lots of money in inventing and research of weapons since its the tax payer's money, its not the personal money of Bush who made a lot of enemies lately.. maybe thats the reason why he needs this robot after all hahahahehehahahehe
-
I Would Like Some Feedback On My Site Please
saga replied to Jesse's topic in Websites and Web Designing
its cool.. it looks professional enough -
since a school is a place for knowledge and deception (decieving students, like in my country there are more subjects on english that nationalism.. my country is selling cheap labors to capitalists country like the USA) but what can we do... its the only best place to learn its up to u to filter the knowledge and doctrine passed to you... and gud luck.. becuase of your education you will learn how to cheat laborers or how to help them.. its up to you...
-
Intelligent Design Vs. Evolution which should be taught in schools?
saga replied to semeticsister's topic in The Vent
then what should be taught in science classes which will touch the topic of the beginning of man? or even the progress of life itself? i think i will stick to evolution becuase religion is a tool for oppression for the elite.. and beside evolution is the closest to the facts.... rather than pure idealism which is the root of religion.. maybe schools should teach materialism the one from marx but of course he is a communist that would enrage a capitalist state if such idea is taught in schools hehhehehehe -
u better start a new game....what do u have, fable lost chapter?
-
#include <float.h> #include <limit.h> this two header contains the values; char CHAR_MIN, CHAR_MAX int minimum = INT_MIN, maximum = INT_MAX long LONG_MIN or LNG_MIN i forgot... LONG_MAX or LNG_MAX float FLT_MIN, FLT_MAX double DBL_MIN, DBL_MAX heres how to use this constants in c++ style #include <limit.h>#include <iostream>void main(){cout << "INTEGER MINIMUM = " << INT_MIN << " INTEGER MAXIMUM = " << INT_MAX;} this simple code will display the minimum and maximum value an integer can hold and don't be startled if long and int will have the same value since most implementation uses 4 bytes for long and 4 bytes for int. If you want the 2 bytes integer.. use the short to prompt user use this code int number;cout << "enter number: ";cin >> number;count << endl << "the number u entered is " << number; i hope this helps.. if not
-
here in Philippines copyright is not a problem since virtually copyright on softwares does not exist in my country you could buy WinXP SP 2 for 2 dollars here on 1 cd which is 2 dollars only you could have as many softwares which are all cracks or have a keygen pretty neat
-
Relationships Are Stressful Too many things to worry about
saga replied to rejected's topic in Dating And Relationships
relationship should make you feel good, when you have a problem you have someone to talk to about it, but in you case it stresses you and gives you problem instead.... simple solution.. end it! if things makes you feel bad y stick into it.. is it worth the trouble... -
hey guys.. recently before i read this thread I also made the same effort.. trying to test both php and mysql in my compter without internet connections.. the catch is i use different method... so i want to know guys what you think to my appraoch is it good enough or i have to do it the way this tut said.. anyway here is what i do.... first i install the windows web server IIS.. then install PHP, the same version Xisto has.. and then install MySql the same version with Xisto again and then install PhpMyAdmin Xisto is using.... and so here I am not needing to upload my php codes even the database usage... the only thing i dont like is to view the php pages i have to use this url LOCALHOST/index.php which means i cant directly click the index.php file but open first the IE and type the LOCALHOST/index.php... so what do you think? to those expert out there.. is this a good practice or not?
-
Opaque Birthday Is Today/tomarrow thanks M^E
saga replied to Saint_Michael's topic in General Discussion
Happy birthday OpaQue! I know you wont tell, but anyway just want to ask the question....how old are you? :Pi have no wishes for you for wishes are for those who have no will and courage to make thier life better.... -
the truth is if even you use those *darn* patches if you can be easily tempted to smoke still those *darn* things won't help... its just sheer determination and will that will helps you too bad.. the look of it is you don't have those qualities no offence
-
Question~about Mysql ALTER TABLE `xxx` ORDER BY `no`;
saga replied to kakingho's topic in Programming
you should remember that mysql_query() is a function that accepts strings... therefore as what Spectre have said you should put it in between ' ' as you would in a normal string... but if you use ' inside your query then use the " instead...like this one -> mysql_query("SELECT * FROM tablename WHERE name='you'");or your could always code it this way which is more often used mehtod of codingquery = "SELECT * FROM tablename WHERE name='you'";return = mysql_query(query);i hope this helps... if not.. well too bad -
Like almost every other government US government is a government of lies... deception and corruption. It runs deeps in its system in which the elite rich profits and the poor becomes even more poor than ever...in the case of withdrawal of US troops in IRAQ, it is an imposibility... BUSH Regime needs troops in Iraq to control and profit from Iraqs oil, not in an old fashion way ( through occupation) but by show of might, political manipulation, economic pressure and other manuever that US government has been applying to other states specially the third world country like my own country Philippines....the new era of colonization is a case of deception.. you do not need to have a 100,000 of your troops to control a state but all US needs is an economic superiority, political manuever and a little military power combine with espionage... and this can bee seen in a lot of nation in which US government are influencial...just think of it... a small of US troops here in Philippines does not want to leave the country when there is no major war fought war here but only a civil war which is internal in nature. do you think US troops in Iraq will pull out when there is a great war fought in the country... what makes it great is, its shows the true face of a Terrorist Imperialist Government (US government) in the 21st century...
-
anyone out there played both Star Wars Nights Of The Old RepublicStar Wars Nights Of The Old Republic 2ive been playing it again and again...maybe you can share some secrets in the game, I mean how to get items that or other good stuffs or maybe some twist in the story B)also share some tips on how to approach the game...
-
I think the difference in Manga and Anime has been addressed...now here is why it is so popular...very simple reason actualy.. becuase all american cartoons be it in comics or in animation have a very boring and most of the time unintersting stories...take for example the Xmen.. no blood, stories are lame... i mean there are soo many hero mutants in marvel specially in new york but still there are loot of hoodloms.. and spiderman meet only few of them when all of them are after bad guys hehehehhehethe conclusion.... american cartoons are really for kids and anime and mangga is for more mature audience becuase its stories has more sense and more mature than simply killing and capturing bad guys in the street....if you still didnt get what I mean, try to watch BLUE SUBMARINE SIX... and compare it to whatever stupid american cartoons hehehehe