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 Wanet Telecoms Ltd 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: f1car
  • Content: Threads
  • Order by date
  1. f1car

    scrolling textbox

    I want to make a scrolling textbox like in dos that has buffered capabilities. The purpose of this box is for i/o communications and so if I decide to set the number of lines to ~1000, I want the first line to just scroll off, this way I still have the last 1000 lines to view, but I'm limiting...
  2. f1car

    Outlook MSG file data question

    Hi all, I have a folder of 1000's of outlook .MSG files and I need to continually search through them as a cheap DB of sorts, for new ones are added and removed. Does anyone know how to open a .MSG file and read through it? I thought it would be a simple ASCII TAG file of sorts, but I wrong...
  3. f1car

    distributing my VB to others

    I've installed a extra control into my program and now I complile the program to an .exe file. It runs fine on the machine that I wrote the program on, but it fails to run when I pass the program on to others i.e. program1.exe I think the control needs a .dll to go with it (from the extra...
  4. f1car

    Textbox and the insert key

    Hello, Everytime I start my VB program and wish to type into a textbox the insertkey is always set to on. I want to use the getfocus in textbox privates sub to set this to off, so I don't have to rely on the user to press this key manually. How do I do this?
  5. f1car

    form on top

    is there a way to keep a form always on top of another program?
  6. f1car

    how to link in vb5 help files into vb6?

    Hi, I have heard that most people like to use vb5 help (vb5.hlp?) files better than vb6 help (vb6.hlp?) files. How do you exchange one help file for the other? Of course this assumes that you have both versons of vb and I do. I especially want to use the f1 key in vb6 to bring up vb5 help...
  7. f1car

    msdn library discs for visual studio 6.0, lost!

    Help, I've lost my library discs for visual studio "enterprise" and I'm trying to install the total softwaqre on my new computer. I've been all through microsoft's MSDN web pages but can't find where to order the replacement discs from, I do remember seeing this issue on this forum...
  8. f1car

    help lost msdn library disks!

    hi guys, i just moved and lost my visual studio 6.0 msdn library disks! how can i go about getting another set of disk?
  9. f1car

    Help I wrote a program with some .ocx but when compiled my user can't

    How do I use this wizard? I can't find a way to incorporate a .ocx or .dll to distribute? This is very frustrating!
  10. f1car

    How much faster is c++ than vb?

    10%?
  11. f1car

    Help stop me before I shoot myself or texstbox?

    Ok I'm trying to write the standard winsock program from a client textbox to the server textbox just as in the help files. My first problem is that I have to answer a username which is <b>winsock1.senddata = text1.text</b> next, now when I try to answer the password I again send text1.text...
  12. f1car

    This might be a strange one!

    I'm trying to write a VB program that will load a DB, after wards I will spawn a web browser to see different parts of the db. Now where I need help is on is connecting a web browser to the DB. I know that this can be do with ASP but I don't want a clent/server connection, I wish for everything...
  13. f1car

    Help MS word is so stupid!

    I've written a VBA script and have closed it and now when I reopen word and retry my VBA script I get, &quot;Marco is disabled&quot;. I followed the help, and turned my security to low and I don't have any certs. Bill Gates DIE, DIE, DIE!
  14. f1car

    I just want to fill in a docvariable with vba in word 2000

    Sub GetSetDocVars() Dim fName As String fName = &quot;Jeff Smith&quot; ' Set contents of variable &quot;fName&quot; in a document using a document ' variable called &quot;FullName&quot;. ActiveDocument.Variables.Add Name:=&quot;FullName&quot;, Value:=fName ' Retrieve the...
  15. f1car

    Finally USB code for VB

    Hi everyone I finally found a link for a book for VB and USB coding. Also the link contains some pretty good info. http://www.lvr.com/usb.htm Best of luck.
  16. f1car

    Strange web browser question

    I know that you can add port address to the ends of urls in the web browser to do different things such as :80 for http and :21 for ftp also there are some reserved ports. My queston is can you force a VB program to talk to a regular web browser, maybe via a unused port on the web browser...
  17. f1car

    How to program a PDA?

    Has anyone programmed a Window CE PDA? If so how in the world did you get started? If you have any good books to suggest that would be great!
  18. f1car

    search engine help!

    I know that this forum is not the appropriate place to ask this question, but I can always get a great answer from you geniuses. I need to load my web page into yahoo’s search engine, can someone help me out here or point me to the correct forum. Thanks guys.
  19. f1car

    Windows CE and VB

    Can VB5,6, or NET write code in Windows CE. Sorry for the stupid queston.
  20. f1car

    How much did it cost you for the CCNA test?

    How much did it cost you for the CCNA test? The test and only the test.

Part and Inventory Search

Back
Top