| Thread | Last Post | Replies |
|
| Help Button? | 20 Sep 2004 13:13 GMT | 3 |
I have a small app and have set up the help file which can be accessed through the F1 key. I would also like to supply a button that would also open the help file. I have serched the net and cannot find anything that helps. The help file will be in the application
|
| What is On Local Error? | 20 Sep 2004 13:08 GMT | 4 |
For years, I've been using On Error Goto for error handling. I recently came across a sample which uses the syntax On Local Error Goto. I'm searching the 2000 MSDN for a reference to On Local Error but I can't find it. What if anything is the difference between On Error and On ...
|
| DirectCOM - Problem with Registering MCI32.OCX (from a previous posting) | 20 Sep 2004 11:56 GMT | 5 |
I had a problem using the multimedia control in a VB6 program. I have Windows 98 on my computer and it runs fine but gives "Component MCI32.OCX or one of its dependencies not correctly registered. A file is missing or invalid" error when I try to run the program on some Windows XP ...
|
| Open (download) and Execute file located at URL | 20 Sep 2004 10:43 GMT | 1 |
I want my application to be able to open (execute) locally a file located at a specific URL (ex: http://www.myURL.com/setup.exe) I used the code on this page: http://www.devx.com/vb2themax/Tip/18339 But my problem is that with Netscape7.2 it doesn't open the file, it
|
| Put Get - accessing the Get from what was Set? | 20 Sep 2004 10:33 GMT | 1 |
I have a HTC in a web page. It's just a slider. It uses JavaScript but the idea of Put and Set for Properties I can understand better in VB than in JavaScript so I am asking here. Here is a portion of the HTC: <public:property name="visible" id="propVisible" put="setVisible" ...
|
| Auto-update components message on VB startup | 20 Sep 2004 10:21 GMT | 1 |
I'm wondering if there's a way to hide the "Version 3.0 of MyOCX.ocx is not registered. The control will be upgraded to version 4.0" message when loading VB.
|
| Sending eMails with Win 98 and Win XP not working | 20 Sep 2004 09:19 GMT | 4 |
Using my VB5 Program with Win98 to send eMails and open Internet sites works fine. However using the same program with WIN X causes a runtime error in case of the mail and does not work calling the Internet. Is there any difference in programme these routines between Win98 and
|
| Connect to a Running Instance of Internet Explorer - XPSP2 | 20 Sep 2004 08:03 GMT | 1 |
It seems that since installing XPSP2 I can no longer get VB to connect to a running instance of Internet Explorer, as outlined here on MSDN Q176792: http://support.microsoft.com/default.aspx?scid=http://support.microsoft.com:80/s upport/kb/articles/Q176/7/92.ASP&NoWebContent=1 Can ...
|
| ShowFileDialog question.. | 20 Sep 2004 04:30 GMT | 3 |
Is there a way to have "ShowFileDialog" open the dialog in a specific folder? Thanks
|
| Populating Combo box with excel file Contents | 19 Sep 2004 22:01 GMT | 2 |
I'm using VB6 and quite new to VB and need a bit of help. I've got a small userform with a textbox, a combobox and another 2 textboxes (in that order). I've also got an excel file with 3 collumns for name, address and fax number.
|
| Talkiong forms | 19 Sep 2004 19:13 GMT | 2 |
New to vb.net I need to know how to talk to a calling form from a called form. I want to change various properties of the form as well as properties of objects on that form, Ie pushbuttons texts, label texts etx. I also need to be able to
|
| Controlling ProductVersion | 19 Sep 2004 18:20 GMT | 1 |
Hello - In VB.NET, how do I control product version, and access it for reporting on my splash form? This is a simple .exe solution with a project built out of a few forms and modules, and contains a setup project. My vbproj file contains ProductVersion = "7.10.3077" . When I ...
|
| How to call functions in a DLL? | 19 Sep 2004 16:22 GMT | 11 |
How can I "call" functions in a 3rd-party DLL from my VB6 program? In a separate project, I'm using some functionality provided as part of PHP (server-side scripting) to create graphics files (.png and .jpg). For those of you that might be familiar with it, it's called
|
| Reg REGSVR32.EXE used during app installation | 19 Sep 2004 16:12 GMT | 4 |
I have a question about windows registry registration. During an installation procedure for my application: If I copy for example DAO360.dll to a unique folder under c:\ and adds the DAO360.dll to the registry with REGSVR32.EXE will that override any existing
|
| Class Documentation Question | 19 Sep 2004 14:52 GMT | 7 |
When looking at window objects in the object browser, at the bottom of the object browser window you see thing like summary information, descriptions of the input and output etc. How do I add these items in a class I create myself?
|