| Thread | Last Post | Replies |
|
| WebBrowser Control (VB5, VB6) & window.external. Possible? | 25 Jul 2008 04:20 GMT | 19 |
I'm trying to communicate between a WebBrowser control and its VB5/VB6 container. I know that in VS2005 it's as easy as defining a public sub in the application: Public Sub doSomething()
|
| Looking for Good Examples | 25 Jul 2008 02:11 GMT | 6 |
Unfortunately, because of short sightedness in our IT staff, I have an application that I created in Access that I need to convert to VB. While I am fairly proficient in Access, using VB 6 (yes I know it's obsolete, that's all I have to work with) is eluding me.
|
| Common dialog - auto selection | 25 Jul 2008 00:39 GMT | 4 |
I am using CommonDialog to let the user select a file of a certain format. I have the following problem: Let's assume that there is a file with the specified file format (let's call it ".myformat") in the file selection dialog, but there are also
|
| Help on F1 | 24 Jul 2008 23:50 GMT | 2 |
Help on using F1
:-) with cursor on unknown term (my variables) F1 gives Keyword not found with cursor on vb terms F1 brings up help on that subject
|
| System Error &H80070057 "The parameter is incorrect" | 24 Jul 2008 17:41 GMT | 7 |
I have added "Microsoft Forms 2.0 Object Library" as a component to my project for Unicode support. However, when trying to load any of it's controls I have that error: System Error &H80070057 "The parameter is incorrect"
|
| Help Automate SQL Upload | 24 Jul 2008 16:26 GMT | 8 |
I want to be able to right click on any file on my desktop/pc and have a shortcut "Copy File to Doc Manager". The short should run an application that will copy the selected file to a pre defined location. I am not quite sure what I can use for something like this. Can a VB ...
|
| ado vb6 read write mdb jet4.0 | 24 Jul 2008 13:52 GMT | 2 |
wondering about read write ability hitting an .mdb with ado given moConnection is an adodb.Connection ors is an adodb.Recordset opening db with these settings
|
| FlexGrid .TopRow Property Wierdness | 24 Jul 2008 05:52 GMT | 3 |
I have a standard flexgrid in my project. I add rows during run time. I want to make sure that the last added row is always visible without the user having to scroll the grid. I use the TopRow property to control this. In the IDE... everything works just like I want. As I ...
|
| Deployment Problems | 24 Jul 2008 04:29 GMT | 4 |
I'm tring to deploy my VB6 application. I have a copy of Installshield 2009. I've tried the VB Project Wizard in IS2009 and it links up a lot of outdated common merge modules. I haven't had any luck locating updated MSMs for the required components. IS2009 Updates have been ...
|
| VB6, C++ or Both ? | 24 Jul 2008 01:34 GMT | 29 |
Good evening, Been looking on eBay to day for a VB6 copy to substitute VB5. "Microsoft Visual Basic C++ FoxPro Studio Enterprise 6"
|
| Passing integer value between two classes as ByRef | 23 Jul 2008 23:45 GMT | 2 |
I have created the following two form classes as below. On each form, you have one button to release some events in order to update values / results. Even if ByRef is used in order to update variable a_form1 each time if a_form2 will be changed, the "call by reference" is not ...
|
| login via VB or VBA | 23 Jul 2008 22:11 GMT | 1 |
With: http://www.cerved.com/xportal/web/ita/ Click on "Area Clienti" (on the left of home page) appear the tipical form to login. Ho to insert user and psw in login form and press ok?
|
| real time plot for VB5 application | 23 Jul 2008 20:28 GMT | 3 |
I need to add a real-time plot of breath data (tidal volume or breath volume). It will update at the breathing rate, usually less than 60 breath per minute. I have never done any plotting in VB. I am just starting to look into
|
| File write without linebreak | 23 Jul 2008 19:00 GMT | 43 |
Trying to write a string to file with the Write statement, but without getting a trailing linebreak. Sub test() Dim strFile As String
|
| FolderExist and UNC Path Problem | 23 Jul 2008 15:36 GMT | 1 |
I have the follow situation: In may Server A i have test asp page with the following code <% mImportDirectory = "\\BAIVMAST3\cvmData$"
|