Click here to Skip to main content
15,922,533 members
Home / Discussions / C#
   

C#

 
GeneralDataGrid Columns Pin
Mazdak23-Oct-03 0:26
Mazdak23-Oct-03 0:26 
GeneralRe: DataGrid Columns Pin
Ryan_Roberts23-Oct-03 3:06
Ryan_Roberts23-Oct-03 3:06 
GeneralCustom Rich Edit Box Pin
SaeidehV23-Oct-03 0:12
SaeidehV23-Oct-03 0:12 
GeneralForm opacity Pin
Georgi Atanasov22-Oct-03 23:57
Georgi Atanasov22-Oct-03 23:57 
Generalprinting Pin
brain2cpu22-Oct-03 23:33
professionalbrain2cpu22-Oct-03 23:33 
GeneralUpdating Database Pin
Mazdak22-Oct-03 20:20
Mazdak22-Oct-03 20:20 
GeneralA question for the GURUs Pin
Anonymous22-Oct-03 20:13
Anonymous22-Oct-03 20:13 
GeneralRe: A question for the GURUs Pin
bjoernen22-Oct-03 22:06
bjoernen22-Oct-03 22:06 
GeneralChildWindow.Callback and NullReferenceException Pin
Anonymous22-Oct-03 19:37
Anonymous22-Oct-03 19:37 
GeneralRe: ChildWindow.Callback and NullReferenceException Pin
Guillermo Rivero23-Oct-03 4:32
Guillermo Rivero23-Oct-03 4:32 
GeneralRetrieving Table Cell Style from a Word Table using C# Pin
moriancumur22-Oct-03 18:20
moriancumur22-Oct-03 18:20 
GeneralRe: Retrieving Table Cell Style from a Word Table using C# Pin
Edbert P22-Oct-03 20:58
Edbert P22-Oct-03 20:58 
QuestionConverting a 20-page pdf to 20 single page pdf? Pin
NotProfessional22-Oct-03 15:00
NotProfessional22-Oct-03 15:00 
AnswerRe: Converting a 20-page pdf to 20 single page pdf? Pin
leppie23-Oct-03 9:17
leppie23-Oct-03 9:17 
GeneralRe: Converting a 20-page pdf to 20 single page pdf? Pin
mistery2225-Oct-03 3:20
mistery2225-Oct-03 3:20 
Generalprint page number, header and footer Pin
hkl22-Oct-03 14:33
hkl22-Oct-03 14:33 
GeneralSorting Pin
totig22-Oct-03 11:04
totig22-Oct-03 11:04 
GeneralRe: Sorting Pin
ankita patel22-Oct-03 11:25
ankita patel22-Oct-03 11:25 
GeneralRe: Sorting Pin
bjoernen22-Oct-03 22:11
bjoernen22-Oct-03 22:11 
GeneralOverlay Icons in ListView Pin
Heath Stewart22-Oct-03 9:47
protectorHeath Stewart22-Oct-03 9:47 
GeneralRe: Overlay Icons in ListView Pin
Stephane Rodriguez.22-Oct-03 12:11
Stephane Rodriguez.22-Oct-03 12:11 
GeneralRe: Overlay Icons in ListView Pin
Heath Stewart22-Oct-03 12:20
protectorHeath Stewart22-Oct-03 12:20 
GeneralRe: Overlay Icons in ListView Pin
Heath Stewart22-Oct-03 12:44
protectorHeath Stewart22-Oct-03 12:44 
GeneralColumn Name wrapping in Listview ! Pin
pahluwalia22-Oct-03 8:19
pahluwalia22-Oct-03 8:19 
GeneralRe: Column Name wrapping in Listview ! Pin
Heath Stewart22-Oct-03 9:40
protectorHeath Stewart22-Oct-03 9:40 
And you won't. You're going to have to override WndProc and delve into this with P/Invoked (and redefined structures), utilizing lots of stuff from the Platform SDK. Believe it or not, all the Windows-like controls you see in System.Windows.Forms are actually the Common Controls themselves and the Windows Forms assemblies use P/Invoked code (and redefined structures, messages, etc.) HEAVILY. Now you'll have to, too! OMG | :OMG:

 

-----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-----

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.