Click here to Skip to main content
15,909,645 members
Home / Discussions / C#
   

C#

 
AnswerRe: C# convert image format to dpx Pin
OriginalGriff4-Sep-18 1:10
mveOriginalGriff4-Sep-18 1:10 
SuggestionRe: C# convert image format to dpx Pin
Richard Deeming4-Sep-18 1:48
mveRichard Deeming4-Sep-18 1:48 
Question"Hiding" functions from StackTrace Pin
Bernhard Hiller3-Sep-18 2:37
Bernhard Hiller3-Sep-18 2:37 
AnswerRe: "Hiding" functions from StackTrace Pin
OriginalGriff3-Sep-18 4:12
mveOriginalGriff3-Sep-18 4:12 
AnswerRe: "Hiding" functions from StackTrace Pin
Gerry Schmitz4-Sep-18 4:53
mveGerry Schmitz4-Sep-18 4:53 
Questionhow to use array in main that was created in class? Pin
Member 139703232-Sep-18 8:51
Member 139703232-Sep-18 8:51 
AnswerRe: how to use array in main that was created in class? Pin
Luc Pattyn2-Sep-18 16:40
sitebuilderLuc Pattyn2-Sep-18 16:40 
QuestionVB.net dll use with C# windows form Pin
BobbyStrain1-Sep-18 18:09
BobbyStrain1-Sep-18 18:09 
I have a VB.NET class library with a single public function with a single parameter that calls a method to produce the string return value. I referenced it in the C# project, and added a using statement for the namespace. However, I have no success in even coding to use the function from the dll. Can someone point me in the right direction? There are lots of answers to the problem on the web, but none work for me. Here is a portion of the VB dll code. GetSeparators() prepares and returns the string. I am developing the library to get information from a COM library. I have not found a convenient code for C# to use the COM library. The VB dll is NET 3.5 and the C# app is NET 4.6.1.
Public Class HYSYSFetch

<pre>
Private _filename As String
Private _sepstring As String = ""

Public Function FetchSeparators(filename As String) As String
    _filename = filename
    GetSeparators()
    Return _sepstring
End Function</pre>

AnswerRe: VB.net dll use with C# windows form Pin
OriginalGriff1-Sep-18 19:55
mveOriginalGriff1-Sep-18 19:55 
GeneralRe: VB.net dll use with C# windows form Pin
BobbyStrain2-Sep-18 4:51
BobbyStrain2-Sep-18 4:51 
GeneralRe: VB.net dll use with C# windows form Pin
OriginalGriff2-Sep-18 4:57
mveOriginalGriff2-Sep-18 4:57 
GeneralRe: VB.net dll use with C# windows form Pin
BobbyStrain3-Sep-18 17:32
BobbyStrain3-Sep-18 17:32 
GeneralRe: VB.net dll use with C# windows form Pin
OriginalGriff3-Sep-18 20:12
mveOriginalGriff3-Sep-18 20:12 
GeneralRe: VB.net dll use with C# windows form Pin
BobbyStrain4-Sep-18 17:17
BobbyStrain4-Sep-18 17:17 
GeneralRe: VB.net dll use with C# windows form Pin
Mycroft Holmes4-Sep-18 19:21
professionalMycroft Holmes4-Sep-18 19:21 
GeneralRe: VB.net dll use with C# windows form Pin
BobbyStrain6-Sep-18 11:12
BobbyStrain6-Sep-18 11:12 
QuestionCostura.Fody fails on govt. network Pin
Member 1348136130-Aug-18 10:37
Member 1348136130-Aug-18 10:37 
AnswerRe: Costura.Fody fails on govt. network Pin
Dave Kreskowiak30-Aug-18 10:51
mveDave Kreskowiak30-Aug-18 10:51 
GeneralRe: Costura.Fody fails on govt. network Pin
Member 1348136130-Aug-18 15:09
Member 1348136130-Aug-18 15:09 
GeneralRe: Costura.Fody fails on govt. network Pin
Dave Kreskowiak30-Aug-18 15:52
mveDave Kreskowiak30-Aug-18 15:52 
QuestionRemove-DistributionGroupMember not found in Powershell Runspace Pin
Chad Underwood30-Aug-18 2:45
Chad Underwood30-Aug-18 2:45 
AnswerRe: Remove-DistributionGroupMember not found in Powershell Runspace Pin
Richard Deeming30-Aug-18 6:41
mveRichard Deeming30-Aug-18 6:41 
GeneralRe: Remove-DistributionGroupMember not found in Powershell Runspace Pin
Chad Underwood30-Aug-18 8:15
Chad Underwood30-Aug-18 8:15 
AnswerRe: Remove-DistributionGroupMember not found in Powershell Runspace Pin
Chad Underwood31-Aug-18 4:57
Chad Underwood31-Aug-18 4:57 
QuestionEnclosing line for a list of points Pin
Bernhard Hiller28-Aug-18 21:36
Bernhard Hiller28-Aug-18 21:36 

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.