Click here to Skip to main content
15,868,141 members
Home / Discussions / C#
   

C#

 
GeneralRe: File Permissions Pin
Jeff Mackie12-Jan-04 17:33
sussJeff Mackie12-Jan-04 17:33 
GeneralRe: File Permissions Pin
krisp12-Jan-04 17:36
krisp12-Jan-04 17:36 
GeneralRe: File Permissions Pin
Jeff Mackie12-Jan-04 17:48
sussJeff Mackie12-Jan-04 17:48 
GeneralRe: File Permissions Pin
Heath Stewart13-Jan-04 2:57
protectorHeath Stewart13-Jan-04 2:57 
QuestionHow can I use the Cabinet.dll in c# Pin
aw1ay12-Jan-04 14:32
aw1ay12-Jan-04 14:32 
AnswerRe: How can I use the Cabinet.dll in c# Pin
Heath Stewart13-Jan-04 2:52
protectorHeath Stewart13-Jan-04 2:52 
GeneralRe: How can I use the Cabinet.dll in c# Pin
aw1ay13-Jan-04 15:52
aw1ay13-Jan-04 15:52 
GeneralRe: How can I use the Cabinet.dll in c# Pin
Heath Stewart14-Jan-04 3:22
protectorHeath Stewart14-Jan-04 3:22 
IntPtr. You should also read about interoperability in .NET in the .NET Framework SDK, as well as understand what the intrinsic types are. In .NET, this is pretty easy because the bit size is part of the Type name, like Int32 is 32 bits. Knowing what the types are in the Win32 APIs isn't always so easy, but looking at the data types in the Platform SDK at http://msdn.microsoft.com/library/en-us/winprog/winprog/windows_data_types.asp[^] can help, especially if you have the Platform SDK installed so that you can search the headers for the typedef (personally, I use gvim.exe (Graphical Vi IMproved) with tag files created by ctags.exe).

 

-----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-----
Generalpassing data to installer class Pin
econnor12-Jan-04 11:07
econnor12-Jan-04 11:07 
GeneralRe: passing data to installer class Pin
Heath Stewart13-Jan-04 2:45
protectorHeath Stewart13-Jan-04 2:45 
GeneralRe: passing data to installer class Pin
econnor13-Jan-04 3:58
econnor13-Jan-04 3:58 
GeneralRe: passing data to installer class Pin
econnor13-Jan-04 5:40
econnor13-Jan-04 5:40 
GeneralRe: passing data to installer class Pin
Heath Stewart13-Jan-04 5:43
protectorHeath Stewart13-Jan-04 5:43 
GeneralFlushFinalBlock problem in my cryptography Pin
Mazdak12-Jan-04 10:28
Mazdak12-Jan-04 10:28 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Heath Stewart12-Jan-04 10:37
protectorHeath Stewart12-Jan-04 10:37 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Mazdak12-Jan-04 22:36
Mazdak12-Jan-04 22:36 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Heath Stewart13-Jan-04 2:50
protectorHeath Stewart13-Jan-04 2:50 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Mazdak13-Jan-04 2:56
Mazdak13-Jan-04 2:56 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Heath Stewart13-Jan-04 3:00
protectorHeath Stewart13-Jan-04 3:00 
GeneralRe: FlushFinalBlock problem in my cryptography Pin
Mazdak13-Jan-04 4:02
Mazdak13-Jan-04 4:02 
GeneralEntering Text on an Image Pin
JayTheK12-Jan-04 10:08
JayTheK12-Jan-04 10:08 
GeneralRe: Entering Text on an Image Pin
Niels Penneman12-Jan-04 10:14
Niels Penneman12-Jan-04 10:14 
GeneralObject property with different return types Pin
Articus12-Jan-04 7:13
Articus12-Jan-04 7:13 
GeneralRe: Object property with different return types Pin
leppie12-Jan-04 8:16
leppie12-Jan-04 8:16 
GeneralRe: Object property with different return types Pin
Articus12-Jan-04 22:41
Articus12-Jan-04 22:41 

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.