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

.NET (Core and Framework)

 
GeneralRe: Simple Visual Studio 2010 Question Pin
KFC19721-Sep-11 0:29
KFC19721-Sep-11 0:29 
GeneralRe: Simple Visual Studio 2010 Question Pin
Pete O'Hanlon21-Sep-11 0:41
mvePete O'Hanlon21-Sep-11 0:41 
GeneralRe: Simple Visual Studio 2010 Question Pin
KFC19721-Sep-11 0:51
KFC19721-Sep-11 0:51 
GeneralRe: Simple Visual Studio 2010 Question Pin
Pete O'Hanlon21-Sep-11 1:52
mvePete O'Hanlon21-Sep-11 1:52 
QuestionCall DLL in WinForms App Fails But Works In MFC App Pin
Jonnster20-Sep-11 0:15
Jonnster20-Sep-11 0:15 
AnswerRe: Call DLL in WinForms App Fails But Works In MFC App Pin
Daniel.Grondal20-Sep-11 0:40
Daniel.Grondal20-Sep-11 0:40 
QuestionCalling a delphi dll from VB.net Pin
Rijz13-Sep-11 0:37
Rijz13-Sep-11 0:37 
AnswerRe: Calling a delphi dll from VB.net Pin
Dave Kreskowiak13-Sep-11 4:36
mveDave Kreskowiak13-Sep-11 4:36 
The .DLL has to be in the same folder as your .EXE or in a folder on the PATH environment variable.

Chances are, it's not in either. You can add the .DLL to your project and, in the Properties window under "Copy to Output Directory", make sure it says "Copy Always" so the .DLL ends up in your project Debug or Release folder with your .EXE.

AnswerRe: Calling a delphi dll from VB.net Pin
Eddy Vluggen13-Sep-11 8:11
professionalEddy Vluggen13-Sep-11 8:11 
Questiondatetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
schampacc12-Sep-11 1:21
schampacc12-Sep-11 1:21 
AnswerRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
MicroVirus12-Sep-11 2:18
MicroVirus12-Sep-11 2:18 
AnswerRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy PinPopular
Alan N12-Sep-11 2:26
Alan N12-Sep-11 2:26 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
schampacc12-Sep-11 2:37
schampacc12-Sep-11 2:37 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
MicroVirus12-Sep-11 3:11
MicroVirus12-Sep-11 3:11 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
schampacc12-Sep-11 3:31
schampacc12-Sep-11 3:31 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
Alan N12-Sep-11 3:49
Alan N12-Sep-11 3:49 
AnswerRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
jschell12-Sep-11 8:20
jschell12-Sep-11 8:20 
AnswerRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
schampacc12-Sep-11 20:50
schampacc12-Sep-11 20:50 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy [modified] Pin
Daniel.Grondal12-Sep-11 22:58
Daniel.Grondal12-Sep-11 22:58 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
schampacc12-Sep-11 23:44
schampacc12-Sep-11 23:44 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
Dave Kreskowiak13-Sep-11 1:43
mveDave Kreskowiak13-Sep-11 1:43 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
Pete O'Hanlon13-Sep-11 0:33
mvePete O'Hanlon13-Sep-11 0:33 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
schampacc13-Sep-11 1:07
schampacc13-Sep-11 1:07 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
Pete O'Hanlon13-Sep-11 2:01
mvePete O'Hanlon13-Sep-11 2:01 
GeneralRe: datetime.tryparse("datetime in dd/MM/yyyy format",datetimeobject) returns false for dd/mm/yyyy Pin
PIEBALDconsult13-Sep-11 15:45
mvePIEBALDconsult13-Sep-11 15:45 

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.