User Profile

Collapse

Profile Sidebar

Collapse
kurkcu
kurkcu
Last Activity: Sep 3 '10, 09:08 PM
Joined: Mar 25 '10
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • kurkcu
    started a topic ActiveX and Clsid Problem

    ActiveX and Clsid Problem

    Hi,

    I have an classlibrary and usercontrol in it

    Code

    ----
    Code:
    Imports System.Runtime.InteropServices
    <Guid("5DF83611-3DAB-46FF-9BF7-2901F1AE63B2")> _
    Public Class UserControl1
    
        Private Sub UserControl1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
    
        End Sub
    
        Private Sub Button1_Click(ByVal
    ...
    See more | Go to post
    Last edited by Frinavale; Aug 25 '10, 06:41 PM. Reason: Please post code in [code] ... [/code] tags. Added code tags.

  • kurkcu
    replied to Frames and javascript
    Can you write a sample code ?...
    See more | Go to post

    Leave a comment:


  • kurkcu
    started a topic Frames and javascript

    Frames and javascript

    Hi,
    I've used frameset and frames in my web page and i can show and hide frames with this javascript code
    Code:
       function CloseIt()
       {
         parent.parent.frames["fraSet"].cols='*,0';
       }
    It works ok. But i want to show and hide animated or slowly. I tried to use
    settimeout("Clo seIt()",500)
    but it did not work. Frame is still closing as soon as i clicked...
    See more | Go to post
No activity results to display
Show More
Working...