Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by Ma3x323

  1. Ma3x323

    Syntax error somehow...

    New to ASP here. Been used to programming in C++ so I try to make everything usable. OK, here is the problem: I am creating a search page (search1.asp) FORMAT of page: <!-- include files for globals --> html tags body <!-- include a file that contains the search table (consists of combo boxes...
  2. Ma3x323

    MotherBoard or Hard Drive?

    Sorry bout that, forgot to put the specs on: Asus A7v Mobo (2 yrs old) 1Ghz athlon thunderbird Generic 256MB memory (already tested with another computer and it works fine) Forgot the name known brand 512mb memory (also tested with another computer and works fine) Soundblaster live value...
  3. Ma3x323

    MotherBoard or Hard Drive?

    Hey peeps, Here is the problem. My computer has been crashing for about a month now (shrug). I get errors not being able to read a .dll or files corrupting left and right. I recently uninstalled a game and suddenly, I can't install it again. There was some sort of I/O error. I installed...
  4. Ma3x323

    Memory Management

    Well, It is sort of a research project and I wanted to compare the different Windows platforms (ME, 2000, XP) and how they handle memory management(w/o any special software). This is for both physical memory management and virtual. I don't know if microsoft has a site for this but it...
  5. Ma3x323

    Memory Management

    Hello, I was wondering if anybody knows much about Windows ME, 2000 and XP memory management. Any links to web sites would be helpful. Thanks in advance. -Feryl --> Just a silly software engineer wannabee. If you feel a post has been helpful to you, click on the link at the bottom of...
  6. Ma3x323

    Memory Management

    hello, I am wondering if anybody knows much about windows ME, 2000 and XP memory management. Both in physical and virtual. Links of web sites would be very helpful too. Thanks in advance. -Feryl --> Just a silly software engineer wannabee. If you feel a post has been helpful to you...
  7. Ma3x323

    General Q about ASP.NET

    Hey thanks Kyle! I'll go looking for it this weekend too!! -Feryl --> Just a silly software engineer wannabee. If you feel a post has been helpful to you, click on the link at the bottom of their post to cast a vote for &quot;TipMaster Of The Week&quot;. You don't need to be the one who asked...
  8. Ma3x323

    General Q about ASP.NET

    K, I don't really know how asp.net works yet. But what you're trying to tell me is that if I write something in C++ (ie. programs, functions, etc), I can refer that in the asp.net page to access that function?? Like if you have for example a checkout shopping cart kinda deal where it...
  9. Ma3x323

    General Q about ASP.NET

    Hi experts, I wanted to learn ASP but then .net came out. A friend of mine told me that learning ASP.net is faster and don't really need to know much about ASP. So, is ASP.net like that or what? I am very knowledgeable with C++ and I read that ASP.net supports C++ and then I read...
  10. Ma3x323

    QT Problems, NEED HELP ASAP

    For anybody who knows QT: OK we have a project in school that is creating a meeting scheduler. I was assigned in creating the GUI and of course we picked linux to be the OS so I had to learn QT. In our project we have 3 modules: GUI - Consists of QT widgets and application Client -...
  11. Ma3x323

    Grabbing email addresses in Outlook

    HI, Wondering if any of you can help me here. I am making a program which can grab all the email addresses in outlook. Meaning it will look through every single email and look at TO, CC, BCC and the body itself and find email addresses there. Then it would go to the address book and grab...
  12. Ma3x323

    Opening a file and reading in lines of integers

    Well, if you want to do something special with each line of numbers and not associate it with the other numbers on the different line, then do this: // stream from a file ifstream fin(&quot;input.txt&quot;); // store the entire line in a string string line; // store the number int number; //...
  13. Ma3x323

    Microsoft Outlook

    OK, I am assigned a project to read emails from Microsoft access. This program is supposed to read emails, read the TO, BCC, CC and the body and grab the email addresses in it. The big problem is that I do not know how Outlook Interface works. Can anybody give me pointers or hints of how...
  14. Ma3x323

    SOFTWARE ERROR/DAMAGE/FAILURE

    I think I have heard of that X-Ray one. Thanks with the other ones. I'll try to do some searches for the incidents you have mentioned. I'll see if I'll get successful on those searches. Thanks a lot ED!! -Feryl --> Just a silly software engineer wannabee. If you feel a post has been helpful...
  15. Ma3x323

    SOFTWARE ERROR/DAMAGE/FAILURE

    Hey People, Ok, it has been 3 days that I have been searching for this. Apparently, I have found nothing. So I resulted to asking you people here since all of you know more than I do. Here's the problem: (Not hardware-related, could be) I have to do research for my Formal Methods class...

Part and Inventory Search

Back
Top