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!

Search results for query: *

  • Users: Ma3x323
  • Content: Threads
  • Order by date
  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?

    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...
  3. 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...
  4. 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...
  5. 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...
  6. 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 -...
  7. 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...
  8. 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...
  9. 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...
  10. Ma3x323

    Timestamps

    Hello, Wondering how you can get a timestamp from a certain file. I need it to simulate the makemake utility which needs the timestamps for the files so it can recognize which ones have been modified. Need it to be compatible in all OS platforms. Thanks in advance -Feryl --> Just a...
  11. Ma3x323

    Black Screen

    Hey guys, Need to tell you guys something. A friend of mine has a Duron 800 with ATI Pro Rage and 25 gigs of hardrive. Even though that is not important, or maybe it has something to do with it. But anyways, you all know about the infamous BLUE SCREEN right?!?! The sreen that makes us go...
  12. Ma3x323

    Random Number/Alphabet Generator

    Hey Guys/Gals, I have a field that I want to generate random variables in. It's basically an Order # in which I want a specific length of variables. I just want this field to produce a random Order #. ie: 6 long - UJ875J 8HGBKJ TFGSB7 Any ideas/opinions??? Thanks for the help in...
  13. Ma3x323

    Vertical Sync

    Hey pros! Got a Geforce2 MX TwinView and I am wondering what Vertical Sync means. I have looked all over but I just want to understand it in plain english. Thanks, Feryl
  14. Ma3x323

    CPU clock

    Just wondering about this: Ok, in the BIOS, the CPU clock is locked when it is set to default instead of manual and the current is 100mhz. Would it be possible for me to change that default to something higher or is that the optimized setting? Would it do something to my comp? Do I have to...
  15. Ma3x323

    THE NEW NFORCE - - Heard about it?

    Hey all you freaks, Just wondering if all of you had heard about the nforce that Nvidia is making. I have some questions about it that I'd like to ask and see if you people could answer it. For now, I am wondering if these chips can go into my current motherboard or do you have to buy...
  16. Ma3x323

    ADDRESS VALIDATION

    Hey all you experts out there. I was wondering if there is a code for validating an address. Address is entered in a text box. If there is, I would like to know. If there isn't, please tell me. Thanks
  17. Ma3x323

    SUBTOTALS using subform in a form

    OK I got all these items in a subform and on the last column is a Price field. The subform is in tabular form. The subform is in a form and on the footer of this form is of course : SUBTOTALS : ___________ TAX: ___________ GRANDTOTAL: ___________ Now, I...
  18. Ma3x323

    Putting Data in Subform

    My subform is connected to a table. Above the subform is a list box that lists several stuff. Is it possible that when I do a Double Click event that I can store what I need from that ONE LINE to the subform below? My subform is in a tabular form so I am also wondering if you keep double...
  19. Ma3x323

    Putting Values from a Form to a Table

    There's a Form in tabular which shows the contents of it's table. And on this Form I am going to put an event that would make one row of data be stored in a different table. Is this possible? if so, how?
  20. Ma3x323

    Accessing a Form's function.

    Is it possible for one form to access another form's command or event? If so, How?

Part and Inventory Search

Back
Top