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

    Menu control in a CSS box

    I'm about to loose my head here. First i created the menus in pure CSS. Everything works out fine. THen asp.net 2.0 has this awesome menu navigation control and i wanna use that instead because it does the sitepath as well. Anyways, I changed it up. I plan to have the menu control in the CSS...
  2. lilboi

    How to store this kind of data

    Hey guys! I have a question. I want to make a website whereby the each users can choose from 1 or more different kinds of interests. Now, I'm gonna have a PROFILE table and a INTERESTS tables. Should I have a field in PROFILE that says "interests" and store 1 or more INTERESTS ids at...
  3. lilboi

    Something Printable

    Hey guys! I need something printable. In my case, it's message history. I got recipient(s) and their messages. I can't use the Data Reports because, it only allows 1 query return. In my case, I have to do 2 query returns. User table: UserID Name 1 User, One 2 User, Two 3...
  4. lilboi

    Weird Problem

    Hey guys, I basically just started on ASP.NET. I'm following this tutorial, word for word, and for some reason can't get the result it wants. It's suppose to be a form that'll postback on itself. But when I click submit, it doesn't do anything after. It returns a blank page. The tutorial...
  5. lilboi

    Program Updater

    Hey guys! I have written a program, which proved to be very buggy, that I have installed in who we hope to be our soon to be clients. So far, I have walked in there and have reinstalled the program enough times for them to be so sick of my face. What I wanna do instead is give them an updater...
  6. lilboi

    Instant Changes with no screen refresh

    Hey guys! I'm curious as to what language the new features on websites I've been seeing are written with. The features are something where you'd click on the certain buttons on the webpages and it seems that it does it's thing instantly without any jumping to the next page and loading of the...
  7. lilboi

    registering DLL

    Hi guys, I have a weird situation here, one that I can never understand. What happens is this program has been running fine in a computer. I then made backups and when I copied it over to the new computer(since old one was replaced) the reference won't work. The program requires...
  8. lilboi

    VB Runtime error 2147467259(80004005) time out

    Hey guys, I've written a program to do queries on SQL (on another server) but randomly freezes when it gets this runtime error 2147467259(80004005) time-out on accessing SQL server. What is that? What causes that? It's so random when it happens. Any help will make my wrinkles temporarily...
  9. lilboi

    Run-time Error 429 Active X

    Hi guys, I know you probably saw a lot of these questions but i can't use the search function for some reason. Anyways, I'm getting this problem when I try to run the vb program after I compiled it to .exe. My biggest hunch is it's this reference. Microsoft ActiveX Data Objects 2.5 Library...
  10. lilboi

    Listbox search

    Hey guys, I don't know the name for it that's why I can't search it. But I need to have a page where you can type in the name letter by letter and it will do a search on the listbox automatically. is that possible for ASP cuz it's do-able in VB. Thanks!
  11. lilboi

    Middle Mouse Scroll on Frame/Picture box Scrollbar

    Hi guys, I've installed the vb6 mouse scroll function and it works well on textboxes. But I have a frame in Picture box type of scrolling with a vertical scrollbar. The middle mouse scroll does not automatically work on this. What sort of event can i use to get the scroll from the mouse? thanks!
  12. lilboi

    VB 6 written program install problem

    Hello guys, My non-computer savvy partner installed the program i wrote of VB 6 that I packaged using VB's Package and Deployment on a computer. But it didn't install. He tried it on another computer and the same thing. When i installed it on Win XP computers it worked. I wasn't there to see...
  13. lilboi

    Cookie Security

    Hi guys! I'm trying to create a login required website right now. I also need to use cookies instead of Session as well. I made it so that the cookies will hold the unique ID and the user's name. Response.Cookies("vccc.com")("rid") = rid Response.Cookies("vccc.com")("opName") = opName...
  14. lilboi

    Set a field to be unique

    Hi guys! I'm using SQL Enterprise Manager, but could not find any option when designing a table to set a field to require to be unique. Table: Users Fields: ID, Login, Password, FrstName, LastName ID = Unique ID given to account on creation. Login & Password, they will create by themselves...
  15. lilboi

    ASP - does not create cookies

    Hi guys! I got a very weird problem... I've created a login page that creates a cookie to keep track of ur login. Anyways, it used to work and now when I tried it, I can see that it's not creating any cookies for me anymore. I tried it on a different computer and it works there. So i...
  16. lilboi

    Search and Rename files

    Hi there, I've search around this section for the search type I've been looking for but couldn't find it. I know it's something 'bout using FileSystemObject but what I need is to search for files starting with ERROR__*.* and not a *.EXE or anything. How would I go about doing so? And any...
  17. lilboi

    TNPP

    Hi all! Would any1 have any source code leads for TNPP(Web protocol instead of using TAP used for texting or paging). Thanks!
  18. lilboi

    Multithreaded dialer

    Hello all! I know how VB has a single thread architecture, but could still kinda do a lil' bit of multi-threaded stuff. My situation here is, I wrote a vb program that takes messages from the MSMQ, parses it then dials it out through the modem. The thing is, the modem is really slow. So...
  19. lilboi

    COM server software

    Hey guys, To fully use the program i've been trying to make since last september...yes, it's sad... we need to page or text messages out. Now we've been thinking of a com server. Apparently it comes with software that all you had to do is pass on the phone # and message and it'll do its own...
  20. lilboi

    icon

    Hi there! I'm trying to create an icon for my vb program. I have it in the jpg format and have downloaded an icon maker. I don't know what it is, but when i convert it and put add it as my form icon, the picture looks messed up. I tried resizing it to 16x16 or 32x32 and convert it to .ico file...

Part and Inventory Search

Back
Top