Click here to Skip to main content
16,008,075 members
Home / Discussions / C#
   

C#

 
AnswerRe: Regex(@"[_A-Za-z]+[A-Za-z]\w*") Can it be improved ? Pin
J4amieC1-Mar-05 1:10
J4amieC1-Mar-05 1:10 
GeneralRe: Regex(@"[_A-Za-z]+[A-Za-z]\w*") Can it be improved ? Pin
ektoras1-Mar-05 1:18
ektoras1-Mar-05 1:18 
GeneralRe: Regex(@"[_A-Za-z]+[A-Za-z]\w*") Can it be improved ? Pin
Dave Kreskowiak1-Mar-05 3:34
mveDave Kreskowiak1-Mar-05 3:34 
GeneralRe: Regex(@"[_A-Za-z]+[A-Za-z]\w*") Can it be improved ? Pin
ektoras1-Mar-05 3:56
ektoras1-Mar-05 3:56 
GeneralRe: Regex(@"[_A-Za-z]+[A-Za-z]\w*") Can it be improved ? Pin
Dave Kreskowiak1-Mar-05 7:03
mveDave Kreskowiak1-Mar-05 7:03 
AnswerRe: Regex(@"[_A-Za-z]+[A-Za-z]\w*") Can it be improved ? Pin
leppie1-Mar-05 2:04
leppie1-Mar-05 2:04 
GeneralRe: Regex(@"[_A-Za-z]+[A-Za-z]\w*") Can it be improved ? Pin
ektoras1-Mar-05 3:51
ektoras1-Mar-05 3:51 
GeneralManaged or Unmanaged in C# Pin
Subrahmanyam K1-Mar-05 0:37
Subrahmanyam K1-Mar-05 0:37 
Hi,

I have a situation where WIN CryptAPI functions are used in C#.Net for Encryption and Decryption.

System.IntPtr (.NET Type) is used for defining the prototype of the CryptAPI functions at the time of importing the "advapi32.dll" using "DLLImport".

As doing so, will my code be under the control of the CLR i.e Managed Code or will become an Unmanaged Code (Not under the control of the CLR).

I shall be thankful for the following clarification:

When the code written in C#.NET will be Unmanaged?

1. when Win API's are used in C#.NET
2. when System.IntPtr is used.
3. when C# pointers are used.
4. combination of any above.


Thank You,

Subrahmanyam.

GeneralRe: Managed or Unmanaged in C# Pin
Dave Kreskowiak1-Mar-05 3:29
mveDave Kreskowiak1-Mar-05 3:29 
Questionno support for Oledb provider for ODBC? Pin
Adnan Siddiqi28-Feb-05 23:53
Adnan Siddiqi28-Feb-05 23:53 
Generalhttp stream Pin
ppp00128-Feb-05 22:14
ppp00128-Feb-05 22:14 
GeneralRe: http stream Pin
leppie28-Feb-05 23:40
leppie28-Feb-05 23:40 
Generalset the font of a label to a cutom .ttf file Pin
Navdeep Sidhu28-Feb-05 20:58
Navdeep Sidhu28-Feb-05 20:58 
GeneralRe: set the font of a label to a cutom .ttf file Pin
leppie28-Feb-05 23:33
leppie28-Feb-05 23:33 
Generalappend values in a datagrid by using datatable. Pin
Manzoor Ahmad28-Feb-05 20:36
Manzoor Ahmad28-Feb-05 20:36 
GeneralRe: append values in a datagrid by using datatable. Pin
exhaulted28-Feb-05 21:08
exhaulted28-Feb-05 21:08 
Generalwhat's the difference between these two clause? Help!!!! Pin
welsrping28-Feb-05 20:35
welsrping28-Feb-05 20:35 
GeneralRe: what's the difference between these two clause? Help!!!! Pin
Robert Rohde28-Feb-05 21:35
Robert Rohde28-Feb-05 21:35 
GeneralRe: what's the difference between these two clause? Help!!!! Pin
Stefan Troschuetz28-Feb-05 21:38
Stefan Troschuetz28-Feb-05 21:38 
GeneralSharing a Udp Port Pin
Zishan Haider28-Feb-05 20:29
Zishan Haider28-Feb-05 20:29 
GeneralPassing datagrid value to other Form Pin
Adnan Siddiqi28-Feb-05 20:17
Adnan Siddiqi28-Feb-05 20:17 
GeneralRe: Passing datagrid value to other Form[Solved] Pin
Adnan Siddiqi28-Feb-05 23:46
Adnan Siddiqi28-Feb-05 23:46 
GeneralDisabling the Windows Close action in C# Pin
Md Saleem Navalur28-Feb-05 19:35
Md Saleem Navalur28-Feb-05 19:35 
GeneralRe: Disabling the Windows Close action in C# Pin
mav.northwind28-Feb-05 20:00
mav.northwind28-Feb-05 20:00 
GeneralRe: Disabling the Windows Close action in C# Pin
Md Saleem Navalur28-Feb-05 21:00
Md Saleem Navalur28-Feb-05 21:00 

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.