Convert A Program From VB 6.0?

Feb 22, 2012

I notice you can't use textbox control array in .net. Wondering how to workaround this code.

Private Sub cmdNew_Click()
Dim row As Integer, col As Integer
For col = 1 To maxCol
For row = 1 To maxRow
txtCell(Indx(row, col)).Text = ""

[Code]...

View 6 Replies


ADVERTISEMENT

Convert Old GW-BASIC Program To A Command Line Program With Arguments?

Mar 1, 2012

This is going to be a lot to ask, but I'd like to convert my old GW-BASIC program to a command line program with arguments. I'd like it to operate as follows:

elapse [drive:][path]filename This is my old code.

5 CLS
10 OPEN "G:Calc.txt" FOR INPUT AS #1
20 WHILE NOT EOF(1): INPUT #1, A$, B$
30 IF MID$(A$,3,1)=":" THEN C$="DOUBLE DIGIT":GOTO 50
40 IF MID$(A$,2,1)=":" THEN C$="SINGLE DIGIT":GOTO 120

[Code]...

View 3 Replies

Convert Access Program To A SQL / Program?

Apr 19, 2010

I have a few questions reguarding converting a Access program to a sql/vb.net program. I know these are vague questions, so feel free to give vague answers.

NOTES: I have a solid unstranding of SQL and VB.net. i have little Access experience, but i would be working with the individual who created the access program. I also don't have alot of experience in converting on program from one language to another. Most of my experience is in new programing.

[Q1] Is their a general rule of thumb when converting/recodeing on how long it should take? i.e. if this project would take me 40 hours to write my self from scratch it would take me 30 hours to recode into another language?

[Q2] What type of problems do i need to look out for when working on projects of this nature and being inexperinced?

View 3 Replies

Convert Single Instance Program To Network "Multi-Seat" Program

Apr 26, 2012

I have developed some programs for processing and issue-coding electronic documents. I am teaching myself how to work with SQL Server because I want these programs to work with electronic documents imported into SQL Server as opposed to messing around in a folder stuck on the desktop, for example. From there I want to expand on the program so that it is a network enabled program.

[Code]...

View 1 Replies

Convert A Program From VB6 To DOT NET?

Mar 7, 2012

I'm trying to convert a program from VB6 to DOT NET. In my original program I have a menu array which was simple to create.I simply named each menu element the same name and assigned each a different Index property.In DOT NET, there is no Index property and trying to create a second menu item with the same name generates an error. I have been unable to find any info that helps me transfer the functionality to DOT NET.

Can someone help with my struggle to make the leap to DOT NET?I'm also trying to convert use of the MSHFlexGrid in VB6 to the DataGridView tool in DOT NET and this is driving my to distraction. I've figured out some things already with lots of web searches but selecting a column to sort and sorting it still eludes me.

View 10 Replies

Convert A VB6 Program To .Net?

Oct 30, 2009

hat this VB6 statement does?

BK(1) = IB(1) B0
And W1

what the back slash means. I am trying to convert a VB6 pgm to VB.Net.

View 4 Replies

Convert C To Program?

Jun 25, 2009

I have this code that gets the hostname,IP and MAC address of computers under a certain domain name. but it is in C#. i am required to run the code under vb.net.[code]...

View 5 Replies

Convert C# To Program?

Apr 21, 2011

I've been trying to convert a little code snippet from C# to VB, but it s too hard for me.The problem is that it�s using Delegate and event handling[code]...

View 2 Replies

Convert Pdf In To Xml Using Program?

Mar 20, 2008

How to convert pdf in to xml using vb.net.(windows)

View 3 Replies

Convert Program To C#?

Aug 26, 2009

I tried the code below to convert it to c#. But i am getting many errors when i use it.Like error related to || and && symbols using in c# version.[code]...

View 4 Replies

Convert SQL To Program?

Jan 20, 2009

Can anyone can convert this SQL script in to a visual basic source code?..I know how can i do that in executing a stored procedure without parameter.But I have a hard time doing it with stored procedure with parameter.[code]....

View 1 Replies

Convert To Program From C#?

Jan 16, 2012

[code]...Convert To program From C#?

View 3 Replies

Convert VB6 To Program?

Oct 6, 2009

Am converting a VB6 project to VB.Net and need help with "AS ANY" type declaration in a function declaration.

Example:Declare Function BtrCall Lib "wbtrv32.dll" Alias "BTRCALL" (ByVal op%, ByVal PB$, db As Any) as integer

I know As Any is invalid in VB.Net

