| Thread | Last Post | Replies |
|
| Read from an array | 23 May 2006 08:17 GMT | 7 |
I need to access or rather read each of the values in a 2D array, andperform and operation say log(MyArray(0,0)) and then store it in a new array.. So i need a for loop to read the 2D array and manipulate each of the
|
| msgbox text | 23 May 2006 07:34 GMT | 5 |
Hi all is there any way to make text from the msgbox bolder.
|
| How to enable true vga in mobile apps | 23 May 2006 04:37 GMT | 1 |
Hi ppl, sorry for posting this here, but i cant find any managed newgroups relating to mobile development. I heard there is a flag which we can set to tell wm5 to let my app run in true vga mode.
|
| Threading Problem - Form Update | 23 May 2006 04:31 GMT | 1 |
I would appreciate any help concerning this threading issue. I am receiving data from the comm port fine. I am updating the system.form controls, text boxes, using "begininvoke" and the updates occur fine.
|
| Calling a VB6 Subroutine from another Subroutine | 23 May 2006 03:42 GMT | 12 |
I'm sure this is probably a simple question to answer for most of you, but to me, it is not. Using VB6, what is the proper way to call (or go to) a subroutine from inside another subroutine?
|
| Code help | 23 May 2006 00:34 GMT | 1 |
I am using the folloeing code to create a folder on the webserver and then copy files to that. This is just my trial. Please help in correcting the code below: Private Sub Command1_Click()
|
| Problem with Declare or dll | 23 May 2006 00:09 GMT | 3 |
Hi group, I want to use a library file in my vb program. The library file EdrLib.dll has been copied to the vb project directory. (this library is taken from Petzold's Windows Programming Chapter 21).
|
| Clearing a TextBox grid | 22 May 2006 22:35 GMT | 17 |
I have VB6 code that opens a file containing the unique Text information for each of a 11x11 TextBox grid in a single form. While the code is running (after having successfully loading the Text information), I want to clear the TextBox grid of ALL displayed data. The following ...
|
| Using Keyboard Key to Move from TextBox to TextBox | 22 May 2006 21:49 GMT | 16 |
Can anyone provide the VB6 code to move from one single-character-entry TextBox to another single-character-entry TextBox when the ENTER or TAB key is pressed? Each TextBox is in a grid on a single form. Each is restricted to a single
|
| Variable is not initilized when form is loaded again | 22 May 2006 21:02 GMT | 6 |
What I am missing here? In the form: Option Explicit Dim fcmdAction As Byte
|
| How to pass and identify a control-array and its type | 22 May 2006 20:35 GMT | 11 |
If I have a control-array of a certain VB-control-type, let's say of VB.OptionButton, and I want to pass the whole control-array into a function is there a less generic type then 'Object' to specify the parameter by?
|
| ADO Find Method error | 22 May 2006 20:12 GMT | 2 |
I have a form with 2 combo boxes cmboEEFilter and cmboJobNoFilter. The former lists a range of acceptable Employees and the later of jobs. I would like to allow the user to select and employee and a Job and then press a command button that would highlight the relevant row on a ...
|
| Query problem with Joined tables | 22 May 2006 19:05 GMT | 13 |
I want to display a recordset in a Listview based on a query of two tables which are Joined. The query which I have at the moment is: "SELECT Biographies.BID, Biographies.family_name AS [family name],
|
| Only a version question | 22 May 2006 19:00 GMT | 1 |
Hi, all. I need to know which is the maxmium free verison of JET(DAO) I can distribute with VB6.
 Signature Rick
|
| Basic Variable Question | 22 May 2006 17:43 GMT | 3 |
i have a basic script to run blat and send a log. how do I properly declare and set the variables and then reference them in the last line of the script? Dim MailTo, ReplyTo, Subject, Body
|