Question

Adding new button to windows taskbar

Asked by: soulaco

I am having trouble adding a new button to the windows taskbar. Can anyone help me with this? I have posted some code that is giving me a problem. The SendMessage command with the INSERT_BUTTON constant is crashing explorer and I can't seem to figure out why. Anyone have any ideas?

        unsafe public void AddButton(ref Win32API.Structs.TBBUTTON theButtonStruct)
        {
            const int BUFFER_SIZE = 0x1000;
 
            if (!FindTaskBar())
                return;
 
            byte[] bytLocalBuffer = new byte[BUFFER_SIZE];
            UInt32 uInt32ProcessID = 0;
 
            UInt32 uInt32ThreadID = (UInt32)Win32API.Functions.User32.GetWindowThreadProcessId(m_TaskbarWindowHandleIntPtr, out uInt32ProcessID);
            IntPtr intPtrProcessHandle = Win32API.Functions.Kernel32.OpenProcess(Win32API.Constants.ProcessRights.ALL_ACCESS, false, uInt32ProcessID);
 
            if (intPtrProcessHandle == IntPtr.Zero)
                return;
 
            IntPtr intPtrRemoteBuffer = Win32API.Functions.Kernel32.VirtualAllocEx(intPtrProcessHandle, IntPtr.Zero, new UIntPtr(BUFFER_SIZE), Win32API.Constants.MemoryAllocationType.COMMIT, Win32API.Constants.MemoryProtection.PAGE_READ_WRITE);
 
            if (intPtrRemoteBuffer == IntPtr.Zero)
                return;
 
            fixed (Win32API.Structs.TBBUTTON* ptrButton = &theButtonStruct)
            {
                IntPtr intPtrButton = new IntPtr(ptrButton);
 
                Int32 int32BytesWritten = 0;
                IntPtr intPtrBytesWritten = new IntPtr(&int32BytesWritten);
 
                uint uIntWrite = 0;
                IntPtr intPtrWrite = new IntPtr(&uIntWrite);
                string strText = "Test";
 
                byte[] byt = Encoding.ASCII.GetBytes(strText);
 
                bool blnReturn = Win32API.Functions.Kernel32.WriteProcessMemory(intPtrProcessHandle, intPtrRemoteBuffer, byt, new UIntPtr((uint)strText.Length), out intPtrBytesWritten);
 
                theButtonStruct.iString = Win32API.Functions.User32.SendMessage(m_TaskbarWindowHandleIntPtr, Win32API.Constants.ToolbarButtonMessages.ADD_STRING, IntPtr.Zero, intPtrRemoteBuffer);
 
                blnReturn = Win32API.Functions.Kernel32.WriteProcessMemory(intPtrProcessHandle, intPtrRemoteBuffer, intPtrButton, new UIntPtr((uint)sizeof(Win32API.Structs.TBBUTTON)), out intPtrBytesWritten);
 
                int intCount = GetButtonCount();
 
                int intTest = Win32API.Functions.User32.SendMessage(m_TaskbarWindowHandleIntPtr, Win32API.Constants.ToolbarButtonMessages.INSERT_BUTTON, (IntPtr)(intCount-1), intPtrRemoteBuffer);
            }
 
            Win32API.Functions.Kernel32.VirtualFreeEx(intPtrProcessHandle, intPtrRemoteBuffer, UIntPtr.Zero, Win32API.Constants.MemoryAllocationType.RELEASE);
            Win32API.Functions.Kernel32.CloseHandle(intPtrProcessHandle);
        }

                                  
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:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:

Select allOpen in new window

This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.

Subscribe now for full access to Experts Exchange and get

Instant Access to this Solution

  • Plus...
  • 30 Day FREE access, no risk, no obligation
  • Collaborate with the world's top tech experts
  • Unlimited access to our exclusive solution database
  • Never be left without tech help again

Subscribe Now

Asked On
2009-11-04 at 09:59:11ID24871791
Tags

Windows XP

,

COM

,

Win32 API

,

.NET

,

pinvoke

,

COM Interop

,

C++

Topics

Visual Studio

,

C# Programming Language

,

Microsoft Visual C#.Net

