Software Development Network Logo
  • Visual Studio
  • SQL Server
  • Visual J#
  • Visual FoxPro
  • Game Technologies
  • Smart Device
  • Visual C++
  • Visual Basic
  • VS Express Editions
  • VS Team System
  • Windows Live
  • Windows Vista
  • .NET Development
  • Architecture
  • Visual C#

Software Development Network >> Nick Asseloos's Q&A profile

Nick Asseloos

Member List

lacus
Kirk Rader
gypsy66
Weng_Smith
DJCrowell
andre_eads
eyalkz
spshah
anchorjm
Tony Roebuck MSFT
N. Farr
nerd_bomber
Bill_Yeager
Netferret
Iouri B.
philselmer
vlain
ANSHUL VIJH
abhi jain
Maksim Goleta
Only Title

Nick Asseloos's Q&A profile

  • Windows Forms TextBox, enter key, shift+ enter problems

    Here is what I basically want to do: I have a multi-line textbox.  When I press enter I want it to fire a button press event ( I am pretty sure that I should not be using the AcceptButton property because of what else I want  ...Show All

  • .NET Development How to write a client application to comsume a secure web service?

    Hi, I got this coding from the MSDN WSE 2.0 documentation. Then I tried creating a client to invoke this web service. However, I alwiz get the error message the signature u provided is not valid. Can someone plz write a sample client code to let me see how to invoke the web service. I need help coz my boss is bugging me coz the dateline is reaching, This is my first time using WSE 2.0. I want to see a sample client coding so tht I can modify to ...Show All

  • Software Development for Windows Vista Casting property value in activity reference

    Hello, I have two activitites. One exposes a DataSet through a property. A second activity takes a string property. I would like to set an activity reference to the first activity, getting the value of a particular row and column in the dataset. I can use the activity reference dialog to drill down on the Dataset property to get to a particular data value but this returns an object of type System.Object. The property that I'm trying to set on ...Show All

  • Software Development for Windows Vista JRTPLIB in DirectShow filter

    Hello Fellow Developers, I have a simple query Trying to send data over the network using jRtplib in the directshow filter. Sender side: Source>>rtp source filter>>>null renderer rtp source filter is a transform filter, in the transform function i send the packet and all the network connectivity is done in the constructor. reciver side: rtp Client filter>>video renderer rtp client filter is a source f ...Show All

  • Windows Forms Pressing <Esc> will trigger validation of contents of UI-element

    Hi, In our forms we have the problem that after entering invalid input in a textbox, pressing the <Esc> key will trigger the validation of the textbox contents. In the same situation, pressing the CancelButton of the form will NOT trigger the validation. We thought the behaviour would be the same for both situations, but it is not. How to achieve that both situations behave the same. Note: it not only happens for the textbox but for ...Show All

  • Visual Basic BUG: NextValue method of .NET PerformanceCounter object returns zero

    Hi, The NextValue method of the .NET PerformanceCounter object may return zero (0) for the following LogicalDisk or PhysicalDisk performance counters: ? % Disk Time ? % Disk Read Time ? % Disk Write Time ? % Idle Time ? Avg. Disk Queue Length ? Avg. Disk Read Queue Length ? Avg. Disk Write Queue Length http://support.microsoft.com/default.aspx scid=kb;en-us;324548 How can i get the disk utilization (i.e 100 - ...Show All

  • .NET Development A very irritating problem!

    A while back I installed the .NET framework on my Windows 98se computer (old original version 1.1 redistributable package, or possibly even 1.0).  Some time later, windows update told me there was a security update or patch that fixed various issues or something along those lines... so I did the update.  However, half way through the updating/installation process, my computer crashed. This left my .NET in a half updated state - n ...Show All

  • Visual Studio Express Editions Bug or problem?

    Dim song As String = tags.artist & " - " & tags.song When setting a text box to song it only appears with the tags.artist. When debugging i have found that first of all it sets the song to "tags.artist but it misses out the ending ". Is this a bug with vb and if so can it be fixed or is it something i have done wrong Probably not what you want to hear but it works fine on my machine ...Show All

  • Visual Studio Team System Create new file, Exclude file, Include File = Error

    Created new Web Site project. Added solution to source control. Created new file Default1.aspx. Excluded new file from project. Included Default1.aspx file. This is the error I get: The item c:\Inetpub\wwwroot\registration\Default1.aspx.exclude was not renamed in the source control database because there is already an item with this name in the destination folder. This scenario has been fixed and will not result in an error in the ...Show All

  • SQL Server SQL Server 2005 Express Edition install failed (bundle with VS 2005 RC from 9/12/2005)

    The install is failing and the error log is attached: ***EndOfSession***[05/13/05,10:27:14] Microsoft SQL Server 2005 Express Edition April CTP: [2] Error code 1603 for this component means "Fatal error during installation. " [05/13/05,10:27:15] Microsoft SQL Server 2005 Express Edition April CTP: [2] Setup Failed on component Microsoft SQL Server 2005 Express Edition April CTP [05/13/05,10:27:55] VS70pgui: [2] DepCheck indicates Microsoft SQL S ...Show All

  • Visual FoxPro Enhancement Request: Ability to pass cursors as parameters

    The ability to pass a cursor to a method of an object belonging to another data session would be a great addition for a future versions of VFP. Today, we have to resort to arrays, which is kind of a kludge, or CursorToXML/XMLToCursor, which is way too slow for large data sets. If cursor could be passed between data sessions, n-tier apps would benefit greatly. Any thoughts Eyvind.   Craig Berntson wrote: ...Show All

  • Visual Studio Team System 'Glanceable' Lines of Code Metric

    I still use Lines of Code to measure developer progress. Does TFS or VS2005 have an easy way to track the Lines of Code for a project I also posted on Channel 9 about it. http://channel9.msdn.com/ShowPost.aspx PostID=131096 As a java and .Net developer, I like to see similar IDE features between Eclipse and VS2005. For eclipse, I use this great metrics plug-in. => http://metrics.sourceforge.net/ Does VS2005 have an equivalent I ...Show All

  • SQL Server HTTPS Connecting through ISA Server

    HTTP 502 Proxy Error - The specified Secure Sockets Layer (SSL) port is not allowed. ISA Server is not configured to allow SSL requests from this port. Most Web browsers use port 443 for SSL requests. (12204) Internet Security and Acceleration Server <---That's the message everytime im accessing HTTPS...How or where will i get that SSL Certificates required By the way, im using ISA Server for my Proxy Server of our internet. Will u guys pl ...Show All

  • Windows Forms lack of automated display in DataGridViewImageColumn

    I found it a pity that you have to handle the CellFormatting event to map the value of a cell to an image in a DataGridViewImageColumn.. I think the DataGridViewImageColumn class should have a ImageList property that does this mapping automatically. Or,  ...Show All

  • SQL Server Install fails on SQL2k5 because no IIS on Server

    We have a new cluster that we are trying to install SQL 2k5 enterprise on and the security requirements will not allow us to install IIS on the same server as SQL. Is there a way around the requirement of having IIS installed on the server with SQL 2k5 It's not a requirement, unless you need RS on the cluster. You'll get a warning early on, but Setup will proceed if IIS is missing. ...Show All

©2008 Software Development Network

powered by phorum