VB6 Help me plzzz

  • Thread starter Thread starter Islamegy®
  • Start date Start date
I

Islamegy®

Hi,
I'm C# Developer re-write VB6 Application to C#.Net, also support the old
VB6 till i finish the project..

I Try to use VB6 Visual data manager to create a DataEnviroment connection
and 3 command.. Command1 is the parent for other to command..
I didn't find anyway to pass the paramters to Command1 except from the
visual manager itself..
I didn't find any "Paramter" property for
DataEnviroment 1.Command1 or DataEnviroment1 .rsCommand1..

How could i set the paramters.. also when i remove the paramters and bind a
grid to any command i found open by default.. i want it to be closed till i
open it because this make the form show delay but i didn't find anyway to
make it close by default!!
thanx
 
You should upgrade to VB.NET first via the upgrade wizard (not perfect, but
you can get there). Otherwise you're simultaneously dealing with too many
issues at once. Get it into the framework (via VB.NET) and then conversion
to C# will be much easier.
--
David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C# to C++ converter & VB to C++ converter
Instant J#: VB to J# converter
 
Hi,

You question is VB6 related, it has nothing to do with C# (the part that you
are upgrading your current app to C# is irrelevant in this context)
You will get a much better answer in a VB6 NG
 
Back
Top