Tagged Questions
0
votes
4answers
89 views
C# Equivalent of VB String Greater Than
Have an old vb6 project that is being rewritten in C# and a function has the following code:
If (strPlainChar >= "A" And strPlainChar <= "Z") Then
But obviously C# if statement won't allow a ...
1
vote
0answers
36 views
.NET TcpClient connected to a VB6 Winsock Control does not close when Winsock control is closed
This problem is a bit perplexing and I tried over and over with Google and Stack Overflow to find an answer. I wrote a windows service in VB.NET that uses the TcpListener class to listen for ...
0
votes
2answers
51 views
I upgraded a Visual Basic 6 project to Visual Basic 2008 project and got unknown errors
I've recently upgraded my project to Visual Basic 2008 and I'm getting the following errors which I cannot identify, I hope someone can help:
AxThreed.AxSSCommand is not defined
...
-3
votes
2answers
69 views
Configurable DateDiff from VB6 to C# [closed]
I have to convert below VB6 logic into C#. The VB6 code is as below.
Public Function ProcessFile(sFile As String) As Boolean
'Some logic here
If (DateDiff(strType, dtScanDT, Now) > ...
3
votes
1answer
135 views
Read Random Access File in C#
Does anyone know if it is possible to read random access files in C#?
I am trying to replicate the following function (from an old VB6 application) in C# -
Open File For Random Shared As #100 Len = ...
1
vote
2answers
57 views
what is equivalent of “mmddhhnn” datetime format in Visual Studio .NET?
I have a VB 6 source code, and I am rewriting it in .NET
At some places I have found a date is converted into "mmddhhnn" format. I am not sure what is "nn" here, also if I put as it is in .NET, then ...
2
votes
3answers
101 views
VB6 to C#: Loop or Index Issue?
I have an old VB6 project that I am converting to C#. I have a string. I am verifying, 1 character at a time, that it only contains [E0-9.+-].
This is the old VB6 code:
sepIndex = 1
Do While ...
1
vote
1answer
62 views
Conversion of VB6 project to .net- references error?
I have a VB6 project when i try to tun this it throws some errors like
The referenced component 'AxMSCommLib' could not be found.
The referenced component 'AxOWC' could not be found.
The ...
1
vote
1answer
95 views
VB.Net Grid View
I am working on VB.Net project in which I need to convert VB6.0 code to VB.Net. While converting I got to know that in VB6 in a GridView there is an event called BeforeUpdate which is not available in ...
2
votes
1answer
93 views
VB6 to C#: IUnknown
I have a property in VB6 that I am trying to convert to C#. It is as follows:
Public Property Get NewEnum() As IUnknown
'this property allows you to enumerate
'this collection with the ...
1
vote
1answer
302 views
Convert VB6 Open For Binary to VB.Net (Fixed String Array)
I am trying to convert a VB6 app that reads a binary file. I have listed the VB6 and the converted VB.Net code I am trying to use. I have tried everything I can think of and I either get Unable to ...
2
votes
1answer
58 views
Is it possible to write a procedure in vb6 that accepts bracketed arguments
I am trying to write a replacement for the circle method in vb6.
Its syntax is :
object.Circle [Step] (x, y), radius, [color, start, end, aspect]
So a call to it could look like :
Me.Circle ...
1
vote
2answers
113 views
Find missing library or reference in vb6.0
Is there any way to find out which project library or reference is missing? or to get more detail about the missing?
Thanks in advance.
0
votes
0answers
48 views
Why does Artinsoft stops in % 39 even if I change the project or resulting format?
I am trying to convert a Visual Basic 6 program to 2010 C# using Artinsoft. It always stops after %100 preprocessing percentage and %39 upgrade percentage. I tried different outputs other than 2010 C# ...
0
votes
2answers
126 views
Does InteropForms Toolkit 2.1 work with Visual Studio 2012?
I have a VB6 project that I'd like to eventually upgrade to something else. To that end, I want to start using InteropForms Toolkit 2.1, but the page states that the installer only works with VS2008 ...
1
vote
4answers
134 views
What tool can I use to extract complex interfaces from VB6 classes? [closed]
I have a relatively complex set of VB6 forms and classes that need conversion to VB.NET. The classes are complex across COM boundaries, supplying interfaces and events, and sinking events from other ...
0
votes
1answer
45 views
How to restrict to select multi Select of Files in Open FileDialog?
I have some task to select files in VB6 with the control "CommonDialog1".When the project is migrated this control is converted to openfile dialog.When some of the properties are not converted it is ...
1
vote
2answers
87 views
How to make the look of the labels text in VB.NET compare to Vb 6?
I have a problem in th UI of the labels where the Labels look good when compared to the labels text in vb.net after it is migrated. I have checked the labels properties every things looks correct.
...
0
votes
2answers
237 views
Unable to cast object of type 'ADODB.Recordset' to type 'MSDATASRC.DataSource'
I have a one migrated Vb6 to c#.net project. When I run this c# solution I got an InvalidCastException like Unable to cast object of type 'ADODB.Recordset' to type 'MSDATASRC.DataSource'
at the ...
4
votes
1answer
178 views
Implementing property must have matching 'ReadOnly' or 'WriteOnly' specifiers
I have an interface defined in an idl file and trying to convert a vb6 project to vb.net.
The conversion created the interop from the tlb of this idl and in vs2010 it complains about the property not ...
0
votes
1answer
142 views
What is winsock.index?
I've been given a VB6 program to convert to .NET, and while most of the VB6 specifics I've been able to figure out through googling, there's one that I just have no idea about. Winsock is used, but ...
0
votes
1answer
68 views
# symbol before number
I have received the misfortune task of upgrading an old and cranky (as much as it's code) VB6 app to c#. in many places along the code I'm seeing this # symbol before a number and it seems like some ...
0
votes
3answers
161 views
What is VB6's native UI design pattern?
We're rewriting an old VB6 app in .Net and WPF. I'm going to be helping some co-workers who support the old app get up to speed in WPF and MVVM. My background is in .Net and C# so I don't know ...
0
votes
0answers
222 views
there must be a group that matches this field
i am converting a program from vb6 to vb.net and it related to crystal report.
there is function that allow user select sorting field and user can sort by more than one column. so user can read many ...
0
votes
3answers
306 views
Can We use the VB6 PictureBox in VB.NET?
I have a Migrated Project which contains PictureBox Events.When it is migrated to VB.NET 2008 some events are converted which are not correct.Because the PictureBox in VB.NET is different to VB6 ...
-1
votes
2answers
634 views
Equalivent of VB6's vbUnicode in NET?
Is the NET equivalent for vbUnicode UTF32Encoding/UTF32Decoding?
4
votes
2answers
146 views
VB6 and C# regexes
I need to convert a VB6(which I'm not fammiliar with) project to C# 4.0 one. The project contains some regexes for string validation.
I need to know if the regexes behave the same in both cases, so ...
0
votes
1answer
136 views
Is Twips is Supported in .NET?
I am working in a VB6 to DotNet Migration project.Here in our VB 6 project they are calculating the some mouse move events in Twips, but when it is converted in VB.NET is giving the mouse move values ...
2
votes
2answers
232 views
Import a VB6 structure into C#
I've been tasked with converting some legacy code to a new system and we've got some VB6 structures that are here. Is there a way to convert them into a C# structure easily?
I could redefine the ...
3
votes
2answers
205 views
What is the Use of user32.dll in VB Application?
In our we have used the user32.dll and passing the value of hWnd.So I would like to know what is the use of this User32.dll and passing the value hWnd?
They are setting this Values
SetProp hwnd, ...
0
votes
0answers
117 views
ActiveFile COM+ component issue in .NET
I had a site in VB6 and Classic ASP which is using ActiveFile COM+ component in uploading/downloading files. The COM+ component is working fine in classic ASP but when I ported it to VB.NET I am not ...
0
votes
2answers
367 views
vb6 to C# conversion. Crystal Reports - ParameterFields
I have the following code in vb6 and I cannot figure out how to convert it to C# (visual studio 2010) for the life of me.
vb6 -
crtPanelStudyAuditTrail.ParameterFields(0) = "GA_PANEL;" & ...
0
votes
1answer
630 views
System.Windows.Forms.AxHost InvalidActiveXStateException vb.net
when i was converting VB to VB.NET, i found that error.
in my program, there is main form and many sub form.
while i am check the sub form, one of them has occurred this that error and can not open ...
1
vote
1answer
427 views
listView.SortKey = ColumnHeader.Index - 1
I am converting VB to VB.NET and I found two error which i have no idea to solve it
listView.SortKey = ColumnHeader.Index - 1
listView.Sorted = False
I know that SortKey is getting the column ...
0
votes
1answer
319 views
Converting Fixed length statement from VB6 to VB.Net
I am just trying to convert one of VB6 function to VB.Net and below is the converted statement where i am facing issue
Option Strict Off
Option Explicit On
Imports ...
3
votes
3answers
565 views
How to update Format function from VB to VB.NET
I am trying to port a VB function to VB.NET, but I cannot get the function to work correctly and update properly.
rFormat = Format(Format(Value, fmt), String$(Len(fmt), "@"))
It seems like the ...
1
vote
3answers
113 views
VB6 GMTOffset to C#
I am trying to convert the code below from VB6 to C#. I am just not sure where to begin, I guess maybe because I am sucked way to much into VB6 and can't seem to take a step back.
Private Function ...
3
votes
4answers
283 views
UBound Array vb6 Conversion to C#
I have the following code in VB6:
Dim frpdReport() As REPORTDEF
For iCounter = 0 To UBound(frpdReport)
With frpdReport(iCounter)
If .iReportID = iReportID Then
...
-4
votes
1answer
288 views
a project with an output type of class library cannot be started directly VB.NET [closed]
currently, my boss assign a task which convert VB to VB.NET.
one of my program has occur an error and it.
did anyone come across before? how to solve it and why this error occur?
i know my ...
1
vote
4answers
1k views
Using substring to validate last 4 digits of a textbox C# (vb6 Right function)
I am attempting to validate a date text box to make sure the correct date format was entered.
I converted this vb6 code:
If (IsDate(txtBirthDate)) And (IsNumeric(Right(txtBirthDate, 4))))
into ...
0
votes
2answers
4k views
Convert project from vb6 to vb.net Visual Studio 2008
I want to convert my old vb6 project to a vb.Net solution, when I open do: File->Open->Convert this is what I get:
And I can't find a way to show the available converters...
I have try:
...
0
votes
1answer
269 views
Microsoft Visual Basic 6.0 upgrade assessment Tool Error
This is the first time I am using upgrade assessment tool and it gives me the following error when the analysis is performed:
Problems occurred during analysis. Please check the following error ...
0
votes
2answers
125 views
Get the call tree for a form
I have a VB project which has set of forms. There are number of class modules/common modules files inside that project.
I want to generate the tree hierarchy for each form.
Assume there are 10 ...
1
vote
1answer
97 views
Microsoft.VisualBasic.Compatibility.VB6.GroupBoxArray' is obsolete
I was converting VB6 to VB.NET and now I came across this warning.
I made research before and the result is comment relate statement then add new code if necessary. it is so far so good until I faced ...
0
votes
1answer
660 views
VB6.SetItemData(combobox, i, rd.Fields(“XXX”).Value)
I am converting VB6 to VB.NET using VS2010
When I was converting the code, I found something that I don't understand the meaning of what the code is doing and getting and how to convert it well.
i = ...
0
votes
2answers
440 views
xxx.exe has encountered a proble m and needs to close
I am converting programs from VB6 to VB.NET with VS2005 then to VS2010 .
This error had occured:
'xxx.exe' has encountered a problem and needs to close.
while I was running a report function in ...
0
votes
0answers
32 views
How can I drag elements from LabelArray1 to LabelArray2 and check to see if the text matches
I'm converting an app from VB6 to VB2008. Drag and drop provides an essential eye-hand coordination workout for the traumatic brain injured and I can't get it to work with VB2008. I get errors. ...
0
votes
2answers
424 views
Microsoft.VisualBasic.Compatibility.VB6.RadioButtonArray
My boss given me different conversion from VB6 to VB2005(2.0 .Net framework) then to VB2010(4.0 .Net framework).
when i being converting, i found this warning from VB2005 to VB2010,
Warning ...
4
votes
3answers
182 views
Resizing a 3D array
I am attempting to resize a 3D array in C#.
The VB6 code reads:
ReDim Combos(ProductNum, 4, 3)
Since I cannot use Array.Resize for a 3D array, is there another way for me to do this function in ...
2
votes
1answer
164 views
Random Access to VB6 Binary Data from Java
I am trying to write a distributed application in Java, however the program I am writing is replacing a VB6 equivalent. The data files that are used are live files containing binary data written using ...