| Thread | Last Post | Replies |
|
| Using Scroll object? | 04 May 2006 19:00 GMT | 30 |
I have a textbox and a vscroll on my form. I want to be able to change the value in the textbox from 0 to 100 by sliding the scrollbar, and I want the new values to be instantly reflected in the textbox while I am dragging the scrollbar (i.e. before I
|
| VB6 MSDN CD | 04 May 2006 18:54 GMT | 8 |
Does anyone know how to download this CD from MSDN subscriber downloads? I have no help available for VB6 without it. Thanks, Dale
|
| Atbash translation anyone? | 04 May 2006 16:43 GMT | 8 |
I'm just curious as to what other ways people can come up with to translate Atbash coded text. Atbash is like a Caesar cipher where A=Z, B=Y, C=X etc. Here is what I came up with a few minutes ago, but I'm already thinking of a better way that doesn't use a predefined string.
|
| VB6, VB2005, or Something Else? | 04 May 2006 16:10 GMT | 883 |
I am hoping this is a subject suitable for this newsgroup, since I know it can be a sensitive one. Hoping to avoid namecalling here, I have a question which I could really use some opinions on. I work for a a small software company. Our entire application suite is
|
| Functions and arrays | 04 May 2006 15:13 GMT | 2 |
Can anybody tell me the code on how to do this problem, I'm using VB6 I got an array which I need to pass to a function, in the function there is code that will change parts of the array, then I pass the edited array back.
|
| Clear Array Question | 04 May 2006 15:05 GMT | 6 |
Is there a better, more economical way to clear arrays than ... For i = 0 to 5000 dynDes(i) = "" dynCom(i) = ""
|
| Simple ocx question(VB6) | 04 May 2006 15:05 GMT | 1 |
How can I load parameters to an ocx for the following events? - On(or before) the UserControl_Initialize - On(or before)UserControl_InitProperties - before UserControl_ReadProperties (wirthout initializacion)
|
| Error Help | 04 May 2006 15:05 GMT | 2 |
I have implemented a comprehensive error system which makes use of Erl, line numbering and creating a virtual call stack of the code called. I was wondering if the if the production version of the software should not use line numbers and the Erl object?
|
| vb 6 adodc.recordset problem | 04 May 2006 14:18 GMT | 1 |
i am writing this code on vb6: Private Sub cmdexcel_Click() Dim str1 As String adoreport.Recordset.MoveFirst
|
| VB Code to read and write .BMP Files | 04 May 2006 13:55 GMT | 9 |
I am particularly new in the VB graphics world. I would appreciate if someone could be kind enough to point out (or provide!) some code to read and write .BMP files. I am not too confident on the file format, though having read about it.
|
| Admin privilege | 04 May 2006 12:40 GMT | 9 |
Got a seemingly simple question. Our network staff resists the idea of users having administrative privilege on their own machines - so they can't install stuff. I can't for the life of me see how I can be expected to program in
|
| VB open excel | 04 May 2006 11:54 GMT | 5 |
I am new to vb and I would like to create a little application that lauch excel (file and launch the macro associated to the file) and another software at the same time. Could you help me with some tips and information? and I am using a
|
| compare tiff and corresponding image of doc file | 04 May 2006 09:47 GMT | 2 |
hi every body l like to know the following things. please help me if you can i had a tif file and the corresponding doc file. now i like to read the contents of tiff file and compare it with
|
| Setting a textbox to multiline at runtime | 04 May 2006 09:20 GMT | 8 |
I'm adding textboxes to a control dynamically, and sometimes need to set their multiline property to True. Unfortunately, it's a readonly property. I then tried setting it with SetWindowLong: 110 dwCurStyle = GetWindowLong(hwnd, GWL_STYLE)
|
| Throw Two Error in Same Procedure? | 04 May 2006 09:15 GMT | 8 |
And yes this is a VB question... I'm slogging through some XML using the XML DOM. When I try to set an object ... set nodeList=xNode.Childnodes
|