Click here to Skip to main content
16,008,183 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Question[Message Deleted] Pin
kjalandoon11-Aug-08 0:46
kjalandoon11-Aug-08 0:46 
AnswerRe: getting the form value Pin
Christian Graus11-Aug-08 1:54
protectorChristian Graus11-Aug-08 1:54 
GeneralRe: getting the form value Pin
kjalandoon11-Aug-08 16:21
kjalandoon11-Aug-08 16:21 
QuestionString.format problem Pin
Hans vd Bovenkamp10-Aug-08 23:51
Hans vd Bovenkamp10-Aug-08 23:51 
AnswerRe: String.format problem Pin
Christian Graus11-Aug-08 0:21
protectorChristian Graus11-Aug-08 0:21 
GeneralRe: String.format problem Pin
Hans vd Bovenkamp11-Aug-08 1:54
Hans vd Bovenkamp11-Aug-08 1:54 
GeneralRe: String.format problem Pin
Christian Graus11-Aug-08 2:10
protectorChristian Graus11-Aug-08 2:10 
QuestionListView VB.NET... Pin
ROC_Jnr10-Aug-08 21:28
ROC_Jnr10-Aug-08 21:28 
Somebody can tell me( teach me ) how can i program an editable listview?
I want to hve a listview that can be editable in any subitem.
Now i can only edit the item...

the code to edit the item is...
Private Sub ListView1_MouseDoubleClick(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles ListView1.MouseDoubleClick

    Me.ListView1.LabelEdit() = True
    Me.ListView1.SelectedItems(0).BeginEdit()


End Sub



Please i need help...
By the way my english is bad (I speak portuguese ) so forgive me if made a mistake Smile | :) ...
thanks

Just learning

AnswerRe: ListView VB.NET... Pin
Mycroft Holmes10-Aug-08 22:04
professionalMycroft Holmes10-Aug-08 22:04 
GeneralRe: ListView VB.NET... Pin
Thomas Stockwell11-Aug-08 1:33
professionalThomas Stockwell11-Aug-08 1:33 
GeneralRe: ListView VB.NET... Pin
Mycroft Holmes11-Aug-08 3:15
professionalMycroft Holmes11-Aug-08 3:15 
GeneralRe: ListView VB.NET... Pin
Thomas Stockwell11-Aug-08 3:18
professionalThomas Stockwell11-Aug-08 3:18 
GeneralRe: ListView VB.NET... Pin
Mycroft Holmes11-Aug-08 3:29
professionalMycroft Holmes11-Aug-08 3:29 
GeneralRe: ListView VB.NET... Pin
Thomas Stockwell11-Aug-08 3:33
professionalThomas Stockwell11-Aug-08 3:33 
QuestionWhat happened to this? [modified] Pin
Rafone10-Aug-08 21:28
Rafone10-Aug-08 21:28 
AnswerRe: What happened to this? Pin
Vimalsoft(Pty) Ltd10-Aug-08 21:56
professionalVimalsoft(Pty) Ltd10-Aug-08 21:56 
GeneralRe: What happened to this? Pin
Kevin McFarlane10-Aug-08 23:20
Kevin McFarlane10-Aug-08 23:20 
AnswerRe: What happened to this? Pin
Thomas Stockwell11-Aug-08 1:35
professionalThomas Stockwell11-Aug-08 1:35 
AnswerRe: What happened to this? Pin
jzonthemtn11-Aug-08 5:55
jzonthemtn11-Aug-08 5:55 
AnswerRe: What happened to this? Pin
Rafone11-Aug-08 8:49
Rafone11-Aug-08 8:49 
QuestionList View control with dynamic expand button Pin
shashi_sneak10-Aug-08 19:43
shashi_sneak10-Aug-08 19:43 
AnswerRe: List View control with dynamic expand button Pin
Mycroft Holmes10-Aug-08 20:29
professionalMycroft Holmes10-Aug-08 20:29 
Questioncoloring method Pin
dunkin_ina10-Aug-08 16:35
dunkin_ina10-Aug-08 16:35 
AnswerRe: coloring method Pin
Christian Graus10-Aug-08 17:06
protectorChristian Graus10-Aug-08 17:06 
Questionlooking for good ideas Pin
stephan_00710-Aug-08 10:55
stephan_00710-Aug-08 10:55 

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.