| Thread | Last Post | Replies |
|
| Lost_Focus event of controls doesn't fire | 21 Oct 2005 17:02 GMT | 4 |
In my form there is one Combo box, text box and Command button. Command button's caption is "&Save". I have also given a hot key "F9" to the button. In the lost focus event of Combo & text boxes I am validating the values
|
| dns-less connection w/ no prompt | 21 Oct 2005 15:57 GMT | 3 |
have a problem trying to link my access table using VB I can connect using the below connection string .... Driver={SQL Server};SERVER=MYSERVER;UID=MYUSERNAME;PWD=myPASSWORD;DATABASE=myDATABASE;
|
| Print Function | 21 Oct 2005 14:13 GMT | 6 |
Hello Friends Am using print function in VB6.0. Have given commands to change fonts depending on requirement. First time it prints properly as per the commands, when the same is executed immediately in succession, it prints in draft mode.
|
| read BLOB from database and create file | 21 Oct 2005 14:12 GMT | 1 |
hello every body sorry now i have problem with read BLOB from database and create new file example that
|
| Is any device connected to COM1 port | 21 Oct 2005 13:46 GMT | 6 |
I need to check whether any device connected to COM1 port? Pls provide me a code snippet to do the above. Pls reply ASAP. Regards,
|
| Iterative GetObject | 21 Oct 2005 11:52 GMT | 8 |
All, I'm in a situation where there may be many (or no) instances of Word running on a PC. I need to find one in particular, if it exists, and manipulate it. What I would ideally like to do is iterate through the list using
|
| Parsing UNIX text files | 21 Oct 2005 11:45 GMT | 5 |
I have a parsing speed issue that is causing me some problems. I am parsing plain text files in the multi-Gigabyte size range, and I am using the following code; Line Input #sngSourceFile, mvarTraceLine
|
| VB and WinXP | 21 Oct 2005 09:08 GMT | 15 |
I need check an old VB program to see if it works on Window XP machine. When I open the project and try to run the program, the project closed. The exe file works fine. I have no problem to run in Window 2000 machine. I believe the Vb version is < 3.0. Need help.
|
| Object variable or With block variable not set | 21 Oct 2005 08:54 GMT | 8 |
Can someone please explain why I get the error at the line rsTemp.MoveFirst in the FillListBox() sub I get the error: ?err.Number 91
|
| Comparing UDTs | 21 Oct 2005 08:25 GMT | 4 |
I've written a function to compare two Variant variables some time ago. It could do variant arrays and all the simple data types (I don't know what's actually contained within the variant, it depends on what it's used for). Now I'd like to add a comparison between two variables of ...
|
| SCC API implementation | 21 Oct 2005 08:07 GMT | 8 |
Is there an implementation of the SCC API in VB6? Something that I should be able to check out/in files from either Visual Source Safe or Vault or any other SCC compliant source code repository provider. Thanks
|
| outlook express | 21 Oct 2005 01:28 GMT | 2 |
using vb6.0 is there any way i could put a message in outlook express's outbox the message would be in a file with the .eml extension, and contain valid .eml
|
| Form Lost Focus! | 21 Oct 2005 00:45 GMT | 7 |
A VB6 Form has the following code: Private Sub Form_LostFocus() MsgBox ("bye") End Sub
|
| FTP | 21 Oct 2005 00:08 GMT | 2 |
How can I copy a file from an FTP site (FTP1) to another FTP site(FTP2)? This is real - no homework!
 Signature Rick
|
| Reinstalling VB6..... | 21 Oct 2005 00:07 GMT | 4 |
I need to reinstall VB6 on a machine followning a HD crash! Can I reinstall from the CD, and then immediately run the SP6 installer to get the latest environment, or do I need to install the earlier SP's first? Thanks!
|