Click here to Skip to main content
15,892,537 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionvb.net uploading values, data from application to website Pin
Ismaeel31-Mar-08 15:10
Ismaeel31-Mar-08 15:10 
GeneralRe: vb.net uploading values, data from application to website Pin
Eduard Keilholz31-Mar-08 23:52
Eduard Keilholz31-Mar-08 23:52 
GeneralSaveFileDialog help needed! Pin
jojoStoneHead31-Mar-08 13:54
jojoStoneHead31-Mar-08 13:54 
GeneralRe: SaveFileDialog help needed! Pin
Mitch F.31-Mar-08 14:13
Mitch F.31-Mar-08 14:13 
GeneralRe: SaveFileDialog help needed! Pin
jojoStoneHead31-Mar-08 14:17
jojoStoneHead31-Mar-08 14:17 
GeneralRe: SaveFileDialog help needed! Pin
Mitch F.31-Mar-08 14:27
Mitch F.31-Mar-08 14:27 
GeneralRe: SaveFileDialog help needed! Pin
Luc Pattyn31-Mar-08 14:46
sitebuilderLuc Pattyn31-Mar-08 14:46 
Questionget handlers from existing events in vb in an easy way Pin
christoph3331-Mar-08 3:49
christoph3331-Mar-08 3:49 
for the existing MenuStrip-Item I want to create an appropriate ToolStrip with identical buttons.
But how can I access the existing click-events?

I cannot "addhandler mmi.click, adressof mi.click" and
"adressof mi.onclick" also fails because it's protected.
In c# I must add the handlers manually, so I know them, but in vb
it's hidden...


<br />
        For Each Mi As ToolStripItem In FileMenu.DropDownItems<br />
            If TypeOf (Mi) Is ToolStripMenuItem Then<br />
                Dim mmi As New ToolStripButton<br />
                mmi.Text = ""<br />
                mmi.Image = Mi.Image<br />
                mmi.ToolTipText = Mi.Text<br />
          <br />
addhandler mmi.click, "get the handler of the mi.click-event"<br />
<br />
               tsProgramm.Items.Add(mmi)<br />
            ElseIf TypeOf (Mi) Is ToolStripSeparator Then<br />
                Dim mmi As New ToolStripSeparator<br />
                tsProgramm.Items.Add(mmi)<br />
            Else<br />
<br />
            End If<br />
        Next<br />


Thanks in advance
Chris
GeneralRe: get handlers from existing events in vb in an easy way Pin
MidwestLimey31-Mar-08 7:39
professionalMidwestLimey31-Mar-08 7:39 
AnswerRe: get handlers from existing events in vb in an easy way Pin
christoph3331-Mar-08 20:34
christoph3331-Mar-08 20:34 
GeneralRe: get handlers from existing events in vb in an easy way Pin
christoph3331-Mar-08 23:29
christoph3331-Mar-08 23:29 
GeneralRe: get handlers from existing events in vb in an easy way Pin
MidwestLimey1-Apr-08 5:32
professionalMidwestLimey1-Apr-08 5:32 
GeneralRe: get handlers from existing events in vb in an easy way Pin
christoph331-Apr-08 5:52
christoph331-Apr-08 5:52 
GeneralRe: get handlers from existing events in vb in an easy way Pin
MidwestLimey1-Apr-08 12:00
professionalMidwestLimey1-Apr-08 12:00 
GeneralRe: get handlers from existing events in vb in an easy way Pin
christoph331-Apr-08 20:54
christoph331-Apr-08 20:54 
QuestionExcel VBA for each non-empty row? Pin
devvvy31-Mar-08 3:30
devvvy31-Mar-08 3:30 
AnswerRe: Excel VBA for each non-empty row? Pin
Dave Kreskowiak1-Apr-08 2:59
mveDave Kreskowiak1-Apr-08 2:59 
GeneralActiveCell.Row --- Re: Excel VBA for each non-empty row? Pin
devvvy1-Apr-08 5:28
devvvy1-Apr-08 5:28 
GeneralFound it! =) Re: Excel VBA for each non-empty row? Pin
devvvy1-Apr-08 5:56
devvvy1-Apr-08 5:56 
Questionhow to store time and date into database... [modified] Pin
Member 444291631-Mar-08 2:47
Member 444291631-Mar-08 2:47 
GeneralRe: how to store time and date into database... Pin
Mitch F.31-Mar-08 9:46
Mitch F.31-Mar-08 9:46 
GeneralProblem reading from excel Pin
AHeavey31-Mar-08 2:33
AHeavey31-Mar-08 2:33 
GeneralRe: Problem reading from excel Pin
Dave Kreskowiak2-Apr-08 3:10
mveDave Kreskowiak2-Apr-08 3:10 
GeneralInline images for emails Pin
yaronbo31-Mar-08 1:45
yaronbo31-Mar-08 1:45 
GeneralRe: Inline images for emails Pin
Dave Kreskowiak2-Apr-08 2:53
mveDave Kreskowiak2-Apr-08 2:53 

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.