| Thread | Last Post | Replies |
|
| VB6 front end to Access 97 database | 20 Sep 2005 21:31 GMT | 1 |
I've been given the task of converting all our Access 97 databases to Access 2000. I found one app that uses a VB6 front end. I am not a VB6 programmer but I opened the project and found the following:
|
| open an existing dial-up connection from vb | 20 Sep 2005 20:49 GMT | 1 |
i would like to make a dial-up connection from vb. it would seem that the simplest way would be to use an existing connection saved as a dial-up connection under network connections. the connection exists as a desktop icon (shortcut) referencing a target located in Network
|
| List all jpg files from folder (loop problem) | 20 Sep 2005 19:19 GMT | 8 |
I need to list all jpg files from a certain folder. For that i use the following code: sFolder = SourcePath & "\*.jpg" sFile = Dir$(sFolder, vbNormal)
|
| design patterns | 20 Sep 2005 18:40 GMT | 1 |
anyone knows a good book on design patterns, specificaly for VB6
|
| color problem | 20 Sep 2005 17:02 GMT | 1 |
I am new to VB and I am creating a simple calculator for practice. I am using VB .Net I want button's background color to change when mouse hover over it but VB keep tell me that Name 'color' is not declared.
|
| Random first random number | 20 Sep 2005 16:30 GMT | 5 |
What is the recommended way to generate a random first random number using the Rnd function? I tried using the entire value of Now, ?rnd(-cdbl(now))
|
| Embedded Visual Basic for Windows CE | 20 Sep 2005 14:44 GMT | 3 |
We have small application writtten for Palmtop/Pocket PCs in Embedded VB for Windows CE3.0 When trying to run the same on Windows CE4.2, "MS embedded Visual Basic Runtime" occured.
|
| SIMPLE Exchange Access | 20 Sep 2005 14:25 GMT | 1 |
I just need a simple exchange access method... I know that may be an oxymoron. I want to connect to an Exchange server on another domain with an already existing account, loop through each message in the Inbox folder, read it, then delete it programatically... how impossible is ...
|
| Accessing a web page from VB | 20 Sep 2005 06:22 GMT | 4 |
How do I load up a web page in IE from a button on a form?
|
| WriteFile? Creating a Shellnew .VBP | 20 Sep 2005 04:41 GMT | 1 |
(1) I'm looking for other suggestions in creating / writing a text file, alternatives to Write # and Print #. Write # seems to have a problem of enclosing things in quotes and there's an annoying
|
| change "break on" setting at runtime | 20 Sep 2005 03:34 GMT | 4 |
Google answers most any question, but apparently not this one. Has some clever soul figured out how to change the "Break on" setting in teh IDE at runtime? Sean
|
| VB6 IDE VBE Object reference | 20 Sep 2005 03:03 GMT | 3 |
I want to set an object variable to the current instance of the VBProject in VB6. It should look something like "Set VBI = VBIDE.VBE.VBProjects(1)". In Excel 2000 this can be done simply by "Set VBI = Application.VBE.VBProjects(1)" or "Set VBI = Application.VBE.ActiveVBProject"
|
| Newbie: FOR loop on dates | 20 Sep 2005 01:50 GMT | 6 |
Hello, i was wondering if there is a way to loop through dates. e.g.. I want to loop through all dates between March 5th,1990 to April 20th,1996. I've tried a couple of things with no success and Google gives nothing.
|
| dbGrid96.hlp | 19 Sep 2005 23:39 GMT | 3 |
Anyone know where to get dbGrid96.hlp? I've Googled it and also searched microsoft.com and no luck. TIA, NFord
|
| Do The Runtime DLLs Come With Win2000? | 19 Sep 2005 22:35 GMT | 7 |
I have several utilities that only need the runtime DLL. XP comes with the runtime DLLs included, does Windows 2000 come with them too? jim using VB5
|