Click here to Skip to main content
16,005,734 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Opening VS2005 Project in VS2008 Pin
plural15-Feb-08 4:37
plural15-Feb-08 4:37 
QuestionTop most question? Pin
Benny_Lava15-Feb-08 2:35
Benny_Lava15-Feb-08 2:35 
GeneralRe: Top most question? Pin
Dave Kreskowiak15-Feb-08 4:23
mveDave Kreskowiak15-Feb-08 4:23 
GeneralRe: Top most question? Pin
Luc Pattyn15-Feb-08 6:08
sitebuilderLuc Pattyn15-Feb-08 6:08 
QuestionHardware interface from vb.net,c#,vb6. Pin
aamn115-Feb-08 2:18
aamn115-Feb-08 2:18 
GeneralRe: Hardware interface from vb.net,c#,vb6. Pin
Dave Kreskowiak15-Feb-08 4:15
mveDave Kreskowiak15-Feb-08 4:15 
General'UPGRADE_WARNING: Couldn't resolve default property of object Pin
sarat15-Feb-08 1:40
sarat15-Feb-08 1:40 
GeneralRe: 'UPGRADE_WARNING: Couldn't resolve default property of object Pin
Dave Kreskowiak15-Feb-08 4:10
mveDave Kreskowiak15-Feb-08 4:10 
If you click on that link (if you have the MSDN Library installed) it will tell you that before you run the upgrade process, you should go through your VB6 code to determinewhat statements are using the default properties of object, such as the Text property of a TextBox, and modify the code to explicitly specify the property instead of relying on the compile to know what the default property is.

The warning is saying that the upgrade wizard cannot determine what the default property is on some object in that statement. You have to modify the code to explicitly specify the default property of all the objects involved.



A guide to posting questions on CodeProject[^]



Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007




QuestionPrinting from VB.Net Pin
Senthil_M15-Feb-08 1:34
Senthil_M15-Feb-08 1:34 
GeneralRe: Printing from VB.Net Pin
Dave Kreskowiak15-Feb-08 4:13
mveDave Kreskowiak15-Feb-08 4:13 
QuestionRe: Printing from VB.Net Pin
Senthil_M17-Feb-08 21:35
Senthil_M17-Feb-08 21:35 
QuestionDatgridview using combobox Pin
Francis K Antony14-Feb-08 20:25
Francis K Antony14-Feb-08 20:25 
GeneralRe: Datgridview using combobox Pin
Dave Kreskowiak15-Feb-08 4:12
mveDave Kreskowiak15-Feb-08 4:12 
GeneralHelp Needed With Outputting form as PDF Pin
SilentCodingOne14-Feb-08 18:17
SilentCodingOne14-Feb-08 18:17 
GeneralRe: Help Needed With Outputting form as PDF Pin
Christian Graus14-Feb-08 21:51
protectorChristian Graus14-Feb-08 21:51 
GeneralTitle Bar Pin
Ahmad Rifai Yusuf14-Feb-08 17:37
Ahmad Rifai Yusuf14-Feb-08 17:37 
GeneralRe: Title Bar Pin
MatrixCoder14-Feb-08 17:39
MatrixCoder14-Feb-08 17:39 
QuestionHow much secure is VB.NET? Pin
Eager Learner14-Feb-08 14:43
Eager Learner14-Feb-08 14:43 
GeneralRe: How much secure is VB.NET? Pin
Christian Graus14-Feb-08 15:14
protectorChristian Graus14-Feb-08 15:14 
GeneralNeed to understand DataGridView events vb.net 2005 Pin
QuickBooksDev14-Feb-08 10:59
QuickBooksDev14-Feb-08 10:59 
AnswerRe: Need to understand DataGridView events vb.net 2005 Pin
nishkarsh_k14-Feb-08 19:25
nishkarsh_k14-Feb-08 19:25 
Generalworking with a xps document Pin
Aptiva Dave14-Feb-08 8:26
Aptiva Dave14-Feb-08 8:26 
GeneralRe: working with a xps document Pin
Dave Kreskowiak14-Feb-08 9:18
mveDave Kreskowiak14-Feb-08 9:18 
GeneralRe: working with a xps document Pin
Aptiva Dave14-Feb-08 9:23
Aptiva Dave14-Feb-08 9:23 
GeneralRe: working with a xps document Pin
Steven J Jowett14-Feb-08 9:49
Steven J Jowett14-Feb-08 9:49 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.