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

.NET (Core and Framework)

 
QuestionImport CSV file using .NET Pin
vandan_desai27-Oct-05 0:47
vandan_desai27-Oct-05 0:47 
AnswerRe: Import CSV file using .NET Pin
Robert Rohde29-Oct-05 22:53
Robert Rohde29-Oct-05 22:53 
QuestionReplacing a .NET Dll Pin
PeteConc26-Oct-05 23:10
PeteConc26-Oct-05 23:10 
AnswerRe: Replacing a .NET Dll Pin
Mike Dimmick27-Oct-05 2:21
Mike Dimmick27-Oct-05 2:21 
GeneralRe: Replacing a .NET Dll Pin
PeteConc27-Oct-05 2:55
PeteConc27-Oct-05 2:55 
GeneralRe: Replacing a .NET Dll Pin
Mike Dimmick27-Oct-05 8:27
Mike Dimmick27-Oct-05 8:27 
Questionencoding/decoding prob Pin
toto567826-Oct-05 0:31
toto567826-Oct-05 0:31 
AnswerRe: encoding/decoding prob Pin
Farhan Noor Qureshi26-Oct-05 18:28
Farhan Noor Qureshi26-Oct-05 18:28 
Strings in VB are basically BSTRs and strings in .NET are managed classes with lots of extra info attached to unicode char array. You could receive the encrypted data in an unmanaged buffer in C++.NET side, decrypt it and then marshal it into the managed side.

Farhan Noor Qureshi

if (this == this) thow this;
GeneralRe: encoding/decoding prob Pin
toto567826-Oct-05 20:36
toto567826-Oct-05 20:36 
GeneralRe: encoding/decoding prob Pin
Farhan Noor Qureshi27-Oct-05 6:55
Farhan Noor Qureshi27-Oct-05 6:55 
GeneralRe: encoding/decoding prob Pin
toto567827-Oct-05 23:01
toto567827-Oct-05 23:01 
Question'DragDrop', 'throw' and 'Application.ThreadException' Pin
__alex25-Oct-05 22:55
__alex25-Oct-05 22:55 
AnswerRe: 'DragDrop', 'throw' and 'Application.ThreadException' Pin
Daniel Grunwald27-Oct-05 5:00
Daniel Grunwald27-Oct-05 5:00 
GeneralRe: 'DragDrop', 'throw' and 'Application.ThreadException' Pin
__alex27-Oct-05 5:15
__alex27-Oct-05 5:15 
QuestionConverting old C library into .NET Pin
wgaiw25-Oct-05 5:03
wgaiw25-Oct-05 5:03 
AnswerRe: Converting old C library into .NET Pin
Christian Graus25-Oct-05 15:55
protectorChristian Graus25-Oct-05 15:55 
QuestionRe: Converting old C library into .NET Pin
wgaiw26-Oct-05 11:35
wgaiw26-Oct-05 11:35 
AnswerRe: Converting old C library into .NET Pin
Christian Graus26-Oct-05 11:38
protectorChristian Graus26-Oct-05 11:38 
Questiondisco Pin
tekken2224-Oct-05 9:26
tekken2224-Oct-05 9:26 
QuestionIlease and ISponsor why need for both ? Pin
tekken2224-Oct-05 8:58
tekken2224-Oct-05 8:58 
QuestionCall COM+ services on other machines with my local .NET framework Pin
olmo24-Oct-05 8:20
olmo24-Oct-05 8:20 
QuestionRemote debugging : Windows form apps Pin
Md Saleem Navalur24-Oct-05 0:39
Md Saleem Navalur24-Oct-05 0:39 
QuestionImage Converting Pin
idris cinn23-Oct-05 20:46
idris cinn23-Oct-05 20:46 
AnswerRe: Image Converting Pin
Christian Graus25-Oct-05 15:57
protectorChristian Graus25-Oct-05 15:57 
QuestionProcedure to Install Visual Studio.net Pin
Anonymous23-Oct-05 19:56
Anonymous23-Oct-05 19:56 

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.