| Thread | Last Post | Replies |
|
| Form Fade in/out | 03 Feb 2004 13:42 GMT | 2 |
I have a program with an introductory splash screen and a program close screen. Each form appears ok but is there any way to apply a fade in/out effect to each form? (Using VB6)
|
| Creating label objects with events at run-time | 03 Feb 2004 11:36 GMT | 8 |
Over the weekend i 've been trying to create a Collection of labels at run-time which also have events, methods etc. I created all 25 of them with the following code, but only the 25th has events. Any idea what to do more ?
|
| DAO with Oracle? | 03 Feb 2004 11:03 GMT | 5 |
I've got an Access database and a VB6 interface app that I wrote using DAO to return data from it in a useable format. I'm considering moving to Oracle for my database, about which I know little at this point. Anyone know if DAO can be used with an Oracle database? I'm wondering
|
| question on reading/writing from a file | 03 Feb 2004 09:47 GMT | 2 |
hi,im trying to read a line from a file then store the contents of the line onto vars but i cant seem to figure out how to read the right way. is there anyway to read a from a file using like a row/column read
|
| VB.Net deleting rows from database tables | 03 Feb 2004 07:36 GMT | 1 |
I have a VB.Net question about deleting rows from Database Tables. To avoid me typing it again could you please see http://www.howtomendit.com/answers/0000322.htm Thanks
|
| aol mail workaround problem | 03 Feb 2004 04:47 GMT | 2 |
in an excel file my embedded vb has a workbook that the vb emails to another computer for processing using the SendMail method for a workbook. it works in general but not on aol. unfortunately aol strips of the
|
| New to VB 4.0 | 03 Feb 2004 04:06 GMT | 39 |
My dad just installed VB 4.0 on our PC. I think it is interesting. I am using a book entitled,"Visual Basic 4.0 for Windows" written by Richard Mansfield. It is published by Ventana and like most of these cheap books
|
| Converting Variables | 03 Feb 2004 04:01 GMT | 1 |
I need to convert a string to a integer. I tryed to use the Val() Function but the i need the string to be added. The string is "(x+3)^2" where the x is a part of the for/next statement. And i used a statement like y = replace(y, "x", x) to replace the x in the tring to a number. ...
|
| ??? | 03 Feb 2004 02:42 GMT | 4 |
I could not find any information on scripting. Is there a site or a help file that could assist me with my problem?
|
| Timers Running for Extended Periods | 03 Feb 2004 02:38 GMT | 1 |
I have a VB6 application I turned into an NT service using the NTSV control from MS. Anyways, it's purpose is to query our SQL Server database and return a recorset every 2 minutes and then modify the data based on what is returned. This software works flawless for about 10 days ...
|
| Binary data in VB | 03 Feb 2004 01:00 GMT | 1 |
I have an instrument that outputs a mixed string of ascii and binary data. After collecting the data in a string variable, I can manipulate the data to strip off the ascii header leaving only the binary data in the string variable. Using the LeftB & MidB functions I can copy data ...
|
| VB Classes | 02 Feb 2004 23:35 GMT | 1 |
I have 3 questions regarding classes. 1:- If I have a class, Class1, how do I get Class2 to inherit class1? 2:- Assuming that the above is possible, if Class1 contains a function, Funct1, what scope keyword do I need so that Funct1 is only visible
|
| Set printer parameters while printing excel worksheet from VB | 02 Feb 2004 20:01 GMT | 2 |
I am filling information into an excel spreadsheet. When finished I print it out. Using the commen controls I am able to select a printer or change the printer settings, however this does not effect the printing of the excel
|
| Refresh and Requery | 02 Feb 2004 19:36 GMT | 1 |
I have a program in VB6 using ADO where records are added, modified, and deleted on one form, and when this form is closed, the main form does not relect these changes. I was taught to refresh data controls in the Load() event of a form. Should I use the Requery method after
|
| An easy one for you VB / Access guru's | 02 Feb 2004 19:15 GMT | 1 |
I have a simple Access database set up and a form and I need to compare two textboxes, 'email1' and 'email2', on the form. If the two textboxes do NOT match I need to change the background colour of 'email1' to RED to bring this to my attention.
|