| Thread | Last Post | Replies |
|
| Going Crazy Attempting to Pass a Value to a User Control | 03 Jun 2006 13:41 GMT | 5 |
I have a User Control comprising a Datagrid and a Text Box. This control is placed on a Form (Form1) that has a text box for user entry. See sketch below: ************************************************
|
| webbrowser control to submit form | 03 Jun 2006 01:54 GMT | 1 |
I'm using Visual Studio 2005 Team Edition....using visual basic. I'm trying to use the webbrowser control. In the webbrowser control I have it got to a page where there is a form. It waits for the page to complete, then fills in the form. Next I want it to submit the form or
|
| VB Reference Site | 02 Jun 2006 22:07 GMT | 13 |
does anyone know a good site like http://www.devguru.com but for Visual Basic? Something that lists objects, and their properties, methods etc for easy reference? Thanks,
|
| ADODB problems after 2005 upgrade from 2003 problems | 02 Jun 2006 20:07 GMT | 1 |
I upgraded my web project from 2003 to studio 2005. The only problem I have is that all references to ADODB are showing errors. An example is : "Connection" is ambiguous in the namespace "ADODB". All are "ambiguous in the namespace" problems. My example code is
|
| Realtime response of Windows XP | 02 Jun 2006 19:58 GMT | 4 |
I have had a routine that interact with hardware lock up the system which required a Windows reset! Are realtime ( 100 micro sec responses or less ) possible with Windows XP? Can a single program take TOTAL control of the PC system?
|
| Regular Expression class | 02 Jun 2006 17:59 GMT | 12 |
I'm trying to use a Regular Expression object to validate/find a City-State-Zip combination in an address field. The Pattern that I'm using is : "^(\w)+,\s[A-Za-z][A-Za-z](\s)+[0-9]{5}(-[0-9]{4})?$". I have also set IgnoreCase to True. When I try the Test method on "MEMPHIS, ...
|
| Shell to open .mdb file | 02 Jun 2006 17:57 GMT | 4 |
I'm looking for a command line command that will work on any machine that has Access loaded to launch an mdb file from a VB program. I can't find a token that returns the default path to access.exe. Does anyone have experience w/ this? I'm sure it's easy.
|
| JET | 02 Jun 2006 17:55 GMT | 3 |
Is it possible to run, distribute and use jet4.0 in VB6 without Office?
 Signature Rick
|
| another quick problem with a SQL statement | 02 Jun 2006 16:33 GMT | 10 |
I am trying to update some records mySQL = "Update [Jcrew] Set SentEDI = 1 FROM jcrew WHERE (SentEDI IS NULL) AND (ShipDate IS NOT NULL)" Adodc1.RecordSource = mySQL
|
| Runtime Error 430 Help Requested For Win XP SP2 | 02 Jun 2006 16:02 GMT | 4 |
Hi I have a progarm that uses a 3rd party dll. Creating an object from this dll reference will ALWAYs trigger a runtime error 430 on a specific WinXP SP2 machine. I am 500+ miles away from the client pc so I can't see much of what's
|
| VB5 Webserver secure? | 02 Jun 2006 15:20 GMT | 7 |
I have just written an extremely simple webserver using VB5! It uses the winsock control, and when another computer logs in, it simply sends some text in response. It is all we need at present. I modified the code from: http://www.planet-source-code.com/vb/scripts/ShowCode ...
|
| Visual Studio 6 and Vista | 02 Jun 2006 14:57 GMT | 22 |
I asked this question in the VB Install group, but did not get an answer. I was hoping someone in this group might know. Has anyone gotten Visual Studio 6 and Service Pack 5 to install on Vista? I can install Visual Studio 6 OK, but when I try to install Service Pack 5
|
| Detect whether a string Name points to SQL Server TABLE or VIEW??? | 02 Jun 2006 14:45 GMT | 1 |
Using VB6, is there a way to detect whether an 'object' located in a SQL Server database is a Table or a View? In other words, is there a way to try to find out of a string I might generate points to a Table or a View in SQL Server?
|
| FIlenames From Windows Explorer | 02 Jun 2006 14:13 GMT | 3 |
I would like to capture the filenames of files selected in windows explorer. Then I can add my Program to the context menu and use the files. I can Get the filename OK if I Use the Context menu "Copy" which puts the info
|
| Help with Server/Client | 02 Jun 2006 14:05 GMT | 5 |
I have an ActiveX EXE app that I need help with. When a client creates an instance of the object, it expects that it is created when the CreateObject() or New statement returns. My object server must not return control to the client until it is completely initialized. It appears ...
|