| Thread | Last Post | Replies |
|
| advice to Mike Williams | 26 Apr 2008 20:23 GMT | 1 |
suggest you read this link: http://en.wikipedia.org/wiki/Breidbart_Index Posts may be removed, and authorized cancel messages circulated if ANY news administrator decides their spam threshold has been
|
| VB6 code to compose SQL statements | 26 Apr 2008 09:56 GMT | 16 |
I maintain VB6 and even VBSCRIPT ASP code that writes a variety of SQL statements as strings (particularly SELECT, INSERT and UPDATE statements). The code right now does it in any way that suited the coder at the time the statements were coded. I'd like to rewrite these
|
| Please STOP MVP McCarthy | 26 Apr 2008 09:36 GMT | 2 |
I don't know whether anyone from Microsoft regularly reads the Visual Basic groups but if they do then I am very surprised that they permit one of their own MVPs to engage in such outrageous long term trolling activities in one of their own public newsgroups, such as the activity ...
|
| Troll MVP McCarthy | 26 Apr 2008 09:21 GMT | 1 |
I don't know whether anyone from Microsoft regularly reads the Visual Basic groups but if they do then I am very surprised that they permit one of their own MVPs to engage in such outrageous long term trolling activities in one of their own public newsgroups, such as the activity ...
|
| Microsoft MVP Trolling Activity | 26 Apr 2008 07:46 GMT | 1 |
I don't know whether anyone from Microsoft regularly reads the Visual Basic groups but if they do then I am very surprised that they permit one of their own MVPs to engage in such outrageous long term trolling activities in one of their own public newsgroups, such as the activity ...
|
| creater Recordset from VB6 editor to a Dataset ina VS2005 exe app | 26 Apr 2008 04:15 GMT | 3 |
I have created a VS2005 exe application with multiple tables under a dataset. The application allows a user to add information to the tables. LIke you standard contact manager application. The problem I am having is how to create a Recordset to in a VB6 editor from
|
| Automation error. The object invoked has disconnected from its clients. | 26 Apr 2008 02:03 GMT | 7 |
I am getting an automation error "The object invoked has disconnected from its clients." in the following scenario... When my form loads I am looping around all the controls and assigning each controls Tag property into an array called Tags (if the control has a
|
| VBA sending/reading from a running program | 25 Apr 2008 23:53 GMT | 5 |
I want to interact with a running program. I am using VB6 equivalent of VBA (VBA Access). I will run the program with the shell command I want to be able to read in the program what the program outputs -
|
| 'PropertyChanged 'MyProperty" in MyClass ... | 25 Apr 2008 22:22 GMT | 2 |
When I write ActiveX controls I use 'PropertyChanged 'MyProperty" ' in the Let Property routines. But I am not sure exactly what that statement does. further-more, If I have my user-defined class, should I be using 'PropertyChanged
|
| Can't seem to send a NULL to a Win32 API | 25 Apr 2008 16:24 GMT | 6 |
I am using a Win32 API call: BOOLEAN SetActivePwrScheme( UINT uiID, // [in] PGLOBAL_POWER_POLICY lpGlobalPowerPolicy, // [in] - can be NULL
|
| Sending data to an LPWSTR in an API call | 25 Apr 2008 14:39 GMT | 2 |
I am using a Win32 API that has two of its parameters as LPWSTR: BOOLEAN WritePwrScheme( PUINT puiID, // [in] LPWSTR lpszName, // [in]
|
| Arg List as Array | 25 Apr 2008 11:50 GMT | 6 |
Is it possible for me to declare a function argument as an array of arguments? In other words, without using Optional args I'd like to be able to call a function or sub with a varying number of arguments and have them enter the function as an array. For example:
|
| VB6, variables in multi-forms | 24 Apr 2008 20:10 GMT | 46 |
Can anyone please suggest how a variable is defined (properly) when I want to use the variable in two forms (frmMain and frmSecond). the code in frmMain is Dim numb As Integer
|
| group project - revive this newgroup? Who's with me? | 24 Apr 2008 20:07 GMT | 61 |
I want to try to do something here, /as a group/ To work together, using VB6 to create something for fun. Share code, share ideas, feedback, and comments. Share design philosophies, coding standards, documentation
|
| Case keeps changing | 24 Apr 2008 18:52 GMT | 7 |
If I type "Dim foo as ADODB.Recordset" it will change all occurrences of "adodb" in my project to "ADODB", which is good... But if I type "Dim foo as adodb.Recordset" it will change all occurrences to lowercase, which is not good, because my source control
|