| Thread | Last Post | Replies |
|
| Define functions and properties in a text file | 15 Feb 2007 19:51 GMT | 4 |
Hi: Is it possible that i define the properties and functions externally in a text file and then read them dynamically into VB code? Thanks.
|
| VB form_load and flow control | 15 Feb 2007 19:48 GMT | 4 |
Hi. I've programmed in several languages, but not VB before. I'm developing in VB 6. I have to modify a legacy application to work a little bit differently. I need to kill the program if a certain condition is not met during
|
| variabel form.variabel image.image () = Visible | 15 Feb 2007 17:37 GMT | 1 |
Please help I have a problem with my vb6 appliction I'm trying to make a Public Function in a module with variable form name and variable image name in a array
|
| ServerVariable Caching | 15 Feb 2007 15:54 GMT | 1 |
Everyone, I don't know if I'm putting this in the right group or not (sorry). I'm developing a website, using ASP VBScript, and I'm using Response.ServerVariable("cert_subject") to get information about the client's
|
| connect from windows to linux using dotnet | 15 Feb 2007 15:09 GMT | 2 |
i am working in dotnet 2003 in windows platformm....did anyone know how to connect mysql running in linux from dotnet ... i have used the folling conneciton string but it failed ... str = "server=10.1.0.205;user
|
| Dynamic Arrays in UDTs? | 15 Feb 2007 15:00 GMT | 20 |
I've never had any particular need to do this before, but a question came up that I honestly didn't know the answer to. In VB6, can you use dynamic arrays in user-defined types, and if so, are there any issues to be aware of in using them? The context was a UDT declared in a ...
|
| Drop down menu | 15 Feb 2007 14:06 GMT | 2 |
Firstly, just FYI, i have no idea about programming. Now the issue: I'm trying to create ASP page using Visual Studio 2005. In my page i have 2 DropDownList (using the smart tag - > edit item >
|
| Detect Windows Vista with VB | 15 Feb 2007 11:13 GMT | 12 |
I know that "GetVersionEx" isused to find out the Windows version. What are the values to detect Vista (there are no information on MS Website for this API regarding Vista) and how can I find out the Vista Version (Buiness, Home,..)?
|
| Is this a NG glitch | 15 Feb 2007 10:09 GMT | 1 |
I've just started getting 'Error Domain Must Exist' messages when posting to this NG I tried AltTest... and all was fine It looks as if the MS server has been 'reconfigured'
|
| VB6 crashes on project open | 15 Feb 2007 08:49 GMT | 11 |
I've been having a recurring problem with vb6 where the only solution I've been able to find is to reinstall the application. I'd really like to find a cause or a more permanant solution that would fix this issue. The problem is that I'll try to open an existing project that uses
|
| Run-time error '-2147217865(80040e37)': | 15 Feb 2007 00:12 GMT | 1 |
Hi: When i try to execute the query it gives syntax error that Run-time error '-2147217865(80040e37)': Table or view not found: Table 'user_view' not found But if i copy the same query and run into the database it works fine
|
| Question for VB Expert | 14 Feb 2007 22:09 GMT | 24 |
I use the following code to locate and connect to Access database: mconAP.Open "Provider=Microsoft.Jet.OLEDB.4.0;" & _ "Data Source=C:\Production Reporting System\Production Reporting System.mdb"
|
| Writting VBA Code to read an XML file | 14 Feb 2007 20:48 GMT | 5 |
I was wondering if anyone could help me with a delima I'm having. I am wrtting code in VBA(Macro) to read an XML file that is created when I put in a search to the database based on a query I set up. The macro reads in an Excel spread sheet, based on the Identifier on the
|
| Custom Operators | 14 Feb 2007 16:05 GMT | 2 |
More of a curious than a need help Can you do Custom Operators in VB6? In the following examples X = 20 X = 12 + 8
|
| How to translate that correctly into vbasic? | 14 Feb 2007 14:07 GMT | 8 |
Constants taken from tapi.h file: #define LINE_REPLY 12L #define LINE_REQUEST 13L #define PHONE_BUTTON 14L
|