Click here to Skip to main content
15,915,324 members
Home / Discussions / C#
   

C#

 
GeneralRe: implementing IList for a sortedlist Pin
Heath Stewart1-Dec-03 6:41
protectorHeath Stewart1-Dec-03 6:41 
GeneralRe: implementing IList for a sortedlist Pin
zuhx1-Dec-03 9:29
zuhx1-Dec-03 9:29 
GeneralRe: implementing IList for a sortedlist Pin
Heath Stewart1-Dec-03 10:30
protectorHeath Stewart1-Dec-03 10:30 
GeneralRe: implementing IList for a sortedlist Pin
zuhx2-Dec-03 5:51
zuhx2-Dec-03 5:51 
GeneralSHGFI Flag Info Pin
Tristan Rhodes1-Dec-03 4:02
Tristan Rhodes1-Dec-03 4:02 
GeneralRe: SHGFI Flag Info Pin
Heath Stewart1-Dec-03 6:35
protectorHeath Stewart1-Dec-03 6:35 
GeneralRe: SHGFI Flag Info Pin
Tristan Rhodes1-Dec-03 20:44
Tristan Rhodes1-Dec-03 20:44 
GeneralRe: SHGFI Flag Info Pin
Heath Stewart2-Dec-03 2:33
protectorHeath Stewart2-Dec-03 2:33 
The Catalyst wrote:
Platform SDK? Is that like a development kit for whatever version of windows I am using?

No, it's the software development kit for all versions of Windows up until the one it's labeled with (like the recent Windows 2003 Platform SDK is good for everything up till - and including - Windows 2003.

The Catalyst wrote:
I just want to know where to look to find the flag enumerations for windows dll methods.

Like I said - in the headers. Welcome to software development! Research awaits. Smile | :) Not all the preproc defs (not enums, actually) are not documented, nor is every function or macro. Even if you don't know C/C++, reading preproc defs shouldn't be hard. Searching for information - especially that which is undocumented - is just part of development. In real, unmanaged languages like C/C++ (as opposed to VB which just wraps everything) there's often a lot of this that's necessary. To make it easier for me, I use CTAGS which you can use to index various file types, including C/C++, in a way that is specific to a language (CTAGS properly tokenizes things, as opposed to how IIS does it). Along with GViM, it's an extremely powerful tool for finding preproc defs and more.

 

-----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-----
GeneralUrgent!!! Using pointers in C# Pin
rasarit171-Dec-03 3:32
rasarit171-Dec-03 3:32 
GeneralRe: Urgent!!! Using pointers in C# Pin
leppie1-Dec-03 6:09
leppie1-Dec-03 6:09 
GeneralRe: Urgent!!! Using pointers in C# Pin
Heath Stewart1-Dec-03 6:45
protectorHeath Stewart1-Dec-03 6:45 
Generalnew webform inside another Pin
krisman1-Dec-03 2:36
krisman1-Dec-03 2:36 
GeneralRe: new webform inside another Pin
Heath Stewart1-Dec-03 2:54
protectorHeath Stewart1-Dec-03 2:54 
GeneralRe: new webform inside another Pin
krisman1-Dec-03 3:47
krisman1-Dec-03 3:47 
GeneralAll C# fan want to know Pin
lajiyo1-Dec-03 2:05
lajiyo1-Dec-03 2:05 
GeneralRe: All C# fan want to know Pin
Heath Stewart1-Dec-03 2:49
protectorHeath Stewart1-Dec-03 2:49 
GeneralRe: All C# fan want to know Pin
lajiyo1-Dec-03 22:23
lajiyo1-Dec-03 22:23 
GeneralRe: All C# fan want to know Pin
Heath Stewart2-Dec-03 2:59
protectorHeath Stewart2-Dec-03 2:59 
GeneralRe: All C# fan want to know Pin
lajiyo3-Dec-03 2:29
lajiyo3-Dec-03 2:29 
GeneralRe: All C# fan want to know Pin
Heath Stewart3-Dec-03 3:29
protectorHeath Stewart3-Dec-03 3:29 
GeneralRe: All C# fan want to know Pin
lajiyo3-Dec-03 22:13
lajiyo3-Dec-03 22:13 
GeneralInsert an image into your message Pin
Asim N.1-Dec-03 1:26
Asim N.1-Dec-03 1:26 
GeneralC# vs Sound compression Pin
paladin20031-Dec-03 0:25
paladin20031-Dec-03 0:25 
GeneralRe: C# vs Sound compression Pin
Heath Stewart1-Dec-03 2:44
protectorHeath Stewart1-Dec-03 2:44 
GeneralRe: C# vs Sound compression Pin
paladin20031-Dec-03 4:57
paladin20031-Dec-03 4:57 

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.