Windows 7 Forums


Windows 7: Outlook Keyboard Key - Change ?

01 Apr 2012   #61

Windows 7 Ultimate x64
 
 

Ok. Thanks for letting me know your closing the issue.

My System SpecsSystem Spec

31 Jul 2012   #62

Windows 7 Ultimate 32bit
 
 

Hi! I had the same problem. I have Cooler Master Slim X keyboard and launcher that tom982 shared is working with my email button.

The only thing I'm asking is can someone (or tom982) make version of this launcher that works only with gmail so I don't have to click email button and then chose email client by entering 1 or 2.

Thank you in advance!
My System SpecsSystem Spec
31 Jul 2012   #63

Windows 7 Ultimate x64 SP1
England
 
 

Quote   Quote: Originally Posted by mrki13 View Post
Hi! I had the same problem. I have Cooler Master Slim X keyboard and launcher that tom982 shared is working with my email button.

The only thing I'm asking is can someone (or tom982) make version of this launcher that works only with gmail so I don't have to click email button and then chose email client by entering 1 or 2.

Thank you in advance!
Sure, I'll do it now
My System SpecsSystem Spec
.


31 Jul 2012   #64

Windows 7 Ultimate x64 SP1
England
 
 

Nice easy code

Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace WebmailLauncher
{
    class Program
    {
        static void Main(string[] args)
        {
            System.Diagnostics.Process.Start("http://www.gmail.com");
        }
    }
}
I've attached the application LMK if you hit any problems with it. It will use your default web browser.

Tom
My System SpecsSystem Spec
03 Aug 2012   #65

Windows8
 
 

Quote   Quote: Originally Posted by tom982 View Post
Nice easy code

Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace WebmailLauncher
{
    class Program
    {
        static void Main(string[] args)
        {
            System.Diagnostics.Process.Start("http://www.gmail.com");
        }
    }
}
I've attached the application LMK if you hit any problems with it. It will use your default web browser.

Tom
Except, I have dumped gMail as my email client Never know in the future, so I'll keep this as reference and update in the future if needed !
My System SpecsSystem Spec
03 Aug 2012   #66

Windows 7 Ultimate x64 SP1
England
 
 

Quote   Quote: Originally Posted by JerometheGiraff View Post
Quote   Quote: Originally Posted by tom982 View Post
Nice easy code

Code:
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;

namespace WebmailLauncher
{
    class Program
    {
        static void Main(string[] args)
        {
            System.Diagnostics.Process.Start("http://www.gmail.com");
        }
    }
}
I've attached the application LMK if you hit any problems with it. It will use your default web browser.

Tom
Except, I have dumped gMail as my email client Never know in the future, so I'll keep this as reference and update in the future if needed !
That app was written for mrki13

Outlook Keyboard Key - Change ?

But if you ever need something updating just give me a shout.
My System SpecsSystem Spec
10 Sep 2012   #67

Windows 7 Ultimate 32bit
 
 

thank you tom982, the app is now working brilliantly!

sorry it took me so long to respond
My System SpecsSystem Spec
11 Sep 2012   #68

Windows 7 Ultimate x64 SP1
England
 
 

Hi mrki13,

No problem Thanks for posting back the results! Don't worry about the time delay, I understand people have lives outside of this forum!

Tom
My System SpecsSystem Spec
Reply

 Outlook Keyboard Key - Change ? problems?



Thread Tools



Similar help and support threads for: Outlook Keyboard Key - Change ?
Thread Forum
Change Laptop Keyboard Hardware & Devices
MS 600 Keyboard, Change Key Hardware & Devices
Keyboard & Mouse Change Hardware & Devices
Want to change keyboard buttons General Discussion
Keyboard Layout - Change Tutorials


All times are GMT -5. The time now is 08:52 PM.


Seven Forums Android App Seven Forums IOS App Follow us on Facebook

Windows 7 Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows 7" and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd
  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32