| Thread | Last Post | Replies |
|
| Shut down a program | 02 Apr 2005 07:20 GMT | 2 |
Hi My application starts a third party program that is used to send a text file to the server for text messaging, if the software isn't successful it hangs...how do I check if it's activated and if so how can I close it.. my
|
| How to obtain NTEContext for use in DeleteIPAddress without first calling AddIPAddress | 01 Apr 2005 18:29 GMT | 1 |
I had the following problem and searched all over looking for a solution and found none. Ultimately I solved the problem and am posting the solution here for those in need. The API function "DeleteIPAddress" takes a parameter 'NTEContext' which is
|
| Changing a form's icon in the taskbar (not Systray) | 01 Apr 2005 16:50 GMT | 8 |
The application I'm writing a vba for opens two application windows--each with its own button on the task bar. By default, each of the task bar buttons has either "(1)" or "(2)" appended. However, I can't see this, because the
|
| how to set my form always the full screen size ? | 01 Apr 2005 08:57 GMT | 2 |
I want to set my form to the full screen size, how to get my full screen size ? load myform myfrom.left=0
|
| Sending EMail with dll api to auth smtp server | 01 Apr 2005 07:33 GMT | 1 |
I need to send an email from my VB Program. Currently I use BSMTP.DLL. So I have no dependencies only some simple API-calls needed. Now I would need to send my emails to an smtp server which requires login.
|
| In Excel macro how to rerun a sub ? | 01 Apr 2005 06:51 GMT | 1 |
I wrote the following subroutine as a macro sub histOnExcel() Dim ROW,COL as integer ROW = Range("K1").Value
|