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

Software Development Network >> Karthick.S.R's Q&A profile

Karthick.S.R

Member List

PLF
Ammarma
jeyakumar
Rob Grigg
jmcilhinney
Darren Straight
Sandyddd
HuskyNET
Michael Ritzcovan MSFT
Simon Hogg
Irro
Phil Ekins
Vince2006
Steve Nesbitt
mol233
A.G
fabianlopez
TTKoshi
Adameis
Moisha
Only Title

Karthick.S.R's Q&A profile

  • Windows Forms CheckedListBox Only Check One Time

    I know this is an easy thing but instead of coding a work around is there an intrinsic method to force the CheckedListBox to only allow one time to be selected   Or has anyone already coded a workaround   Thanks. I'm gonna wrap this up in a User Control But Here Is What I Did     Private Sub contactType_ItemCheck(ByVal  ...Show All

  • Visual Studio Team System Raise Version-Number of Assemblies in TeamBuild

    I am searching for a TB-Task which will scan all files of each project and see if any change has been made more recently, than to the file where the Version-Attributes are stored (usually AssemblyInfo.cs). It should then checkout AssemblyInfo.cs, raise either Major, Minor, Build, Revision (depending on a configuration value) update modified file in SCC. Does such a task exist Is there a way to do something similary for C++ unmanaged projects I would also like to determine if there is a need to increment the version number of the DLL by detecting changes since the previous build. I guess the best way is to look if there's new ...Show All

  • Windows Forms Annoying GDI+ Window

    I've encountered an odd problem that seems to have started when I ported my C# application from VS2003 to VS2005. The application is intended to run as a RunOnce program, and has a simple GUI with two buttons and two textboxes. The problem I'm having is that although one of the textboxes is set to have focus when the program starts, there is an annoying GDI+Window that seems to have focus instead. I don't actually see the window but if I alt-tab it shows up in the application list. If I hit alt-tab once, the intended textbox has the focus and the GDI window disappears (it no longer shows up with alt-tab). If the program runs standalone it wo ...Show All

  • Windows Live Developer Forums Beginner Help: VERouteLocation.Address = value

    Hi, I'd like to know if I can use VERouteLocation.Address = value to specify an address. I have a db of addresses and want to use this to add pushpins. My other choice is some state GIS data that I don't know where to begin with, consisting of tax maps, roads, etc., the usual. None of it provides me with lat/long data, and I have hundreds of locations to map. Thanks, zeecue Try calling the map.Find method, passing in nothing for the "what" parameter. http://msdn.microsoft.com/library/default.asp url=/library/en-us/VEMapControl/HTML/M_Namespace_VEMap_Find.asp That will return a VEFind ...Show All

  • Windows Forms Calling an Event within another Event

    Is it posible to use another event within an event Like, is it possible to call the form_Closing, or form_Load event within a Btn_click event like: Private Sub Button1_Click_1( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click form1_Closing() End Sub This doesn't seems to work, so what can be an alternative Please.. Thanks There are three different concepts: 1. Call your event handler. This is what you did with your code. It will only execute your event handling code. 2. Raise the event by calling OnClose(EventArgs.Empty). ...Show All

  • Visual C# file upload user control

    well... i created a user control - <form id="Form1" encType="multipart/form-data" runat="server">  <table>   <tr><td><input id="filename" type="file" name="filename" runat="server"></td>    </tr>   <tr><td><input id="uploadBtn" type="button" name="uploadBtn" runat="server"></td>   </tr>  </table> </form> it has a form tag ...so when im dragging it to my applicaion im getting the error- System.Web.HttpException: A page can have only one server-side Form tag so the question is -> is it po ...Show All

  • Visual Basic VB 2005 Compile Error

    I have an existing VS2K3 solution that contains a mix of C# and VB.NET projects. I've upgraded the solution to 2K5 Beta2 and I get the following error when compiling the solution. This error occurs when building a VB.NET project. InternalMyTemplate.vb(173) : error BC30002: Type 'InvalidOperationException' is not defined. This file is not part of my project, it appears to be related to the 'My' namespace. I can't find any information on this particular error on the net. Does anyone have any ideas Best Regards, Travis G. I found the problem. In the previous version (2003), the VB project's references were all ...Show All

  • Windows Search Technologies Cannot install/re-install MS DeskTop Search (nor toolbar): "cannot remove older version

    I have ALL the problems encountered by some people removing MS DeskTop Search from my computer. I removed it using all the tricks I know + those given by members. Nothing works, I still get the message that the program is already installed on my computer everytime I try to re-install it. Now, all I want is TO REMOVE THAT THING from my computer and not re-install it ever. I'm fed up with this pop ups telling my that I should reinstall the program. Hi Antonio, From what you said it looks a lot of those entries were gone already, that's interesting. I'm really glad that worked for you! Enjoy! J ...Show All

  • Visual C++ How to open a *.txt file programmatically???

    Hi, I am writing an MFC program that has to open a txt file programmatically. Can I use shellexecute() function If so, what parameters would be required to pass Thanks. Vcboy ...Show All

  • SQL Server SQL Express user permissions?

    I'm trying to build a web application using SQL2005 Express and Visual Studio Express.  It all works OK on the local machine, but gives an error "Login failed for user xxxx\ASPNET" when used remotely.  I can't find where I can set login permissions for SQLServer 2005 Expresss - can anyone help, please Thanks John This looks like a problem in the login control. The error reported probably has nothing to do with the actual error. The "login failed" error should always be logged to the errorlog file, if it did indeed happen. Probably the control is reporting incorrectly the error. Try contacting the ...Show All

  • Visual C# label.text repetition

    Is there any shortcut instead of typing the code like this. I have 300 lines like these. Any suggestion guys, thanks label1.Text = myArray[0, 0].ToString(labelFormat); label2.Text = myArray[1, 0].ToString(labelFormat); label3.Text = myArray[2, 0].ToString(labelFormat); label4.Text = myArray[3, 0].ToString(labelFormat); label5.Text = myArray[4, 0].ToString(labelFormat); --- label6.Text = myArray[0, 1].ToString(labelFormat); label7.Text = myArray[1, 1].ToString(labelFormat); label8.Text = myArray[2, 1].ToString(labelFormat); label9.Text = myArray[3, 1].ToString(labelFormat); label10.Te ...Show All

  • Windows Forms Process won't terminate, even with call to Environment.Exit()

    My team and I developed a rich desktop client application using .Net 2.0 (C#) and we are integrating with a 3rd party COTS tool, Tower Software's TRIM Context (records management software). TRIM provides a COM-based SDK that we are interfacing with to make calls to its API. When we start up the application but make no calls to create any of the COM objects and close our application, the process terminates normally. However if any calls are made that create any COM objects in the TRIM API and connect to their dataset, the process does not terminate when our application is closed. I even captured the Application_Exit event and placed a call to ...Show All

  • Windows Forms SelectedValue DGVComboBoxCell??

    Hi! please help me, how can i select a value in a datagridviewcomboboxcell i'm using a dataset as datasource . . ex combobox contains: Display member        Value member       ABC                         1       BCA                         2       CAB       &nbs ...Show All

  • Visual Studio The report you requested requires further information

    RAS XI R2 - VS 2005 - Unembedded report I'm getting this error just using simple report binding with the ReportClientDocument object. Same code works fine in VS2003 RAS XI. My code is very similar to example given by Crystal below. If I check TestConnectivity, it returns false. All connection information is contained within the report. I can open up the report in Crystal PRO on the same machine and Preview without problem. Any help would be greatly appreciated. Thanks, Kevin private void OpenSampleReport_unmanagedRAS() { string sampleReportPath = @"C:\Program Files\Business Objects\Crystal Reports 11\Samples\en\Reports\G ...Show All

  • Software Development for Windows Vista ServicedComponent shared Transaction

    A more general question about how Transactions are promoted and propageted: Considering I have a COM+ Server Application with multiple ServicedComponents, I have a client making use of multiple ServicedComponents and the clients wants the calls to the serviced components to be transactional. The ServicedComponents are not JustInTimeActivated and support therefore not the "old" transactional style. A client would do the following: using (TransactionScope a = new TransactionScope()) {   using (Component1 c1 = new Component1())   {     c1.DoSomething1(Transaction.Current, ...);     c1.DoSome ...Show All

©2008 Software Development Network