Participating Experts
2
Points
500
Comments
18

Trusted by hundreds of thousands everyday for fast, accurate and reliable tech support.

  • "The time we save is the biggest benefit of Experts Exchange to Warner Bros. What could take multiple guys 2 hours or more each to find is accessed in around 15 minutes on Experts Exchange." Mike Kapnisakis, Warner Bros.
  • "Our team likes having a resource that is more secure than just using Google and most experts using this service really know their stuff. It's nice to look here first versus using Google." Dayna Sellner, Lockheed Martin
  • "Anytime that I've been stumped with a problem, 9 out of 10 times Experts Exchange has either the accepted solution or an open discussion of the potential solution to the problem." Kenny Red, eBay Inc.

See what Experts Exchange can do for you.

Got a question?

We've got the answer.

Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.

Screenshot of Experts Exchange Knowledgebase

Need individual assistance?

Our experts are ready to help.

If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.

Screenshot of Experts Exchange Knowledgebase

Want to learn from the best?

Read articles from industry experts.

Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.

Screenshot of an Article

Working on a long term project?

Store your work and research.

Save solutions to your questions, answers you’ve discovered through searching plus helpful articles in your personal knowledgebase for easy future access.

Screenshot of Experts Exchange Knowledgebase

Access the answers to your technology questions today.

Subscribe Now

30-day free trial. Register in 60 seconds.

What Makes Experts Exchange Unique?

Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Trusted by the world's most respected brands.

image of each brand's logo

Faithfully serving IT professionals since 1996.

Experts Exchange Logo

Try it out and discover for yourself.

Subscribe Now

30-day free trial. Register in 60 seconds.

Related Solutions

  1. Taskbar
    How do I make a program so that its icon is displayed in the taskbar (Like volume control) in MS Visual C++ 5.0?
  2. Taskbar
    How do you put address book on Internet Explorer taskbar?
  3. buttons on taskbar
    brrons for switching windows on taskbar disapeard, i can sxitch only by Alt+Tab. How to fix that?

Free Tech Articles

  1. WARNING: 5 Reasons why you should NEVER fix a computer for free.
    It is in our nature to love the puzzle. We are obsessed. The lot of us. We love puzzles. We love the challenge. We thrive on finding the answer. We hate disarray. It bothers us deep in our soul. W...
  2. SCCM OSD Basic troubleshooting
    SCCM 2007 OSD is a fantastic way to deploy operating systems, however, like most things SCCM issues can sometimes be difficult to resolve due to the sheer volume of logs to sift through and the dispe...
  3. Migrate Small Business Server 2003 to Exchange 2010 and Windows 2008 R2
    This guide is intended to provide step by step instructions on how to migrate from Small Business Server 2003 to Windows 2008 R2 with Exchange 2010. For this migration to work you will need the fo...
  4. Create a Win7 Gadget
    This article shows you how to create a simple "Gadget" -- a sort of mini-application supported by Windows 7 and Vista. Gadgets can be dropped anywhere on the desktop to provide instant information, ...
  5. Outlook continually prompting for username and password
    There have been a lot of questions recently regarding Outlook prompting for a username and password whilst using Exchange 2007. There are a few reasons why this would happen and I will try to cover t...
  6. Backup Exchange 2010 Information Store using Windows Backup
    There seems to be quite a lot of confusion around the ability to backup Exchange 2010 using the built in Windows Backup feature. This stems from the omission of this feature prior to Exchange 2007 s...

