Click here to Skip to main content
15,890,882 members
Home / Discussions / C#
   

C#

 
AnswerRe: Here's a free db connection object for all!! Any improvement ideas? Pin
Michael P Butler27-Sep-06 6:33
Michael P Butler27-Sep-06 6:33 
QuestionProgrammatically grouping taskbar buttons Pin
Wjousts27-Sep-06 3:40
Wjousts27-Sep-06 3:40 
AnswerRe: Programmatically grouping taskbar buttons Pin
Ed.Poore27-Sep-06 4:19
Ed.Poore27-Sep-06 4:19 
GeneralRe: Programmatically grouping taskbar buttons Pin
Wjousts27-Sep-06 5:10
Wjousts27-Sep-06 5:10 
GeneralRe: Programmatically grouping taskbar buttons Pin
Ed.Poore27-Sep-06 5:20
Ed.Poore27-Sep-06 5:20 
GeneralRe: Programmatically grouping taskbar buttons Pin
Wjousts27-Sep-06 6:16
Wjousts27-Sep-06 6:16 
GeneralRe: Programmatically grouping taskbar buttons Pin
Ed.Poore27-Sep-06 8:19
Ed.Poore27-Sep-06 8:19 
GeneralRe: Programmatically grouping taskbar buttons Pin
Wjousts27-Sep-06 10:14
Wjousts27-Sep-06 10:14 
Okay, I think I found a way to stamp out one of the toolbar buttons, so that will do for me. I had to import functions from user32.dll and use SetWindowLong with the WS_EX_TOOLWINDOW extended window style. That works fine so long as I hide the window (with ShowWindow and SW_HIDE) first and then show it again afterwards.
I'd tried using ITaskbarList to remove the taskbar button but that only worked until you clicked back on the remaining button and it recreated the missing button.
GeneralRe: Programmatically grouping taskbar buttons Pin
Ed.Poore27-Sep-06 11:40
Ed.Poore27-Sep-06 11:40 
Questionsearch button Pin
faladrim27-Sep-06 3:39
faladrim27-Sep-06 3:39 
AnswerRe: search button Pin
Wjousts27-Sep-06 3:44
Wjousts27-Sep-06 3:44 
GeneralRe: search button Pin
faladrim27-Sep-06 3:52
faladrim27-Sep-06 3:52 
GeneralRe: search button Pin
Eric Dahlvang27-Sep-06 4:12
Eric Dahlvang27-Sep-06 4:12 
GeneralRe: search button Pin
faladrim27-Sep-06 4:18
faladrim27-Sep-06 4:18 
GeneralRe: search button Pin
faladrim27-Sep-06 4:31
faladrim27-Sep-06 4:31 
GeneralRe: search button Pin
Eric Dahlvang27-Sep-06 9:19
Eric Dahlvang27-Sep-06 9:19 
GeneralRe: search button Pin
faladrim27-Sep-06 20:27
faladrim27-Sep-06 20:27 
GeneralRe: search button Pin
Wjousts27-Sep-06 5:18
Wjousts27-Sep-06 5:18 
GeneralSend voice on phone line Pin
mehrdadc4827-Sep-06 3:00
mehrdadc4827-Sep-06 3:00 
GeneralRe: Send voice on phone line Pin
Niiiissssshhhhhuuuuu27-Sep-06 3:12
Niiiissssshhhhhuuuuu27-Sep-06 3:12 
QuestionConstructor invocation Pin
kumar.bs27-Sep-06 2:56
kumar.bs27-Sep-06 2:56 
AnswerRe: Constructor invocation Pin
Guffa27-Sep-06 3:08
Guffa27-Sep-06 3:08 
AnswerRe: Constructor invocation Pin
Colin Angus Mackay27-Sep-06 3:08
Colin Angus Mackay27-Sep-06 3:08 
GeneralRe: Constructor invocation Pin
kumar.bs27-Sep-06 4:20
kumar.bs27-Sep-06 4:20 
GeneralRe: Constructor invocation Pin
Colin Angus Mackay27-Sep-06 4:55
Colin Angus Mackay27-Sep-06 4:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.