Advertisement

1 - 10 of 80 containing alltags:("C#, VB") (0.002 seconds)
I am trying to create a custom container control for Windows Forms using C#.NET 2.0. My problem is that I want only part of the control to allow other controls to be placed on it at design time. ...
Zones: MS Visual C#, Visual Basic, C#Date Answered: 03/13/2008 Grade: C Views: 90
I have some VB code Dim count         count = someFunction()         For i As Integer = 0 To count - 1             ...... Whats this in C# I tried this but got an error object count; c...
Zones: MS Visual C#, MS Visual BasicDate Answered: 03/10/2008 Grade: A Views: 4
I got some VB code <MarshalAs(UnmanagedType.SafeArray, SafeArraySubType:=VarEnum.VT_UI4)> and <MarshalAs(UnmanagedType.SafeArray, SafeArraySubType:=VarEnum.VT_BSTR)> I tried to translate it...
Zones: MS Visual C#, MS Visual BasicDate Answered: 04/10/2008 Grade: B Views: 4
I want to define a interface with a function method which has a return type of the implementing class.  Hopefully there is a keyword to do this, to replace the text MyImplementingType in the code s...
Zones: MS Visual Basic, C#, MS Visual C#Date Answered: 04/01/2008 Grade: A Views: 0
     i have posted this question before but it quit getting replys.  for more information on what has already been gone over here is a link to the original question http://www.experts-exchange.co...
Zones: C++, Visual BasicDate Answered: 07/08/2008 Grade: A Views: 0
My knowledge of VB is pretty limited and I could use some help translating some code from VB to C#. I've tried some code converters but it didnt work that well. Here is my code: Private Declar...
Zones: C#, Visual BasicDate Answered: 07/16/2008 Grade: A Views: 0
I have two somewhat related DataGridView that contains checkboxes.  After the user checks off the items they want and clicks submit, I want to add the items to an array or List, send these two sepa...
Zones: Visual Studio, MS Excel, MS Visual C#Date Answered: 07/29/2008 Grade: B Views: 20
The below code is in C++ and generates a string in the format I need it. I need to port it to VB 6.0 but am unsure how. Here would be an example of its output: 1.2.840.111111.15a.123060460...
Zones: C++, Windows MFC, Visual BasicDate Answered: 09/24/2008 Grade: A Views: 0
I have a VB compiled app, that uses a DLL written in C.  The VB app calls a function in the DLL to register a callback function in the VB app.  The DLL then calls the VB Callback function periodica...
Zones: Visual BasicDate Answered: 08/28/2001 Grade: A Views: 0
hi, every1 how do i run C codings in vb? i need a vb interface which accepts an input which will then be sent to the C codings to perform some activities and then output the results back to vb....
Zones: CDate Answered: 08/04/2003 Grade: A Views: 0