| Thread | Last Post | Replies |
|
| Control Alt Delete | 28 Apr 2006 18:22 GMT | 1 |
I am writing a screensaver for a company and I have a password on it, but when the user hits ctrl alt del the program ends and thus it makes the password meaningless. Is there a way I could disable this from happening??
|
| Maillist in CDO | 20 Apr 2006 14:24 GMT | 1 |
I want to send our company newsletter to some of our customers (+/-50). Now I found out how to do this using CDO, but I have to loop through all email addresses and send them one at the time. How can I send the newsletter to all customers at once without showing all email ...
|
| adding references | 19 Apr 2006 14:57 GMT | 2 |
how to find out what references are added to a particular project? where are they stored? thanks
|
| Syntax in Outlook..? | 15 Apr 2006 13:44 GMT | 1 |
I would like to write syntax in Outlook that looks for at specific user in my Inbox, sends the enclosed file to a specific path and does this operation once every hour.
|
| Syntax Help | 14 Apr 2006 23:50 GMT | 1 |
I'm a "newbie" at VB. Can someone please explain to me what's going on with this VB code??? SPTQueryName = "qrySaleNumClearMSSQLSaleNum" If ObjectExists("Queries", SPTQueryName) = True Then
|
| creating exe | 10 Apr 2006 20:44 GMT | 6 |
is it possible to run applicatation coded in vb on dos?
 Signature hemu
|
| how to populate a combox from a sql server db table | 10 Apr 2006 09:13 GMT | 3 |
Can anybody help to teach me how to populate a combox from a sql server db table. Many thanks. WT Sit
|
| On Error GoTo does not work | 05 Apr 2006 10:53 GMT | 5 |
I have an odd problem, where in vb6 app in a method we do On Error GoTo blob: and make a call to a WebService to connect to it. when we do this, if the service is not reachable we need to handle the error. but we get an unspecified exception and the error block
|
| Determining Size of a File | 03 Apr 2006 17:11 GMT | 2 |
I have a requirement to determine the size of a given file. My function must obtain the file size, and return false if the file size is greater than 50mb. I have searched different sites, to no avail. Any help is greatly appreciated!
|
| runas | 02 Apr 2006 21:32 GMT | 1 |
I work for a company where the server administrators have two login ID's. One without admin right that we use to log into our workstations and one with admin rights that we use to for server administration. A co-worker and I put together an app in VB.Net that lets us click a ...
|
| Using a picture box | 02 Apr 2006 00:25 GMT | 2 |
Real simple question here I'm sure. I'm trying to display a JPEG in a picture box (VB.NET 2003). pb.Image = Image.FromFile("C:\pic.jpg") Then, later in the program I need to delete the image file from the disk.
|