Click here to Skip to main content
15,917,565 members
Home / Discussions / C#
   

C#

 
GeneralRe: Windows services Pin
Heath Stewart22-Oct-03 5:27
protectorHeath Stewart22-Oct-03 5:27 
GeneralPainting the title bar Pin
wangier21-Oct-03 23:41
wangier21-Oct-03 23:41 
Generalcontrol on Desktop Pin
vikramlinux21-Oct-03 22:19
vikramlinux21-Oct-03 22:19 
GeneralRe: control on Desktop Pin
Heath Stewart22-Oct-03 5:23
protectorHeath Stewart22-Oct-03 5:23 
You mean a menu-like equivalent of the Taskbar? Yes, it's possible. If you plan to do this in C#, you're going to be redefine a hell of a lot of interfaces and structs. You best stick to C++ because this requires a lot of COM.

For starters, see the Platform SDK docs for the SHAppBarMessage function, or search for said function in google. There are lots of examples, though mostly in VB and Delphi, but it shouldn't be hard for you to understand the concepts.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: control on Desktop Pin
Bo Hunter22-Oct-03 12:35
Bo Hunter22-Oct-03 12:35 
GeneralRe: control on Desktop Pin
Heath Stewart22-Oct-03 12:52
protectorHeath Stewart22-Oct-03 12:52 
GeneralInternet Explorer` Pin
Srikar Y21-Oct-03 19:31
Srikar Y21-Oct-03 19:31 
GeneralRe: Internet Explorer` Pin
Heath Stewart22-Oct-03 4:11
protectorHeath Stewart22-Oct-03 4:11 
GeneralRe: Internet Explorer` Pin
Philip Fitzsimons22-Oct-03 8:01
Philip Fitzsimons22-Oct-03 8:01 
GeneralDrawing zigzag red lines under words Pin
Meysam Mahfouzi21-Oct-03 19:00
Meysam Mahfouzi21-Oct-03 19:00 
QuestionCan not display toolbar icons, a framework bug? Pin
Libra21-Oct-03 17:47
Libra21-Oct-03 17:47 
GeneralComboBox Pin
Gary Kirkham21-Oct-03 17:09
Gary Kirkham21-Oct-03 17:09 
GeneralRe: ComboBox Pin
Heath Stewart22-Oct-03 3:50
protectorHeath Stewart22-Oct-03 3:50 
GeneralRe: ComboBox Pin
J. Dunlap22-Oct-03 9:33
J. Dunlap22-Oct-03 9:33 
GeneralRe: ComboBox Pin
Heath Stewart22-Oct-03 9:36
protectorHeath Stewart22-Oct-03 9:36 
QuestionHow to get title bar's graphics or its retangle? Pin
wangier21-Oct-03 16:42
wangier21-Oct-03 16:42 
GeneralCapture HTML as Image Pin
Member 31415321-Oct-03 15:28
Member 31415321-Oct-03 15:28 
GeneralWeb Site Scrape Problem Pin
Member 50249221-Oct-03 12:36
Member 50249221-Oct-03 12:36 
GeneralRe: Web Site Scrape Problem Pin
Kentamanos21-Oct-03 12:59
Kentamanos21-Oct-03 12:59 
GeneralRe: Web Site Scrape Problem Pin
Member 50249221-Oct-03 16:32
Member 50249221-Oct-03 16:32 
GeneralRapping rappers? Wrapping wrappers! Pin
allancto21-Oct-03 9:36
allancto21-Oct-03 9:36 
GeneralRe: Rapping rappers? Wrapping wrappers! Pin
James Simpson24-Oct-03 2:08
James Simpson24-Oct-03 2:08 
GeneralRe: Rapping rappers? Wrapping wrappers! Pin
allancto26-Oct-03 21:37
allancto26-Oct-03 21:37 
GeneralType.GetType("System.Drawing.Color") returns null?! Pin
Arun Bhalla21-Oct-03 8:27
Arun Bhalla21-Oct-03 8:27 
GeneralRe: Type.GetType("System.Drawing.Color") returns null?! Pin
leppie21-Oct-03 8:36
leppie21-Oct-03 8:36 

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.