| Thread | Last Post | Replies |
|
| How can I sort a list box | 06 Jan 2005 05:16 GMT | 2 |
How to you programatically sort a list box? MyList.Sorted = True is a read only statement and VB6 will not let me use that. Any ideas? Thanks In Advance
|
| FTP file size | 06 Jan 2005 04:44 GMT | 2 |
Using VB5 sp3 Have just spent a few hours googling, but maybe I'm looking for the wrong thing / keywords. Can anyone give me any ideas on how to get the size of a file stored on a
|
| Reading text ouf a Website | 05 Jan 2005 22:43 GMT | 2 |
I am browsing with the IE Control to a website After the Site is loaded I like to store the text of the website into a text-file. Is this possible (not to store into a textfile, but getting the text)?
|
| Format a Zip Drive | 05 Jan 2005 22:13 GMT | 1 |
How do i format a Zipdrive from Visual basic, Quick and with a VolumeName ? ******** CODE ******* Option Explicit Private Sub Form_Load()
|
| Debugging/tracing DLL projects | 05 Jan 2005 20:23 GMT | 3 |
I inherited a VB made up of three different projects. One project compiles to .EXE file while the other two compiles to .DLL files. The .DLL projects do not have forms in them. They have modules section and a class modules section.
|
| Any control that supports HTML & forms parsing/rendering and a limited scripting? | 05 Jan 2005 20:14 GMT | 2 |
Similar to what Webbrowser in VB does with HTML files...Optimal situation is when it has all the functionalities of Webbrowser and allows external programs to access all
|
| Programming switches into an EXE | 05 Jan 2005 19:35 GMT | 5 |
Here's my newbie question o' the day: I want my standard EXE to have two modes. One will be launched by a scheduled task and will run without prompts or user interaction. The other mode will be when the user
|
| Split Function Help | 05 Jan 2005 18:50 GMT | 11 |
I am parsing a string. The array is incremented each time a certain is reached. Sometimes once, sometimes twice and sometimes three times. How do I increment or count how many or how big my array is? Thanks
|
| on.time | 05 Jan 2005 18:43 GMT | 7 |
I am trying to use an on.time function to run a frontpage macro within VB. I am getting a "Expected: GO" statement. ON.TIME("9:00:00 AM", "Test1") This is my code. PLease help.
|
| ActiveX Exe: Thread per Object or Thread Pool? | 05 Jan 2005 18:31 GMT | 3 |
I'm having some problem with my ActiveX Exe app. The entry point is Sub Main, where I check the App.StartMode. If it's vbSModeStandalone, I then load a form, otherwise, doing nothing. Two testing apps, App1
|
| What is on Clipboard? | 05 Jan 2005 16:53 GMT | 3 |
I have Outlook Express on my development workstation. Client running my application has Full version of Outlook. There is a feature in my application which allows to copy the file from clipboard into special folder.
|
| How to get the Windows install folder? | 05 Jan 2005 16:48 GMT | 5 |
Is there an API I can use since on some users' PCs, the folder is not C:\Windows? Thanks. Bingo
|
| Internationalization On The Fly | 05 Jan 2005 16:00 GMT | 4 |
We have a few internationalized web applications written with VB web classes. On the other hand, we have written a web-based resource editor which mainly generate resource dll's on the fly.
|
| KeyPress event question | 05 Jan 2005 15:47 GMT | 7 |
I use a pretty simple subroutine to limit text entered into text boxes to certain keys. An example is this routine I use to limit input to numbers only. ===========================================================
|
| iTunes Look in VB6 App | 05 Jan 2005 15:16 GMT | 2 |
Can I get the visual window style of the Apple iTunes application, from within a VB6 App... Thanks Kelvin
|