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!

Recent content by BobRaney

  1. BobRaney

    Outlook Reply from Recipient Account

    I guess its the same mailbox(Inbox), just different gets sent to different folder on receipt. Thanks, Raney
  2. 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...
  3. 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
  4. BobRaney

    Is VB6 dying?

    Old soldiers never die. I still like Algol and its supersets. Raney
  5. BobRaney

    Format Function and Hexadecimal Representation

    George, Thankyou again for pointing me to that thread. During supper I thought that I should use something like this to Set/Get High/Low or any character or set of characters of numeric variables. I think that it will be a lot easier to read and work with than my current function that does...
  6. BobRaney

    Format Function and Hexadecimal Representation

    Thanks, Just what I was looking for. Format(Right("00000000" & Hex(11259375),8),"@@@@ @@@@") Gives Me:00AB CDEF Raney
  7. 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...
  8. BobRaney

    Runtime Menu Shortcut Keys

    Thanks, I have found the Accelerator Functions and Structure on MSDN. At least the Menu Text looks as I wanted. Snow all day tomorrow, I will update when I have it working. Raney
  9. 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...
  10. BobRaney

    MSO outlook 2003 - two problems - wrong # of mail and . ..

    I will take a look at this. ByeBye Yankees.
  11. 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...
  12. BobRaney

    Project Company Name

    BobRodes, This was my first line of thought also. This is easier said than done. Here are some of the things that I have found. The problem is happening in the Open Project and not the Save Project. This is a look at the XEXE.vpb after blanking out the Company Name with VB. Type=OleExe...
  13. 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...
  14. 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
  15. 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 -...

Part and Inventory Search

Back
Top