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...
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...
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...
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?
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...
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...
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...
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...
I've written a VBA script and have closed it and now when I reopen word and retry my VBA script I get,
"Marco is disabled".
I followed the help, and turned my security to low and I don't have any certs. Bill Gates DIE, DIE, DIE!
Sub GetSetDocVars()
Dim fName As String
fName = "Jeff Smith"
' Set contents of variable "fName" in a document using a document
' variable called "FullName".
ActiveDocument.Variables.Add Name:="FullName", Value:=fName
' Retrieve the...
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.
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...
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.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.