| Thread | Last Post | Replies |
|
| Help getting strated - when file was last modified | 07 Sep 2004 18:40 GMT | 2 |
I was hoping someone could point me to a tutorial or help me get started on this. What I need is a way for a subroutine to look at a folder and find out which files have been modified in the past day and then past back just the file names of those that have been modified (so can ...
|
| CodeDom | 07 Sep 2004 17:17 GMT | 2 |
I am working on a dynamic code generation tool and I have run into a problem. When I add the declaration statement for a control, I cannot find how to make it add the "WithEvents" to the declaration thereby not surfacing any events when you pull the result file into the IDE. I am
|
| Adding Control At Run Time | 07 Sep 2004 17:17 GMT | 2 |
I used the following code to create a command button at run time, but get a error on the first line (form1.controls...)see below. Any help on what I'm missing. Thanks. CODE:
|
| Load/Unload events | 07 Sep 2004 17:10 GMT | 7 |
Being an occasional recreational user I am always puzzeled by the timing of the load/unload processing. I have a form named frmmenu from which I am displaying another form (frmCheck). The second form contains a list box and two command buttons (cmdContinue and cmdCancel). When ...
|
| Access 97, 2000, XP reports and VB | 07 Sep 2004 16:55 GMT | 2 |
I know i can create a Microsoft Access object with: Dim accessApp as Access.Application But my customer's computers doesn't have the same Access version. Some have Access 97, some Access 2000, some Access XP, and others have two
|
| Faster Read/Write to Random Access File | 07 Sep 2004 16:03 GMT | 5 |
I've been loading data from a random access file into an UDT array using code such shown below. Assume that MyUDT is a UDT that is 300 bytes long, and that MyFile contains the fully qualified name of the file I'm reading. Also assume that I'm reading the records into a dynamic array ...
|
| Ensure no read from cache | 07 Sep 2004 14:20 GMT | 4 |
Currently my application periodically grabs webpage content from a website that is updated randomly. My program repeats getting info from the same url via a hidden webbrowser. I want to ensure the program gets the current info and NOT info from the
|
| Need help with MSChart object in VB 6 | 07 Sep 2004 14:13 GMT | 1 |
New to VB. Using MSChart object and setting the RowLabel property for the different columns. The labels on the mschart object update in the design window but when the program is run, the labels are not updated.
|
| Dictionary Object and FSO versions | 07 Sep 2004 13:51 GMT | 21 |
My VB6 application uses the Dictionary Object, which requires scrrun.dll. I chose the dictionary object over collections after studying the pros and cons in "Programming Visual Basic 6.0" by Francesco Balena.
|
| Open for Append & backspace | 07 Sep 2004 11:26 GMT | 3 |
I have a log file that I am opening and appending text to. I wish to be able to remove the last two characters in the file (CrLf) in this mode. I have tried to use the ASCII backspace character 9 to remove these, but it seems not to work. Am I misunderstanding things and is this
|
| Knowing the basic at a noobie level | 07 Sep 2004 09:19 GMT | 9 |
Hello people. First of i am new to these discussion groups and just as new to visual basic and programming. Although not a total noobie, i am Ok with 3DML. I recently came across visual basic express, and am hoping i am in the right
|
| Error You do not have an appropriate license to run this functiona | 07 Sep 2004 04:23 GMT | 1 |
The VB6 application gives an error message Error 429 "You do not have an appropriate license to run this functionality" at run -time. It uses MSMAPI32.ocx to send a very basic email message. All suggestions will be appreciated.
|
| Problem solved :-) | 07 Sep 2004 03:34 GMT | 3 |
|
| Resource file | 07 Sep 2004 03:26 GMT | 7 |
Does anyone know how many rows there can be in a resource file? Thanks, Mats-Lennart
|
| Reading a controls property members? | 07 Sep 2004 03:25 GMT | 2 |
Is there a way during runtime to read the list of property members of a control? I've tried multiple "for each's" basically guessing at what I need.... no luck.
|