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 Mike Lewis 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: *

  1. xTiamatx

    Hey, question regarding Noise

    ahh... I found it out, it was material noise, thank you though :) -Kerry
  2. xTiamatx

    Hey, question regarding Noise

    I just started 3d studio max yesterday... so I'm quite new I have number 3 (I heard 6 was the latest) version of 3d studio I have no idea if the Noise factor is in my version, and I've been looking for it, does anyone know where it is? ty, Kerry
  3. xTiamatx

    Syntax Error: 'NewLine'

    ... whats a CODE tag? I took that out... I found I accidentally did that in the program.. but as I thought that doesn't make a difference...
  4. xTiamatx

    Syntax Error: 'NewLine'

    ... If I comment out some code, it says newline error, if I uncomment the code, it says can't find msado15.dll... here's the code that I comment out from the main program /* int CheckAccount(SubmitPass Account) { _RecordsetPtr spRS; _ConnectionPtr spCON; try {...
  5. xTiamatx

    Syntax Error: 'NewLine'

    I think my computer was just being eval... I tried to comment out some code to try debugging and it rebooted my comp, after the reboot it stopped giving me THAT error... not just have to get it to properly load a dll :) (I didn't put the code because its about 2000 lines) thx -Kerry
  6. xTiamatx

    Syntax Error: 'NewLine'

    Hi, I have a syntax error as the one above, but its on the first line of my program. I'm using Microsoft Visual Studio .NET, so I can still run the program, but I can't do any debugging because it can't get by the first line. Any ideas? -Kerry
  7. xTiamatx

    Automatic E-Mail

    ok, cool, thanks :)
  8. xTiamatx

    Automatic E-Mail

    I hope this is VBSCRIPT, I apologize if it is not in the Mailer.Body = &quot;&quot;, I need to be able to put <br> or some other form of this, I need a professional looking e-mail, not a bunch of things jumbled together all on one line. Does anyone know how to accomplish this? I've given the...
  9. xTiamatx

    Linking to another page within an if statement

    ok cool, thanks
  10. xTiamatx

    Linking to another page within an if statement

    awesome!, hehe... I tried it out and it works great! site is fully functional now! thx a lot! -Kerry
  11. xTiamatx

    Linking to another page within an if statement

    hi... I'm new to web design, and everything I have learned comes from the last two days of working with Dreamweaver MX, with javascript and vbscript if err<>0 then ' Response.Write(err.Description) Response.Write(&quot;<h3>Account already on File - Duplicate Add</h3>&quot;) else...
  12. xTiamatx

    Database - Win32

    could someone give me an example of inserting and opening using this method?
  13. xTiamatx

    console maximize - in code

    ok cool, thanks
  14. xTiamatx

    Database - Win32

    Ok cool! thanks a lot! -Kerry
  15. xTiamatx

    Database - Win32

    I need an win32 API for ADO, I have a way to do it in MFC but that isn't compatible with my program... I need this as fast as possible.. -Kerry
  16. xTiamatx

    console maximize - in code

    hey.. how do you maximize a console window with code? thanks, -Kerry
  17. xTiamatx

    Sign Up Page Problem - New Here

    Hi, I'm actually doing this for my friend so I don't know much about this.. he knows a little more than me. We have a sign-up page that doesn't work well, if you don't fill in all the information, then it brings up an error page, if the account is already used, it brings up an error page. I was...
  18. xTiamatx

    Game Programming - Data Bases

    Okay cool, that helps a lot, trying to implement now :) Thanks, Kerry
  19. xTiamatx

    Game Programming - Data Bases

    what is DAO? and where would I learn to implement it into C++??? I'm just getting into this and have no idea how to do it at all
  20. xTiamatx

    Game Programming - Data Bases

    Hey.. this is a very general question because I don't know a lot about the area, I'm programming a game, and I need to have the server save a bunch of information. I need a fast and efficient way of doing this. The way I am doing it right now is, everytime a player leaves the game, it creates a...

Part and Inventory Search

Back
Top