| Thread | Last Post | Replies |
|
| Reading IE browser contents? | 06 Aug 2006 02:33 GMT | 6 |
I need to write an application that can read the contents of IE6. Basically the user opens an intranet site and displays a page then From within a vb app they click a button that first checks the page title and if the first x characters match then it reads the page and ...
|
| command line parameters exe problem | 05 Aug 2006 20:13 GMT | 1 |
when i try to open exe file the install shield give me this messege command line parameters /L Language ID /S hiding initialization dialog for silent mode use /s /v /qn
|
| please | 05 Aug 2006 20:10 GMT | 3 |
please dont take some code any adress
|
| software thuriam | 05 Aug 2006 20:00 GMT | 1 |
Thuriam Software Services
>From solution design and offshore software development to outsourcing application support and improvement, Thuriam's offers a compelling alternative to minimize software development costs, and improve the
|
| A VB6 fan asks... why do YOU stick with VB6??? | 05 Aug 2006 15:48 GMT | 72 |
Ok, so it seems many of us have stuck with using Visual Basic 6 and have not necessarily moved on to the 'newer' languages; VB.Net, C#, etc... With the recent release of the new Visual Studio, I'm once again
|
| How to speed up code? | 05 Aug 2006 15:46 GMT | 23 |
I have a code which searches in an access database for specific words. The basic thing is that I type in a few words in an Textbox, divided by spaces and then with these words I go through my database table:
|
| modify form appearance | 05 Aug 2006 15:11 GMT | 8 |
I have VB6 SP6 enterprise edition. I need an explanation *for dummies* on something advanced, beyond my VB6 texts. Can some one get me started on modifying the appearance of a standard form? I searched on the internet and could not find what I am seeking. Maybe I don't know ...
|
| Titlebar in Picturebox | 05 Aug 2006 15:05 GMT | 9 |
I am trying to add a titlebar simulation in a picturebox imitating a form with out min max close btns ( i cant use another form ) As the titlebar color of XP is based on themes i cant get the exact color of the Titlebar
|
| Read a file a line at a time from memory | 05 Aug 2006 11:58 GMT | 9 |
OK, based on someones ssuggestion in an earlier post I have some code that reads a text file into memory. This is the code: Dim FileNum As Integer Dim TotalFile As String
|
| Receiving key messages to a minimized application window? | 05 Aug 2006 11:45 GMT | 6 |
How can I by pressing two times on a key combination, e.g. Ctrl-X, make my application become minimized and then maximized again. When I try Me.WindowState = vbMinimized Me.WindowState = vbMaximized
|
| Find words within range of other word in string????????? | 05 Aug 2006 11:43 GMT | 19 |
I finally managed to create something that will search a string for words and determine if they are within a certain range of each other. However I still have some things I need help with: Const MY_TEXT As String = "Matches a word boundary, that is, " _
|
| Try my program | 05 Aug 2006 11:40 GMT | 19 |
Would you guys like to try one of the programs that took me 4 months to make? It is still a beta though... Doors 06 Beta 1
|
| is it possible to use webbrowser.document.All(variablename).value dynamically? | 05 Aug 2006 06:40 GMT | 6 |
I'm using a webbrowser control in VB6 to load a web page then find the value of an <input using .document.All. It works when I hard code the page element name but I can't figure out how to use it dynamically with a variable name. For example:
|
| Code to capture key input | 05 Aug 2006 05:27 GMT | 2 |
I have a text box. I would like the user to be able to place the cursor in the box and when a key is pressed have that key code (not sure of the proper verbage, keycode, ASCII code?) written to some sort of variable so I can then write the variable contents out to a
|
| wanted: suggestions on how to over lay text in rich textbox | 05 Aug 2006 04:26 GMT | 3 |
I have a richtextbox in a VB6 project that will have dozens of lines of text. I'd like to have large bold text along the right edge of the document, whether there are already lines of text in the places where the vertical text would go or not.
|