| Thread | Last Post | Replies |
|
| my VB6 crash need help recovering project. | 23 Jul 2004 02:05 GMT | 2 |
Does any one know if vb6 creates any sort of temp files that can be access for recovery proposes. Thank you for any help.
|
| call SP from VB6 with variable parameter | 23 Jul 2004 00:41 GMT | 2 |
I am using VB6 to call a stored procedure from SQL Server 2000. The call to the stored procedure works fine if a constant is used as the parameter but I can't get a global variable to work. My test is to use the SP as the record source for an ADODC control on a form. The ...
|
| Destroying obj, refs when quitting from IDE? | 22 Jul 2004 23:55 GMT | 1 |
When stepping through a new program in the IDE, I'll usually run across an error that I have to exit the app to fix. Then I have to use the TaskMangler to end all the processes I have started from references, and often hunt down ghost files that used to be objects. Is there an ...
|
| Using Timer function in VB 6.0 | 22 Jul 2004 23:18 GMT | 5 |
Hi, I need to execute a loop every 15 seconds (@ 15 second intervals) and was wondering how I can use the Timer or Time function to do that. Any help would be appreciated. Thanks
|
| Border style | 22 Jul 2004 23:11 GMT | 1 |
What is a difference between: Sizable and SizableToolWindow ?
|
| scrollbars and frames | 22 Jul 2004 21:34 GMT | 1 |
I use the following to fix the scrollbar 'feature' in vb. It doesn't seem to work for scrollbars on frames. what do I need to do to make it work for scrollbars on frames? (Does windows send a different message for frames?) Public Function WindowProc(ByVal hw As Long, _
|
| How to calculate the required memory size needed for recording | 22 Jul 2004 20:17 GMT | 2 |
If I do: wvformat.nSamplesPerSec * wvformat.wBitsPerSample / 8 * oRecordTime where oRecordTime is the number of seconds of required recording the calculated value is way too low.
|
| Light Weigh CSV Parser Engine for VB6 | 22 Jul 2004 16:10 GMT | 3 |
I'm looking for a lightweight flat ASCII data engine that can do some basic sorting and indexing of extremely large CSV data files. I'm currently working with about 400 million records or 60 - 120 Gb datasets so disconnected ADODB.Recordset is out of the question. SQL server is ...
|
| intellectual rights of source code. | 22 Jul 2004 15:15 GMT | 5 |
hi to all. i'm just wondering what would be our right when it comes to source code. currently i am working in a government institution as a programmer - contractual employee. i'm wondering if after my contract
|
| Can you go to this newsgroup via a web interface ? | 22 Jul 2004 15:03 GMT | 6 |
Can you go to this newsgroup via a web interface ? If yes, what is the URL address for that ? Thanks. For example, you can access Outlook newsgroup on the web at http://www.microsoft.com/office/community/en-us/default.mspx?dg=microsoft.public .outlook.program_vba
|
| Best font for editor and immediate window? | 22 Jul 2004 15:01 GMT | 17 |
The default font is Courier New. I like this font except for one detail -- there is no difference between the number "1" (one) and the letter "l" (lower case L). The Courier font has a clear difference, but it is not as easy to read
|
| Re-sizing Handles on an MDI Form | 22 Jul 2004 14:48 GMT | 4 |
Is there an easy way to completely disable/remove the re-sizing handles on an MDI form? I would like to make the form size static. Any information would be greatly appreciated. Thanks!
|
| Get number of files in a Zip file | 22 Jul 2004 14:22 GMT | 8 |
What is the eaiest way to get nuber of compressed file in a zip file? I'm using VB6. If possible, I want to do this without adding a DLL.
|
| Assigning a Control array to a variable | 22 Jul 2004 14:04 GMT | 2 |
Is it possible to assign a control array to a variable? I can pass the control array into a function for processing but I can't find a way of the array to a variable. I want to do something like:
|
| Unicode support in Inupt Control | 22 Jul 2004 13:56 GMT | 2 |
I am using Visual Basic 6.0 to insert the contents in different languages othere than English into the database.There is a microsoft FORM 2.0 control which support Unicode , i.e., when i had installed a language pack and then set the locale from Regional options and then
|