User Profile

Collapse

Profile Sidebar

Collapse
mikelis
mikelis
Last Activity: Mar 31 '08, 01:43 PM
Joined: Jul 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • mikelis
    replied to Need threading help with progress bar Form
    in .NET
    Actually, it does not make a query, it performs another function that takes awhile, i only said query to make things easier to understand....
    See more | Go to post

    Leave a comment:


  • mikelis
    started a topic Need threading help with progress bar Form
    in .NET

    Need threading help with progress bar Form

    I have a main form that does a lengthy database query. Before I fire off the
    query, I need to pop up another form that contains a progress bar and a Close button. The progress bar updates for 30 seconds and then pops up a timeout message with an OK button that closes the form when pressed. Also, the user has an option of closing the form while the bar is being updated. Thus, this form needs to be threaded.

    The main form calls...
    See more | Go to post

  • mikelis
    replied to C# Sychronouse form update problem
    in .NET
    I Solved it by using the this.Refresh() method.
    See more | Go to post

    Leave a comment:


  • mikelis
    started a topic C# Sychronouse form update problem
    in .NET

    C# Sychronouse form update problem

    I have a main form that displays another form which is populated with data from an XML file into a treeview. The treeview basically consists of URL links.

    On the form is a menu item that when selected, calls a method that
    traverses the tree and when it comes to a URL, calls a WebRequest.Crea te(URL) method to check whether the URL is active or not. If it is not, the icon
    next to the URL on the tree is replaced with a...
    See more | Go to post

  • System.Data.OracleClient.OracleDataReader truncates columns

    I've been having an issue with reader.getStrin g truncating the output of Oracale DB table columns. The following is an example of the output where "RUNNING" gets truncated. This behavior is random and it happens on different columns at different times but not usualy on the first returned row.

    SERVERNAME SERVERSTATE REPORTTIME
    feshrpmmk01win RUNNING 07/23/2007 1:38:26 PM
    feshrpmmk121win RUNN 07/23/2007...
    See more | Go to post
No activity results to display
Show More
Working...