| Thread | Last Post | Replies |
|
| My 1st app!!! - "1atapp.exe" (0/1) 72.0 kBytes yEnc | 02 Sep 2003 00:56 GMT | 4 |
Hello!! I am very excited! This is my first program and I would like to know what you think! Please please let me know! Stephinie
|
| finding numbers in RTB | 01 Sep 2003 18:05 GMT | 3 |
How can look for only the numbers in a RTB control? I know for instance how to search for a string by using: : Private Sub Command1_Click() Dim FoundPos As Integer
|
| some string questions | 01 Sep 2003 16:21 GMT | 1 |
How to get one character of a string? For example, I want to know the fourth character of "ABCDEFG" (which would be "D"). In my previous language I could use string[4] but VB wants it on a different way. When that works I'd like to filter some stuff, enter and tab characters.
|
| really simple question | 01 Sep 2003 16:10 GMT | 1 |
Never worked with VB before so... please don't laugh at me. I'm trying to add a new new item to a listbox. As I suspected AddItem should do the job. But the problem is that I can't use that method! I'm making a very simple program in MS Access, using forms so the VB code might be ...
|
| Compiler Implosion | 01 Sep 2003 11:58 GMT | 7 |
OK, I have a mature COM Object (in the field 3+ years) that is the core of my product line. Made some normal changes and BOOM, as soon as Compile finishes, and it starts to write
|
| pass a control as argument | 01 Sep 2003 08:17 GMT | 3 |
G'day all, I want to pass a control as an argument however with the code below I get the value not the control. How do I get the control? Private Sub Command1_Click()
|
| Get the other of 0 or 1 | 01 Sep 2003 05:53 GMT | 2 |
G'day all, This seems a bit clumsy, is there a better way? Private Sub optRemainder_Click(Index As Integer) Dim i As Byte
|
| Registering VB4 OCX's in XP? | 01 Sep 2003 04:29 GMT | 3 |
I have a program that requires these OCX's and DLL's: COMDLG16.OCX, THREED16.OCX, OC25.DLL, VB40016.DLL These are all in the programs path. Program is written in VB 4.0
|