Software Development Network Logo
  • Audio and Video
  • SQL Server
  • Visual FoxPro
  • Smart Devicet
  • Windows Vista
  • Windows Forms
  • VS Team System
  • Visual Studio
  • SharePoint Products
  • .NET Development
  • Visual C#
  • IE Development
  • Microsoft ISV
  • Game Technologies
  • Visual C++

Software Development Network >> Boudhaditya Banerjee's Q&A profile

Boudhaditya Banerjee

Member List

AlexBB
ReneeC
johnsmit
rusty_dev
adi151478
PhilipDaniels
Rajnesh
LPlate
Malleswar
d kretz
k.Rahul
Cassiopeiaxy
gleason78
LotusExigeS1
jbhatia
kalkimann
KevinBurton
AlexBB
Otto Ramirez
dbro101
Only Title

Boudhaditya Banerjee's Q&A profile

  • Game Technologies: DirectX, XNA, XACT, etc. my first game - how?

    I'm VERY VERY new to directX. So I apologise for asking this question I have used directX once, managed directX, within my C# app but this was for audio related stuff and it was very cool. Firstly, hats off to the top jocks at MS DirectX team for providing us with all these technologies - thanks. Now, I am wanting to know how can I go about writing a VERY simple basic game - this game would be like a shoot 'em up style. Example: 1 spaceship shooting other incoming objects. That's all. I am wondering what is the best place/area to look at to get me started What do I do How do I create graphics (basic) how do I make the spaceship move from left to right using the arrow keys These types of questions I would like to know and w ...Show All

  • Visual Studio Tools for Office Content control events are not hooked in.

    Hi everyone I created a word add-in project using vsto2 SE beta and add some code into the ThisAddIn.ThisAddIn_Startup method  for sinking and hooking content control events. I expected this program to work welll but it didn't. Actually running this add-in,  ContentControl events were hooked into properly but at the uncertain moment events weren't  hooked in at all. Content Control events handling, sinking and hooking ,  worked well in VSTO3 CTP Word template project. I used Vsto2 SE beta, Visual Studio 2005 Team suite, 2007 office beta2. Somebody give me a clue. ######################################################## using Word = Microsoft.O ...Show All

  • .NET Development Automatically detect Internet Disconnection C#

    hello all, I am making a program (Internet Dialer) in C#.Net(visula studo 2003) that automatically connects to the internet using Ras APIs. It has been done successfully. Now I just want that whenever the internet disconnects (due to phone line taken out or ISP problem etc), the program should not hang up but a message should b displayed so that I am informed about net disconnection. Also if it reconnects, it is good. Now it is so happening that when the net disconnects, the program hangs up and all is over. please help me! thanks in advance to all You should look into the NetworkAddressChanged and NetworkAvailabilityChanged events. They will allow you to know that the network connection has been lost or regained. You ...Show All

  • Windows Live Developer Forums WML keeps on hanging .. Pls help me

    My Live Messenger keeps on hanging just minutes after i log in. Ends up I have to reboot the machine bfore i can try to log in and the same problem repeats. Someone please help me. Why is this happening The purpose of this forum is to discuss MSN and Windows Live application development using the Messenger Activity API, and Windows Live Bots. If you have technical support questions about using MSN Messenger or Windows Live Messenger, please check the following resources... Messenger Technical Support is available on the Messenger newsgroup: http://support.microsoft.com/newsgroups/ dg=microsoft.public.msn.messenger&cat=en-us-msn&lang=en&cr=US&ln=en-us nntp://microsoft.public.msn ...Show All

  • SQL Server DTS & .NET

    I have a simple DTS package that is being executed within a .Net application using the MS DTSPackage Object Library. Since I have the SQL Server 2000 desktop tools installed, the package executes with no problems, however, when another user tries to execute it, the following exception is thrown: Retrieving the COM class factory for component with CLSID {10020200-EB1C-11CF-AE6E-00AA004A34D5} failed due to the following error: 80040154 I've tried including all the DTS references, rather than just the Package object reference, and that didn't help. Thanks in advance for your help. THis is really frustrating. 0x80040154 is 'class not registered', i.e. DTS is not installed on this machine. Solut ...Show All

  • Visual Studio Team System Access "Start Date" and "Finish Date" via TFS API

    Hi, I'm integrating access to TFS in one of our internal development tools. So far I have successfully connected to the TFS, retrieved a WorkItem etc. I was also able to modify the "Completed Work" field programmatically. How could I access "Start Date" and "Finish Date" Those fields seem not to be part of the Fields collection. I haven't found any samples. Any help would be appreciated. Regards Uwe I have done some additional testing: In CMMI it seems that only the "Task" WorkItem conntains the fields "Start Date" and "Finish Date". Project and Excel seem to be able to add those fields but I was unable to verify that. It didn't ...Show All

  • Windows Forms Datagridview text

    Hi, I've got a datagridview with records that contain date and time values. When the user selects a specific row and clicks on the edit button, s/he must be able to edit only the record that s/he selected in another form. My problem is, time values do not display in textboxes, as they do in a datagridview. For e.g. time in datagridview displays as 09:00 AM but as 1899/12/30 09:00:00 AM in a textbox. The format in the datagridview is successful because it's databound and I don't want to bind the textboxes (because these values are meant for display only). See my code below: frmEditBooking.txtID.Text = dgvBooking.CurrentRow.DataBoundItem( "bookingID" ).ToString frmEditBooking.txtUserID.Text = dgvBooking.CurrentRow.DataBoun ...Show All

  • .NET Development SQLDataReader.GetOrdinal() fails rarely with IndexOutOfRange

    Hi everybody, We were developed some Web-Services that run against SQL Server 2000 with SQLDataReader that executing Stored Procedures in the DB. Most of time (95%) everything is running well, but sometimes (when exactly, we don't know) the same WebService that worked 200 times, fail. The code is simple:         public string myFunction( int ANumber )         {             string strRetVal = null ;             SqlDataReader myReader = null ;             SqlConnection MyConn = null ;             ...Show All

  • Internet Explorer Development Iframe Cookie and Https

    PLEASE HELP here is my issue Login page is login.asp and which will set all the necessary values to cookie and which will redirect to a .net page say a.aspx which contains an IFRAME and that contains an asp page b.asp, All are from same website when i am trying to access the cookie inside b.asp (which is an asp page inside an Iframe) am not getting the cookie values it. which is getting reset. But just before the loading of the page inside the IFRAMe am able to get the values. 1. If am trying to access the cookies directly from b.asp (not inside IFRAME) i can access the cookies. But if the same page is inside an IFRAME we are not able to access the cookies 2. Am able to access the cookies from a.aspx but after loading b.a ...Show All

  • .NET Development Validate an Image from part of a bitmap

      I am working on cropping a part of the existing Bitmap image and test whether the cropped part is present  in another image or not. I have no problems cropping a part of the bitmap, but its getting hard on me to test its presence in another bitmap image. Can anyone help me out of this Thanks I am working on mobile Phones applications. VSTO doesn't really come into picture here. But my concern is, Is there any method (or command) in Visual Studio.NET which helps me to check whether a cropped part of a bitmap is present in another bitmap ...Show All

  • Visual Studio Forcing order of swimlanes

    I have the following situation: A neural network consists of multiple layers (modelled using swimlanes.) There are three types of layers: Input, Hidden and Output layers. I'm basically done with the modelling, but want to restrict the order of these layers in the diagram: The order should always be fixed: Input, 0..n Hidden, Output. E.g. if the user adds more hidden layers, these should be inserted between the last hidden and the output layer. I've managed to arrange NestedChildShapes this way and have looked at the Anchoring, which are both the way I'd like the diagram to appear. However: On screen the newly added hidden layers always appear after the output layer. Any hints what I need to do to change this ordering scheme Thank ...Show All

  • .NET Development Generics question?

    Hi folks, Can anyone tell me how I can call my GetOutputXml function from within my generic list class My list class: public class List <T> : CollectionBase { public List() { } public T this [ int index] { get { return (T)List[index]; } set { List[index] = value ; } } public int Add(T value) { return List.Add(value); } public string GetOutputXml() { string outputXml = null ; for ( int i = 0; i < List.Count; i++ ) { T t = (T)List ; // THIS DOESN'T WORK! // HOWEVER, ALL MY CLASSES INHERIT FROM A BASE CLASS THAT HAS THIS FUNCTION. outputXml += t.GetOutputXml; return outputXml; } } } I know I' ...Show All

  • .NET Development How to perfrom batch deletes with ADO.Net

    Hi, I'm using code in the same way the following code sample to perform batch insert: DataTable t = new DataTable(); t.Columns.Add("a", typeof(int)); t.Rows.Add(1); t.Rows.Add(2); // don't hardcode connection strings in your apps, this is just a quick sample :) // pre-create the table with "CREATE TABLE t (a INT)" using(OracleConnection conn = new OracleConnection("server=tcp:localhost; integrated security=true; database=test")) { conn.Open(); OracleDataAdapter da = new OracleDataAdapter (null, conn); da.InsertCommand = new OracleCommand("INSERT INTO t VALUES (@a)", conn); da.InsertCommand.Parameters.Add("@a", SqlDbType.Int, 0, "a"); da.InsertComma ...Show All

  • SQL Server Authentication across internet

    From what I have understood, Reporting Services could be configured to use Basic Authentication. In this way, a user can access a RS-server across the internet and he/she will be prompted for a valid username/password when trying to access. However, from what I can understand this username and password will be sent uncrypted over the Internet (from the client machine to the RS-server), right My problem is, I need to give access to users acress the internet to a RS-server. The users uses all kind of operating systems (Windows, Linux, MacOS tec). And the communication needs to be encrypted. How would you recommend me to implement security for this solution I guess some kind of "Forms authentication" will have to be used Bu ...Show All

  • SQL Server Joined view does not contain all colums

    The joined view is named "dbo.viewExecView" and is like: SELECT Bank_No, data_center FROM [ALPHA\SQL2000].ev_db.dbo.Bank The new view that joins to the above view is like: SELECT bank.BankID, evBank.data_center AS DataCenterID FROM dbo.Bank AS bank INNER JOIN dbo.viewExecView_Bank AS evBank ON bank.BankID = evBank.BankID WHERE (bank.InactiveDate IS NULL) Note: The data_center column (an int) was recently added to the Bank table in the linked ev_db database and it shows up there. It also shows up in the view "dbo.viewExecView". It does not appear in the new view that joins to "dbo.viewExecView". And when I run the 'new' view, I get an Error Message: Invalid column name 'data ...Show All

©2008 Software Development Network