Click here to Skip to main content
15,899,549 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Workflow...? Pin
Christian Graus21-Jan-07 23:45
protectorChristian Graus21-Jan-07 23:45 
QuestionMHFlexiGrid in VB Pin
Member 374897121-Jan-07 23:09
Member 374897121-Jan-07 23:09 
AnswerRe: MHFlexiGrid in VB Pin
Christian Graus21-Jan-07 23:11
protectorChristian Graus21-Jan-07 23:11 
QuestionMHFlexiGrid in VB Pin
Member 374897121-Jan-07 23:09
Member 374897121-Jan-07 23:09 
Questioncombo box problem in vb.net 2005 Pin
amaneet21-Jan-07 23:04
amaneet21-Jan-07 23:04 
AnswerRe: combo box problem in vb.net 2005 Pin
shreekar22-Jan-07 0:07
shreekar22-Jan-07 0:07 
GeneralRe: combo box problem in vb.net 2005 Pin
amaneet22-Jan-07 0:58
amaneet22-Jan-07 0:58 
AnswerRe: combo box problem in vb.net 2005 Pin
gonzaling22-Jan-07 4:38
gonzaling22-Jan-07 4:38 
Pankaj,

If you're using Visual Studio 2005, you'll notice that when you create for example, a component class, 2 files will be generated. One of the files, the one named YourComponent.Designer.vb is the one used by the designer. If you look into this file you'll find your problem. This file is the one containing the inherit sentence, and by default it comes with System.ComponentModel.Component.

If you just change this with System.Windows.Forms.ComboBox, your component will work perfectly.

Hope it works!

Gonzalo

Gonzaling

Questionhow to rename a project in vb.net 2005 Pin
roitha21-Jan-07 22:46
roitha21-Jan-07 22:46 
AnswerRe: how to rename a project in vb.net 2005 Pin
Christian Graus21-Jan-07 22:54
protectorChristian Graus21-Jan-07 22:54 
Questionxsl Pin
veerabagu21-Jan-07 22:14
veerabagu21-Jan-07 22:14 
AnswerRe: xsl Pin
Christian Graus21-Jan-07 22:17
protectorChristian Graus21-Jan-07 22:17 
QuestionHow can we populate a datagrid in VB.NET? Pin
salon21-Jan-07 22:13
salon21-Jan-07 22:13 
AnswerRe: How can we populate a datagrid in VB.NET? Pin
Christian Graus21-Jan-07 22:17
protectorChristian Graus21-Jan-07 22:17 
GeneralRe: How can we populate a datagrid in VB.NET? Pin
salon21-Jan-07 22:37
salon21-Jan-07 22:37 
GeneralRe: How can we populate a datagrid in VB.NET? Pin
Christian Graus21-Jan-07 22:42
protectorChristian Graus21-Jan-07 22:42 
GeneralRe: How can we populate a datagrid in VB.NET? Pin
salon21-Jan-07 22:53
salon21-Jan-07 22:53 
GeneralRe: How can we populate a datagrid in VB.NET? Pin
Christian Graus21-Jan-07 23:07
protectorChristian Graus21-Jan-07 23:07 
GeneralRe: How can we populate a datagrid in VB.NET? Pin
shreekar22-Jan-07 0:16
shreekar22-Jan-07 0:16 
GeneralRe: How can we populate a datagrid in VB.NET? Pin
Christian Graus22-Jan-07 0:22
protectorChristian Graus22-Jan-07 0:22 
GeneralRe: How can we populate a datagrid in VB.NET? Pin
amaneet21-Jan-07 23:12
amaneet21-Jan-07 23:12 
GeneralRe: How can we populate a datagrid in VB.NET? Pin
Christian Graus21-Jan-07 23:13
protectorChristian Graus21-Jan-07 23:13 
GeneralRe: How can we populate a datagrid in VB.NET? Pin
salon21-Jan-07 23:48
salon21-Jan-07 23:48 
GeneralRe: How can we populate a datagrid in VB.NET? Pin
shreekar22-Jan-07 0:15
shreekar22-Jan-07 0:15 
GeneralRe: How can we populate a datagrid in VB.NET? Pin
salon22-Jan-07 0:42
salon22-Jan-07 0:42 

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.