Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+2
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~2K People Reached
Member Avatar for emanfman

Hey. Windows 7 x86. 4GB RAM. 500GB HDD. Bluescreens every other time coming out of standby/hibernate. Only pointing to Windows kernels... but there's gotta be another reason. STOP 0xE1, in case you were wondering. All dumps attached. Thanks, Emanfman

0
162
Member Avatar for arwin123

Hi guys, Accidentally i have deleted some files on the hard drive which are very precious to me. any suggestion to recover those deleted files... Plz help... i'm using windows 7 operating system.

Member Avatar for smithdavid
0
195
Member Avatar for emanfman

Hey... something I've always wondered. For some reason, one day, this stopped working for me. When you right click (or click drag upwards) an icon of a running program in Windows 7, you get a menu. By default, there is a section in that menu marked "tasks" which allow you …

Member Avatar for hotmatrixx
0
291
Member Avatar for miniru

My company is looking for better remote desktop software. We are currently using Webex. Ive trailed a lot, but one thing that keeps happening is that they are having trouble with our firewall which we are not going to allow exceptions through (already spoken to boss). Does anyone know of …

Member Avatar for swifttech
0
375
Member Avatar for markdean.expres

Does anyone know how can I make changes to a folder and its contents without having to pass through any authentication or permission thingies? Because I have this program that renames, copies and moves files from folder to folder. The problem is that, There are some folders that my access …

Member Avatar for hotmatrixx
0
177
Member Avatar for emanfman

Well, well. I was looking for a program online. And so, it appeared as a [ICODE].bat[/ICODE] file. However, It looked suspiciously small at 53 kB. So, before I ran it, I opened it up in notepad and voila, a virus. So, I shredded the file with the windows 7 shredder, …

Member Avatar for sknake
0
143
Member Avatar for emanfman

Hi, I am really confused. Everywhere I read on the internet, I see that the += operator is part of the string class. I want to add something onto the end of the string. Why does my code not compile? I keep getting the C2088 error: illegal for class. If …

Member Avatar for emanfman
0
137
Member Avatar for emanfman

Hi, I am a little bit troubled. I want to call a function in a separate file on a windows form. Here is my header file: [CODE]private: System::Void button1_Click(System::Object^ sender, System::EventArgs^ e) { String ^OriginalText; String ^ConvertedText; OriginalText = this->textBox1->Text; ConvertedText = ParseBBCode(OriginalText); this->textBox2->Text = ConvertedText; }[/CODE] This means that …

Member Avatar for emanfman
0
311
Member Avatar for Deepo

[CODE]#include <iostream> using namespace std; int main( ) { int num1 , num2 , num3; cout << "Please Enter Three Valid Integers Using The Keyboard"; cin >> num1 , num2 , num3; if {num1 => num2} && {num2 => num3} else num1 + num2; if {num2 => num1} && {num1 …

Member Avatar for emanfman
0
247