Click here to Skip to main content
15,915,093 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralXSD.exe Pin
Fabian Goncalves23-Apr-05 12:12
Fabian Goncalves23-Apr-05 12:12 
GeneralRouter External IP address resolution... Pin
Chris Quick23-Apr-05 5:45
Chris Quick23-Apr-05 5:45 
GeneralRe: Router External IP address resolution... Pin
Anonymous23-Apr-05 6:48
Anonymous23-Apr-05 6:48 
GeneralRe: Router External IP address resolution... Pin
Peter Ritchie24-Apr-05 8:58
Peter Ritchie24-Apr-05 8:58 
GeneralSetting Style (SetStlye Method) With API Pin
THEMYTH23-Apr-05 1:45
THEMYTH23-Apr-05 1:45 
GeneralRe: Setting Style (SetStlye Method) With API Pin
Peter Ritchie24-Apr-05 9:08
Peter Ritchie24-Apr-05 9:08 
GeneralRe: Setting Style (SetStlye Method) With API Pin
THEMYTH24-Apr-05 20:15
THEMYTH24-Apr-05 20:15 
GeneralRe: Setting Style (SetStlye Method) With API Pin
Peter Ritchie25-Apr-05 3:21
Peter Ritchie25-Apr-05 3:21 
Okay, you've misused the work API--which is an interface (or a group of functions/methods). You're looking for all the methods that perform the same thing as SetStyle for each bit...

There normally isn't a one-to-one correspondance with a style bit and a method or a function. Many of the styles shouldn't be changed after the window has been created, they're ment to be used as the window is being created where calling a dozen or so methods instead of SetStyle would be tedious. Even in other APIs like MFC hyou have to resort to SetStyle (which wraps SetWindowsLong(GWL_STYLE,...) ).

Some of the styles in ControlStyles are .NET specific; meaning they're only handled as a cohesive attribute in .NET.

I don't know of any exhaustive lists that would give you the information you want. Maybe you could detail what you want to do or why simply calling SetStyle doesn't suit your needs.

PeterRitchie.com
GeneralRe: Setting Style (SetStlye Method) With API Pin
THEMYTH25-Apr-05 9:57
THEMYTH25-Apr-05 9:57 
GeneralRe: Setting Style (SetStlye Method) With API Pin
Peter Ritchie25-Apr-05 10:37
Peter Ritchie25-Apr-05 10:37 
GeneralRe: Setting Style (SetStlye Method) With API Pin
THEMYTH25-Apr-05 19:15
THEMYTH25-Apr-05 19:15 
GeneralRe: Setting Style (SetStlye Method) With API Pin
Peter Ritchie26-Apr-05 18:13
Peter Ritchie26-Apr-05 18:13 
GeneralRe: Setting Style (SetStlye Method) With API Pin
THEMYTH27-Apr-05 7:40
THEMYTH27-Apr-05 7:40 
GeneralRe: Setting Style (SetStlye Method) With API Pin
HumanOsc28-Apr-05 5:53
HumanOsc28-Apr-05 5:53 
GeneralRe: Setting Style (SetStlye Method) With API Pin
THEMYTH28-Apr-05 9:30
THEMYTH28-Apr-05 9:30 
GeneralRe: Setting Style (SetStlye Method) With API Pin
HumanOsc28-Apr-05 5:18
HumanOsc28-Apr-05 5:18 
GeneralRe: Setting Style (SetStlye Method) With API Pin
THEMYTH28-Apr-05 9:34
THEMYTH28-Apr-05 9:34 
GeneralRe: Setting Style (SetStlye Method) With API Pin
HumanOsc28-Apr-05 22:19
HumanOsc28-Apr-05 22:19 
GeneralNet.Framework 1 to 2 and VS 2003 Pin
alexdg0422-Apr-05 20:40
alexdg0422-Apr-05 20:40 
GeneralRe: Net.Framework 1 to 2 and VS 2003 Pin
Peter Ritchie24-Apr-05 9:08
Peter Ritchie24-Apr-05 9:08 
GeneralRe: Net.Framework 1 to 2 and VS 2003 Pin
Dave Kreskowiak24-Apr-05 16:52
mveDave Kreskowiak24-Apr-05 16:52 
GeneralRe: Net.Framework 1 to 2 and VS 2003 Pin
MoustafaS27-Apr-05 10:37
MoustafaS27-Apr-05 10:37 
GeneralList installed screensavers Pin
Ryan McCauley22-Apr-05 12:34
Ryan McCauley22-Apr-05 12:34 
GeneralRe: List installed screensavers Pin
Peter Ritchie24-Apr-05 9:10
Peter Ritchie24-Apr-05 9:10 
GeneralRe: List installed screensavers Pin
Ryan McCauley25-Apr-05 4:55
Ryan McCauley25-Apr-05 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.