Cloud Class Webinars

  1. Avoiding Bugs in Microsoft Access
    Alison Balter takes and in-depth look at avoiding bugs in Access. In this webinar you will learn about using the immediate window to debug your applications, invoking the debugger, using breakpoints to troubleshoot, stepping through code, setting the next statement to execute, ...
  2. Top 10 Best New Features in Visio 2010
    Scott Helmers gives live demonstrations of the top 10 new features in Visio 2010. This webinar will teach you how to create compelling diagrams by adding shapes to the page with a single click, linking the shapes in a diagram to data in Excel (or SQL Server, or SharePoint), ...
  3. IT Consultant Business Secrets Revealed
    Michael Munger, Experts Exchange tech pro and IT consultant, pulls back the curtain on his very successful businesses and answers question on every IT consultant and business owner should know about. He shares secrets on what he did to solve the 5 most common problems in IT, ...
  4. Disaster Recovery and Business Continuity
    Quest CTO, Mike Billon, gives an overview of the steps involved in building a dunamic disaster recovery plan. Through case studies and an examination of software/hardware tooles for monitoring and testing, you'll gain a better understandin of where you are, where you want ...
  5. Organize Your Visio Diagrams with Containers and Lists
    Scott Helmers uses cross functional flowcharts, wireframe diagrams, data graphic legends and seating charts to teach you: how to ustilize all three new structured diagram components in Visio 2010, the best practices for organizeing shapes in previous version of Visio, how to organize ...
  6. How to Us Objects, Properties, Events and Methods in Microsoft Access
    Alison Dalter gives an in-depbth look at objects, properties, events and methods in Microsoft Access. In this webinar you will learn about using the object browser, referring to objects, working with properties and methods, working with object variables, understanding the ...

Join the Community

Give a Little. Get a Lot.

Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.

Join the Community

Answers

 

by: DanRollinsPosted on 2009-11-04 at 22:15:57ID: 25747115

When you singlestep through the code, which line causes the crash?

 

by: soulacoPosted on 2009-11-05 at 04:26:39ID: 25748699

This one:

int intTest = Win32API.Functions.User32.SendMessage(m_TaskbarWindowHandleIntPtr, Win32API.Constants.ToolbarButtonMessages.INSERT_BUTTON, (IntPtr)(intCount-1), intPtrRemoteBuffer);

It's the line that is actually sending the message to insert the button. Now what's interesting is that if I replace the line:

(IntPtr)(intCount-1) with:

IntPtr intPtrPosition = new IntPtr(intCount - 1);

int intTest = Win32API.Functions.User32.SendMessage(m_TaskbarWindowHandleIntPtr, Win32API.Constants.ToolbarButtonMessages.INSERT_BUTTON, intPtrPosition, intPtrRemoteBuffer);

I don't get the error but the button does not get created or at least it is not visible. I don't know what's going on.

Does someone know what is correct way to go about adding and moving buttons? I have seen programs that do it -- but there's very little documentation on it and I am seriously getting frustrated.

Please, anyone?????

 

by: vo1dPosted on 2009-11-05 at 16:38:41ID: 25755724

whats the value of intCount at the crash? and why do you use IntPtr instead of int ?

 

by: soulacoPosted on 2009-11-05 at 17:03:54ID: 25755851

intCount is the button count of all the open windows on the windows taskbar.

As I said before, if I instantiate a new IntPtr as a pointer to the intCount variable and pass that in to the SendMessage function, the program does not crash. But, no button is created.

If I pass the intCount variable, cast as an IntPtr, to the SendMessage function, Explorer.exe crashes.

I could try the SendMessage function with it just receiving an Integer and see if that works.

But either way, all I have been asking for is for someone, somewhere to post a working example of creating a button on the windows XP taskbar and move another button to that new tab and create a custom grouping.

What I need to do is group certain program windows together in seperate tabs on the windows XP taskbar depending on their captions.

There has to be a way to do it. I have seen programs that do it, but so far NO ONE has been able to offer up anything and it is extremely frustrating!

I don't care if it's a C++ example or a C# example or even a Delphi example. It doesn't matter. I just need to something that works and I can take it from there.

 

by: DanRollinsPosted on 2009-11-05 at 20:07:20ID: 25756544

The reason fo the failure is in improper message.  The TB_INSERTBUTTON needs a pointer to an TBBUTTON record -- not a coerced -1.  

  http://msdn.microsoft.com/en-us/library/ms913716.aspx

And it must be allocated in the Explorer's address space.   Now that I know that you'll accept a C++ example, I can do some work on this.

 

by: soulacoPosted on 2009-11-05 at 21:08:35ID: 25756729

Thanks! I am now programming it in C++ because doing it in C# is not best thing. Also, I read that it is not recommended in C#. I am actually finding that writing in C++ is a great deal easier than writing it in C#.

