| Thread | Last Post | Replies |
|
| Get a network host name if you have the user name | 22 Aug 2004 22:02 GMT | 5 |
I use mailslots to send messages on our LAN. The only problem is, that I have to type in the exact host name. NET SEND can send messages to a login name too, which is a lot mor convenient.
|
| ListView | 22 Aug 2004 21:36 GMT | 2 |
Hello Ppl I'm using ListView in my project. I need help with the following 2 things pls 1. Is there a way to automatically increment the vertical scroll? Currently
|
| VB6 Label Control Caption Length | 22 Aug 2004 20:26 GMT | 5 |
According to the docs, the label control caption length is limited to 1024 bytes. I've tested this for more and it works fine. What I cannot determine for myself is whether exceeding this limit creates any memory leaks or stack problems.
|
| Randy Birch are you there? (COM Ports) | 22 Aug 2004 20:00 GMT | 6 |
Dear Randy, I was in a desperate need to communicate with a COM port over LAN. I designated the COM Port as number 100. Since MicroSofts MSCOMM32.OCX does not allow for more then 10hex ports, I changed the code within MSCOMM32.OCX
|
| Posting to newsgroups | 22 Aug 2004 19:41 GMT | 2 |
I am trying to write a program to post messages to newsgroups, but am not doing very well. Does andyone know where I can get a working example to play with?
|
| Goertzel | 22 Aug 2004 18:41 GMT | 2 |
I'm looking for a VB code (maybe just a few lines) for the Goertzel algorithm. I found some code on another website but have lost it. Any help is greatly appreciated. srgrimm
|
| search and replace | 22 Aug 2004 15:58 GMT | 2 |
I wanted to be able to include user input from text boxes into an sql statement. I'm a little worried about people quoting text and accidentally breaking the sql. I made a function(that works) that can take the input from a textbox and
|
| This is making me nuts! | 22 Aug 2004 09:44 GMT | 3 |
I threw together a small program this morning that will wait for a CD to come up to speed before exploring to it, and if it times out, open/close the drawer and try again... BUT....
|
| SQL problem in exporting Text to MySQL | 22 Aug 2004 05:25 GMT | 3 |
The following SQL, typed in at the DOS prompt, will export data in a text file to a MySQL data table: C:\> mysql mydb mysql> LOAD DATA LOCAL INFILE 'mytable.txt'
|
| ActiveX Doc accessing UserDocument object model in pulic module | 22 Aug 2004 04:08 GMT | 1 |
Is it not possible to access the UserDocument object model in a public code module when creating an ActiveX Document. For example, if I am within the UserDocument code module, if I type UserDocument1. the Intellisense pops up all of the possible methods, etc. But if I do the same ...
|
| network monitoring. | 22 Aug 2004 00:11 GMT | 1 |
I wanted to make a program that monitors hosts, to see that they are up. I want to make the part of the program that does the testing in either Perl,Pascal, or maybe VB. One of the GUI's is going to be in vb, but I would prefer to have the part the does the polling on a unix system,
|
| Iconic windows | 21 Aug 2004 21:55 GMT | 2 |
A strange thing here. I wonder if anyone here finds this same odd behaviour. I'm using XP & VB6. If I restore an iconic (minimized) window that was previously maximized, and use OpenIcon to restore it, it doesn't restore to maximized. Not all windows exhibit this behaviour, but so ...
|
| Any subscription VB magazines? | 21 Aug 2004 21:22 GMT | 2 |
i am wondering if ther are any good, regular magazines (mail) for visual basic? tia
|
| Is it possible to run an exe file (alone) make in vb4 without the need of 'vb40032.dll' ? | 21 Aug 2004 18:34 GMT | 2 |
In vb4, I'd like to make an exe file with only one procedure but without the need of 'vb40032.dll'. Is it possible? Thank you in advance. Raymond H.
|
| Alt-Tab replacement | 21 Aug 2004 15:39 GMT | 1 |
If I want to make an Alt-Tab replacement, how do I stop the current one, and how do I go about setting up hot-keys for mine?
|