| Thread | Last Post | Replies |
|
| Start program upon internet connection | 12 Jan 2005 15:50 GMT | 1 |
I would like to automatically start a program any time a dialup internet connection is established. Any ideas?
|
| With / End With | 12 Jan 2005 15:41 GMT | 7 |
Interesting problem/question. Below is a short sample. I have in my procedure "On Error" as you see. But when I do a (dot).update to the server with no network connection it does not error. On error goto error
|
| I have to close and re-open my program for it to work properly. | 12 Jan 2005 15:14 GMT | 8 |
I start AutoCAD through VB in this manner. Public Function StartCAD() On Error Resume Next Dim ACADApp As AcadApplication
|
| VB.Net and Outlook | 12 Jan 2005 14:55 GMT | 2 |
Having a problem sending emails through vb.net. Our inhouse software automatically sends an email to the programming staff whenever an error is encountered. This code works just fine on machines that are windows 2000 based. We
|
| Duration of Powerpoint presentation | 12 Jan 2005 14:49 GMT | 2 |
I have developed a vb.net application which will run presentations contained in a specified directory one after the other. These are used to display information to employees via a television screen. This methodology is used to allow any department heads to create a presentation ...
|
| Unable to open Acces files on a server | 12 Jan 2005 14:46 GMT | 10 |
I'm trying to open an Access .mdb file stored on a Novell server. Access application launches succesfully but the file doesn't open. I've tried this two ways both give the same problem. I'm really new to this stuff. Any help would be greatly appreciated.
|
| quick question | 12 Jan 2005 14:17 GMT | 10 |
I have form displayed modal. There will be times when the user may have to wait a little bit for some event to occur. I would like to display a "Waiting for results" form with some sort of little progress bar so the use will not get anxious. They do not seem to see the ...
|
| Help Authorizing Tool Needed | 12 Jan 2005 14:00 GMT | 2 |
OS: Windows XP Pro (SP2) Visual Basic 6,Enterprise Edition I developed an application using VB6. I need a Help Authorizing Application to write the Help files for this software.
|
| replace a word in a string | 12 Jan 2005 13:07 GMT | 3 |
i need replace a word in a string, anything like Replace (str1,str2)?? can you help me?? carlo
|
| Conversion Problem | 12 Jan 2005 12:31 GMT | 3 |
Dear Sir I am using the below mention function to convert binary value to double. This is working fine in all the OS like XP. On executing the same in an Win2000 machine, I am getting an error - Numeric Over Flow in the line
|
| debug time versus execution time | 12 Jan 2005 08:41 GMT | 9 |
I have a report that in debug time is running in 10seconds and after i compile the code and run the application the same report with the same conditions run in 55 seconds. any help to improve the response time in the second case would be more than
|
| How can I get a list of opened files on my computer? | 12 Jan 2005 05:00 GMT | 5 |
Example, If I have a few excel & word files from the intranet, how can I get that list using VB. I tried accessing the registry but it only has the recently opened files, it doesn?t have the actual opened files @ a specific time. Thanks.
|
| format a number | 12 Jan 2005 04:25 GMT | 5 |
In a program I calculate vex1 and vex2 as real numbers. I want to put the following into an excel cell but I need to format vex1 and vex2 to decimal places. " exit at $" & vex1 & " or $" & vex2
|
| Stop the Repeat on the Updown control | 12 Jan 2005 01:38 GMT | 6 |
I have an application that requires that the repeat function on the Updown control be shut off ie. for each discrete mouse click I want it to increment only once.... not continuously if the button is held down.
|
| Enter Key Behavior | 12 Jan 2005 00:37 GMT | 1 |
Most of my Clients are MS Access users and they really dispise the behavior of the Enter Key in VB. They want the Enter Key to perform/behave in a similar fashion as the Tab Key. Any suggestions on how I can achieve this?
|