upgrading a Visual Basic 6.0 application to Visual Basic 2005-DDE properties...

depaa

Member
Joined
Jan 2, 2009
Messages
5
Programming Experience
1-3
When upgrading a Visual Basic 6.0 application to Visual Basic 2005, any code that references DDE properties or methods and any code in DDE event procedures will not be upgraded and a warning will be added.

How can i replace the DDE properties or methods or events of a control in VB.net?

please help
 
Look at what the current code does, then see how you can re-produce the results (don't try to re-produce the code, just the results)
 
Back
Top