| Thread | Last Post | Replies |
|
| VB and HTML | 29 Jan 2005 12:12 GMT | 7 |
Anyway to use a vb6 browser to display a webpage based on html code in a variable? Thanks Michael
|
| Printing with VB6? | 29 Jan 2005 06:15 GMT | 1 |
Hi; I'm trying to select different printers with the ShowPrinter method, and set the printer for the Printer Object based on the printer selection from the Common Dialog control. My problem is passing the selected printer to the Printer Object. How
|
| Need Help - Newbie | 29 Jan 2005 01:54 GMT | 4 |
Hi, I'm a VB newbie and I keep getting this error saying "If block without End If". I have pored and pored over this code til I'm blue in the face and I still see nothing wrong with it. I guess I need more eyes looking at it. I hope you guys can help me. Your help will be greatly ...
|
| Code to Pause Stopwatch In VB6 | 29 Jan 2005 00:51 GMT | 1 |
I have a stopwatch in a VB6 program where I track time on different projects. The problem is if I am interrupted I cannot pause the stopwatch and start again at the point at which I stopped. When I stop it and start again it reverts back to "00:00:00". Can anyone help me with ...
|
| Freelance Needed | 29 Jan 2005 00:45 GMT | 3 |
We have a program (CommShop) which we need to convert from VB3 to VB6 with a few new routines. Anyone interested can see the info at www.dcico.com All resumes welcome
|
| Fixing a mistake | 28 Jan 2005 21:19 GMT | 2 |
I have a form with a few textboxes put together as a control array. I went and deleted one of the textboxes and the program understandably goes gonus when I accidentally access that textbox. Is there any way to renumber the control array?
|
| Access to the specified path, path, or file is denied | 28 Jan 2005 21:17 GMT | 2 |
I have a VB.NET application running on a W2K Server. The application connects to a Microsoft Access database. This was working previously, but as I do not control the patches on upgrades on the server, I do not know when the problem started.
|
| another dumb question - checking values easy way ? | 28 Jan 2005 18:15 GMT | 6 |
Hi again, I have a program which collects the file names from a folder and subfolders and checks that the files are in the correct folders. There are specific folders for specific file types. There are a number of
|
| Making XP Styles optional causes app to crash horribly! | 28 Jan 2005 18:06 GMT | 4 |
I'm using the code over at Randy's site and VBAccelerator (http://www.vbaccelerator.com/home/VB/Code/Libraries/XP_Visual_Styles/Using_XP_Vi sual_Styles_in_VB/article.asp) to get visual styles running on Windows XP and it works great. However, I'd like to provide an option for users ...
|
| installation visual basic | 28 Jan 2005 16:54 GMT | 7 |
I am in possession of a whole bunch of visual.studio cds: msdn library (2 disks) MS Visual Studio 6.0 Service Pack 4 MS Visual J++ 6.0
|
| Access Date / Time in VB.NET | 28 Jan 2005 10:04 GMT | 6 |
In my VB.NET program I output Date.Today.ToString And I get 27/01/2005 00:00:00 Why is the time always set to 00:00:00?
|
| VB.NET to monitor print spooler | 28 Jan 2005 08:49 GMT | 1 |
I want to use VB.NET to monitor print spooler. My question is "how to know the user was print Black/White or color pages?" Thank you!!
|
| Retain bookmarks in Word | 28 Jan 2005 02:47 GMT | 6 |
Hope someone can help me here. I have a progam that has to fill in the text of bookmarks in a word document. I have done this with several of my programs using a line of code to the essence of: doc.Bookmarks("Test1").Range.Text = strSomeText
|
| Speech to text | 27 Jan 2005 19:31 GMT | 6 |
Speech to text conversion in VB6 would make a _huge_ difference to the app I'm currently writing, only ~ a dozen words required. On the web I found:- http://www.vbip.com/miscellaneous/Speech-Recognition.asp
|
| VBA problem using SendMessage to copy and paste text from one notepad file to another | 27 Jan 2005 19:26 GMT | 9 |
I have an Access 2002 application and as part of it I have to copy text from 1 text file to another. (in notepad) in vba. I am having a problem getting to copy and paste the text. I have google searched and not managed to find the answer
|