I am not a great C++ programmer, but I am working on the solution. Any help would be greatly appreciated.

Just to summarize what I need to get done for this project...

There's a program at work that contains different views for traders. They can open up multiple portfolio windows, multiple ledger windows, etc. Each of these windows are child processes of the main process. So, by default, Windows XP will group them all under 1 tab on the taskbar. The problem is that some traders can have 20 windows opened and they get confused and annoyed when they have to search for the window they want to look at.

Each window's caption will say what kind of window it is. So, if it is a portfolio screen, the caption will say 'Portfolio'. If it's a ledger screen, it will say 'ledger', etc.

So, what I need to do is have a button on the main program window (which I have done) and when the user clicks it, all the 'Portfolio' windows will be added to a group tab on the Windows XP taskbar and all the 'Ledger' windows will be grouped into their own group tab on the taskbar, etc. for each kind of window that is open.

So, I think I need to:

a) Create group tabs for each window type that is found (TB_ADDBUTTONS)
b) Move each associated window into one of the newly created group tabs respective to its window type

So, again, any help with this would be GREATLY appreciated. This project is annoying and the only thing I have found that remotely helps has been some Delphi code which I translated into C# (the code I posted) -- but it is not working.

Anyway, thanks again for your help. I very much appreciate it!

 

by: DanRollinsPosted on 2009-11-05 at 23:24:19ID: 25757272

Sorry, I made some good progress, but hit a brick wall at TB_INSERTBUTTON.

I can't find the right combination of parameters and TBBUTTON data values that won't make Explorer crash.  You can look at this:

A tool to order the window buttons in your taskbar
http://www.codeproject.com/KB/shell/taskbarsorter.aspx

... for some guidance.  You can also look at the attached code -- which does collect info about a button, without error.

However, my best suggestion to use is to look at an interface that Explorer exposes for the single pupose of allowing external programs to muck around with the tasklist:

ITaskbarList Interface  
http://msdn.microsoft.com/en-us/library/bb774652(VS.85).aspx

-- Dan

BOOL CALLBACK MyEnumChildProc( HWND hwnd, LPARAM lParam )
{
	char sBuf[200];
	::GetWindowTextA( hwnd, sBuf, sizeof(sBuf) );
	CString s( sBuf );
	if ( s == "Running Applications" ) {
		HWND* phwndRunningApps= (HWND*)lParam; 
		HWND hw= GetWindow( hwnd, GW_CHILD );  // first child is the toolbar
		*phwndRunningApps= hw;
		return( FALSE ); // done enumerating
	}
	return( TRUE ); // continue enumerating
}
 
HWND FindTaskBar()
{
	HWND hwndTaskBar= ::FindWindowA("Shell_TrayWnd", 0 );
	HWND hwndRunningApps= 0;
	EnumChildWindows( hwndTaskBar, MyEnumChildProc, (LPARAM)&hwndRunningApps );
	return( hwndRunningApps );
}
 
bool GetButtonText( HWND hwTB, int nBtnIdx, CString& sRet )
{
	BYTE  pLocalBuf[8192];
	DWORD dwProcessID;
	::GetWindowThreadProcessId( hwTB, &dwProcessID );
	HANDLE hProcess=  ::OpenProcess( PROCESS_VM_READ | PROCESS_VM_WRITE | PROCESS_VM_OPERATION ,
                                     false, dwProcessID 
	);
 
	BYTE* pRemoteBuf= (BYTE*)::VirtualAllocEx( hProcess, 0, 
                                        8192,
                                        MEM_COMMIT,
                                        PAGE_READWRITE
	);
	// DWORD n= ::GetLastError();
 
	int nChars= ::SendMessage( hwTB, TB_GETBUTTONTEXTA, nBtnIdx, (LPARAM)pRemoteBuf );
	::ReadProcessMemory( hProcess, pRemoteBuf, pLocalBuf, 255, 0 );  // copy to local buffer
	::VirtualFreeEx( hProcess, pRemoteBuf, 0, MEM_RELEASE );
	::CloseHandle( hProcess );
 
	sRet= pLocalBuf;
	return( TRUE );
}
 
