| Thread | Last Post | Replies |
|
| Form scroll bar | 12 Aug 2004 21:43 GMT | 12 |
I am new to VB programming and need help making a vertical scroll bar scroll a form. The form name is frm140_6 and I am only showing about 1/4 of the form at the top of the screen and need to be able to scroll the entire form. The form height is 4475.
|
| FindFirstFile and underscore | 12 Aug 2004 19:49 GMT | 63 |
here's something weird: FindFirstFile searching for "*_*" finds all "*_*" but also all "*=*"! Even more mysterious: it does not work the other way round. (WinXP). Any explanations anybody?
|
| FTP Issues VB | 12 Aug 2004 19:25 GMT | 3 |
I am having issues when connection to a FTP Server via an EZFTP.OCX PRO (www.coolstf.com). Once in a while the FTP process does not connect to the FTP Server via my VB App. FTP has a tendency to lock my VB App for a second when making a connection to an FTP Server. During that ...
|
| vb6 language reference | 12 Aug 2004 18:54 GMT | 5 |
Does anyone know a url to the vb6 language reference? I've googled for this but MS has been doing a good job hiding it :/
 Signature ,_,
|
| SHGetFileInfoW | 12 Aug 2004 17:20 GMT | 2 |
googling for SHGetFileInfoW (+ VB) brings up almost nothing. I just wonder why. Has anybody here ever tried SHGetFileInfoW? thanks Donald
|
| Speech engine: does it come with WinXP or it needs to be installed? | 12 Aug 2004 17:15 GMT | 2 |
In Windows XP>Control Panel there is Speech folder and in it one male voice (Sam) , which plays fine. Does it mean that speech engine is installed on that computer? I am asking because my code:
|
| Control Allowed Chars in TxtBox | 12 Aug 2004 17:00 GMT | 15 |
Control of Key response in text box =========== Code ========== Private Sub Prefix_KeyPress(KeyAscii As Integer) if KeyAscii =This OR KeyAscii =That then
|
| "My Network Places" then to "View Workgroup Computers" | 12 Aug 2004 16:53 GMT | 4 |
I have VB6 and XPHome. I have not tried to do this but I want to get a list of computers (connected with my computer) using the LAN cards (without using the Internet obviously). Is there a Component I should install? And if I may say, how do
|
| I copied Mike and Mary voice from MSDN: what next? | 12 Aug 2004 16:46 GMT | 1 |
From MSDN: If you want to get only the Mike and Mary voices redistributable for Windows XP, download Mike and Mary redistributables (Sp5TTIntXP.exe). After downloading it there is only 1 file: Sp5TTIntXP.Msm
|
| Font Types | 12 Aug 2004 16:34 GMT | 2 |
Using VB6 SP5 Question. Is there any way to have the Superscript and Subscript when using the RichTextBox?
|
| VB6.0 to VB.NET | 12 Aug 2004 16:07 GMT | 10 |
I have been using VB 6.0 from the beginning. I have gotten good at it too. Should I upgrade to VB.NET? What is the downfall to moving to VB.Net? Does anybody know the percentage of VB6.0 and VB.Net users? Thanks!
|
| The VB6 IDE | 12 Aug 2004 14:24 GMT | 3 |
i hope someone can help 'cause this is driving me crazy! When i'm in debug mode and an error occurs which is outside of my control eg. typing in an invalid statement in the immediate window, my IDE as expected throws an error. The trouble is the error msg box is hidden behind
|
| notify MDI parent when a child form is about to close... | 12 Aug 2004 13:52 GMT | 17 |
I have an MDI application with quite a few child forms... a requirement has come up which requires that I notify the MDI form when one of it's child forms is about to close/unload. I need to perform some validation checks & if they fail prevent the form
|
| OCR Tool | 12 Aug 2004 13:34 GMT | 1 |
Has anyone come across a reasonably priced programming tool that support OCR. The old kodak imaging for Windows had one, but it was VERY slow and not well documented or supported. Any tips would be much appreciated.
|
| case statement clarification | 12 Aug 2004 11:35 GMT | 6 |
all the help on case statements says you can use 'expressions' A combination of keywords, operators, variables, and constants that yields a string, number, or object. An expression can be used to perform a calculation, manipulate characters, or test data.
|