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 strongm 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: namooth
  • Content: Threads
  • Order by date
  1. namooth

    Trying to load my 3dModel into C# - Help

    I got an opengl project i'm working on and a 3d model from Milkshape and I'm trying to combine those 2 together. I've tried a lot of ways to import the model into my code without success. I want to be able to see the model in my C# proj and control a few animations. here is the code and the...
  2. namooth

    Help with exporting to a dll

    Hey all, I'm trying to export some of my functions to dll and im having some trouble. how i created my dll and lib: // Define DllExport to declare exported symbols. #define DllExport __declspec( dllexport ) DllExport __declspec( dllexport ) #include <stdio.h> #include <windows.h>...
  3. namooth

    need to adjust FF2 and IE to look like FF3

    Hey all, i have some CSS issues with my website. here is a print screen from FF 3 RC2: <wide graphic removed> and that's what i want to accomplish in all the other browsers. but, in FF 2 it looks like this: and in IE it looks like this: I don't get where those black dots are coming...
  4. namooth

    copy url to clipboard with a click

    Hey all, I'm trying to implant something in my blog and i hope you can help me. I want my readers to have the option to click a button \ link like the trackback one and that the post link - URL will be automatically copied to their clipboard (like you see on imageshack, photobucket, TinyPic...
  5. namooth

    Add a field based on the username

    Hey all, I'm looking for a script (Ajax or javascript) that will help me categorize my web users. what i want to accomplish is: there will be 2 fields in the login screen, "user name" and "password", now, if the user name types a username that currently isn't in my database a third field will...

Part and Inventory Search

Back
Top