User Profile

Collapse

Profile Sidebar

Collapse
gdijim
gdijim
Last Activity: Jan 4 '08, 06:08 AM
Joined: Jun 24 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Thank you very much for these comments and code - I have been trying to do something similar in VB .net for some time with no luck.

    Thanks!

    Jim
    See more | Go to post

    Leave a comment:


  • gdijim
    replied to declare event
    in .NET
    I admit that I'm trying to plug code together that's translated from C# and I don't have a very full understanding of the way to make it work. I'm still pretty weak at object oriented programming.

    Let me link you what I'm trying to do:

    http://cdot.senecac.on .ca/projects/vncsharp/quickstart.html


    Can you help me understand how to declare and use the event handlers he has here? The trouble I'm also...
    See more | Go to post

    Leave a comment:


  • gdijim
    started a topic declare event
    in .NET

    declare event

    I'm trying to get the following code to work -

    Private Sub RadButton5_Clic k(ByVal sender As System.Object, ByVal e As System.EventArg s) Handles RadButton5.Clic k


    With Me.RadComboBox1

    If Me.RadComboBox1 .FindItemExact( Me.RadComboBox1 .Text) Is Nothing Then

    Dim item1 As Telerik.WinCont rols.UI.RadComb oBoxItem = New Telerik.WinCont rols.UI.RadComb oBoxItem(Me.Rad ComboBox1.Text)...
    See more | Go to post
    Last edited by gdijim; Jun 24 '07, 08:22 AM. Reason: Foolish typos
No activity results to display
Show More
Working...