bool GetButton( HWND hwTB, int nBtnIdx, TBBUTTON* pr )
{
	DWORD dwProcessID;
	::GetWindowThreadProcessId( hwTB, &dwProcessID );
	HANDLE hProcess=  ::OpenProcess( PROCESS_VM_READ | PROCESS_VM_WRITE | PROCESS_VM_OPERATION ,
                                     false, dwProcessID 
	);
 
	BYTE* pRemoteBuf= (BYTE*)::VirtualAllocEx( hProcess, 0, 
                                        8192,
                                        MEM_COMMIT,
                                        PAGE_READWRITE
	);
	// DWORD n= ::GetLastError();
 
	int nChars= ::SendMessage( hwTB, TB_GETBUTTON, nBtnIdx, (LPARAM)pRemoteBuf );
	::ReadProcessMemory( hProcess, pRemoteBuf, pr, sizeof(TBBUTTON), 0 );  // copy to local buffer
	::VirtualFreeEx( hProcess, pRemoteBuf, 0, MEM_RELEASE );
	::CloseHandle( hProcess );
 
	return( TRUE );
}
 
///////////////////////////////////
/////// this fails!!!!!!!!!!!!!!!!!!!!
///////////////////////////////////
 
struct TBUTTONPLUS {
	TBBUTTON rTB;
	char sText[200];
};
 
bool AddButton( HWND hwTB, int nBeforeIdx )
{
	BYTE  pLocalBuf[8192];
	DWORD dwProcessID;
	::GetWindowThreadProcessId( hwTB, &dwProcessID );
	HANDLE hProcess=  ::OpenProcess( PROCESS_VM_READ | PROCESS_VM_WRITE | PROCESS_VM_OPERATION ,
                                     false, dwProcessID 
	);
 
	BYTE* pRemoteBuf= (BYTE*)::VirtualAllocEx( hProcess, 0, 
                                        8192,
                                        MEM_COMMIT,
                                        PAGE_READWRITE
	);
 
	TBUTTONPLUS r = {0};
	DWORD nOffset= (DWORD)pRemoteBuf;
	nOffset += offsetof( TBUTTONPLUS, sText );
	strcpy( r.sText, "Hi there" );
	//wcscpy( (wchar_t *)r.sText, L"Hi there" );
 
	r.rTB.iBitmap= 0x000100b7;
	r.rTB.idCommand= 0x0c;
	r.rTB.fsState= 0x4c; // TBSTATE_ENABLED;
	r.rTB.fsStyle= 0xaa; // BTNS_BUTTON | BTNS_AUTOSIZE | BTNS_SHOWTEXT;
	r.rTB.dwData=  0;
	r.rTB.iString= nOffset; // points to just past the end of TBBUTTON 
 
	bool nRet= ::WriteProcessMemory( hProcess, pRemoteBuf, &r, sizeof(r), 0 );  // copy to remote buffer
 
	LRESULT lResult= ::SendMessage( hwTB, TB_INSERTBUTTONA, (WPARAM)nBeforeIdx, (LPARAM)pRemoteBuf );  
 
	::VirtualFreeEx( hProcess, pRemoteBuf, 0, MEM_RELEASE );
	::CloseHandle( hProcess );
 
	return( TRUE );
}
 
//------------------------------ tester code
//------------------------------ tester code
//------------------------------ tester code
//------------------------------ tester code
void CD06Dlg::OnBnClickedButton1()
{
	HWND hwTB= FindTaskBar();
 
	int nCnt= ::SendMessage( hwTB, TB_BUTTONCOUNT, 0,0 );
 
	CString sBtnText;
	GetButtonText( hwTB, 13, sBtnText ); // eyeball check: this works!
 
	TBBUTTON r = {0};
	GetButton( hwTB, 13, &r ); //  also works
 
	AddButton( hwTB, 13 );  // fails! sorry!
}

                                              
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:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
96:
97:
98:
99:
100:
101:
102:
103:
104:
105:
106:
107:
108:
109:
110:
111:
112:
113:
114:
115:
116:
117:
118:
119:
120:
121:
122:
123:
124:
125:
126:
127:
128:
129:
130:
131:
132:
133:
134:
135:

Select allOpen in new window

 

