Click here to Skip to main content
15,889,339 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Accessing Value from 2 class. Pin
Nanda_MR13-Mar-09 18:08
Nanda_MR13-Mar-09 18:08 
Questionvb.net 3.5 + serialport cotnrol + Threads = help Pin
ktheos13-Mar-09 2:23
ktheos13-Mar-09 2:23 
AnswerRe: vb.net 3.5 + serialport cotnrol + Threads = help Pin
Bharat Jain13-Mar-09 3:19
Bharat Jain13-Mar-09 3:19 
AnswerRe: vb.net 3.5 + serialport cotnrol + Threads = help Pin
Dave Kreskowiak13-Mar-09 4:51
mveDave Kreskowiak13-Mar-09 4:51 
QuestionHow to set text property of a ComponentControl Pin
popalzai13-Mar-09 1:16
popalzai13-Mar-09 1:16 
AnswerRe: How to set text property of a ComponentControl Pin
Dave Kreskowiak13-Mar-09 1:18
mveDave Kreskowiak13-Mar-09 1:18 
GeneralRe: How to set text property of a ComponentControl Pin
popalzai13-Mar-09 3:45
popalzai13-Mar-09 3:45 
GeneralRe: How to set text property of a ComponentControl Pin
Dave Kreskowiak13-Mar-09 4:45
mveDave Kreskowiak13-Mar-09 4:45 
How about this. Scrap the component you have and just add a new Class file to the project. Open that file up and replace anything you see in it with this:
Public Class MyButton
    Inherits System.Windows.Forms.Button

    End Class

Compile that, then drag one of these from the ToolBox to your form, then try and set the Text property.


A guide to posting questions on CodeProject[^]



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




GeneralRe: How to set text property of a ComponentControl Pin
popalzai13-Mar-09 6:02
popalzai13-Mar-09 6:02 
Questionhow to insert multi image in SQL an display it Pin
ngoctuan160812-Mar-09 23:52
ngoctuan160812-Mar-09 23:52 
AnswerRe: how to insert multi image in SQL an display it Pin
Dave Kreskowiak13-Mar-09 1:17
mveDave Kreskowiak13-Mar-09 1:17 
QuestionGet a string of number ? Pin
dec8212-Mar-09 23:49
dec8212-Mar-09 23:49 
AnswerRe: Get a string of number ? Pin
Anoop Brijmohun13-Mar-09 0:47
Anoop Brijmohun13-Mar-09 0:47 
GeneralRe: Get a string of number ? Pin
Dave Kreskowiak13-Mar-09 1:16
mveDave Kreskowiak13-Mar-09 1:16 
GeneralRe: Get a string of number ? Pin
dec8213-Mar-09 2:59
dec8213-Mar-09 2:59 
AnswerRe: Get a string of number ? Pin
Eddy Vluggen13-Mar-09 0:51
professionalEddy Vluggen13-Mar-09 0:51 
AnswerRe: Get a string of number ? Pin
Jon_Boy13-Mar-09 3:39
Jon_Boy13-Mar-09 3:39 
GeneralRe: Get a string of number ? Pin
dec8213-Mar-09 5:59
dec8213-Mar-09 5:59 
GeneralRe: Get a string of number ? Pin
Luc Pattyn13-Mar-09 6:39
sitebuilderLuc Pattyn13-Mar-09 6:39 
AnswerRe: Get a string of number ? Pin
Fernando Soto13-Mar-09 4:40
Fernando Soto13-Mar-09 4:40 
QuestionDatagridview Print in VB Pin
THOBANI12-Mar-09 22:55
THOBANI12-Mar-09 22:55 
AnswerRe: Datagridview Print in VB Pin
Sebastian Br.12-Mar-09 23:19
Sebastian Br.12-Mar-09 23:19 
QuestionUse Interbase in VB Pin
ivo7512-Mar-09 21:46
ivo7512-Mar-09 21:46 
AnswerRe: Use Interbase in VB Pin
0x3c012-Mar-09 21:50
0x3c012-Mar-09 21:50 
AnswerRe: Use Interbase in VB Pin
Eddy Vluggen12-Mar-09 22:35
professionalEddy Vluggen12-Mar-09 22:35 

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.