Click here to Skip to main content
15,915,820 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Custom Compilation Error Pin
EliottA1-Apr-10 6:04
EliottA1-Apr-10 6:04 
GeneralRe: Custom Compilation Error Pin
Eddy Vluggen1-Apr-10 22:34
professionalEddy Vluggen1-Apr-10 22:34 
GeneralRe: Custom Compilation Error Pin
programmervb.netc++4-Apr-10 12:22
programmervb.netc++4-Apr-10 12:22 
GeneralRe: Custom Compilation Error Pin
Eddy Vluggen5-Apr-10 0:15
professionalEddy Vluggen5-Apr-10 0:15 
QuestionHow can I show a text on mouseover over an image in vb.net? Pin
waner michaud31-Mar-10 3:51
waner michaud31-Mar-10 3:51 
AnswerRe: How can I show a text on mouseover over an image in vb.net? Pin
dan!sh 31-Mar-10 4:40
professional dan!sh 31-Mar-10 4:40 
GeneralRe: How can I show a text on mouseover over an image in vb.net? Pin
waner michaud31-Mar-10 6:27
waner michaud31-Mar-10 6:27 
AnswerRe: How can I show a text on mouseover over an image in vb.net? Pin
Smithers-Jones31-Mar-10 6:49
Smithers-Jones31-Mar-10 6:49 
GeneralRe: How can I show a text on mouseover over an image in vb.net? Pin
waner michaud31-Mar-10 7:44
waner michaud31-Mar-10 7:44 
AnswerRe: How can I show a text on mouseover over an image in vb.net? Pin
The Man from U.N.C.L.E.31-Mar-10 7:04
The Man from U.N.C.L.E.31-Mar-10 7:04 
GeneralRe: How can I show a text on mouseover over an image in vb.net? Pin
waner michaud31-Mar-10 7:44
waner michaud31-Mar-10 7:44 
QuestionPocket Pc In VB.Net Pin
ejaz_pk31-Mar-10 2:42
ejaz_pk31-Mar-10 2:42 
AnswerRe: Pocket Pc In VB.Net Pin
Eddy Vluggen31-Mar-10 13:29
professionalEddy Vluggen31-Mar-10 13:29 
QuestionSOAP Toolkit 3.0 Formatting question Pin
ffowler31-Mar-10 1:58
ffowler31-Mar-10 1:58 
QuestionHow can I receive data from specific ip and UDP port ? Pin
sujit chourasia31-Mar-10 0:50
sujit chourasia31-Mar-10 0:50 
AnswerRe: How can I receive data from specific ip and UDP port ? Pin
DaveAuld31-Mar-10 1:05
professionalDaveAuld31-Mar-10 1:05 
Questiondatagridview button column - text not displaying [Solved] Pin
Simon_Whale30-Mar-10 23:30
Simon_Whale30-Mar-10 23:30 
AnswerRe: datagridview button column - text not displaying Pin
Eddy Vluggen30-Mar-10 23:44
professionalEddy Vluggen30-Mar-10 23:44 
GeneralRe: datagridview button column - text not displaying Pin
Simon_Whale30-Mar-10 23:49
Simon_Whale30-Mar-10 23:49 
GeneralRe: datagridview button column - text not displaying Pin
Eddy Vluggen31-Mar-10 0:21
professionalEddy Vluggen31-Mar-10 0:21 
You're right. I've taken the example, compiled it using SharpDevelop, the example shows the exact same code;
VB.NET
' Add a button column. 
Dim buttonColumn As New DataGridViewButtonColumn()
buttonColumn.HeaderText = ""
buttonColumn.Name = "Status Request"
buttonColumn.Text = "TestText"
buttonColumn.UseColumnTextForButtonValue = True
The HeaderText is the caption of the column, my bad. And yes, this code should have changed the caption of the button within the buttoncolumn.

It seems that the example works. Can you post your version of the code?
I are Troll Suspicious | :suss:

GeneralRe: datagridview button column - text not displaying Pin
Simon_Whale31-Mar-10 0:27
Simon_Whale31-Mar-10 0:27 
GeneralRe: datagridview button column - text not displaying Pin
Eddy Vluggen31-Mar-10 0:58
professionalEddy Vluggen31-Mar-10 0:58 
GeneralRe: datagridview button column - text not displaying Pin
Simon_Whale31-Mar-10 1:00
Simon_Whale31-Mar-10 1:00 
GeneralRe: datagridview button column - text not displaying Pin
Simon_Whale31-Mar-10 1:09
Simon_Whale31-Mar-10 1:09 
GeneralRe: datagridview button column - text not displaying Pin
Eddy Vluggen31-Mar-10 1:29
professionalEddy Vluggen31-Mar-10 1:29 

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.