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

Software Development Network >> K.N. Johansen's Q&A profile

K.N. Johansen

Member List

JohnE
PaulHetherington
KCtin
Mike for VB
Yarborg
Mr. Turner
El locolito
Carlillos
Warez_Willy
Jon_Fisher
Saumya
Greazy
vvgalc
NicksterFL
Richard J.
Jano Petras
Neal Walters
Bdy
Dirty Steve
Vikram Karumbaiah
Only Title

K.N. Johansen's Q&A profile

  • Visual Studio 2008 (Pre-release) Method parameters

    Hi, i would like to know what the parameter replacing the StartingUpCancelEventArgs is in the latest version of C# or the Winfx feb ctp really. I'm reading a book based on an earlier version clearly. The method is: void AppStartingUp(object sender, StartingUpCancelEventArgs e) { ..... } Intellisene has not a hit at the second parameter, and instead it gives the alternatives StartupEventArgs and StartupEventHandler Best regards Are you taking about the Application.Startup event If so, then it should be: private void OnStartup( object sender, StartupEventArgs e) { } ...Show All

  • Windows Forms Treeview Bug

    It is not possible to make a single node bold without the end of the node text being clipped.  The work around this problem, I tried setting all nodes to bold and then setting all but one to regular.  The problem now is that the selection box when selecting a non-bold node is too big! This is quite a major problem as it means . ...Show All

  • Visual C# Please hepl me solve this problem

    When I press F5 to run the project I receive this error message : Error while trying to run project : Unable to start debugging on the Web Server (But I run without debug (Ctrl + F5) it's OK) I don't know why. Please help me this. Thanks a lot ! Dear pvphuc, please try this: (add the following code(the "compilation" part) into your web.config file in the root directory of your website) <configuration> <appSettings/> <connectionStrings/> <system.web> <!-- Set compilation debug="true" to insert debugging symbols into the compiled page. Because this ...Show All

  • Microsoft ISV Community Center Forums VBA XmlMap.loadXML problem - repeating call

    Hi all, I have the following XSD load to XML Source of excel: < xml version="1.0" > <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs=" http://www.w3.org/2001/XMLSchema "> <xs:element name="stock"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" name="quote"> <xs:complexType> <xs:sequence> <xs:element name="symbol" type="xs:string" /> <xs:element name="price" type="xs:string" /> ...Show All

  • Visual Studio How to get the information of any file checked out by a user longer than a certain date

    Hi there, Again its me. I wondering, can we get the information of: "Any file checked out by a user longer than a certain date" What i mean regarding the statement is, i would like to know what file has been checked out more than a certain date. Example, any file that check out more than 3 days, Thanks. Hi, You can use VSS automation and write your own program to retrieve this kind of information. See IVSS documentation at: http://msdn.microsoft.com/library/en-us/dnvss/html/msdn_vssole.asp http://msdn.microsoft.com/library/en-us/dnvss/html/vssauto.asp http://msdn2.microsoft.com/en-us/library/kdxsa91h(en-US,VS.80).aspx VSS comman ...Show All

  • Windows Forms Filling a Combo box

    Hi, can anybody tell me the way to fill a combobox without using a dataset (arraylist for example). I want the combobox to display a special string like a name for example, and i want the value to be a string (not simply the index). Thank. You could use those two properties here, too, but not if you bind the control to a generic& ...Show All

  • Software Development for Windows Vista Beta 2 Samples Don't compile (for me)

    I'm geeting: Previously had beta 1.2 - unistalled, rebooted, installed beta 2 tried to compile sample.... Error    4    The type or namespace name 'TrackingChannel' could not be found (are you missing a using directive or an assembly reference )    C:\Windows Workflow Foundation\Examples\OrderingStateMachine\2005-09-13\StateMachineTracking\StateMachineTrackingService.cs    258    52    StateMachineTracking Error    11    The type or namespace name 'TrackingParameters' could not be found (are ...Show All

  • SQL Server Data Transfer from Active Directory to SQL Server

    Hello, How can I transfer data (for example the list of all the users, groups) in the active directory into a SQL Server   Where can I find information on how to do this Thank you. This might be something you can accomplish with "SQL Server Integration Services" in SQL Server 2005.  This looks like a good site on the product http://www.sqlis.com/  and here's the link to the MSDN forum http://forums.microsoft.com/MSDN/ShowForum.aspx ForumID=80&SiteID=1 . Hope this helps, Vaughn ...Show All

  • Visual Studio Express Editions Help me with importing c++ dll functions.

    Hi, Im trying to import these functions from vb.net but i dont know what WORD and so on would be in vb.net and how I would call them. ////////////////////////////////////////////////////////////////////// // Decrypt Message From FrontCode Peer Cache Server // // Parameters // pSrc : (IN) Message From Peer Cache Server. Buffer must be 132 bytes. // pDst : (OUT) Primary Node Addresses. Buffer must be 120 bytes. // // Remarks // Node Address Structure // // typedef struct TAG_NODEINFO { // DWORD dwNodeIP; // Primary Node IP Addresses // WORD wUDPPort; // Primary Node UDP Port // WORD wTCPPort; // Primary Node TCP Port // BYTE bF ...Show All

  • Visual Studio Team System Problem: TFS Proxy returns: TF15013 (Item.asmx missing?)

      Situation: TF Client can connect at TF Server. But, problem goes when TF Client tries to connect trough TF Proxy. In TF Client output I receive following message (after using Get Latest V.):   The source control proxy 'MyProxyComp' is not responding, so the request will be sent to the main server.   Please verify your settings. Additional information:   TF15013: The requested Team Foundation Server is not registered with the proxy server.   When I start Fiddler to find what GET requests my TF Client does:          MyProxyCom ...Show All

  • Visual Basic Undo disabled using Worksheet_Change event in Excel

    I'm using the Worksheet_Change event to produce a date/time stamp in an Excel workbook.  The problem is when using this event it disables the Edit|Undo feature in Excel.  Is there a relatively easy way around this problem without writing a whole bunch of code to capture cell values and then manually creating an Undo command button BTW, why does this event disable Undo   Undo is an important feature is most cases.  Is this a bug you guys are working on   I appreciate your help. Thank you. From what I understand, any code executed by Excel VBA clears the undo buffe ...Show All

  • Visual Studio 2008 (Pre-release) When will the C# version of LinQ be ready for VS.NET 2005 RC0

    I am very excited about LinQ and would like to use it asap. Since I have to use the VS.NET 2005 RC0 version to create demos, I would like to inquire when will the C# version of LinQ be ready for VS.NET 2005 RC0.   Yes, I know that LinQ is already compatible with the VB version of the RC0 VS.NET release, but I would like to show Java programmers a flavor of what they are missing ! Well, considering the fact that .Net 2.0 goes RTM in less than a month, I'd expect a Linq release for the RTM version of 2.0 around the same time.  That would be my guess. Don Demsak ...Show All

  • Windows Forms adding controls in rutime

    Hi, I wanna to add controls in rutime depending on some coditions in a tab control that its pages is added dynamic (I amde that part). I made all things to add that conrtols to tabcontrol but there is no errors and nothing is displayed. Regards, Hisham Galal ...Show All

  • Visual Studio New file type

    I am new to Visual Studio Extensibility. What I am trying to accomplish is create a new file type, add context menu items when a file of this type is selected in solution explorer and custom tool. What is the easiest way to do this For a custom editor for the item you will want to create an EditorFactory... check out the sample in the BasicEditor example in the "Visual Studio 2005 SDK" \Visual Studio 2005 SDK\2005.10\VisualStudioIntegration\Archive\CS_Samples\BasicEditor That way you can register your editor for your custom file extension.  To get custom context menus to appear just for your item in t ...Show All

  • Windows Forms Need FAST graphics

    Being a Delphi programmer for many years, I now need to switch to VS and C#. I need fast graphics on forms, and tried this simple snippet in Visual Studio 5 - and it's extremely slow. It repaint the entire form when I resize the form (which it should), but it really takes the power out of my machine. Can anyone tell me what I'm doing wrong private void Form1_Paint( object sender, PaintEventArgs e) {   int Index = 100;   Graphics G = e.Graphics;   for ( Index = 0; Index < 100; Index ++ )     G.DrawLine( myPen, 100 + Index * 5, 100, 100 + Index * 5,       ...Show All

©2008 Software Development Network