| Thread | Last Post | Replies |
|
| VB HTML REPORT | 08 Jan 2004 12:41 GMT | 2 |
i have made an application using Visual Basic 6 and i would like to make reports perferabley on html format which will display the results of various queries. How would i go about making html report using Visual basic.
|
| Defining a 1 Dimensional Control Array as a Class.What is the Return Type ?? | 08 Jan 2004 12:26 GMT | 1 |
Hi, thanks for your attention. WinXP, VB.Net 2003 EXPLANATIONS: (QUESTION follows below that) I want to define a 1 Dimensional Array (Visually a Row) of 10 TextBoxes as a Class called "TextBoxRow",
|
| JDBC type 4 from VB | 08 Jan 2004 11:17 GMT | 1 |
My question is simple, Is there a way to execute JDBC type 4 from Visual Basic and/or VBA? I've searched the forum and have found no reference to it. We have requirements that prohibit us from using ODBC. Any help would be appreciated.
|
| script loops | 08 Jan 2004 09:33 GMT | 2 |
Does anyone know how to set up a loop in a .bat file with a time delay. I know this should be easy but I am new to scripting. I have a command to set the clock to a server but now I need to set up the loop to set it every 20 minutes. Any help is appreciated!
|
| Can't pass a form reference as parameter to method | 08 Jan 2004 08:22 GMT | 4 |
I've found some curious bug and I have no explanation for it. I wrote this method in the code section of a form (let's name it MyForm): Public Sub RegisterForm(ByVal frm As Object, ByVal registrar As Boolean)
|
| Visual Basic 6 Datatype Problem (LONG to 4 bytes array) | 08 Jan 2004 00:00 GMT | 6 |
I'm having some trouble with a conversion between datatypes. I have a long variable containing the value of 12345678. I know that the long values are stored in memory in 4 bytes. I want to get this 4 bytes and copy them to a byte array or string. Is there any
|
| using a datagrid control | 07 Jan 2004 23:58 GMT | 1 |
How do I get a datagrid control to display records from a table that meet certain criteria as opposed to the whole table? Thanks, Craig
|
| compare two dates | 07 Jan 2004 23:19 GMT | 2 |
Hello, I want to do the following: I have a date in a string format date1 = "6-1-2004" and a string in date format date2 = #7-1-2004#. I want to compare the two of them: var = dat1 - date2
|
| setup | 07 Jan 2004 21:02 GMT | 1 |
I am interested which setup programs for the distribution of applications are used by this news community. I am using the default delivered setup included with VB6. This works reasonably well. What are u all using? Preferably free software.
|
| access Dynamic|Static Array in Class Obj | 07 Jan 2004 19:49 GMT | 9 |
Dear everyone, I am currently working on building classes in VB6. I have encountered some difficulities while initiate and access an Array attribute. '--- in clsmum.cls ---
|
| Focus(?) Issue | 07 Jan 2004 19:15 GMT | 6 |
I have an MDI form with 2 child forms. I open the first child window which contains a textbox and a button. The button opens the second child form. If you click the button, open the 2nd child form, close the second child
|
| ADO in VB 6 app not seeing EOF | 07 Jan 2004 18:21 GMT | 2 |
I have two machines, both setup with VB 6 SP 5 using ADO against access DBs. The application is copying records from one MDB to another using the same table name. One machine has windows XP, the other has Windows 98. On the windows 98 machine, the process runs fine. On the XP ...
|
| Distributed calculations with VB 6 in multiple PCs, how? | 07 Jan 2004 18:17 GMT | 4 |
I would like some expert advice on the following problem. I apologize if I am not as clear as I would like to be - I am not an expert in networks. I will try to phrase it as good as possible. I am writing a huge application for my PhD; it is a program for the dynamic
|
| Help needed to increase cursor size with CreateCaret | 07 Jan 2004 17:00 GMT | 10 |
I'm trying to make the cursor size in one of my forms larger, since it is too easy to lose track of its location in this big form. I found the following code in an old post from google: ''''''Snippet
|
| Problem with VB project files | 07 Jan 2004 14:27 GMT | 1 |
I am having a problem with the VB6 "Recent" tab. When you are switching between projects and creating executables, you will notice that when you make a project (after the first project is made) that the "make path" is relative to
|