| Thread | Last Post | Replies |
|
| Salix ???? | 05 Sep 2004 16:27 GMT | 5 |
I have a Salix and have forgotten its name :( It is a prostrate form that is hugging some boulders we have in the garden. The label is now practically illegible but the letters seem to run along
|
| Print w/o font substitution | 05 Sep 2004 14:22 GMT | 1 |
[VB6] I'm using the standard Printer object to print text in the font "Times New Roman" 12 point. I'm also using the Printer.Line statements to mix graphic lines with the text.
|
| SP2 keeps my computer to go in standby mode | 05 Sep 2004 09:33 GMT | 1 |
Just wanted to know if someone else has had problems with SP2 and standby mode. I've got a laptop : ACER Travelmate 6000 series (centrino 1.7, 512Mb, 82852 chipset). The symptoms :
|
| WinSock | 05 Sep 2004 05:23 GMT | 4 |
Hello, I've developed a Winsock application that runs on the single local machine. The problem is that, whenever i try to connect more then one client to the same server, it doesn't work, i mean my application only connects SINGLE
|
| Deploying on Win XP Pro | 05 Sep 2004 04:34 GMT | 1 |
Dear Friends, I used the package and deployment wizard to create a installation that worked without problems on Win 98 & Win XP Home but it won't do it's job in WinXP Pro. Any hints as to why?
|
| Keep MDI child in top pos... | 05 Sep 2004 00:46 GMT | 1 |
I'm having a problem with setting a MDI-Child-form as TopMost, i.e. make sure it stay in front visible for the user all the time. This is the situation: It's a MDI application and I want one child form to stay on top within the applications other child forms.
|
| How can I search for files? | 04 Sep 2004 23:22 GMT | 4 |
Using VB6, I'd like to do something like VBA's Application.fileSearch. I'd like to say: Return a list of all files matching "*.xxx" and recursively go thru all sub-directories. The FileListBox does not recursively go down directories.
|
| Compact an Access database with VB | 04 Sep 2004 22:41 GMT | 2 |
I use an Access 97 under VB6 with ADO. After my program removed records in my Access database, I saw that Access file size had not changed at all. How to make VB ask for Access database to start "Compact Database" procedure
|
| VB6 Registry Edit | 04 Sep 2004 20:59 GMT | 2 |
I'm trying to write an app that'll delete and recreate a few registry entries. the problem i am running into is that one of the registry entries, under HKEY_USERS\S-1-5-21-xxxxx is always different on other
|
| VB6 Registry Edit | 04 Sep 2004 20:58 GMT | 5 |
'm trying to write an app that'll delete and recreate a few registry entries. the problem i am running into is that one of the registry entries, under HKEY_USERS\S-1-5-21-xxxxx is always different on other
|
| CheckedListBox.Items Read Only | 04 Sep 2004 20:54 GMT | 4 |
Coming from mostly VBA to VB.NET so bare with me. I am creating a form with a CheckedListBox. I want to populate the listbox as the user types in a value. I tried to use CheckedListbox.Items = SomeCollection
|
| VB 6 registry edits | 04 Sep 2004 20:46 GMT | 2 |
I'm using VB6 and trying to edit a few things. At first I thought i had it working, but then discovered that these keys are not named the same on all computers. The subkeys of HKEY_USERS (i.e. .DEFAULT, S-1-1-5-18, S-1-1-5-1177239garbage1003) are
|
| Scrolling Text | 04 Sep 2004 19:12 GMT | 1 |
Sir, Can you just help me, how to scroll text message may be in some label controls, or move the controls to get the effect of scrolling, but note that the message is growing with more text dynamically. Please also suggest me
|
| Overriding a method (VB.NET) | 04 Sep 2004 15:02 GMT | 2 |
I have two classes. Class2 inhertis Class1: ----------------------------- Public Class Class1 Public Overridable Sub MySub()
|
| Scraping a page in VB6 | 04 Sep 2004 09:35 GMT | 2 |
Given VB6, is it possible to pull a web page over the internet, populate a form's inputs on that page, and then submit that page back to the server? Even it means parsing the page's String. If so, any tips on how to do this would greatly appreciated. If not, then
|