Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: BobRaney
  • Content: Threads
  • Order by date
  1. BobRaney

    Outlook Reply from Recipient Account

    Hello, I am using Outlook 2007 with two E-mail Accounts: One@domain.com (The Default) Two@domain.com I have this configured to check both accounts and drop the mail into a seperate folder when received. When I reply to an E-mail sent to Two@domain.com it always creates the reply to be sent...
  2. BobRaney

    Get/Set Project Properties

    Hello, I have been looking all day to try and find a way to get and set properties in my VB60 Project. I do not want anything to do with Office Word, Excel or anything but my VB Project. Dim VBInstance = VBIDE.VBE I cannot seem to do anything with VBInstance. Thanks Raney
  3. BobRaney

    Format Function and Hexadecimal Representation

    Hello, I would like to Format the Result of the Hex function formatted to represent the type of variable that I pass to it, including high order zeros and the space between the words. Examples: Dim MyLong as long MyLong = 15 The return of Hex(MyLong) is F. I would like to see this as: 0000...
  4. BobRaney

    Runtime Menu Shortcut Keys

    Hello, I am creating a Menu and Submenu using Win32API functions. I cannot seem to get the Shortcut Keys for the MenuItem to work. dwTypeData = "E&xit" Works fine with the Access Key of x. MSDN says the Shortcut Key should be specified by adding "\tCtrl+F4" to the dwTypeData string...
  5. BobRaney

    Outlook 2000 Rules

    Hello, I am having trouble getting an Outlook 2000 rule to send an Auto Reply mail to work properly. www.Domain.com Mail1@Domain.com Mail2@Domain.com AliasMail2@Domain.com Outlook 2000 Account:Mail1 (default, synchronized) Account:Mail2 (syncronized) I have a rule that looks at the...
  6. BobRaney

    Project Company Name

    Hello, I have set the Project Company Name to "My Company" in all of my project templates. When I create a project using the template I get "My Company" in the Company Name as expected. If I change the Company Name in the new project to "Another Company" all is well. When I open the this...
  7. BobRaney

    Check Project Type

    Hello, I would like to figure out how to display information that is entered in the Project Properties. For example EXE Project, XEXE Project, XControl Project.... Many are available with the App Object but not all. Thanks
  8. BobRaney

    ¿noitinifeD hsilgnE

    Hello, Hi, Howdy I am looking for a site that will define the English language. I am hoping to find something that will define it like most of the programming languages that I use. Example: English = Numbers, Letters, Characters Numbers = 1,2,3,4,5,6,7,8,9,0 Letters -...
  9. BobRaney

    Read Receipts sitting in Outbox

    Hello, I am using Outlook 2000 as my e-mail application. If I receive an e-mail requesting a read receipt and decide to send it, the read receipt will just sit in my outbox. I can send e-mail that will pass thru the outbox and go happily on its way but the read receipts will still be sitting...
  10. BobRaney

    Windows Picture and Fax Viewer

    Hello, We have a customer that sends scanned documents to us in .tif format. Last week all of the files that get sent to one user just say "No Preview Available". If the same file is sent to me I can see the documents just fine. If the first user forwards the file to me I get the "No Preview...
  11. BobRaney

    SMTP-Warning

    Hello, One of my users is receiving an email that is not showing as expected. When I look at the source I have noticed a Warning part way thru the "To:" list. Sun-Java-System-SMTP-Warning:Lines longer than SMTP allows found and wrapped. Source looks something like this: Received:from ...
  12. BobRaney

    Outlook and Identities

    Hello, I have been using Outlook Express for a couple of years and have come to like the feature of different Identities with their own set of folders and passwords. I am thinking that I must be able to do something like this with Outlook. I would like to have a couple of users for each PC...
  13. BobRaney

    Setup and install system

    Hello, I have an IBM 570 AIX system that we replaced a couple of years ago. I would like to use this system as a backup for our current IBM 7025-F50 AIX system. I need the help of a consultant that can help to setup the old system so I can take a tape from the new system and load it on the old...
  14. BobRaney

    Support This

    I am using ADO to access an MSAccess 2000 database. What do I have to do to get this to allow me to use the seek method? Please dont tell me about the rs.supports method, it does not support the Seek method, I am trying to find out why and then get it to support it. Thanks Raney
  15. BobRaney

    Compare dates

    Hello, How can I compare dates in a script? If 07/21/04 > 07/20/04 then echo "greater" else echo "not greater" fi Thanks Raney
  16. BobRaney

    Menu &Access Keys

    Hello, I have just moved my VB6 development environmet to XP Pro. I have noticed that my menu access keys are not available. In the menu editor I have &File &Data &Print &Tools &Help Everything looks good until I run the project all that I gey is the text File Data Print Tools and Help. none...
  17. BobRaney

    Changing and forwarding attachments (Outlook Express)

    Hello, I seem to be missing something about attachments. I receive an e-mail with an excel spreadsheet attachment. I open the attachment and make changes, save the spreadsheet and exit excel. When I forward the e-mail the spreadsheet that gets sent does not have the changes. What is the...
  18. BobRaney

    EMail from Me?

    Hello, I have a couple of associates that are receiving email that claims to be from me. They can get this email even when my pc is not running. Is there any way to find out where this email is coming from? Thanks Raney
  19. BobRaney

    OE6 Filters

    Hello, I would like to use a filter to send incoming messages with an empty from field to a folder of their own. When I try to create the filter it insists that I enter something to filter, I cannot leave empty or enter a bunch of spaces. Has anyone found a way to filter out messages with an...
  20. BobRaney

    Database is not an ACT database.

    Hello, I have ACT 6.0.2.720 installed on two PC's that are connected on a LAN. When I try to open the database in the shared folder on the other machine I get a message "The database that you are trying to open is not an ACT database...." The databases on both of these machines were created...

Part and Inventory Search

Back
Top