| Thread | Last Post | Replies |
|
| VB6 - FTP Control - Uploading to IP Address | 24 Oct 2006 18:46 GMT | 4 |
We have a VB6 application that currently works using the FTP object to upload to a specific FTP site. The client's are now considering pulling the FTP site and they would like to know if it i possible to upload directly to an IP address. I kind of suspect that this is a
|
| How do I free/delete DLL/Resource from Windows98/OS without restarting the OS? | 24 Oct 2006 10:23 GMT | 15 |
I get an ERROR from windows98/Windows Explorer while attemping to DELETE a DLL from OS/Wimdows/System32. The Error message is:
|
| Coupling between an internet page and a VB6 program | 23 Oct 2006 18:55 GMT | 3 |
If you want to get an internet page into a VB6 program there are several examples around What i am looking for is the VB6 code to transfer an internet page (plain text only) to a VB6 program without control of IE by/through
|
| change | 23 Oct 2006 10:07 GMT | 3 |
Hello, I want to let the commandbutton1 to change for example the letter "a" into letter "z" and letter "b" into "y" and so on from the textbox1 to textbox1 again... how can this be done?? Thanks in advance...
|
| IE7 gotcha | 23 Oct 2006 09:55 GMT | 5 |
I have used IE7 beta for a while and yesterday finally Microsoft auto update installed "the real one". Now every single project / source I have with references to toolbar (e.g Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button) gets
|
| I'm going nuts please help with homework | 23 Oct 2006 09:43 GMT | 1 |
This is not working and for my life I can't figure out why: Private Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click Dim firstLetter As String
|
| unit converter using combo boxes | 22 Oct 2006 20:46 GMT | 1 |
hi, i seriously need help with visual basic 2005. i've created a form with 2 comboboxes and 2 textboxes. i want to be able to type in the distance in textbox1, choose the unit to be converted from one combobox and then choose the unit to be converted to in the other combobox. eg
|
| How do I DEBUG a DLL from VB IDE? | 22 Oct 2006 13:22 GMT | 2 |
I have a DLL and I want to debug it from visual basic enviorment, How do I do this?
|
| VB6, how to count/get access to objects on a Frame? | 22 Oct 2006 07:53 GMT | 4 |
with 'for each' or .Count/.Controls() user can find any control on a Form. But this does not seem to work with Frames and other objects. How to count or find Buttons placed on a Frame? regards,
|
| Help with VB2005 | 21 Oct 2006 21:12 GMT | 2 |
Will some kind soul please post a link to free VB2005 tutorials? Also, is there a group that is dedicated to VB2005? Thanks in advance, the pilgrim
|
| Error 52 - bad filename or number | 21 Oct 2006 20:41 GMT | 17 |
I'm having a bit of difficulty with an app that is 'misbehaving' occasionally. The problem is that this app is installed on a site some 4 hours drive from me and when I'm there i cannot reproduce the problem. Therefore I decided to include a section of code within the app to write ...
|
| How to call ClassModule1/Function1 from ClassModule2/Function2? | 21 Oct 2006 19:09 GMT | 9 |
I get this error while trying to compile my dll. Compile error: Sub or Function not defined. My relevant code is:
|
| Visual Basic 6 Program Won't Start on Other Machine | 21 Oct 2006 18:49 GMT | 14 |
I've run into a really perplexing problem, and hope someone can help. My development machine is Windows XP Professional Service Pack 2. The target machine is Windows XP Professional Service Pack 2. I'm using Visual Basic 6.0, SP6 (maintaining a legacy application).
|
| Difference between Form.Activate and Form.GotFocus | 20 Oct 2006 20:45 GMT | 1 |
Could someone please xplain the differences between those two events? Thanks! Fernando
|
| Internet Explorer Automation with VB6, Click Buttons, Enter Passwords | 20 Oct 2006 10:22 GMT | 6 |
I am writing a VB6 script that is automating Internet Explorer 6 xp2, what I am trying to do is: -entering account-name and password (but it does not work all the time and sometimes gives me a "object variable not set" even without the
|