Most of the calls to this function will pass a String for the 3rd parameter however, there are two instances in my code where a User Defined Type /Structure is passed rather than string value.

View 2 Replies

Complicated To Convert Program From VB 6 To .Net?

Nov 15, 2010

I have a program I made in VB 6 which has probably hundreds of thousands of lines of code.

Is it complicated to convert it to VB.Net or is it not worth it?

My main problem is that VB 6 doesn't work in Win 7 so I need to use the XP emulator each time I make an update.

View 16 Replies

Convert 6 Project To Program?

Jun 3, 2012

I'm new to visual basic.

1) Why when I load vb6 files in vb2010 it shows many errors?

2)Hold on tight please here it goes: Removed by Moderator since the question violates our AUP

View 9 Replies

Convert A Program For VB6 To VB2008?

Sep 4, 2009

I am trying to convert a program for VB6 to VB2008. In VB6 I have the code below to load a database field into a variable.

The database = Local MS Access MyDatabase has a table in it called CoInfo which has a field CustID that I need to put in a variable gCustID.

This code works greatin VB6 but I can't for the life of me figure out how to accomplish this in the Visual Basic 2008.

Dim adoCon As New ADODB.Connection
Dim adoRec As New ADODB.Recordset
Dim MyPath

[Code]....

View 1 Replies

Convert Bitmap To RGB In Program?

Feb 18, 2012

I have managed to take a screenshot of my computing using VB and I have stored it as a bitmap. I want to convert this bitmap (quickly!) to an array of rgb values.[code]...

View 1 Replies

Convert C# Anonymous To Program?

Mar 26, 2011

Convert this below code to vb.net. I have no idea to convert from anonymous method to vb.net. I'm currently using VS2010.[code]...

View 4 Replies

Convert C# Code To Program?

Dec 14, 2009

It can be compiled successfully in C#[code]...

Is it the language difference between c# and vb.net?

How can i covert this C# Code to VB.NET Code?

View 5 Replies

Convert C# Format To Program?

Apr 19, 2010

I don't know what this developer is doing.

name = String.Format(MyStringBuilder + "");

If I convert this to VB I get the message "operator + is not defined for types system.text.stringbuilder and string".

View 6 Replies

Convert C++ Code To Program?

Apr 21, 2009

"Here's the code from kaymaf's first post. I used a website to convert it from C# to VB.Net. If you can't get it to work, post again and we'll try something different."[code]...

View 6 Replies

Convert Code From C# To Program?

Feb 23, 2011

I need to convert following code block from C# to VB.NET.[code]....

View 4 Replies

Convert Code In Program To C#?

Mar 3, 2011

This is code in vb.net

Protected Overrides ReadOnly Property CreateParams() As CreateParams[code]...

View 3 Replies

Convert Following Code From C To Program?

Jan 22, 2011

Convert following code from C to program? I have a feeling it would be pretty simple.[code]..

View 1 Replies

Convert From Script To Program?

Dec 6, 2011

Converting the fallowing code to vb.net, or if any one knows where i can download LISP Interpreter (VB.NET)[code]...

View 2 Replies

Convert Hex To Decimal Using Program?

Mar 13, 2009

I need to convert hex to a decimal in VB.NET. Found several examples in C#, but when I tried to convert to VB.NET I was not successful. An example of a hexadecimal number that I am trying to convert is"A14152464C203230304232323020572F544947455234352E".

View 7 Replies

Convert Java Into Program?

May 16, 2011

Can someone convert this java code into Vb.net? because i'm dont understand in java language.[code]...

View 4 Replies

Convert PDF To TEXT In Program?

Dec 15, 2011

I need to convert a PDF file to plain text in vb.net to read the contents in the most efficient way (as far as i know) to extract information to be placed in a database.

View 1 Replies

Convert PHP Code To Program?

Mar 12, 2010

How do I convert the below PHP code to VB.NET?[code]...

View 4 Replies

Convert Program 6 Graph To NET?

Dec 21, 2010

I'm using the code below in my old VB6 application to show a graph of the current upload speed of the application. Image of the graph is at the bottom of this post.

I'd like to convert it to .NET, but I'm not really sure how to do it. Expecially the Polygon API is giving me headaches. I guess I can use DrawPolygon, but I'm having problems with the second parameter (converting Pts to System.Drawing.Point) and also the third parameter that DrawPolygon doesn't have. I'm not looking for anything fancy like the chart control, but like to get the graph as shown in the image below.[code]....

View 10 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved