| Thread | Last Post | Replies |
|
| How to handle script error in the WebBrowser control | 25 Jan 2006 20:30 GMT | 2 |
I have a WebBrowser control on my vb form. Every now and then, there will be a script error and a yes/no message box will pop up asking whether I want to debug or not. How do I suppress these script errors?
|
| How do I reset Date/Time Picker to its original state? | 25 Jan 2006 19:31 GMT | 3 |
After the first record is finished, I want to prepare the DT Picker for the next record input by resetting the DT Picker to its original state, i.e., check deselected, control dark (disabled?), and value equal to today.
|
| Recordset.State = 0 | 25 Jan 2006 17:19 GMT | 5 |
I have a VB application which worked fine, until I made a few changes to it. Now, when I run the app sometimes, I get a "Invalid procedure call or argument" error. I debugged the app, and found that the error pops up because, for some reason, the recordset's state is 0 (closed)
|
| Probably OT: VS.NET and VS Classic | 25 Jan 2006 16:47 GMT | 4 |
I'm working on a project at the moment which is probably going to involve writing Web Parts for a SharePoint Services site - which will require the use of .NET (either VB.NOT or C#). The thing is I'm still very attached to VB6 and I really don't want to install VS.NET and the ...
|
| Sending signal across a network using Visual Basic code | 25 Jan 2006 16:46 GMT | 4 |
I'm in a university department and we have a computer that runs experiments using visual basic. When the computer finishes, we would like it to send a message to another computer on the network so we know the experiment is over.
|
| How to programmatically send email? | 25 Jan 2006 16:26 GMT | 8 |
Can you direct me to some example how to send email programmatically? Thanks, Penelope
|
| watchdog | 25 Jan 2006 16:14 GMT | 4 |
I need to write a VB6.0 program, which starts a certain application and watches, if this application is running without errors. I know, how to check, if the started appliation is running (API which tells, if an 'object' is signaled). I know, how to check, if application
|
| Send a signal through a local network to another computer? | 25 Jan 2006 15:30 GMT | 1 |
We are in a university department and we have experiments running in visual basic on a computer in another room. We would like to have some way of knowing when the computer has finished running the program. Ideally, we have another computer in our main lab that could receive a
|
| Error logging question. | 25 Jan 2006 15:21 GMT | 5 |
How is it best to handle errors logged by a client. I have a small VB database application that will be distributed to a client within the next couple of weeks and I would like them to be able to send me an error log which is stored in a database table called tblErrors. If they ...
|
| Killing a process (TerminateProcess Lib "kernel32") | 25 Jan 2006 13:50 GMT | 1 |
I have the following code to try to kill a process which is running. However, TerminateProcess doesn't seem to work. Option Explicit '
|
| File size decrease when when macro saved to a word file? | 25 Jan 2006 12:33 GMT | 2 |
I just noticed that when I added a macro to a MS Word template file and saved it, the file size decreased from 355 kb to 325 kb. The template and macro work fine, but I'm puzzled....why did the file size drop?
|
| Date Picker | 25 Jan 2006 09:09 GMT | 4 |
I am using VB6.0 SP5 XP-Pro I am using the Common Controls 5.0 (SP2). I am able to have the themes appear, with these controls, so my question is
|
| vba conditional formatting producing strage results | 25 Jan 2006 08:55 GMT | 3 |
Hi, I've got the following peice of code... Sub ColumnNo() sectionrow = 2 colval = 1
|
| Lots of tmp files | 25 Jan 2006 08:37 GMT | 4 |
I have a project in VB that creates lots of tmp files in c:\. This happens in only one project. All the others, do not create these tmp files or at least, are not created in C:\ Do you know which might be the reason for such a behaviour?
|
| calling a c dll problems | 25 Jan 2006 07:24 GMT | 6 |
Good day I am having an issue calling a c .dll from VB 6.0. please excuse the3 wrapping here is how I declare the functions
|