| Thread | Last Post | Replies |
|
| Renaming a file without knowing the original filename.... | 24 Oct 2004 22:12 GMT | 3 |
I pull down a file everyday via FTP that I need to rename but the file name is not consistent (except it is all numeric). I tried using the Name function but it doesn't accept wildcards. How would I go about it? I need to call it from an Access db and automate it.
|
| Define an array in the immediate window? | 24 Oct 2004 22:09 GMT | 3 |
Can I define an array in the Immediate window? I am just doing some testing. I know I can use an array that is defined by a program if that program is in break mode. I just want to do some testing offline.
|
| How to Identify User & Company | 24 Oct 2004 19:37 GMT | 2 |
How do I identify a computer's username and company name? I need this for registration purposes. Thanks
|
| GetCurrentProcessId, GetModuleFileName API Calls | 24 Oct 2004 17:02 GMT | 2 |
I'm trying to get the full path name of an Access 2K MDB (or its MDE form) when it is running, without using the Access CurrentProject object. What I read seems to indicate that API call GetCurrentProcessId returns the unique id of the running process, and passing it as the 1st ...
|
| Create file type associations | 24 Oct 2004 16:07 GMT | 3 |
I have created an application which holds the metadata for the users project in an xml file with the extension .ANIM. How do I go about programmatically creating the file type reference in Windows. I want to give it basically the same settings as a normal XML file
|
| Macro substitution like in Clipper | 24 Oct 2004 09:26 GMT | 1 |
Clipper language has a macro substitution. For example: S = "2 * 3" E = &S ---> equal to E = 2 * 3
|
| For each ...next /umbennen von forms | 24 Oct 2004 06:47 GMT | 4 |
Calling the program, the forms shall be renamed (or size changed). Something seems to be missing or is wrong in the following procedure. I should be grateful for an advice. Dim fr as form
|
| Help Pweease | 23 Oct 2004 21:55 GMT | 7 |
can someone help me out with this please ? -- vb_newb ------------------------------------------------------------------------
|
| Progress bar question (Comctl32) - VB6 | 23 Oct 2004 20:11 GMT | 3 |
I have created a progress bar in a VB6 and it appeared to work pretty well. The application processes a bunch of files, typically between 50 and 100, and the process can take between 10 and 20 minutes, so I wanted to display a progress bar as a visual indicator progress.
|
| Generating HTML from VB 6.0 | 23 Oct 2004 19:42 GMT | 3 |
I have been told that I can generate an HTML file from VB 6.0, but I am unsure of how to do this. Does VB 6.0 have something that is built in that this can be accomplished easily? Also, if there are links to web pages that show examples of how to do this please send them ...
|
| Asp Html In Forms | 23 Oct 2004 19:19 GMT | 4 |
Can anybody help me i am new to visual basic and i have written a full website using both flash and asp i know how to insert the flash into a form but what i want to know is how i can run my asp pages in a windows form without opening up a browser i have many asp pages all of ...
|
| Help Pweease | 23 Oct 2004 17:07 GMT | 2 |
HELP PLEASE !!!! vb_newb wrote:
> *Hey guys i need abit of help here, > im doing exercise 5.2 in vb.net book |
| recordsets and multple forms | 23 Oct 2004 16:21 GMT | 2 |
I am having trouble getting recorsets to display on multiple forms. I can create a ADO disconnected recordset and display/navigate it on my main form OK.
|
| Adding BAS files to project | 23 Oct 2004 16:14 GMT | 7 |
Pardon my newbieness. I wanted to add some modules to my project. The modules were sent to me as .bas files. So I opened my project and used Add>Add File.. to add the files. That worked. But it
|
| Hard Drive Identification No. | 23 Oct 2004 16:03 GMT | 6 |
How do I read a computer's hard drive serial number or ID number? Thanks...Arne
|