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. ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23126984.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23230013.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_CSharp/Q_23230254.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23277221.htm...
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23544102.html
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...
http://www.experts-exchange.com/Programming/Languages/C_Sharp/Q_23568639.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Studio_.NET_2005/Q_23600...
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...
http://www.experts-exchange.com/Programming/Languages/CPP/Q_23746126.html
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...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20164496.html
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....
http://www.experts-exchange.com/Programming/Languages/C/Q_20692330.html
Zones:
CDate Answered: 08/04/2003 Grade: A Views: 0