5 Discussion / Question Topics
Remove Filter 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 | |
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 … | |
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, … | |
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 … | |
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 … |
The End.