by: soulacoPosted on 2009-11-06 at 04:29:51ID: 25758514

Thanks for the help but I have all that code already. I can already get all the buttons and the text of each button and even the button icons. I also have used the ITaskbarList interface but unfortunately, that interface does not allow you to move buttons -- but only to add or remove them. It's very limited in its functionality.

I guess I will keep looking for the answer or I will call Microsoft (I hate calling them). Well, thanks again. If you figure it out at some point, please let me know.

If anyone else has a solution, PLEASE, PLEASE respond.

 

by: DanRollinsPosted on 2009-11-06 at 14:18:44ID: 25763574

If you can add and remove, then you can insert and rearrange in any desired order.

 

by: DanRollinsPosted on 2009-11-06 at 14:34:24ID: 25763678

Also, If you have looked at that codeproject link,  you also know how it rearranges:  

It gets each app's HWND from TBBUTTON.dwData

It then hides each window and then unhides them in the desired order.  There is a momentary flash while the taskbar is redrawn, but it gets the job done.

 

by: DanRollinsPosted on 2009-11-06 at 17:03:05ID: 25764450

One other thought -- We might be overlooking the obvious:  

The easy (and normal, and fully documented) way to add a button to the taskbar is to create a new top-level window, and let the shell add the button for you.

 

by: soulacoPosted on 2009-11-06 at 19:21:33ID: 25764836

I have done that. I am able to create an invisible form and add it to the toolbar. But I still am unable to add other windows to that tab on the Explorer task bar.

 

by: DanRollinsPosted on 2009-11-07 at 22:04:01ID: 25769566

The most information I've seen about this was in that link I provided in your other question:

  Manipulating Taskbar Buttons
  http://w-shadow.com/blog/2006/10/01/manipulating-taskbar-buttons/

But even that author has to gloss over the issues.... we really can't know what Explorer expects to find in TBBUTTON fields like dwData.

Possibly a productive idea:  Figure out whar Explore does when it creates a 'group" button and try to create windows that trigger that action.  It appears that it stacks up windows that are being run by the same task -- eg, Office Word, or Notepad or Outlook Express.

Is there any way that you can arrange your scenario so that  the two categories of top-level-windows are owned by two different programs?

 

by: soulacoPosted on 2009-11-20 at 06:16:01ID: 25870375

I can't change the parent process of the spawned windows.

 

by: DanRollinsPosted on 2009-11-20 at 13:30:04ID: 25874719

If tasked to solve the same problem, I think I'd write a little application program that did the organizing and selection itself -- outside of the Explorer/Taskbar system.  

You will always be going uphill when trying to modify the behavior of a system tool that does not provide specific documentation describing how to make it work in a non-standard way.

 

by: soulacoPosted on 2009-11-20 at 14:09:59ID: 25874990

That's a good idea. So, to clarify, I should create a custom toolbar and add/remove and move tabs on it?

I can definitely try that.

 

by: DanRollinsPosted on 2009-11-21 at 18:56:24ID: 25880615

That's the direction I'd go.

20120131-EE-VQP-002

3 Ways to Join

30-Day Free Trial

The Experts

98% positive feedback on 31,087 answers since March 2000. angeliii is a Microsoft Most Valuable Professional for his work with MS SQL Server & Develoment.

He has also proven his knowledge of Visual Basic Programming, PHP Scripting and Oracle Databases.

The Experts

97% positive feedback on 10,752 answers since July 2000. lrmoore has more than 18 years experience in the networking industry.

The six-time Mircosoft MVPs specialties include firewalls, virtual private networking, and network management.

Testimonials

"...and excellent source for support... Kind of like having your very own IT dept." Electriciansnet

Testimonials

"I was apprehensive at signing up at first. However... it has already made my life as an IT administrator much easier." JaCrews

Testimonials

"WOW! You guys have great, active, and knowledgeable people on here." moore50

Business Clients

Business Clients

In the Press

"If you’ve got a question... Experts Exchange can supply an answer.”

In the Press

"...an invaluable aid for both IT professionals and those who require tech support."

In the Press

"where IT professionals provide quick answers on just about any topic"

Business Account Plans

Loading Advertisement...