| Thread | Last Post | Replies |
|
| VB6 MAPI to Exchange 2003 | 02 Aug 2004 19:13 GMT | 1 |
I have been asked by a client to investigate the use of MAPI from VB6 to send emails directly through Exchange 2003. Can anyone point me int the direction of information for this ? TIA
|
| Memory Usage Testing | 02 Aug 2004 19:05 GMT | 2 |
I posted this on .visual.basic.misc, hmmm.. was that yesterday or Sat..¿ and haven't gotten a response. So I thought I'd post it here and see what happens... I have just completed building a UserControl that monitors the Memory Usage
|
| VB6: Setting default directory | 02 Aug 2004 16:29 GMT | 5 |
Is it possible to set default folder for VB6 to something other than the installation directory. It's quite annoying that if I go to the references browse I see the installation directory as the default. The browse existing project goes to the same place. Basically, anything ...
|
| IsNull(varname) vs (VarName = Null) | 02 Aug 2004 15:36 GMT | 8 |
I just learned something that was surprising to me, but probably not to most of you. I was looking for null fields in a database and the statement, If rs!FieldName = Null then
|
| inf file | 02 Aug 2004 14:56 GMT | 2 |
What is an inf file used for? How does it vary from an ini file? TIA,
 Signature Joe
|
| Treeview: How to determine the depth of a tree branch? | 02 Aug 2004 14:41 GMT | 9 |
How can I determine the depth of a tree branch in the treeview_nodeclick event? My tree is (obviously) organized by depth and I want to do somethign different depending on the depth of node clicked on.
|
| Writing to txt files from VB | 02 Aug 2004 13:34 GMT | 2 |
I am trying to writing some content to txt file after retriving and manipulating info from some XML file. But while I am writing ti txt file every line written is prefixed and suffixed by double quotes ("). how can skip writing " to file.
|
| Determine whether a cd-rw does an i/o operation | 02 Aug 2004 12:45 GMT | 13 |
i posted this message some time ago to another ng without any success. I hope i can get an answer here. There it goes. I design a very small backup project where i get various folders and send
|
| Dropdown combo keyboard navigation | 02 Aug 2004 07:08 GMT | 2 |
Hello experts, I'm working on a program with a dropdown combo, wich i placed over a toolbar. The normal behaviour with the keyboard (F4, and using up and down buttons) however, doesn't function. When i press the up or down button, it
|
| vb strings to array | 02 Aug 2004 03:23 GMT | 7 |
Hello everyone I'm looking for a way to slice a text string into lengths and insert them into an array, once in the array I need the array to report either a 1 for match or a 0 for not matched. Does anyone out there know how I can manage this and if it's possible to get the ...
|
| NetRemoteTOD Returning Funky Date | 02 Aug 2004 01:59 GMT | 3 |
I am using the API NetRemoteTOD to get the date from a server on my test network. The server's windows clock reads 7/31/2004 and the bios clock reads the same. However when I run the NetRemoteTOD it gives me 8/1/2004. Does anyone know why this is happening? The server time is set ...
|
| activex exe focus problem | 01 Aug 2004 21:27 GMT | 1 |
i have my regular standard exe. i have button here. i click any one of the button. it will open acivex Exe. the acitve exe is small MDI application. first time it will open and get a focus. now both standard exe and active x open. now i click the second button on standard exe. ...
|
| VB6 PictureBox.Picture Path?? | 01 Aug 2004 21:16 GMT | 7 |
How can I test for the name of the current .wmf file which is applied to a picturebox. Picture1.Picture....gives me a value, I would like the picture's path[name]..."C:\myPicture.wmf"
|
| directoryservices iads | 01 Aug 2004 20:29 GMT | 2 |
I am trying to pass a string "ldappath" to Dim entry As New DirectoryServices.DirectoryEntry(ldappath) but I get the error message iads not implemented. I cannot figure out whst reference I need to add to access iads
|
| Playing PCM Audio files | 01 Aug 2004 17:14 GMT | 1 |
I have a collection of audio files in raw 8 bit mu-Law compressed format that I would like to play in a VB6 application. The MMControl and the winapi sndPlaySound and PlaySound only seem to support WAVs.
|