Click here to Skip to main content
15,929,596 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow to .......... Pin
Fired Dragon29-Sep-04 12:13
Fired Dragon29-Sep-04 12:13 
AnswerRe: how to .......... Pin
Christian Graus29-Sep-04 12:24
protectorChristian Graus29-Sep-04 12:24 
GeneralRe: how to .......... Pin
Fired Dragon29-Sep-04 12:47
Fired Dragon29-Sep-04 12:47 
GeneralRe: how to .......... Pin
Christian Graus29-Sep-04 12:56
protectorChristian Graus29-Sep-04 12:56 
GeneralRe: how to ..........this is all what i have done, it may make you more visible Pin
Fired Dragon29-Sep-04 12:57
Fired Dragon29-Sep-04 12:57 
GeneralRe: how to ..........this is all what i have done, it may make you more visible Pin
Christian Graus29-Sep-04 13:10
protectorChristian Graus29-Sep-04 13:10 
GeneralRe: how to ..........this is all what i have done, it may make you more visible Pin
Fired Dragon29-Sep-04 13:14
Fired Dragon29-Sep-04 13:14 
GeneralRe: how to ..........this is all what i have done, it may make you more visible Pin
Christian Graus29-Sep-04 13:23
protectorChristian Graus29-Sep-04 13:23 
Fired Dragon wrote:
no, it doesnt, when i click on an item in the listbox, it doesnot postback anything to the textboxes,

Postback is what we ASP.NET developers call it when the page posts back to the server. If your event is being called, postback is occuring.

You obviously haven't stepped through the code. Your code looks like this:

Private Sub lstmilestone_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles lstmilestone.SelectedIndexChanged<br />
    activateform()<br />
End Sub


Now, why would this event handler do a jolly thing, when there's no code in it ? The code in activate form needs to be moved into the event handler.

Christian

I have drunk the cool-aid and found it wan and bitter. - Chris Maunder
GeneralRe: how to ..........this is all what i have done, it may make you more visible Pin
Fired Dragon29-Sep-04 13:38
Fired Dragon29-Sep-04 13:38 
GeneralRe: how to ..........this is all what i have done, it may make you more visible Pin
Christian Graus29-Sep-04 13:42
protectorChristian Graus29-Sep-04 13:42 
GeneralRe: how to ..........this is all what i have done, it may make you more visible Pin
Fired Dragon29-Sep-04 14:13
Fired Dragon29-Sep-04 14:13 
GeneralRe: how to ..........this is all what i have done, it may make you more visible Pin
Christian Graus29-Sep-04 14:22
protectorChristian Graus29-Sep-04 14:22 
GeneralRe: how to ..........this is all what i have done, it may make you more visible Pin
Fired Dragon29-Sep-04 14:33
Fired Dragon29-Sep-04 14:33 
GeneralRe: how to ..........this is all what i have done, it may make you more visible Pin
Christian Graus29-Sep-04 14:40
protectorChristian Graus29-Sep-04 14:40 
GeneralRe: how to ..........this is all what i have done, it may make you more visible Pin
Anonymous30-Sep-04 1:53
Anonymous30-Sep-04 1:53 
GeneralRe: how to ..........this is all what i have done, it may make you more visible Pin
Colin Angus Mackay30-Sep-04 4:23
Colin Angus Mackay30-Sep-04 4:23 
GeneralMake a service dependant from another Pin
sybux200029-Sep-04 9:34
sybux200029-Sep-04 9:34 
GeneralRe: Make a service dependant from another Pin
Dave Kreskowiak30-Sep-04 4:19
mveDave Kreskowiak30-Sep-04 4:19 
GeneralCreating a running Time clock Pin
mtone29-Sep-04 9:14
mtone29-Sep-04 9:14 
GeneralRe: Creating a running Time clock Pin
Dave Kreskowiak29-Sep-04 13:45
mveDave Kreskowiak29-Sep-04 13:45 
GeneralActiveX Dll of VB6 in VB.NET Pin
MohammadAmiry29-Sep-04 7:34
MohammadAmiry29-Sep-04 7:34 
GeneralRe: ActiveX Dll of VB6 in VB.NET Pin
Dave Kreskowiak29-Sep-04 8:38
mveDave Kreskowiak29-Sep-04 8:38 
GeneralRe: ActiveX Dll of VB6 in VB.NET Pin
MohammadAmiry3-Oct-04 3:51
MohammadAmiry3-Oct-04 3:51 
GeneralExcel Question Pin
Jamie Nordmeyer29-Sep-04 6:31
Jamie Nordmeyer29-Sep-04 6:31 
GeneralHandling objects... Pin
Jason Weibel29-Sep-04 4:06
Jason Weibel29-Sep-04 4:06 

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.