User Profile

Collapse

Profile Sidebar

Collapse
blabello
blabello
Last Activity: May 5 '08, 05:33 PM
Joined: Dec 18 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • blabello
    started a topic Composite control default value?

    Composite control default value?

    Good morning,

    I've been tasked to create a series of self-validating composite controls using standard Visual Studio/AJAX controls and some custom-made validation controls.

    One of them is just a simple textbox. In the class, I added a property IsRequired that if set to true, enables the validator, or if false, disables the validator.

    My problem lies in that the IsRequired property is defaulting to true,...
    See more | Go to post

  • blabello
    replied to Recursive directory search in VB.NET
    in .NET
    Thanks for the help, Plater.
    See more | Go to post

    Leave a comment:


  • blabello
    replied to Recursive directory search in VB.NET
    in .NET
    Thanks for the prompt response. Could you kindly explain the function of the "search pattern" parameter?

    -B. Labello...
    See more | Go to post

    Leave a comment:


  • blabello
    started a topic Recursive directory search in VB.NET
    in .NET

    Recursive directory search in VB.NET

    Good afternoon,

    I'm currently in the process of designing an application that downloads a zipped directory, extracts it, recurses through the directory while searching for any files. If a file is found, it is moved to a new folder. I've gotten the code that will move the files working, but I'm having a lot of trouble recursing through the directory. My inexperience and lack of knowledge with VB is not helping.

    My...
    See more | Go to post

  • Full Screen for Media Player --> Catastropic Failure?

    Hello,

    On my windows form, I have a button that on click sets fullscreen property to true. At runtime, however, I get a "Catastroph ic Failure."

    Here's my code:
    ---------------------------------------------------------------------
    Private Sub playSongFS_Clic k(ByVal sender As System.Object, ByVal e As System.EventArg s) Handles playSongFS.Clic k
    Dim addTemp As String
    ...
    See more | Go to post
No activity results to display
Show More
Working...