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

Software Development Network >> WillyC's Q&A profile

WillyC

Member List

PaTaKi
mayankjohri
Carel Lotz
Michael Smit
EpaL
Mahyar
V Williams
SuperRock
NUMBSCULL
InvertedAerials
astrogene1000
Chris Biles
KrustyDeKlown
Coreen
Ryan Dawson
ErikH
KrankyKat
Nate F
XML-Dan
losdudechris
Only Title

WillyC's Q&A profile

  • Windows Forms Click events on datagrid

    Hi, In datagrid, if you click a column header, the rows of data will be sorted automatically.  Now, I want to impletement a double click event on the column too, so that when double clicking, another window will pop up showing the detailed  ...Show All

  • Visual Studio Team System Is it possible to catch a failed request in PostRequest plugin?

    I have a WebTestRequestPlugin, and have a method that overrides the PostRequest method. The problem I encounter is that if the request fails (say the target server is down), this method is not called, but Visual Studio seems to internally handle it - thus preventing this method from recording failed results properly. Is there a way to have Visual Studio properly call the PostRequest method even if the request fails (and take advantage of APIs li ...Show All

  • Visual Studio Express Editions alternative to VbCrLf

    Hello!! Is there an alternative to the constant vbCrLf I want to show to the user an msgbox using several rows of information. I found the vbCrLf constant that is defined inside microsoft.visualbasic namespace. Thanks in advanced Jose Eloy Mexico   hi, i use this messagebox.show("some text here" & vbnewline & " the newline text here" & vbnewline & " the third line h ...Show All

  • Visual Studio Team System Adding work items from external system

    Heya. Is there a way to add a work item from an external system Lets say that we use Microsoft CRM 3.0 and the support staff would like to add a bug (work item) to the tfs. Is this possible I'm sure you guys have developed some magic web service to do this but I can't find it... Surely there is a way to create a work item not using visual studio or excel. Please /Chris Yes, you have a complete object ...Show All

  • Visual Studio SQL server 2005 supporting .net V2.0.5x

    Which version of SQL server Express edition supporting .net framework v2.0.5 Please reply soon There have been several releases of SQL Server Express by Visual Studio and by SQL Server through Betas and Customer Technology Previews. The version of SQL Express must match the version of the Framework that shipped with it. There isn't one specific build that matches all framework builds. ...Show All

  • Windows Forms VS2005 Form Designer not working

    I have been working with VS2005 for a while and today it stopped providing the code for the " Windows Form Designer generated code " section and on new Windows forms . It's also excluding the "Inherits System.Windows.Forms.Form" from the new form. Its like its setting up a normal class and not a Form class. Matter a fact the olny code generated is the basic class: Public Class frmGroupNotes end Class If I add controls to this ...Show All

  • Windows Forms How get the account of the user who login the window

    eg. I use this account "Abill" to login window, and then how to get it with C# thank you. Hi, You can get this property : System.Security.Principal. WindowsIdentity currentUser = System.Security.Principal. WindowsIdentity .GetCurrent(); //Show user's information userIdentityTextBox.Text = currentUser.Name; ...Show All

  • Visual C++ a compiler bug

    Hi, just found a bug in vc 2003 c++ (and c ) compiler. The problem happens when i use shorts to iterate over a vector and when speed optimization is turned on. The problem is that full 4-byte register is used for indexing the vector and the upper part of the register can contain garbage. The code works well in debug mode, the poblem arises only when I turn on speed optimization. Let me know if this is an unknown dug - I'll provide details. BR V ...Show All

  • Visual Studio 2008 (Pre-release) Problem with ListView when maximize the window

    The Problem is that the GridView of my ListView doesn't resize when I maximize the window. The ListView resizes to the correct size, but the GridView keeps its size. Maybe I have to add something to Grid in which the ListView is. Here's a simple example of the problem: <Window x:Class="BorderWin.Window1" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/wi ...Show All

  • SQL Server Decomposing an XML Document into a table of path and values

    Suppose that you had an XML Document like: <a>1<b>2<c>3</c>4</b><d>5</d>6</a> What would be the best way to decompose it such that you end up with a table like: XPath Value /a 123456 /a/b 234 /a/b/c 3 /a/d 6 I eventually want to join this table with another table that has XPath values in a column. Thanks, Wells Here is one solution: declar ...Show All

  • SQL Server client redirect

    Trying just to figure out how this works...how does it know the other server to reconnect to What does the application see, just a SQL error and the application has to redrive the TX Can it route TX to the MIRROR and redrive it like Oracle's TAF Thanks! Hello I think you are talking about the transperent Client redirection thats available if you mirror your DB and have a whitness server available. If so, t ...Show All

  • Smart Device Development Bug in VS 2003?

    I recently posted regarding a TypeLoad exception in Microsoft.VisualBasic http://forums.microsoft.com/msdn/ShowPost.aspx PostID=113878 It appears that my findings have highlighted a bug in VS2003 is this the case Also my work around seems inconsistent sometimes its OK other times it doesn't have the desired effect. Any ideas Thanks in advance. The reply you got there still stands. When you create a new proje ...Show All

  • Visual Basic Process.start question

    When using a process.start command to start a media player and play a song at a file location, is there a way programatically to tell when the song or media has completed playing Fred This is a little bit of a tricky question because if a media player is in an executable file, chances are it's relying on an API at some level. When you have an application depending upon the API there are several ways to to tell if a song has c ...Show All

  • SQL Server How connect SQL server 2000 with c#.net .....?

    Hello masters, help me yaar i am using dotnet 2003 and SqL SERVER 2000. BUT UNABLE TO CONNECT DATABASE using dataAdaptor(design time ) or sqlconnection any can help me gs i am working on windows 2000 prof O/S i have just downloaded the sqlserver 2000 form the net for installing this i have used the command in dos prompt... C:\Program Files\Microsoft Visual Studio .NET 2003\Setup\MSDE\setup sapwd=logic securitymode=sql aft ...Show All

  • Windows Forms Strange editor behaviour, VS 2005 beta2

    When editing a file I suddenly was just able to move forwards and not backwards. That is, ordinary typing works fine, but I cannot go backwards to delete letters. Neither can I mark a string and press Del to remove it. In fact, commands like Ctrl l does not work either. However, if I mark a string and right-click it choosing Cut, I am able to delete it. The first time it happened, the behaviour returned to normal after a short time, but I do not ...Show All

©2008 Software Development Network

powered by phorum