| Thread | Last Post | Replies |
|
| running an msi file from code | 01 Oct 2004 23:38 GMT | 1 |
In VB6 I can run an executable from my code by using a line of code like this. Shell App.Path & "\Bin\Setup.exe", vbNormalFocus I have written a program for some real computer dummies who hardly know how to respond to a dialog box much less navigate using Windows Explorer. I
|
| Resetting On Error behavior to Default behavior | 01 Oct 2004 23:31 GMT | 2 |
Once I issue on On Error command, is there a way to revert back to the system behavior which is to display an error dialog box. From all the documentation I read, it looks like once you issue an On Error command, you have to handle all errors yourself in each Sub from that point ...
|
| Mirroring text (literally) in VB | 01 Oct 2004 21:54 GMT | 3 |
I am wondering if there is any way to mirror text in VB. I don't mean switching the order of the letters, but literally mirroring each letter - i.e. so the text could be displayed on a monitor placed in front of an actual mirror, and appear correct.
|
| retrieving html page title | 01 Oct 2004 21:31 GMT | 2 |
hi friends can anybody suggest me how to retrieve all opened html/asp/jsp pages titles using visual basic 6?? thanx
|
| users.Append | 01 Oct 2004 21:17 GMT | 2 |
Problem appending a new user to a Group: <<<< code >>>>> Set WkSpace = DBEngine.Workspaces(0) With WkSpace
|
| pdf from vb6 | 01 Oct 2004 20:25 GMT | 3 |
I like to create pdf file from vb6. Any hint will be appreciated. Thank you. Shailesh
|
| How to send email with attachment using SMTP ? | 01 Oct 2004 20:20 GMT | 11 |
How can I send email with attachment using SMTP ? I looked everywhere on the web, but could not find it. I got the following codes from the web to do a simple email using SMTP, but there is no code for sending attachment. Thanks a lot.
|
| Make exe or dll from command line | 01 Oct 2004 19:10 GMT | 2 |
I have a number of ActiveX dll's that I need to re-compile. Is it possible, with vb5, to use the command line ( Start > Run ) to compile / make an exe or ActiveX dll from a vb5 project ? Thanks in advance for any pointers.
|
| Is it possible to open a VB window INSIDE another application? | 01 Oct 2004 19:09 GMT | 5 |
I know this is a wild question, but is it possible to open a vb window inside another application? (The other app will not be a vb application.) If I didn't give enough info, let me know. Matt
|
| VB - Including Variable in File path | 01 Oct 2004 19:03 GMT | 4 |
I'm trying to delete all cookies in the Temporary Internet Files folder. I thought this code would do it, where PIN is the user's ID for the device. I receive an error, file not found when running. Any thoughts? PIN = Environ("USERNAME")
|
| Auto Import XML in Access2003 using VB | 01 Oct 2004 18:29 GMT | 2 |
I need to convert XML files into Access 2003. Is there's any way i can automate the importing process using VB? SL
|
| Migrating from Vb4 to vb6 | 01 Oct 2004 18:22 GMT | 13 |
I want to migrate a Form from VB4 to VB6. The form contains following controls which got converted to PictureCOntrol when opened in VB6 IDE. VBX.fpVBTabPro11
|
| install vs.net on XP home | 01 Oct 2004 17:45 GMT | 2 |
Is it possible to install vs.net on XP Home edition
|
| Listbox SetFocus Question | 01 Oct 2004 17:44 GMT | 8 |
I am a newbie with VB6 and am having a tough time with placing focus on a listbox. I want to set the index of the listbox to the first entry: lstList1.ListIndex = 0 'this works (but only has a dotted rectangle
|
| VB 6.0 What Oper. System at run time ? | 01 Oct 2004 17:15 GMT | 5 |
How can you check what Operating System is present at Run-Time(Win2k vs WinXP,,etc.) in Visual Basic? Thanks!
|